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.confluence.parser.DefinitionListBlockParser | 1 |
| org.apache.maven.doxia.module.confluence.parser.ParagraphBlockParser | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Nullcheck of line at line 57 of value previously dereferenced in org.apache.maven.doxia.module.confluence.parser.DefinitionListBlockParser.visit(String, ByLineSource) | CORRECTNESS | RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE | 57 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| new org.apache.maven.doxia.module.confluence.parser.ParagraphBlockParser(BlockParser[]) may expose internal representation by storing an externally mutable object into ParagraphBlockParser.parsers | MALICIOUS_CODE | EI_EXPOSE_REP2 | 43 | Medium |