FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.2.1

Threshold is Normal

Effort is Default

Summary

Classes Bugs Errors Missing Classes
152 2 0 0

org.apache.commons.exec.CommandLine$Argument

Bug Category Details Line
Should org.apache.commons.exec.CommandLine$Argument be a _static_ inner class? PERFORMANCE SIC_INNER_SHOULD_BE_STATIC 420-438

org.apache.commons.exec.environment.DefaultProcessingEnvironment

Bug Category Details Line
Method org.apache.commons.exec.environment.DefaultProcessingEnvironment.createProcEnvironment() concatenates strings using + in a loop PERFORMANCE SBSC_USE_STRINGBUFFER_CONCATENATION 108