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.wps.ap.wcts.TransformCoordinates | 1 |
org.deegree.services.wps.ap.wcts.TransformCoordinates$InputParams | 1 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.deegree.services.wps.ap.wcts.TransformCoordinates.evaluateInput(ProcessletInputs) where default case is missing | STYLE | SF_SWITCH_NO_DEFAULT | 298 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Should org.deegree.services.wps.ap.wcts.TransformCoordinates$InputParams be a _static_ inner class? | PERFORMANCE | SIC_INNER_SHOULD_BE_STATIC | 478 | Medium |