The following document contains the results of FindBugs
FindBugs Version is 3.0.1
Threshold is high
Effort is max
Class | Bugs |
---|---|
org.codice.ddf.spatial.ogc.csw.catalog.converter.XStreamAttributeCopier | 1 |
org.codice.ddf.spatial.ogc.csw.catalog.converter.XstreamTreeWriter | 1 |
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 |
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 |