The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is max
Class | Bugs |
---|---|
org.microbean.freemarker.mojo.FreemarkerMojo | 3 |
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 |