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

Files

File  I  W  E
org/forgerock/i18n/MyTestMessages.java 0 0 15

Rules

Category Rule Violations Severity
header RegexpHeader
  • headerFile: "target/checkstyle-header.txt/home/runner/work/wrensec-commons/wrensec-commons/i18n/i18n-core/target/checkstyle-header.txt"
  • multiLines: "1,2,3"
1  Error
imports RedundantImport 1  Error
javadoc JavadocPackage 1  Error
JavadocStyle
  • scope: "private"
  • checkEmptyJavadoc: "true"
6  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "^import "
6  Error

Details

org/forgerock/i18n/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 imports RedundantImport Redundant import from the same package - org.forgerock.i18n.LocalizableMessageDescriptor. 3
 Error javadoc JavadocStyle First sentence should end with a period. 32
 Error sizes LineLength Line is longer than 120 characters (found 121). 38
 Error javadoc JavadocStyle First sentence should end with a period. 40
 Error sizes LineLength Line is longer than 120 characters (found 125). 47
 Error javadoc JavadocStyle First sentence should end with a period. 49
 Error sizes LineLength Line is longer than 120 characters (found 125). 55
 Error javadoc JavadocStyle First sentence should end with a period. 57
 Error sizes LineLength Line is longer than 120 characters (found 144). 63
 Error javadoc JavadocStyle First sentence should end with a period. 65
 Error sizes LineLength Line is longer than 120 characters (found 125). 71
 Error javadoc JavadocStyle First sentence should end with a period. 73
 Error sizes LineLength Line is longer than 120 characters (found 126). 79