FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
30 7 0 53

org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.checkstyle.AbstractCheckstyleReport.getOutputStream(File) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 656 Medium

org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator$ConfReference

Bug Category Details Line Priority
org.apache.maven.plugins.checkstyle.CheckstyleReportGenerator$ConfReference defines compareTo(CheckstyleReportGenerator$ConfReference) and uses Object.equals() BAD_PRACTICE EQ_COMPARETO_USE_OBJECT_EQUALS 861-866 Medium

org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo

Bug Category Details Line Priority
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojo.getOutputStream(File) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 821 Medium

org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest): java.io.ByteArrayOutputStream.toString() I18N DM_DEFAULT_ENCODING 207 High
Found reliance on default encoding in org.apache.maven.plugins.checkstyle.exec.DefaultCheckstyleExecutor.getOverridingProperties(CheckstyleExecutorRequest): String.getBytes() I18N DM_DEFAULT_ENCODING 531 High

org.apache.maven.plugins.checkstyle.rss.VelocityTemplate

Bug Category Details Line Priority
Found reliance on default encoding in org.apache.maven.plugins.checkstyle.rss.VelocityTemplate.generate(String, String, Context): new java.io.FileWriter(File) I18N DM_DEFAULT_ENCODING 100 High
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugins.checkstyle.rss.VelocityTemplate.generate(String, String, Context) BAD_PRACTICE RV_RETURN_VALUE_IGNORED_BAD_PRACTICE 97 Medium