FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is

Effort is min

Summary

ClassesBugsErrorsMissing Classes
36500

org.apache.commons.exec.CommandLine$Argument

BugCategoryDetailsLinePriority
Should org.apache.commons.exec.CommandLine$Argument be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC420-438Medium

org.apache.commons.exec.LogOutputStream

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.commons.exec.LogOutputStream.processBuffer(): java.io.ByteArrayOutputStream.toString()I18NDM_DEFAULT_ENCODING155High

org.apache.commons.exec.environment.DefaultProcessingEnvironment

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.commons.exec.environment.DefaultProcessingEnvironment.toString(ByteArrayOutputStream): java.io.ByteArrayOutputStream.toString()I18NDM_DEFAULT_ENCODING216High
Inconsistent synchronization of org.apache.commons.exec.environment.DefaultProcessingEnvironment.procEnvironment; locked 73% of timeMT_CORRECTNESSIS2_INCONSISTENT_SYNC40Medium

org.apache.commons.exec.environment.OpenVmsProcessingEnvironment

BugCategoryDetailsLinePriority

org.apache.commons.exec.launcher.VmsCommandLauncher

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.commons.exec.launcher.VmsCommandLauncher.createCommandFile(CommandLine, Map): new java.io.FileWriter(String, boolean)I18NDM_DEFAULT_ENCODING84High