The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is
Effort is min
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Should org.apache.commons.exec.CommandLine$Argument be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 420-438 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.commons.exec.LogOutputStream.processBuffer(): java.io.ByteArrayOutputStream.toString() | I18N | DM_DEFAULT_ENCODING | 155 | High |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.commons.exec.environment.DefaultProcessingEnvironment.toString(ByteArrayOutputStream): java.io.ByteArrayOutputStream.toString() | I18N | DM_DEFAULT_ENCODING | 216 | High |
| Inconsistent synchronization of org.apache.commons.exec.environment.DefaultProcessingEnvironment.procEnvironment; locked 73% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 40 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.commons.exec.launcher.VmsCommandLauncher.createCommandFile(CommandLine, Map): new java.io.FileWriter(String, boolean) | I18N | DM_DEFAULT_ENCODING | 84 | High |