FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 3 0 0

org.microbean.freemarker.mojo.FreemarkerMojo

Bug Category Details Line Priority
Redundant nullcheck of outputFile, which is known to be non-null in org.microbean.freemarker.mojo.FreemarkerMojo.execute() STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 466 Medium
Exceptional return value of java.io.File.mkdirs() ignored in org.microbean.freemarker.mojo.FreemarkerMojo.execute() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 394 Medium
Exceptional return value of java.io.File.mkdirs() ignored in org.microbean.freemarker.mojo.FreemarkerMojo.getOutputFile(String) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 546 Medium