FindBugs Bug Detector Report
The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Summary
Classes | Bugs | Errors | Missing Classes |
---|---|---|---|
20 | 2 | 0 | 0 |
Files
Class | Bugs |
---|---|
org.apache.maven.surefire.extensions.util.CommandlineExecutor | 1 |
org.apache.maven.surefire.extensions.util.CountdownCloseable | 1 |
org.apache.maven.surefire.extensions.util.CommandlineExecutor
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.surefire.extensions.util.CommandlineExecutor.close() explicitly invokes run on a thread (did you mean to start it instead?) | MT_CORRECTNESS | RU_INVOKE_RUN | 103 | Medium |
org.apache.maven.surefire.extensions.util.CountdownCloseable
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Wait not in loop in org.apache.maven.surefire.extensions.util.CountdownCloseable.awaitClosed() | MT_CORRECTNESS | WA_NOT_IN_LOOP | 67 | Medium |