FindBugs Bug Detector Report

The following document contains the results of FindBugs

FindBugs Version is 3.0.1

Threshold is high

Effort is max

Summary

Classes Bugs Errors Missing Classes
19 2 0 0

org.codice.ddf.spatial.ogc.csw.catalog.converter.XStreamAttributeCopier

Bug Category Details Line Priority
Found reliance on default encoding in org.codice.ddf.spatial.ogc.csw.catalog.converter.XStreamAttributeCopier.copyXml(HierarchicalStreamReader, StringWriter, Map): new java.io.InputStreamReader(InputStream) I18N DM_DEFAULT_ENCODING 108 High

org.codice.ddf.spatial.ogc.csw.catalog.converter.XstreamTreeWriter

Bug Category Details Line Priority
Potentially dangerous use of non-short-circuit logic in org.codice.ddf.spatial.ogc.csw.catalog.converter.XstreamTreeWriter.startVisit(String) STYLE NS_DANGEROUS_NON_SHORT_CIRCUIT 53 High