The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.deploy.AbstractDeployMojo | 2 |
org.apache.maven.plugin.deploy.DeployMojo | 1 |
org.apache.maven.plugin.deploy.HelpMojo | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.apache.maven.plugin.deploy.AbstractDeployMojo.repositoryFactory | CORRECTNESS | UWF_UNWRITTEN_FIELD | 221 | Medium |
Unwritten field: org.apache.maven.plugin.deploy.AbstractDeployMojo.repositoryLayouts | CORRECTNESS | UWF_UNWRITTEN_FIELD | 133 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.plugin.deploy.DeployMojo.execute() ignores exceptional return value of java.io.File.mkdirs() | BAD_PRACTICE | RV_RETURN_VALUE_IGNORED_BAD_PRACTICE | 128 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Unwritten field: org.apache.maven.plugin.deploy.HelpMojo.goal | CORRECTNESS | UWF_UNWRITTEN_FIELD | 76 | Medium |