Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstyle 5.8 with checkstyle.xml ruleset. rss feed

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