| Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
1 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
5 |
Error |
design |
DesignForExtension |
Class 'Hello' looks like designed for extension (can be subclassed), but the method 'greetings' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'Hello' final or making the method 'greetings' static/final/abstract/empty, or adding allowed annotation for the method. |
5 |
Error |
javadoc |
MissingJavadocMethod |
Missing a Javadoc comment. |
5 |
Error |
whitespace |
WhitespaceAround |
'{' is not preceded with whitespace. |
5 |