Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
36 | 0 | 0 | 8 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
org/forgerock/guice/core/GuiceModuleFilter.java | 0 | 0 | 1 |
org/forgerock/guice/core/GuiceModuleFilterTest.java | 0 | 0 | 5 |
org/forgerock/guice/core/GuiceOverride.java | 0 | 0 | 2 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
header | RegexpHeader
|
3 | ![]() |
javadoc | JavadocMethod
|
1 | ![]() |
whitespace | WhitespaceAround | 4 | ![]() |
Details
org/forgerock/guice/core/GuiceModuleFilter.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*You can obtain a copy of the License at legal/CDDLv1\.0\.txt\. See the License for the$'. | 6 |
org/forgerock/guice/core/GuiceModuleFilterTest.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*You can obtain a copy of the License at legal/CDDLv1\.0\.txt\. See the License for the$'. | 6 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '{' is not followed by whitespace. | 63 |
![]() |
whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 63 |
org/forgerock/guice/core/GuiceOverride.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
header | RegexpHeader | Line does not match expected header line of '^\W*You can obtain a copy of the License at legal/CDDLv1\.0\.txt\. See the License for the$'. | 6 |
![]() |
javadoc | JavadocMethod | @return tag should be present and have description. | 39 |