The following document contains the results of FindBugs Report
FindBugs Version is 2.0.1
Threshold is medium
Effort is min
Class | Bugs |
---|---|
org.deegree.services.sos.SOSController | 3 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
instanceof will always return true for all nonnull values in org.deegree.services.sos.SOSController.doGetFeatureOfInterest(GetFeatureOfInterest, HttpResponseBuffer), since all org.deegree.geometry.primitive.Point are instances of org.deegree.geometry.primitive.Point | STYLE | BC_VACUOUS_INSTANCEOF | 363 | Medium |
Found reliance on default encoding in org.deegree.services.sos.SOSController.doDescribeSensor(DescribeSensor, HttpResponseBuffer): new java.io.InputStreamReader(InputStream) | I18N | DM_DEFAULT_ENCODING | 555 | High |
Switch statement found in org.deegree.services.sos.SOSController.doKVP(Map, HttpServletRequest, HttpResponseBuffer, List) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 255 | Medium |