Apache logging services logo Apache log4j logo

Checkstyle Results

The following document contains the results of Checkstyle 6.11.2 with /Users/rgoers/projects/apache/logging/log4j/log4j2/log4j-2.5/log4j-api/../checkstyle.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
76 2 0 11

Details

org/apache/logging/log4j/LogManager.java

Severity Category Rule Message Line
 Info misc TodoComment Comment matches to-do format 'TODO:'. 166

org/apache/logging/log4j/MarkerManager.java

Severity Category Rule Message Line
 Info misc TodoComment Comment matches to-do format 'TODO:'. 143

org/apache/logging/log4j/message/BasicThreadInformation.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 41

org/apache/logging/log4j/message/ExtendedThreadInformation.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 34

org/apache/logging/log4j/message/LocalizedMessageFactory.java

Severity Category Rule Message Line
 Error modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 30

org/apache/logging/log4j/message/ParameterizedNoReferenceMessageFactory.java

Severity Category Rule Message Line
 Error imports UnusedImports Unused import - org.apache.logging.log4j.status.StatusLogger. 19

org/apache/logging/log4j/message/ThreadDumpMessage.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 146

org/apache/logging/log4j/spi/LoggerContext.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Expected @param tag for 'messageFactory'. 61
 Error javadoc JavadocMethod Expected @param tag for 'messageFactoryClass'. 69

org/apache/logging/log4j/spi/LoggerContextKey.java

Severity Category Rule Message Line
 Error design HideUtilityClassConstructor Utility classes should not have a public or default constructor. 27

org/apache/logging/log4j/spi/StandardLevel.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'private' modifier. 70

org/apache/logging/log4j/status/StatusLogger.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 306

org/apache/logging/log4j/util/LoaderUtil.java

Severity Category Rule Message Line
 Error modifier RedundantModifier Redundant 'public' modifier. 246