The following document contains the results of Checkstyle 6.11.2 with sun_checks.xml ruleset.
File | ![]() |
![]() |
![]() |
---|---|---|---|
me/felinewith/lang_toolkit/library/ILangService.java | 0 | 0 | 10 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | LeftCurly | 1 | ![]() |
design | DesignForExtension | 1 | ![]() |
VisibilityModifier | 1 | ![]() | |
javadoc | JavadocMethod | 3 | ![]() |
JavadocPackage | 1 | ![]() | |
JavadocType | 1 | ![]() | |
JavadocVariable | 1 | ![]() | |
whitespace | FileTabCharacter | 1 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | |
![]() |
javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 11 |
![]() |
whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 12 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 12 |
![]() |
design | VisibilityModifier | Variable 'log' must be private and have accessor methods. | 12 |
![]() |
design | DesignForExtension | Method 'serviceInit' is not designed for extension - needs to be abstract, final or empty. | 13 |
![]() |
blocks | LeftCurly | '{' at column 28 should have line break after. | 13 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 14 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
javadoc | JavadocMethod | Missing a Javadoc comment. | 17 |