FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is

Summary

Classes Bugs Errors Missing Classes
7 3 0 0

com.google.code.sbt.AbstractSBTCompileMojo$1

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 663-666 Low

com.google.code.sbt.HelpMojo

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