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
6 0 0 18

Files

File  I  W  E
org/forgerock/i18n/slf4j/LocalizedLogger.java 0 0 1
org/forgerock/i18n/slf4j/MyTestMessages.java 0 0 17

Rules

Category Rule Violations Severity
header RegexpHeader
  • headerFile: "target/checkstyle-header.txt/home/runner/work/wrensec-commons/wrensec-commons/i18n/i18n-slf4j/target/checkstyle-header.txt"
  • multiLines: "1,2,3"
3  Error
javadoc JavadocPackage 1  Error
JavadocStyle
  • scope: "private"
  • checkEmptyJavadoc: "true"
3  Error
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
8  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "^import "
2  Error
whitespace WhitespaceAfter 1  Error

Details

org/forgerock/i18n/slf4j/LocalizedLogger.java

Severity Category Rule Message Line
 Error whitespace WhitespaceAfter '...' is not followed by whitespace. 5646

org/forgerock/i18n/slf4j/MyTestMessages.java

Severity Category Rule Message Line
 Error header RegexpHeader Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. 1
 Error javadoc JavadocPackage Missing package-info.java file. 1
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error sizes LineLength Line is longer than 120 characters (found 125). 46
 Error javadoc JavadocStyle First sentence should end with a period. 48
 Error sizes LineLength Line is longer than 120 characters (found 144). 54
 Error header RegexpHeader Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 13
 Error regexp RegexpSingleline Line has trailing spaces. 19
 Error header RegexpHeader Line does not match expected header line of '^\W*The contents of this file are subject to the terms of the Common Development and$'. 2
 Error regexp RegexpSingleline Line has trailing spaces. 3
 Error regexp RegexpSingleline Line has trailing spaces. 8
 Error regexp RegexpSingleline Line has trailing spaces. 13
 Error regexp RegexpSingleline Line has trailing spaces. 19