FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is low

Effort is max

Summary

Classes Bugs Errors Missing Classes
10 2 0 0

de.smartics.maven.apidoc.AbstractReportMojo

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

de.smartics.maven.apidoc.ApiDocReportMojo

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