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
36 0 0 8

Files

File  I  W  E
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
  • headerFile: "target/checkstyle-header.txt/home/runner/work/wrensec-commons/wrensec-commons/guice/guice-core/target/checkstyle-header.txt"
  • multiLines: "1,2,3"
3  Error
javadoc JavadocMethod
  • accessModifiers: "public,protected"
1  Error
whitespace WhitespaceAround 4  Error

Details

org/forgerock/guice/core/GuiceModuleFilter.java

Severity Category Rule Message Line
 Error 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
 Error 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
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 63
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 63
 Error whitespace WhitespaceAround '{' is not followed by whitespace. 63
 Error whitespace WhitespaceAround '}' is not preceded with whitespace. 63

org/forgerock/guice/core/GuiceOverride.java

Severity Category Rule Message Line
 Error 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
 Error javadoc JavadocMethod @return tag should be present and have description. 39