Checkstyle Results
The following document contains the results of Checkstyle 11.0.0 with org/forgerock/checkstyle/check-src-default.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 8 | 0 | 0 | 15 |
Files
| File | |||
|---|---|---|---|
| org/forgerock/i18n/MyTestMessages.java | 0 | 0 | 15 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| header | RegexpHeader
|
1 | |
| imports | RedundantImport | 1 | |
| javadoc | JavadocPackage | 1 | |
JavadocStyle
|
6 | ||
| sizes | LineLength
|
6 |
Details
org/forgerock/i18n/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 | |
| imports | RedundantImport | Redundant import from the same package - org.forgerock.i18n.LocalizableMessageDescriptor. | 3 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 32 | |
| sizes | LineLength | Line is longer than 120 characters (found 121). | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 40 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 47 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 49 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 55 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 57 | |
| sizes | LineLength | Line is longer than 120 characters (found 144). | 63 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 65 | |
| sizes | LineLength | Line is longer than 120 characters (found 125). | 71 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 73 | |
| sizes | LineLength | Line is longer than 120 characters (found 126). | 79 |

