The following document contains the results of FindBugs Report
FindBugs Version is 1.2.1
Threshold is Normal
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 152 | 2 | 0 | 0 |
| Class | Bugs |
|---|---|
| org.apache.commons.exec.CommandLine$Argument | 1 |
| org.apache.commons.exec.environment.DefaultProcessingEnvironment | 1 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Should org.apache.commons.exec.CommandLine$Argument be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 420-438 |
| Bug | Category | Details | Line |
|---|---|---|---|
| Method org.apache.commons.exec.environment.DefaultProcessingEnvironment.createProcEnvironment() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 108 |