Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
3 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
4 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
4 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
5 |
Error |
javadoc |
JavadocMethod |
Expected @return tag. |
9 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
12 |
Error |
design |
DesignForExtension |
Class 'App' looks like designed for extension (can be subclassed), but the method 'untestedMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'App' final or making the method 'untestedMethod' static/final/abstract/empty, or adding allowed annotation for the method. |
13 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
13 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
15 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
16 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
17 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
18 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
19 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 134). |
20 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
22 |
Error |
design |
DesignForExtension |
Class 'App' looks like designed for extension (can be subclassed), but the method 'doppelteMethod' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'App' final or making the method 'doppelteMethod' static/final/abstract/empty, or adding allowed annotation for the method. |
24 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
24 |
Error |
sizes |
LineLength |
Line is longer than 80 characters (found 134). |
25 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
27 |
Error |
design |
DesignForExtension |
Class 'App' looks like designed for extension (can be subclassed), but the method 'nullWert' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'App' final or making the method 'nullWert' static/final/abstract/empty, or adding allowed annotation for the method. |
28 |
Error |
javadoc |
JavadocMethod |
Missing a Javadoc comment. |
28 |
Error |
regexp |
RegexpSingleline |
Line has trailing spaces. |
31 |