Checkstyle Results

The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.

Summary

Files  Info  Warnings  Errors
4 0 0 28

Files

File  I  W  E
org/forgerock/bloomfilter/monitoring/BloomFilterMonitor.java 0 0 10
org/forgerock/bloomfilter/monitoring/MethodCallStatisticsMXBean.java 0 0 18

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • accessModifiers: "public,protected"
18  Error
JavadocPackage 1  Error
JavadocType
  • scope: "protected"
1  Error
misc UpperEll 2  Error
whitespace OperatorWrap 5  Error
WhitespaceAround 1  Error

Details

org/forgerock/bloomfilter/monitoring/BloomFilterMonitor.java

Severity Category Rule Message Line
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc JavadocType Type Javadoc comment is missing @param <T> tag. 50
 Error whitespace WhitespaceAround '{' is not preceded with whitespace. 95
 Error misc UpperEll Should use uppercase 'L'. 165
 Error misc UpperEll Should use uppercase 'L'. 165
 Error whitespace OperatorWrap '+' should be on a new line. 364
 Error whitespace OperatorWrap '+' should be on a new line. 365
 Error whitespace OperatorWrap '+' should be on a new line. 366
 Error whitespace OperatorWrap '+' should be on a new line. 367
 Error whitespace OperatorWrap '+' should be on a new line. 368

org/forgerock/bloomfilter/monitoring/MethodCallStatisticsMXBean.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod @return tag should be present and have description. 31
 Error javadoc JavadocMethod @return tag should be present and have description. 36
 Error javadoc JavadocMethod @return tag should be present and have description. 41
 Error javadoc JavadocMethod @return tag should be present and have description. 47
 Error javadoc JavadocMethod @return tag should be present and have description. 54
 Error javadoc JavadocMethod @return tag should be present and have description. 59
 Error javadoc JavadocMethod @return tag should be present and have description. 64
 Error javadoc JavadocMethod @return tag should be present and have description. 69
 Error javadoc JavadocMethod @return tag should be present and have description. 74
 Error javadoc JavadocMethod @return tag should be present and have description. 79
 Error javadoc JavadocMethod @return tag should be present and have description. 84
 Error javadoc JavadocMethod @return tag should be present and have description. 89
 Error javadoc JavadocMethod @return tag should be present and have description. 94
 Error javadoc JavadocMethod @return tag should be present and have description. 99
 Error javadoc JavadocMethod @return tag should be present and have description. 104
 Error javadoc JavadocMethod @return tag should be present and have description. 110
 Error javadoc JavadocMethod @return tag should be present and have description. 127
 Error javadoc JavadocMethod @return tag should be present and have description. 132