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.apt.AptParser | 1 |
| org.apache.maven.doxia.module.apt.AptSink | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.doxia.module.apt.AptParser.SPACES should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 173 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| org.apache.maven.doxia.module.apt.AptSink.tableRows(int[], boolean) may expose internal representation by storing an externally mutable object into AptSink.cellJustif | MALICIOUS_CODE | EI_EXPOSE_REP2 | 601 | Medium |