The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.plugin.jxr.AbstractJxrReport | 1 |
org.apache.maven.plugin.jxr.JxrReport | 1 |
org.apache.maven.plugin.jxr.JxrTestReport | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Possible null pointer dereference in org.apache.maven.plugin.jxr.AbstractJxrReport.hasSources(File) due to return value of called method | STYLE | NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE | 235 | Medium |
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 | 161 | 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 | 140 | Medium |