The following document contains the results of FindBugs Report
FindBugs Version is 2.0.2
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.install.AbstractInstallMojo | 1 |
org.apache.maven.plugin.install.HelpMojo | 1 |
org.apache.maven.plugin.install.InstallFileMojo | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
exceptional return value of java.io.File.mkdirs() ignored in org.apache.maven.plugin.install.AbstractInstallMojo.installChecksum(File, String, String) | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 199 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.plugin.install.HelpMojo.build() may fail to clean up java.io.InputStream | EXPERIMENTAL | OBL_UNSATISFIED_OBLIGATION | 68 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.plugin.install.InstallFileMojo.execute() may fail to close stream | BAD_PRACTICE | OS_OPEN_STREAM | 224 | Medium |
exceptional return value of java.io.File.delete() ignored in org.apache.maven.plugin.install.InstallFileMojo.execute() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 333 | Medium |