The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
| Class | Bugs |
|---|---|
| org.apache.maven.doxia.module.fo.FoAggregateSink | 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 | 91 | High |
| org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_NONE isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 77 | High |
| org.apache.maven.doxia.module.fo.FoAggregateSink.TOC_START isn't final but should be | MALICIOUS_CODE | MS_SHOULD_BE_FINAL | 84 | High |