FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 2.0.3

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
8 2 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 174 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 153 Medium