The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is low
Effort is max
Class | Bugs |
---|---|
de.smartics.maven.apidoc.AbstractReportMojo | 1 |
de.smartics.maven.apidoc.ApiDocReportMojo | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in de.smartics.maven.apidoc.AbstractReportMojo.provideSink(): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 294 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exception is caught when Exception is not thrown in de.smartics.maven.apidoc.ApiDocReportMojo.executeReport(Locale) | STYLE | REC_CATCH_EXCEPTION | 305 | Low |