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
56 3 0 0

org.apache.maven.doxia.module.twiki.parser.ListItemBlock

Bug Category Details Line Priority
Possible null pointer dereference of ListItemBlock.innerList on branch that might be infeasible in org.apache.maven.doxia.module.twiki.parser.ListItemBlock.equals(Object) STYLE NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE 106 Medium

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

Bug Category Details Line Priority
Dead store to sb in org.apache.maven.doxia.module.twiki.parser.ParagraphBlockParser.visit(String, ByLineSource) STYLE DLS_DEAD_LOCAL_STORE 165 High

org.apache.maven.doxia.module.twiki.parser.TreeListBuilder

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