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
6100

org.apache.maven.doxia.module.xhtml.XhtmlParser

BugCategoryDetailsLinePriority
Method org.apache.maven.doxia.module.xhtml.XhtmlParser.handleStartTag(XmlPullParser, Sink) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR94Medium