The following document contains the results of Checkstyle. 
| Files | Infos  | Warnings  | Errors  | 
|---|---|---|---|
| 8 | 0 | 0 | 57 | 
| Rules | Violations | Severity | 
|---|---|---|
| PackageHtml | 2 |  Error | 
| NewlineAtEndOfFile | 2 |  Error | 
| Translation | 0 |  Error | 
| JavadocMethod | 9 |  Error | 
| JavadocType | 0 |  Error | 
| JavadocVariable | 9 |  Error | 
| JavadocStyle | 0 |  Error | 
| ConstantName | 0 |  Error | 
| LocalFinalVariableName | 0 |  Error | 
| LocalVariableName | 0 |  Error | 
| MemberName | 0 |  Error | 
| MethodName | 0 |  Error | 
| PackageName | 0 |  Error | 
| ParameterName | 0 |  Error | 
| StaticVariableName | 0 |  Error | 
| TypeName | 0 |  Error | 
| AvoidStarImport | 0 |  Error | 
| IllegalImport | 0 |  Error | 
| RedundantImport | 0 |  Error | 
| UnusedImports | 0 |  Error | 
| FileLength | 0 |  Error | 
| LineLength | 2 |  Error | 
| MethodLength | 0 |  Error | 
| ParameterNumber | 0 |  Error | 
| EmptyForIteratorPad | 0 |  Error | 
| MethodParamPad | 0 |  Error | 
| NoWhitespaceAfter | 0 |  Error | 
| NoWhitespaceBefore | 0 |  Error | 
| OperatorWrap | 0 |  Error | 
| ParenPad | 0 |  Error | 
| TypecastParenPad | 0 |  Error | 
| TabCharacter | 0 |  Error | 
| WhitespaceAfter | 0 |  Error | 
| WhitespaceAround | 0 |  Error | 
| ModifierOrder | 0 |  Error | 
| RedundantModifier | 0 |  Error | 
| AvoidNestedBlocks | 0 |  Error | 
| EmptyBlock | 0 |  Error | 
| LeftCurly | 0 |  Error | 
| NeedBraces | 0 |  Error | 
| RightCurly | 0 |  Error | 
| AvoidInlineConditionals | 0 |  Error | 
| DoubleCheckedLocking | 0 |  Error | 
| EmptyStatement | 0 |  Error | 
| EqualsHashCode | 0 |  Error | 
| HiddenField | 1 |  Error | 
| IllegalInstantiation | 0 |  Error | 
| InnerAssignment | 0 |  Error | 
| MagicNumber | 0 |  Error | 
| MissingSwitchDefault | 0 |  Error | 
| RedundantThrows | 0 |  Error | 
| SimplifyBooleanExpression | 0 |  Error | 
| SimplifyBooleanReturn | 0 |  Error | 
| DesignForExtension | 14 |  Error | 
| FinalClass | 0 |  Error | 
| HideUtilityClassConstructor | 0 |  Error | 
| InterfaceIsType | 0 |  Error | 
| VisibilityModifier | 1 |  Error | 
| ArrayTypeStyle | 0 |  Error | 
| FinalParameters | 14 |  Error | 
| GenericIllegalRegexp 
 | 3 |  Error | 
| TodoComment | 0 |  Error | 
| UpperEll | 0 |  Error | 
| Violation | Message | Line | 
|---|---|---|
|  | Parameter appender should be final. | 20 | 
|  | Parameter message should be final. | 32 | 
|  | Parameter appender should be final. | 33 | 
|  | Parameter appender should be final. | 44 | 
|  | Parameter message should be final. | 56 | 
|  | Parameter appender should be final. | 57 | 
|  | Parameter message should be final. | 70 | 
|  | Parameter appender should be final. | 71 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 14 | 
|  | Variable 'log' must be private and have accessor methods. | 14 | 
|  | Method 'record' is not designed for extension - needs to be abstract, final or empty. | 20 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Method 'stop' is not designed for extension - needs to be abstract, final or empty. | 24 | 
|  | Missing a Javadoc comment. | 24 | 
|  | Method 'setThreshold' is not designed for extension - needs to be abstract, final or empty. | 28 | 
|  | Missing a Javadoc comment. | 28 | 
|  | Parameter level should be final. | 28 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 11 | 
|  | Missing a Javadoc comment. | 13 | 
|  | Missing a Javadoc comment. | 15 | 
| Violation | Message | Line | 
|---|---|---|
|  | File does not end with a newline. | 0 | 
|  | Line has trailing spaces. | 11 | 
|  | Line has trailing spaces. | 18 | 
|  | Missing a Javadoc comment. | 19 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Missing a Javadoc comment. | 21 | 
|  | Missing a Javadoc comment. | 22 | 
|  | Missing a Javadoc comment. | 23 | 
|  | Method 'startRecording' is not designed for extension - needs to be abstract, final or empty. | 34 | 
|  | Method 'getLogMessages' is not designed for extension - needs to be abstract, final or empty. | 45 | 
|  | Method 'setLogLevelThreshold' is not designed for extension - needs to be abstract, final or empty. | 54 | 
|  | Parameter level should be final. | 54 | 
|  | 'level' hides a field. | 54 | 
|  | Method 'logLevelReached' is not designed for extension - needs to be abstract, final or empty. | 63 | 
|  | Method 'stopRecording' is not designed for extension - needs to be abstract, final or empty. | 71 | 
|  | Method 'doAppend' is not designed for extension - needs to be abstract, final or empty. | 84 | 
|  | Parameter event should be final. | 84 | 
|  | Missing a Javadoc comment. | 92 | 
|  | Parameter event should be final. | 92 | 
| Violation | Message | Line | 
|---|---|---|
|  | Missing a Javadoc comment. | 16 | 
|  | Missing a Javadoc comment. | 17 | 
|  | Missing a Javadoc comment. | 18 | 
|  | Missing a Javadoc comment. | 20 | 
|  | Method 'startRecording' is not designed for extension - needs to be abstract, final or empty. | 29 | 
|  | Method 'stopRecording' is not designed for extension - needs to be abstract, final or empty. | 41 | 
|  | Method 'getLogMessages' is not designed for extension - needs to be abstract, final or empty. | 50 | 
|  | Parameter level should be final. | 59 | 
|  | Line is longer than 80 characters. | 60 | 
|  | Method 'logLevelReached' is not designed for extension - needs to be abstract, final or empty. | 68 | 
|  | Line is longer than 80 characters. | 69 | 
|  | Method 'doAppend' is not designed for extension - needs to be abstract, final or empty. | 72 | 
|  | Missing a Javadoc comment. | 72 | 
|  | Parameter loggingEvent should be final. | 72 |