Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
4 | 0 | 0 | 28 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
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
|
18 | ![]() |
JavadocPackage | 1 | ![]() | |
JavadocType
|
1 | ![]() | |
misc | UpperEll | 2 | ![]() |
whitespace | OperatorWrap | 5 | ![]() |
WhitespaceAround | 1 | ![]() |
Details
org/forgerock/bloomfilter/monitoring/BloomFilterMonitor.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing @param <T> tag. | 50 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 |
![]() |
misc | UpperEll | Should use uppercase 'L'. | 165 |
![]() |
misc | UpperEll | Should use uppercase 'L'. | 165 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 364 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 365 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 366 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 367 |
![]() |
whitespace | OperatorWrap | '+' should be on a new line. | 368 |
org/forgerock/bloomfilter/monitoring/MethodCallStatisticsMXBean.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 31 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 36 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 41 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 47 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 54 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 59 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 64 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 69 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 74 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 79 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 84 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 89 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 94 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 99 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 104 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 110 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 127 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 132 |