FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
191000

org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport

BugCategoryDetailsLinePriority
org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.getOutputStream(File) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE339Medium

org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.getOutputStream(File) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE540Medium

org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor

BugCategoryDetailsLinePriority
org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest) creates a java.net.URLClassLoader classloader, which should be performed within a doPrivileged blockBAD_PRACTICEDP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED160Medium
Unwritten field: org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.locatorCORRECTNESSUWF_UNWRITTEN_FIELD90Medium

org.apache.maven.plugin.checkstyle.HelpMojo

BugCategoryDetailsLinePriority
Unwritten field: org.apache.maven.plugin.checkstyle.HelpMojo.goalCORRECTNESSUWF_UNWRITTEN_FIELD76Medium

org.apache.maven.plugin.checkstyle.VelocityTemplate

BugCategoryDetailsLinePriority
Method org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context) may fail to clean up java.io.WriterEXPERIMENTALOBL_UNSATISFIED_OBLIGATION103Medium
org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context) ignores exceptional return value of java.io.File.mkdirs()BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE100Medium

org.apache.maven.plugin.checkstyle.rss.DefaultCheckstyleRssGenerator

BugCategoryDetailsLinePriority
Unwritten field: org.apache.maven.plugin.checkstyle.rss.DefaultCheckstyleRssGenerator.velocityComponentCORRECTNESSUWF_UNWRITTEN_FIELD61Medium

org.codehaus.plexus.util.interpolation.RegexBasedInterpolator

BugCategoryDetailsLinePriority
The class name org.codehaus.plexus.util.interpolation.RegexBasedInterpolator shadows the simple name of the superclass org.codehaus.plexus.interpolation.RegexBasedInterpolatorBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_SUPERCLASS28High

org.codehaus.plexus.util.interpolation.ValueSource

BugCategoryDetailsLinePriority
The class name org.codehaus.plexus.util.interpolation.ValueSource shadows the simple name of implemented interface org.codehaus.plexus.interpolation.ValueSourceBAD_PRACTICENM_SAME_SIMPLE_NAME_AS_INTERFACENot availableMedium