The following document contains the results of FindBugs Report
FindBugs Version is 1.3.9
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.apache.maven.doxia.module.xhtml.XhtmlParser | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.apache.maven.doxia.module.xhtml.XhtmlParser.handleStartTag(XmlPullParser, Sink) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 94 | Medium |