The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset.
Files | Info | Warnings | Errors |
---|---|---|---|
2 | 0 | 0 | 4 |
File | I | W | E |
---|---|---|---|
it/tidalwave/bluemarine2/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java | 0 | 0 | 1 |
it/tidalwave/bluemarine2/ui/impl/javafx/Main.java | 0 | 0 | 3 |
Category | Rule | Violations | Severity |
---|---|---|---|
javadoc | JavadocMethod
|
2 | Error |
JavadocType
|
1 | Error | |
misc | NewlineAtEndOfFile | 1 | Error |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | javadoc | JavadocType | Unknown tag 'stereotype'. | 51 |
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
Error | misc | NewlineAtEndOfFile | File does not end with a newline. | |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 46 |
Error | javadoc | JavadocMethod | Missing a Javadoc comment. | 58 |