Checkstyle Results
The following document contains the results of Checkstyle 6.11.2 with /Users/prholser/java/junit-quickcheck/target/checkout/conf/src-checkstyle.xml ruleset.
Summary
Files |
Info |
Warnings |
Errors |
4 |
0 |
1 |
0 |
Rules
Category |
Rule |
Violations |
Severity |
coding |
MagicNumber
- ignoreNumbers: "-1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 100"
|
1 |
Warning |
Details
com/pholser/junit/quickcheck/guava/generator/OptionalGenerator.java
Severity |
Category |
Rule |
Message |
Line |
Warning |
coding |
MagicNumber |
'0.25' is a magic number. |
47 |