Severity |
Category |
Rule |
Message |
Line |
Error |
javadoc |
JavadocPackage |
Missing package-info.java file. |
|
Error |
imports |
ImportControl |
Disallowed import - javax.servlet.ServletContext. |
21 |
Error |
javadoc |
JavadocStyle |
First sentence should end with a period. |
34 |
Error |
design |
FinalClass |
Class ServletAppender should be declared as final. |
37 |
Error |
javadoc |
JavadocType |
Missing a Javadoc comment. |
40 |
Error |
whitespace |
FileTabCharacter |
File contains tab characters (this is the first instance). |
40 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 131). |
64 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 128). |
68 |
Error |
sizes |
LineLength |
Line is longer than 120 characters (found 128). |
77 |
Error |
javadoc |
JavadocMethod |
Expected @param tag for 'logThrowables'. |
79 |
Error |
coding |
DeclarationOrder |
Instance variable definition in wrong order. |
90 |
Error |
coding |
DeclarationOrder |
Instance variable definition in wrong order. |
91 |
Error |
coding |
DeclarationOrder |
Constructor definition in wrong order. |
93 |