The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is
Class | Bugs |
---|---|
com.google.code.sbt.AbstractSBTCompileMojo$1 | 1 |
com.google.code.sbt.HelpMojo | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class com.google.code.sbt.AbstractSBTCompileMojo$1 could be refactored into a named _static_ inner class | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC_ANON | 604-607 | Low |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
com.google.code.sbt.HelpMojo.build() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 68 | Medium |
Usage of GetResource in com.google.code.sbt.HelpMojo.build() may be unsafe if class is extended | BAD_PRACTICE | UI_INHERITANCE_UNSAFE_GETRESOURCE | 68 | Low |