FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
7 7 0 0

org.apache.maven.plugin.jxr.JxrReport

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

org.apache.maven.plugin.jxr.JxrTestReport

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