| 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. | 35 | 
|  Error | design | FinalClass | Class ServletAppender should be declared as final. | 38 | 
|  Error | javadoc | JavadocType | Missing a Javadoc comment. | 41 | 
|  Error | whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | 
|  Error | sizes | LineLength | Line is longer than 120 characters (found 131). | 65 | 
|  Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 69 | 
|  Error | sizes | LineLength | Line is longer than 120 characters (found 128). | 78 | 
|  Error | javadoc | JavadocMethod | Expected @param tag for 'logThrowables'. | 80 | 
|  Error | coding | DeclarationOrder | Instance variable definition in wrong order. | 91 | 
|  Error | coding | DeclarationOrder | Instance variable definition in wrong order. | 92 | 
|  Error | coding | DeclarationOrder | Constructor definition in wrong order. | 94 |