Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
6 | 0 | 0 | 18 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
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
|
3 | ![]() |
javadoc | JavadocPackage | 1 | ![]() |
JavadocStyle
|
3 | ![]() | |
regexp | RegexpSingleline
|
8 | ![]() |
sizes | LineLength
|
2 | ![]() |
whitespace | WhitespaceAfter | 1 | ![]() |
Details
org/forgerock/i18n/slf4j/LocalizedLogger.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
whitespace | WhitespaceAfter | '...' is not followed by whitespace. | 5646 |
org/forgerock/i18n/slf4j/MyTestMessages.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
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 |
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 32 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 40 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 125). | 46 |
![]() |
javadoc | JavadocStyle | First sentence should end with a period. | 48 |
![]() |
sizes | LineLength | Line is longer than 120 characters (found 144). | 54 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |
![]() |
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 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 3 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 8 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 13 |
![]() |
regexp | RegexpSingleline | Line has trailing spaces. | 19 |