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
14 2 0 0

org.apache.maven.doxia.module.fml.model.Faqs

Bug Category Details Line Priority
Redundant nullcheck of org.apache.maven.doxia.module.fml.model.Faqs.getParts(), which is known to be non-null in org.apache.maven.doxia.module.fml.model.Faqs.equals(Object) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 91 Medium

org.apache.maven.doxia.module.fml.model.Part

Bug Category Details Line Priority
Redundant nullcheck of org.apache.maven.doxia.module.fml.model.Part.getFaqs(), which is known to be non-null in org.apache.maven.doxia.module.fml.model.Part.equals(Object) STYLE RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE 83 Medium