FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
191100

org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.getOutputStream(File)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE325Medium

org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo

BugCategoryDetailsLinePriority
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.getOutputStream(File)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE525Medium

org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest): java.io.ByteArrayOutputStream.toString()I18NDM_DEFAULT_ENCODING210High
Found reliance on default encoding in org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.getOverridingProperties(CheckstyleExecutorRequest): String.getBytes()I18NDM_DEFAULT_ENCODING408High
org.apache.maven.plugin.checkstyle.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest) creates a java.net.URLClassLoader classloader, which should be performed within a doPrivileged blockMALICIOUS_CODEDP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED162Medium

org.apache.maven.plugin.checkstyle.HelpMojo

BugCategoryDetailsLinePriority
org.apache.maven.plugin.checkstyle.HelpMojo.build() may fail to clean up java.io.InputStreamEXPERIMENTALOBL_UNSATISFIED_OBLIGATION68Medium

org.apache.maven.plugin.checkstyle.VelocityTemplate

BugCategoryDetailsLinePriority
Found reliance on default encoding in org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context): new java.io.FileWriter(File)I18NDM_DEFAULT_ENCODING103High
org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context) may fail to clean up java.io.Writer on checked exceptionEXPERIMENTALOBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE103Medium
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.VelocityTemplate.generate(String, String, Context)BAD_PRACTICERV_RETURN_VALUE_IGNORED_BAD_PRACTICE100Medium

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