FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
5 3 0 0

de.smartics.maven.exceptions.AbstractElementReport

Bug Category Details Line Priority
de.smartics.maven.exceptions.AbstractElementReport.provideSink() ignores exceptional return value of java.io.File.mkdirs() BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 289 Medium

de.smartics.maven.exceptions.ExceptionCodeReport

Bug Category Details Line Priority
Exception is caught when Exception is not thrown in de.smartics.maven.exceptions.ExceptionCodeReport.executeReport(Locale) STYLE REC_CATCH_EXCEPTION 267 Low