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.fo.FoAggregateSink | 4 |
org.apache.maven.doxia.module.fo.FoSink | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_END isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 88 | High |
org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_NONE isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 76 | High |
org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_START isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 82 | High |
Method org.apache.maven.doxia.module.fo.FoAggregateSink.currentTocNumber() concatenates strings using + in a loop | PERFORMANCE | SBSC_USE_STRINGBUFFER_CONCATENATION | 955 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Method org.apache.maven.doxia.module.fo.FoSink.tableCell_() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 1126 | Medium |
Method org.apache.maven.doxia.module.fo.FoSink.tableRow(SinkEventAttributes) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 996 | Medium |
Method org.apache.maven.doxia.module.fo.FoSink.tableRows(int[], boolean) invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead | PERFORMANCE | DM_NUMBER_CTOR | 975 | Medium |