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
| Classes | Bugs | Errors | Missing Classes |
|---|
| 10 | 6 | 0 | 0 |
org.apache.maven.plugin.plugin.AbstractGeneratorMojo
| Bug | Category | Details | Line | Priority |
|---|
| exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 235 | Medium |
org.apache.maven.plugin.plugin.HelpMojo
| Bug | Category | Details | Line | Priority |
|---|
| Unwritten field: org.apache.maven.plugin.plugin.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 129 | Medium |
org.apache.maven.plugin.plugin.PluginReport
| Bug | Category | Details | Line | Priority |
|---|
| exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.PluginReport.generatePluginDocumentation(PluginDescriptor, Locale) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 331 | Medium |
org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer
org.apache.maven.plugin.plugin.UpdatePluginRegistryMojo
| Bug | Category | Details | Line | Priority |
|---|
| exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.UpdatePluginRegistryMojo.writeUserRegistry(String, String, PluginRegistry) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 197 | Medium |