FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 2.0.1

Threshold is medium

Effort is min

Summary

Classes Bugs Errors Missing Classes
30 5 0 0

org.apache.maven.doxia.module.apt.AptParser

Bug Category Details Line Priority
org.apache.maven.doxia.module.apt.AptParser.SPACES should be package protected MALICIOUS_CODE MS_PKGPROTECT 175 Medium
Switch statement found in org.apache.maven.doxia.module.apt.AptParser.traverseDefinitionList() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 1115-1173 Medium
Switch statement found in org.apache.maven.doxia.module.apt.AptParser.traverseList() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 926-984 Medium
Switch statement found in org.apache.maven.doxia.module.apt.AptParser.traverseNumberedList() where default case is missing STYLE SF_SWITCH_NO_DEFAULT 1021-1078 Medium

org.apache.maven.doxia.module.apt.AptSink

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