The following document contains the results of FindBugs Report
FindBugs Version is 1.1.1
Threshold is Low
Effort is Default
| Classes | Bugs | Errors | Missing Classes |
|---|---|---|---|
| 142 | 3 | 2 | 14 |
| Class | Bugs |
|---|---|
| org.apache.commons.jci.compilers.EclipseJavaCompiler$1 | 1 |
| org.apache.commons.jci.compilers.EclipseJavaCompiler$CompilationUnit | 2 |
| Bug | Category | Details | Line |
|---|---|---|---|
| The class org.apache.commons.jci.compilers.EclipseJavaCompiler$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | Not available |
| Bug | Category | Details | Line |
|---|---|---|---|
| Should org.apache.commons.jci.compilers.EclipseJavaCompiler$CompilationUnit.getContents() return a zero length array rather than null? | STYLE | PZLA_PREFER_ZERO_LENGTH_ARRAYS | 110 |
| The class org.apache.commons.jci.compilers.EclipseJavaCompiler$CompilationUnit could be refactored into a _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS | Not available |