The following document contains the results of FindBugs
FindBugs Version is 2.0.3
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.AbstractCheckstyleReport.getOutputStream(File) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 592 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.plugin.checkstyle.CheckstyleReportGenerator$ConfReference defines compareTo(CheckstyleReportGenerator$ConfReference) and uses Object.equals() | BAD_PRACTICE | EQ_COMPARETO_USE_OBJECT_EQUALS | 853-858 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.getOutputStream(File) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 755 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
instanceof will always return true for all nonnull values in org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest), since all java.net.URLClassLoader are instances of java.io.Closeable | STYLE | BC_VACUOUS_INSTANCEOF | 256 | Medium |
Found reliance on default encoding in org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.executeCheckstyle(CheckstyleExecutorRequest): java.io.ByteArrayOutputStream.toString() | I18N | DM_DEFAULT_ENCODING | 271 | High |
Found reliance on default encoding in org.apache.maven.plugin.checkstyle.exec.DefaultCheckstyleExecutor.getOverridingProperties(CheckstyleExecutorRequest): String.getBytes() | I18N | DM_DEFAULT_ENCODING | 540 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.apache.maven.plugin.checkstyle.rss.VelocityTemplate.generate(String, String, Context): new java.io.FileWriter(File) | I18N | DM_DEFAULT_ENCODING | 103 | High |
org.apache.maven.plugin.checkstyle.rss.VelocityTemplate.generate(String, String, Context) may fail to clean up java.io.Writer on checked exception | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE | 103 | Medium |
Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.checkstyle.rss.VelocityTemplate.generate(String, String, Context) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 100 | Medium |