The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Boxing/unboxing to parse a primitive org.apache.maven.surefire.junitcore.JUnitCoreParameters.property(Map, String, int) | PERFORMANCE | DM_BOXED_PRIMITIVE_FOR_PARSING | 206 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Potentially dangerous use of non-short-circuit logic in org.apache.maven.surefire.junitcore.pc.ParallelComputerBuilder$PC.determineThreadCounts(long, long, long) | STYLE | NS_DANGEROUS_NON_SHORT_CIRCUIT | 414 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.surefire.junitcore.pc.Scheduler.logQuietly(Throwable): java.io.ByteArrayOutputStream.toString() | I18N | DM_DEFAULT_ENCODING | 232 | High |
Found reliance on default encoding in org.apache.maven.surefire.junitcore.pc.Scheduler.logQuietly(Throwable): new java.io.PrintStream(OutputStream) | I18N | DM_DEFAULT_ENCODING | 223 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.surefire.junitcore.pc.SchedulingStrategy.logQuietly(Throwable): java.io.ByteArrayOutputStream.toString() | I18N | DM_DEFAULT_ENCODING | 148 | High |
Found reliance on default encoding in org.apache.maven.surefire.junitcore.pc.SchedulingStrategy.logQuietly(Throwable): new java.io.PrintStream(OutputStream) | I18N | DM_DEFAULT_ENCODING | 138 | High |