Apache logging services logo Apache log4j logo

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
70026

Details

org/apache/logging/log4j/perf/jmh/AsyncLoggersBenchmark.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
Errors'static' modifier out of order with the JLS suggestions.53
Errors'500' is a magic number.53
Errors'static' modifier out of order with the JLS suggestions.57
ErrorsVariable 'logger' must be private and have accessor methods.59

org/apache/logging/log4j/perf/jmh/FormatterLoggerBenchmark.java

ViolationMessageLine
ErrorsVariable 'logger' must be private and have accessor methods.50
ErrorsVariable 'formatterLogger' must be private and have accessor methods.51

org/apache/logging/log4j/perf/jmh/Log4j1AsyncAppenderBenchmark.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.51
Errors'500' is a magic number.51
Errors'static' modifier out of order with the JLS suggestions.55
ErrorsMissing a Javadoc comment.57
ErrorsVariable 'logger' must be private and have accessor methods.59

org/apache/logging/log4j/perf/jmh/Log4j2AsyncAppenderBenchmark.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.51
Errors'500' is a magic number.51
Errors'static' modifier out of order with the JLS suggestions.55
ErrorsMissing a Javadoc comment.57
ErrorsVariable 'logger' must be private and have accessor methods.59

org/apache/logging/log4j/perf/jmh/Log4jLogEventBenchmark.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
ErrorsName 'MESSAGE' must match pattern '^[a-z][a-zA-Z0-9]*$'.31
ErrorsName 'ERROR' must match pattern '^[a-z][a-zA-Z0-9]*$'.32

org/apache/logging/log4j/perf/jmh/LogbackAsyncAppenderBenchmark.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.53
Errors'500' is a magic number.53
Errors'static' modifier out of order with the JLS suggestions.57
ErrorsMissing a Javadoc comment.59
ErrorsVariable 'logger' must be private and have accessor methods.61

org/apache/logging/log4j/perf/jmh/SimpleBenchmark.java

ViolationMessageLine
ErrorsName 'msg' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$|^capabilities$|^log$'.49