The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.shared.invoker.MavenCommandLineBuilder | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| instanceof will always return true for all non-null values in org.apache.maven.shared.invoker.MavenCommandLineBuilder.setShellEnvironment(InvocationRequest, Commandline), since all RuntimeException are instances of RuntimeException | STYLE | BC_VACUOUS_INSTANCEOF | 212 | Medium |