Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 5 | 0 | 0 | 17 |
Files
| File | |||
|---|---|---|---|
| org/forgerock/i18n/jul/MyTestMessages.java | 0 | 0 | 17 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| header | RegexpHeader
|
3 | |
| javadoc | JavadocPackage | 1 | |
JavadocStyle
|
3 | ||
| regexp | RegexpSingleline
|
8 | |
| sizes | LineLength
|
2 |
Details
org/forgerock/i18n/jul/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 |

