The following document contains the results of Checkstyle.
Files | Infos ![]() | Warnings ![]() | Errors ![]() |
---|---|---|---|
8 | 0 | 0 | 57 |
Rules | Violations | Severity |
---|---|---|
PackageHtml | 2 | ![]() |
NewlineAtEndOfFile | 2 | ![]() |
Translation | 0 | ![]() |
JavadocMethod | 9 | ![]() |
JavadocType | 0 | ![]() |
JavadocVariable | 9 | ![]() |
JavadocStyle | 0 | ![]() |
ConstantName | 0 | ![]() |
LocalFinalVariableName | 0 | ![]() |
LocalVariableName | 0 | ![]() |
MemberName | 0 | ![]() |
MethodName | 0 | ![]() |
PackageName | 0 | ![]() |
ParameterName | 0 | ![]() |
StaticVariableName | 0 | ![]() |
TypeName | 0 | ![]() |
AvoidStarImport | 0 | ![]() |
IllegalImport | 0 | ![]() |
RedundantImport | 0 | ![]() |
UnusedImports | 0 | ![]() |
FileLength | 0 | ![]() |
LineLength | 2 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 0 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
TabCharacter | 0 | ![]() |
WhitespaceAfter | 0 | ![]() |
WhitespaceAround | 0 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 0 | ![]() |
AvoidNestedBlocks | 0 | ![]() |
EmptyBlock | 0 | ![]() |
LeftCurly | 0 | ![]() |
NeedBraces | 0 | ![]() |
RightCurly | 0 | ![]() |
AvoidInlineConditionals | 0 | ![]() |
DoubleCheckedLocking | 0 | ![]() |
EmptyStatement | 0 | ![]() |
EqualsHashCode | 0 | ![]() |
HiddenField | 1 | ![]() |
IllegalInstantiation | 0 | ![]() |
InnerAssignment | 0 | ![]() |
MagicNumber | 0 | ![]() |
MissingSwitchDefault | 0 | ![]() |
RedundantThrows | 0 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 14 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 0 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 1 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 14 | ![]() |
GenericIllegalRegexp
| 3 | ![]() |
TodoComment | 0 | ![]() |
UpperEll | 0 | ![]() |
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 |