FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
40200

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

BugCategoryDetailsLinePriority
Nullcheck of line at line 57 of value previously dereferenced in org.apache.maven.doxia.module.confluence.parser.DefinitionListBlockParser.visit(String, ByLineSource)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE57Medium

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

BugCategoryDetailsLinePriority
new org.apache.maven.doxia.module.confluence.parser.ParagraphBlockParser(BlockParser[]) may expose internal representation by storing an externally mutable object into ParagraphBlockParser.parsersMALICIOUS_CODEEI_EXPOSE_REP243Medium