FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
44 3 0 0

org.apache.maven.doxia.module.confluence.parser.DefinitionListBlockParser

Bug Category Details Line Priority
Nullcheck of line at line 62 of value previously dereferenced in org.apache.maven.doxia.module.confluence.parser.DefinitionListBlockParser.visit(String, ByLineSource) CORRECTNESS RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE 56 Medium

org.apache.maven.doxia.module.confluence.parser.ParagraphBlockParser

Bug Category Details Line Priority
new org.apache.maven.doxia.module.confluence.parser.ParagraphBlockParser(BlockParser[]) may expose internal representation by storing an externally mutable object into ParagraphBlockParser.parsers MALICIOUS_CODE EI_EXPOSE_REP2 41 Medium

org.apache.maven.doxia.module.confluence.parser.list.TreeListBuilder

Bug Category Details Line Priority
Return value of TreeComponent.addChildren(String, int) ignored, is this OK in org.apache.maven.doxia.module.confluence.parser.list.TreeListBuilder.feedEntry(int, int, String) STYLE RV_RETURN_VALUE_IGNORED_INFERRED 87 Medium