FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.2

Threshold is Low

Effort is Max

Summary

Classes Bugs Errors Missing Classes
85 3 0 0

com.gridsystems.maven.furabuild.AbstractFuraBuildMojo

Bug Category Details Line
Exception is caught when Exception is not thrown in com.gridsystems.maven.furabuild.AbstractFuraBuildMojo.processLocation(Properties, File, String, String) STYLE REC_CATCH_EXCEPTION 164

com.gridsystems.maven.furabuild.PluginGenMojo

Bug Category Details Line
com.gridsystems.maven.furabuild.PluginGenMojo.execute() ignores exceptional return value of java.io.File.mkdirs() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 82

com.gridsystems.maven.furabuild.ResourceValidator

Bug Category Details Line
com.gridsystems.maven.furabuild.ResourceValidator.purge(File) ignores exceptional return value of java.io.File.delete() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 129