SpotBugs Bug Detector Report

The following document contains the results of SpotBugs

SpotBugs Version is 4.8.2

Threshold is medium

Effort is default

Summary

Classes Bugs Errors Missing Classes
11 3 0 0

Files

Class Bugs
org.sentrysoftware.xflat.handlers.XmlHandler 1
org.sentrysoftware.xflat.types.SearchPathNode 2

org.sentrysoftware.xflat.handlers.XmlHandler

Bug Category Details Line Priority
org.sentrysoftware.xflat.handlers.XmlHandler.getResultMap() may expose internal representation by returning XmlHandler.resultMap MALICIOUS_CODE EI_EXPOSE_REP 246 Medium

org.sentrysoftware.xflat.types.SearchPathNode

Bug Category Details Line Priority
instanceof will always return true for all non-null values in org.sentrysoftware.xflat.types.SearchPathNode.compare(SearchPathNode, SearchPathNode), since all org.sentrysoftware.xflat.types.SearchPathElement are instances of org.sentrysoftware.xflat.types.SearchPathElement STYLE BC_VACUOUS_INSTANCEOF 105 Medium
org.sentrysoftware.xflat.types.SearchPathNode.getNexts() may expose internal representation by returning SearchPathNode.nexts MALICIOUS_CODE EI_EXPOSE_REP 48 Medium
No results.