The following document contains the results of Checkstyle
.
| Files | Infos |
Warnings |
Errors |
|---|---|---|---|
| 10 | 0 | 0 | 225 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 1 | |
| Translation | 0 | |
| JavadocMethod | 34 | |
| JavadocType | 1 | |
| JavadocVariable | 11 | |
| JavadocStyle | 5 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 1 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 3 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 4 | |
| FileLength | 0 | |
| LineLength | 67 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 0 | |
| OperatorWrap | 5 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 0 | |
| WhitespaceAround | 3 | |
| ModifierOrder | 0 | |
| RedundantModifier | 2 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 2 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 9 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 0 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 2 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 7 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 1 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 25 | |
GenericIllegalRegexp
|
40 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 3 | |
| Line has trailing spaces. | 7 | |
| Line has trailing spaces. | 9 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 39 | |
| Line has trailing spaces. | 47 | |
| Line has trailing spaces. | 55 | |
| Line has trailing spaces. | 58 | |
| Line has trailing spaces. | 61 | |
| Line has trailing spaces. | 75 | |
| Line has trailing spaces. | 91 | |
| Line has trailing spaces. | 94 | |
| Line has trailing spaces. | 102 | |
| Line has trailing spaces. | 107 | |
| Line has trailing spaces. | 112 | |
| Line is longer than 80 characters. | 118 | |
| Missing a Javadoc comment. | 118 | |
| Missing a Javadoc comment. | 119 | |
| First sentence should end with a period. | 121 | |
| First sentence should end with a period. | 125 | |
| Parameter layout should be final. | 126 | |
| Expected @param tag for 'layout'. | 126 | |
| Method 'activateOptions' is not designed for extension - needs to be abstract, final or empty. | 130 | |
| Missing a Javadoc comment. | 130 | |
| '+' should be on a new line. | 138 | |
| Line has trailing spaces. | 142 | |
| Expected an @return tag. | 150 | |
| Method 'requiresLayout' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| Missing a Javadoc comment. | 154 | |
| Method 'append' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| Parameter loggingEvent should be final. | 161 | |
| Expected @param tag for 'loggingEvent'. | 161 | |
| '+' should be on a new line. | 166 | |
| '+' should be on a new line. | 167 | |
| '+' should be on a new line. | 168 | |
| Line is longer than 80 characters. | 169 | |
| '+' should be on a new line. | 169 | |
| Line has trailing spaces. | 205 | |
| Expected an @return tag. | 208 | |
| Line has trailing spaces. | 215 | |
| Line has trailing spaces. | 218 | |
| Parameter customLevelConverterClass should be final. | 222 | |
| 'customLevelConverterClass' hides a field. | 222 | |
| Expected @param tag for 'customLevelConverterClass'. | 222 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 25 | |
| '{' is not preceded with whitespace. | 25 | |
| Missing a Javadoc comment. | 27 | |
| Line has trailing spaces. | 28 | |
| Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| Missing a Javadoc comment. | 29 | |
| Line has trailing spaces. | 31 | |
| Method 'activateOptions' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 35 | |
| '!=' is not preceded with whitespace. | 36 | |
| '!=' is not followed by whitespace. | 36 | |
| Line is longer than 80 characters. | 43 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Unused import - org.apache.log4j.Level. | 16 | |
| Line is longer than 80 characters. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line has trailing spaces. | 34 | |
| Missing a Javadoc comment. | 39 | |
| Missing a Javadoc comment. | 40 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 43 | |
| Missing a Javadoc comment. | 43 | |
| 'existingJuliFilter' hides a field. | 43 | |
| Parameter loggerToPostTo should be final. | 43 | |
| 'loggerToPostTo' hides a field. | 43 | |
| Parameter converter should be final. | 44 | |
| 'converter' hides a field. | 44 | |
| Missing a Javadoc comment. | 50 | |
| Parameter record should be final. | 50 | |
| Line is longer than 80 characters. | 53 | |
| Avoid inline conditionals. | 53 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Unused import - org.apache.log4j.Logger. | 17 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 27 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 34 | |
| Parameter repository should be final. | 34 | |
| 'repository' hides a field. | 34 | |
| Parameter converter should be final. | 35 | |
| 'converter' hides a field. | 35 | |
| Missing a Javadoc comment. | 40 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 40 | |
| Missing a Javadoc comment. | 44 | |
| Missing a Javadoc comment. | 48 | |
| Parameter record should be final. | 48 | |
| Line is longer than 80 characters. | 52 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 20 | |
| Line has trailing spaces. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Line has trailing spaces. | 24 | |
| Method 'readConfiguration' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Redundant throws: 'SecurityException' is unchecked exception. | 30 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 8 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 22 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 34 | |
| Expected an @return tag. | 38 | |
| Redundant 'public' modifier. | 38 | |
| Expected @param tag for 'juliLevel'. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 42 | |
| Expected an @return tag. | 46 | |
| Redundant 'public' modifier. | 46 | |
| Expected @param tag for 'log4jLevel'. | 46 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Unused import - java.util.logging.Filter. | 14 | |
| Unused import - java.util.logging.Level. | 15 | |
| Line has trailing spaces. | 60 | |
| Utility classes should not have a public or default constructor. | 65 | |
| Line has trailing spaces. | 70 | |
| Parameter JULLoggerName should be final. | 73 | |
| Expected @param tag for 'JULLoggerName'. | 73 | |
| Name 'JULLoggerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| Missing a Javadoc comment. | 78 | |
| Parameter JULLoggerName should be final. | 78 | |
| Name 'JULLoggerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| Parameter repository should be final. | 79 | |
| Line has trailing spaces. | 90 | |
| Parameter JULLoggerName should be final. | 94 | |
| Expected @param tag for 'JULLoggerName'. | 94 | |
| Name 'JULLoggerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| Parameter repository should be final. | 95 | |
| Expected @param tag for 'repository'. | 95 | |
| Parameter levelConverter should be final. | 95 | |
| Expected @param tag for 'levelConverter'. | 95 | |
| Name 'JULLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| Parameter repository should be final. | 111 | |
| Expected @param tag for 'repository'. | 111 | |
| Parameter levelConverter should be final. | 112 | |
| Expected @param tag for 'levelConverter'. | 112 | |
| Line is longer than 80 characters. | 125 | |
| Missing a Javadoc comment. | 125 | |
| Parameter logManager should be final. | 125 | |
| Missing a Javadoc comment. | 134 | |
| Parameter repository should be final. | 134 | |
| Missing a Javadoc comment. | 138 | |
| First sentence should end with a period. | 142 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 3 | |
| Line is longer than 80 characters. | 4 | |
| Line is longer than 80 characters. | 5 | |
| Line is longer than 80 characters. | 6 | |
| Line is longer than 80 characters. | 7 | |
| Line is longer than 80 characters. | 8 | |
| Line is longer than 80 characters. | 9 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 26 | |
| First sentence should end with a period. | 31 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 44 | |
| Parameter juliLevel should be final. | 44 | |
| Missing a Javadoc comment. | 67 | |
| Parameter log4jLevel should be final. | 67 | |
| Missing a Javadoc comment. | 89 | |
| Missing a Javadoc comment. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Missing a Javadoc comment. | 92 | |
| First sentence should end with a period. | 94 | |
| Line is longer than 80 characters. | 95 | |
| Missing a Javadoc comment. | 102 | |
| Parameter repository should be final. | 102 | |
| 'repository' hides a field. | 102 | |
| Line is longer than 80 characters. | 106 | |
| Missing a Javadoc comment. | 106 | |
| Parameter repository should be final. | 106 | |
| 'repository' hides a field. | 106 | |
| Parameter levelConverter should be final. | 106 | |
| 'levelConverter' hides a field. | 106 | |
| Line is longer than 80 characters. | 112 | |
| Line has trailing spaces. | 114 | |
| Method 'convert' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| Parameter record should be final. | 119 | |
| Line is longer than 80 characters. | 124 | |
| Line is longer than 80 characters. | 128 | |
| Avoid inline conditionals. | 128 | |
| Line is longer than 80 characters. | 130 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 132 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |