Bit Twiddling Hacks
Last Published: 2015-03-05
|
Version: 1.0.0
Overview
Introduction
Releases
Downloads
Compiling
Maven
Project Documentation
Project Information
Project Reports
JavaDocs
Test JavaDocs
Surefire Report
Checkstyle
Cobertura Test Coverage
PMD
Source Xref
Test Source Xref
Checkstyle Results
The following document contains the results of
Checkstyle
5.8 with checkstyle.xml ruleset.
Summary
Files
Info
Warnings
Errors
3
0
2
0
Files
File
I
W
E
com/vcollaborate/math/CombinatoricUtils.java
0
2
0
Rules
Category
Rule
Violations
Severity
naming
ParameterName
format:
"^[a-z][a-z0-9][a-zA-Z0-9]*$"
2
Warning
Details
com/vcollaborate/math/CombinatoricUtils.java
Severity
Category
Rule
Message
Line
Warning
naming
ParameterName
Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.
35
Warning
naming
ParameterName
Parameter name 'r' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'.
35