The following document contains the results of FindBugs
FindBugs Version is 3.0.1
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.plugin.AbstractGeneratorMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 261 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Found reliance on default encoding in org.apache.maven.plugin.plugin.PluginReport.extractPluginDescriptor(): new java.io.FileReader(File) | I18N | DM_DEFAULT_ENCODING | 284 | High |
| org.apache.maven.plugin.plugin.PluginReport.extractPluginDescriptor() may fail to clean up java.io.Reader | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 284 | Medium |
| Exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.plugin.PluginReport.generateMojosDocumentation(PluginDescriptor, Locale) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 421 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Test de nullité redondant sur une valeur non nulle dans org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderBody() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 600 | Medium |
| Test de nullité redondant sur une valeur non nulle dans org.apache.maven.plugin.plugin.PluginReport$PluginOverviewRenderer.renderBody() | STYLE | RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE | 592 | Medium |
| 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 |