FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.1.1

Threshold is Low

Effort is Default

Summary

ClassesBugsErrorsMissing Classes
1423214

Files

ClassBugs
org.apache.commons.jci.compilers.EclipseJavaCompiler$11
org.apache.commons.jci.compilers.EclipseJavaCompiler$CompilationUnit2

org.apache.commons.jci.compilers.EclipseJavaCompiler$1

BugCategoryDetailsLine
The class org.apache.commons.jci.compilers.EclipseJavaCompiler$1 could be refactored into a named _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_ANONNot available

org.apache.commons.jci.compilers.EclipseJavaCompiler$CompilationUnit

BugCategoryDetailsLine
Should org.apache.commons.jci.compilers.EclipseJavaCompiler$CompilationUnit.getContents() return a zero length array rather than null?STYLEPZLA_PREFER_ZERO_LENGTH_ARRAYS110
The class org.apache.commons.jci.compilers.EclipseJavaCompiler$CompilationUnit could be refactored into a _static_ inner classPERFORMANCESIC_INNER_SHOULD_BE_STATIC_NEEDS_THISNot available