Apache logging services logo Apache log4j logo

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
789300

org.apache.logging.log4j.perf.jmh.ConfiguratorInitializeBenchmark

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.logging.log4j.perf.jmh.ConfiguratorInitializeBenchmark.setUp(): String.getBytes()I18NDM_DEFAULT_ENCODING62High

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

BugCategoryDetailsLinePriority
Write to static field org.apache.logging.log4j.perf.jmh.Log4jLogEventBenchmark.ERROR from instance method org.apache.logging.log4j.perf.jmh.Log4jLogEventBenchmark.setup()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD40High
Write to static field org.apache.logging.log4j.perf.jmh.Log4jLogEventBenchmark.MESSAGE from instance method org.apache.logging.log4j.perf.jmh.Log4jLogEventBenchmark.setup()STYLEST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD39High