Checkstyle Results
The following document contains the results of Checkstyle 6.18 with /Users/rgoers/projects/apache/logging/log4j/log4j-2.13.1/log4j-slf4j-impl/../checkstyle.xml ruleset. rss feed
Summary
Files
Info
Warnings
Errors
12
0
0
9
Details
org/apache/logging/slf4j/Log4jLogger.java
Severity
Category
Rule
Message
Line
Error
javadoc
JavadocVariable
Missing a Javadoc comment.
41
Error
sizes
LineLength
Line is longer than 120 characters (found 144).
358
org/apache/logging/slf4j/Log4jMarker.java
Severity
Category
Rule
Message
Line
Error
coding
HiddenField
'marker' hides a field.
48
Error
whitespace
FileTabCharacter
File contains tab characters (this is the first instance).
49
Error
whitespace
WhitespaceAfter
'typecast' is not followed by whitespace.
53
Error
coding
HiddenField
'marker' hides a field.
57
Error
coding
HiddenField
'marker' hides a field.
129
org/slf4j/impl/StaticLoggerBinder.java
Severity
Category
Rule
Message
Line
Error
naming
StaticVariableName
Name 'REQUESTED_API_VERSION' must match pattern '^[a-z][a-zA-Z0-9]*$'.
34
Error
design
VisibilityModifier
Variable 'REQUESTED_API_VERSION' must be private and have accessor methods.
34