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.twiki.parser.ListItemBlock | 1 |
| org.apache.maven.doxia.module.twiki.parser.ParagraphBlockParser | 1 |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Possible null pointer dereference of ListItemBlock.innerList on path that might be infeasible in org.apache.maven.doxia.module.twiki.parser.ListItemBlock.equals(Object) | STYLE | NP_NULL_ON_SOME_PATH_MIGHT_BE_INFEASIBLE | 107 | Medium |
| Bug | Category | Details | Line | Priority |
|---|---|---|---|---|
| Dead store to sb in org.apache.maven.doxia.module.twiki.parser.ParagraphBlockParser.visit(String, ByLineSource) | STYLE | DLS_DEAD_LOCAL_STORE | 168 | High |