The following document contains the results of Checkstyle 9.3 with sun_checks.xml ruleset.
Files | ![]() |
![]() |
![]() |
---|---|---|---|
5 | 0 | 0 | 26 |
File | ![]() |
![]() |
![]() |
---|---|---|---|
application.properties | 0 | 0 | 1 |
de/sesqa/ase/Application.java | 0 | 0 | 11 |
de/sesqa/ase/BaseController.java | 0 | 0 | 10 |
de/sesqa/ase/DoraChatBot.java | 0 | 0 | 3 |
version.properties | 0 | 0 | 1 |
Category | Rule | Violations | Severity |
---|---|---|---|
blocks | RightCurly | 1 | ![]() |
design | DesignForExtension | 2 | ![]() |
HideUtilityClassConstructor | 2 | ![]() | |
imports | AvoidStarImport | 1 | ![]() |
javadoc | JavadocPackage | 1 | ![]() |
JavadocVariable | 2 | ![]() | |
MissingJavadocMethod | 4 | ![]() | |
misc | FinalParameters | 3 | ![]() |
NewlineAtEndOfFile | 2 | ![]() | |
sizes | LineLength
|
4 | ![]() |
whitespace | ParenPad | 1 | ![]() |
WhitespaceAfter | 1 | ![]() | |
WhitespaceAround | 2 | ![]() |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 13 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 93). | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter content should be final. | 16 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 133). | 25 |
![]() |
whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 |
![]() |
whitespace | ParenPad | ')' is preceded with whitespace. | 30 |
![]() |
whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 35 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 99). | 37 |
![]() |
sizes | LineLength | Line is longer than 80 characters (found 98). | 45 |
![]() |
blocks | RightCurly | '}' at column 7 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). | 47 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.springframework.web.bind.annotation.*. | 6 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 10 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 13 |
![]() |
design | DesignForExtension | Class 'BaseController' looks like designed for extension (can be subclassed), but the method 'index' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseController' final or making the method 'index' static/final/abstract/empty, or adding allowed annotation for the method. | 16 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 16 |
![]() |
misc | FinalParameters | Parameter model should be final. | 17 |
![]() |
design | DesignForExtension | Class 'BaseController' looks like designed for extension (can be subclassed), but the method 'handleMessage' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'BaseController' final or making the method 'handleMessage' static/final/abstract/empty, or adding allowed annotation for the method. | 23 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 23 |
![]() |
misc | FinalParameters | Parameter message should be final. | 25 |
![]() |
whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 6 |
![]() |
javadoc | MissingJavadocMethod | Missing a Javadoc comment. | 8 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
misc | NewlineAtEndOfFile | File does not end with a newline. | 1 |