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
36700

org.apache.maven.doxia.module.fo.FoAggregateSink

BugCategoryDetailsLinePriority
org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_END isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL88High
org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_NONE isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL76High
org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_START isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL82High
Method org.apache.maven.doxia.module.fo.FoAggregateSink.currentTocNumber() concatenates strings using + in a loopPERFORMANCESBSC_USE_STRINGBUFFER_CONCATENATION955Medium

org.apache.maven.doxia.module.fo.FoSink

BugCategoryDetailsLinePriority
Method org.apache.maven.doxia.module.fo.FoSink.tableCell_() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR1126Medium
Method org.apache.maven.doxia.module.fo.FoSink.tableRow(SinkEventAttributes) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR996Medium
Method org.apache.maven.doxia.module.fo.FoSink.tableRows(int[], boolean) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR975Medium