The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.surefire.junitcore.ConcurrentRunListener | 1 |
org.apache.maven.surefire.junitcore.LogicalStream$Entry | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.surefire.junitcore.ConcurrentRunListener.writeTestOutput(byte[], int, int, boolean): new String(byte[], int, int) | I18N | DM_DEFAULT_ENCODING | 207 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.surefire.junitcore.LogicalStream$Entry.toString(): new String(byte[], int, int) | I18N | DM_DEFAULT_ENCODING | 61 | High |
Should org.apache.maven.surefire.junitcore.LogicalStream$Entry be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 45-66 | Medium |