Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
10 0 0 225

Rules

Rules Violations Severity
PackageHtml 2 Errors Error
NewlineAtEndOfFile 1 Errors Error
Translation 0 Errors Error
JavadocMethod 34 Errors Error
JavadocType 1 Errors Error
JavadocVariable 11 Errors Error
JavadocStyle 5 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 1 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 3 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 4 Errors Error
FileLength 0 Errors Error
LineLength 67 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
MethodParamPad 0 Errors Error
NoWhitespaceAfter 0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 5 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 3 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 2 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
AvoidInlineConditionals 2 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField 9 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 0 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 2 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
DesignForExtension 7 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 25 Errors Error
GenericIllegalRegexp
  • message : "Line has trailing spaces."
  • format : "\s+$"
40 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/log4j/jul/JULAppender.java

Violation Message Line
Errors Line has trailing spaces. 3
Errors Line has trailing spaces. 7
Errors Line has trailing spaces. 9
Errors Line has trailing spaces. 35
Errors Line has trailing spaces. 39
Errors Line has trailing spaces. 47
Errors Line has trailing spaces. 55
Errors Line has trailing spaces. 58
Errors Line has trailing spaces. 61
Errors Line has trailing spaces. 75
Errors Line has trailing spaces. 91
Errors Line has trailing spaces. 94
Errors Line has trailing spaces. 102
Errors Line has trailing spaces. 107
Errors Line has trailing spaces. 112
Errors Line is longer than 80 characters. 118
Errors Missing a Javadoc comment. 118
Errors Missing a Javadoc comment. 119
Errors First sentence should end with a period. 121
Errors First sentence should end with a period. 125
Errors Parameter layout should be final. 126
Errors Expected @param tag for 'layout'. 126
Errors Method 'activateOptions' is not designed for extension - needs to be abstract, final or empty. 130
Errors Missing a Javadoc comment. 130
Errors '+' should be on a new line. 138
Errors Line has trailing spaces. 142
Errors Expected an @return tag. 150
Errors Method 'requiresLayout' is not designed for extension - needs to be abstract, final or empty. 150
Errors Missing a Javadoc comment. 154
Errors Method 'append' is not designed for extension - needs to be abstract, final or empty. 161
Errors Parameter loggingEvent should be final. 161
Errors Expected @param tag for 'loggingEvent'. 161
Errors '+' should be on a new line. 166
Errors '+' should be on a new line. 167
Errors '+' should be on a new line. 168
Errors Line is longer than 80 characters. 169
Errors '+' should be on a new line. 169
Errors Line has trailing spaces. 205
Errors Expected an @return tag. 208
Errors Line has trailing spaces. 215
Errors Line has trailing spaces. 218
Errors Parameter customLevelConverterClass should be final. 222
Errors 'customLevelConverterClass' hides a field. 222
Errors Expected @param tag for 'customLevelConverterClass'. 222

org/apache/log4j/jul/JULReceiver.java

Violation Message Line
Errors Missing a Javadoc comment. 25
Errors '{' is not preceded with whitespace. 25
Errors Missing a Javadoc comment. 27
Errors Line has trailing spaces. 28
Errors Method 'shutdown' is not designed for extension - needs to be abstract, final or empty. 29
Errors Missing a Javadoc comment. 29
Errors Line has trailing spaces. 31
Errors Method 'activateOptions' is not designed for extension - needs to be abstract, final or empty. 34
Errors Missing a Javadoc comment. 34
Errors Line is longer than 80 characters. 35
Errors '!=' is not preceded with whitespace. 36
Errors '!=' is not followed by whitespace. 36
Errors Line is longer than 80 characters. 43

org/apache/log4j/jul/package.html

Violation Message Line
Errors Missing package documentation file. 0

org/apache/logging/julbridge/JULBridgeFilter.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 4
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 6
Errors Line is longer than 80 characters. 7
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 9
Errors Unused import - org.apache.log4j.Level. 16
Errors Line is longer than 80 characters. 22
Errors Line is longer than 80 characters. 23
Errors Line is longer than 80 characters. 29
Errors Line is longer than 80 characters. 30
Errors Line has trailing spaces. 34
Errors Missing a Javadoc comment. 39
Errors Missing a Javadoc comment. 40
Errors Missing a Javadoc comment. 41
Errors Line is longer than 80 characters. 43
Errors Missing a Javadoc comment. 43
Errors 'existingJuliFilter' hides a field. 43
Errors Parameter loggerToPostTo should be final. 43
Errors 'loggerToPostTo' hides a field. 43
Errors Parameter converter should be final. 44
Errors 'converter' hides a field. 44
Errors Missing a Javadoc comment. 50
Errors Parameter record should be final. 50
Errors Line is longer than 80 characters. 53
Errors Avoid inline conditionals. 53

org/apache/logging/julbridge/JULBridgeHandler.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 4
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 6
Errors Line is longer than 80 characters. 7
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 9
Errors Unused import - org.apache.log4j.Logger. 17
Errors Line has trailing spaces. 25
Errors Line has trailing spaces. 27
Errors Missing a Javadoc comment. 31
Errors Missing a Javadoc comment. 32
Errors Missing a Javadoc comment. 34
Errors Parameter repository should be final. 34
Errors 'repository' hides a field. 34
Errors Parameter converter should be final. 35
Errors 'converter' hides a field. 35
Errors Missing a Javadoc comment. 40
Errors Redundant throws: 'SecurityException' is unchecked exception. 40
Errors Missing a Javadoc comment. 44
Errors Missing a Javadoc comment. 48
Errors Parameter record should be final. 48
Errors Line is longer than 80 characters. 52

org/apache/logging/julbridge/JULBridgeLogManager.java

Violation Message Line
Errors File does not end with a newline. 0
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 4
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 6
Errors Line is longer than 80 characters. 7
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 9
Errors Line is longer than 80 characters. 18
Errors Line is longer than 80 characters. 19
Errors Line has trailing spaces. 20
Errors Line has trailing spaces. 22
Errors Line is longer than 80 characters. 23
Errors Line has trailing spaces. 24
Errors Method 'readConfiguration' is not designed for extension - needs to be abstract, final or empty. 30
Errors Missing a Javadoc comment. 30
Errors Redundant throws: 'SecurityException' is unchecked exception. 30

org/apache/logging/julbridge/JULLevelConverter.java

Violation Message Line
Errors Line has trailing spaces. 8
Errors Line has trailing spaces. 10
Errors Line has trailing spaces. 22
Errors Line has trailing spaces. 24
Errors Line has trailing spaces. 33
Errors Line has trailing spaces. 34
Errors Expected an @return tag. 38
Errors Redundant 'public' modifier. 38
Errors Expected @param tag for 'juliLevel'. 38
Errors Line has trailing spaces. 39
Errors Line is longer than 80 characters. 41
Errors Line has trailing spaces. 42
Errors Expected an @return tag. 46
Errors Redundant 'public' modifier. 46
Errors Expected @param tag for 'log4jLevel'. 46

org/apache/logging/julbridge/JULLog4jBridge.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 4
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 6
Errors Line is longer than 80 characters. 7
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 9
Errors Unused import - java.util.logging.Filter. 14
Errors Unused import - java.util.logging.Level. 15
Errors Line has trailing spaces. 60
Errors Utility classes should not have a public or default constructor. 65
Errors Line has trailing spaces. 70
Errors Parameter JULLoggerName should be final. 73
Errors Expected @param tag for 'JULLoggerName'. 73
Errors Name 'JULLoggerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 73
Errors Missing a Javadoc comment. 78
Errors Parameter JULLoggerName should be final. 78
Errors Name 'JULLoggerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 78
Errors Parameter repository should be final. 79
Errors Line has trailing spaces. 90
Errors Parameter JULLoggerName should be final. 94
Errors Expected @param tag for 'JULLoggerName'. 94
Errors Name 'JULLoggerName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 94
Errors Parameter repository should be final. 95
Errors Expected @param tag for 'repository'. 95
Errors Parameter levelConverter should be final. 95
Errors Expected @param tag for 'levelConverter'. 95
Errors Name 'JULLogger' must match pattern '^[a-z][a-zA-Z0-9]*$'. 97
Errors Parameter repository should be final. 111
Errors Expected @param tag for 'repository'. 111
Errors Parameter levelConverter should be final. 112
Errors Expected @param tag for 'levelConverter'. 112
Errors Line is longer than 80 characters. 125
Errors Missing a Javadoc comment. 125
Errors Parameter logManager should be final. 125
Errors Missing a Javadoc comment. 134
Errors Parameter repository should be final. 134
Errors Missing a Javadoc comment. 138
Errors First sentence should end with a period. 142

org/apache/logging/julbridge/JULLog4jEventConverter.java

Violation Message Line
Errors Line is longer than 80 characters. 2
Errors Line is longer than 80 characters. 3
Errors Line is longer than 80 characters. 4
Errors Line is longer than 80 characters. 5
Errors Line is longer than 80 characters. 6
Errors Line is longer than 80 characters. 7
Errors Line is longer than 80 characters. 8
Errors Line is longer than 80 characters. 9
Errors Line is longer than 80 characters. 25
Errors Line has trailing spaces. 26
Errors First sentence should end with a period. 31
Errors Line is longer than 80 characters. 42
Errors Missing a Javadoc comment. 44
Errors Parameter juliLevel should be final. 44
Errors Missing a Javadoc comment. 67
Errors Parameter log4jLevel should be final. 67
Errors Missing a Javadoc comment. 89
Errors Missing a Javadoc comment. 90
Errors Line is longer than 80 characters. 92
Errors Missing a Javadoc comment. 92
Errors First sentence should end with a period. 94
Errors Line is longer than 80 characters. 95
Errors Missing a Javadoc comment. 102
Errors Parameter repository should be final. 102
Errors 'repository' hides a field. 102
Errors Line is longer than 80 characters. 106
Errors Missing a Javadoc comment. 106
Errors Parameter repository should be final. 106
Errors 'repository' hides a field. 106
Errors Parameter levelConverter should be final. 106
Errors 'levelConverter' hides a field. 106
Errors Line is longer than 80 characters. 112
Errors Line has trailing spaces. 114
Errors Method 'convert' is not designed for extension - needs to be abstract, final or empty. 119
Errors Parameter record should be final. 119
Errors Line is longer than 80 characters. 124
Errors Line is longer than 80 characters. 128
Errors Avoid inline conditionals. 128
Errors Line is longer than 80 characters. 130
Errors Line is longer than 80 characters. 131
Errors Line is longer than 80 characters. 132

org/apache/logging/julbridge/package.html

Violation Message Line
Errors Missing package documentation file. 0