The following document contains the results of FindBugs Report
FindBugs Version is 2.0.0
Threshold is medium
Effort is min
Class | Bugs |
---|---|
gov.nasa.pds.search.PDAPHandler | 1 |
gov.nasa.pds.search.PDSSearchProtocol | 1 |
gov.nasa.pds.search.XMLUpdate | 2 |
gov.nasa.pds.search.XSLTResponseWriter | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
gov.nasa.pds.search.PDAPHandler.handleRequestBody(SolrQueryRequest, SolrQueryResponse) makes inefficient use of keySet iterator instead of entrySet iterator | PERFORMANCE | WMI_WRONG_MAP_ITERATOR | 196 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
gov.nasa.pds.search.PDSSearchProtocol.MULTI_PARAMS should be package protected | MALICIOUS_CODE | MS_PKGPROTECT | 35 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to server in gov.nasa.pds.search.XMLUpdate.doUpdate(FileReader) | STYLE | DLS_DEAD_LOCAL_STORE | 35 | High |
Found reliance on default encoding in gov.nasa.pds.search.XMLUpdate.doUpdate(String[]): new java.io.FileReader(String) | I18N | DM_DEFAULT_ENCODING | 26 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
The class name gov.nasa.pds.search.XSLTResponseWriter shadows the simple name of the superclass org.apache.solr.response.XSLTResponseWriter | BAD_PRACTICE | NM_SAME_SIMPLE_NAME_AS_SUPERCLASS | 9 | High |