FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is
Effort is min
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
26 | 4 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.apache.logging.log4j.io.LoggerPrintStream | 4 |
org.apache.logging.log4j.io.LoggerPrintStream
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in new org.apache.logging.log4j.io.LoggerPrintStream(OutputStream, boolean, Charset, ExtendedLogger, String, Level, Marker): new java.io.PrintStream(OutputStream) | I18N | DM_DEFAULT_ENCODING | 55 | High |
Found reliance on default encoding in new org.apache.logging.log4j.io.LoggerPrintStream(OutputStream, boolean, Charset, ExtendedLogger, String, Level, Marker): new org.apache.logging.log4j.io.LoggerPrintStream(OutputStream) | I18N | DM_DEFAULT_ENCODING | 55 | High |
Found reliance on default encoding in new org.apache.logging.log4j.io.LoggerPrintStream(ExtendedLogger, boolean, Charset, String, Level, Marker): new java.io.PrintStream(OutputStream) | I18N | DM_DEFAULT_ENCODING | 48 | High |
Found reliance on default encoding in new org.apache.logging.log4j.io.LoggerPrintStream(ExtendedLogger, boolean, Charset, String, Level, Marker): new org.apache.logging.log4j.io.LoggerPrintStream(OutputStream) | I18N | DM_DEFAULT_ENCODING | 48 | High |