The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is medium
Effort is min
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Test de nullité dans line d'une valeur préalablement déréférencée dans 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 |
---|---|---|---|---|
La méthode new org.apache.maven.doxia.module.confluence.parser.ParagraphBlockParser(BlockParser[]) risque d'exposer sa représentation interne en stockant un objet externe modifiable dans org.apache.maven.doxia.module.confluence.parser.ParagraphBlockParser.parsers | MALICIOUS_CODE | EI_EXPOSE_REP2 | 43 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Return value of TreeComponent.addChildren(String, int) ignored, is this OK in org.apache.maven.doxia.module.confluence.parser.list.TreeListBuilder.feedEntry(int, int, String) | STYLE | RV_RETURN_VALUE_IGNORED_INFERRED | 89 | Medium |