The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.jxr.JxrReport | 4 |
org.apache.maven.plugin.jxr.JxrTestReport | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference of reportOutputDirectory in org.apache.maven.plugin.jxr.JxrReport.setReportOutputDirectory(File) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 178 | Medium |
Unwritten field: org.apache.maven.plugin.jxr.JxrReport.javadocDir | CORRECTNESS | UWF_UNWRITTEN_FIELD | 164 | Medium |
Unwritten field: org.apache.maven.plugin.jxr.JxrReport.sourceDirs | CORRECTNESS | UWF_UNWRITTEN_FIELD | 98 | Medium |
Unwritten field: org.apache.maven.plugin.jxr.JxrReport.sourcePath | CORRECTNESS | UWF_UNWRITTEN_FIELD | 85 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference of reportOutputDirectory in org.apache.maven.plugin.jxr.JxrTestReport.setReportOutputDirectory(File) | CORRECTNESS | NP_NULL_ON_SOME_PATH | 156 | Medium |
Unwritten field: org.apache.maven.plugin.jxr.JxrTestReport.sourceDirs | CORRECTNESS | UWF_UNWRITTEN_FIELD | 73 | Medium |
Unwritten field: org.apache.maven.plugin.jxr.JxrTestReport.testJavadocDir | CORRECTNESS | UWF_UNWRITTEN_FIELD | 142 | Medium |