The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.maven.exceptions.AbstractElementReport | 2 |
de.smartics.maven.exceptions.ExceptionCodeReport | 1 |
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 |
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 |