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.feature.persistence.geocouch.FeatureTranscoder | 1 |
org.deegree.feature.persistence.geocouch.GeoCouchFeatureStore | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Found reliance on default encoding in org.deegree.feature.persistence.geocouch.FeatureTranscoder.encode(Feature): new String(byte[]) | I18N | DM_DEFAULT_ENCODING | 120 | High |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Dead store to codec in org.deegree.feature.persistence.geocouch.GeoCouchFeatureStore.queryByIdFilter(IdFilter, SortProperty[]) | STYLE | DLS_DEAD_LOCAL_STORE | 227 | High |
Null pointer dereference of result in org.deegree.feature.persistence.geocouch.GeoCouchFeatureStore.queryByIdFilter(IdFilter, SortProperty[]) | CORRECTNESS | NP_ALWAYS_NULL | 238 | High |