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
1 3 0 0

de.smartics.maven.hibernate.SchemaExportMojo

Bug Category Details Line Priority
Found reliance on default encoding in de.smartics.maven.hibernate.SchemaExportMojo.execute(): new java.io.PrintStream(OutputStream) I18N DM_DEFAULT_ENCODING 149 High
Exception is caught when Exception is not thrown in de.smartics.maven.hibernate.SchemaExportMojo.getClassLoader(ClassLoader) STYLE REC_CATCH_EXCEPTION 205 Medium
exceptional return value of java.io.File.mkdirs() ignored in de.smartics.maven.hibernate.SchemaExportMojo.ensureOutputFolder(String) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 183 Medium