Fork me on GitHub

FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
17300

org.apache.maven.surefire.junitcore.ConcurrentRunListener

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.maven.surefire.junitcore.ConcurrentRunListener.writeTestOutput(byte[], int, int, boolean): new String(byte[], int, int)I18NDM_DEFAULT_ENCODING207High

org.apache.maven.surefire.junitcore.LogicalStream$Entry

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.maven.surefire.junitcore.LogicalStream$Entry.toString(): new String(byte[], int, int)I18NDM_DEFAULT_ENCODING61High
Should org.apache.maven.surefire.junitcore.LogicalStream$Entry be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC45-66Medium