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.memory.MemoryFeatureStore | 2 |
org.deegree.feature.persistence.memory.MemoryFeatureStoreTransaction | 2 |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Inconsistent synchronization of org.deegree.feature.persistence.memory.MemoryFeatureStore.activeTransaction; locked 66% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 232 | Medium |
Inconsistent synchronization of org.deegree.feature.persistence.memory.MemoryFeatureStore.transactionHolder; locked 75% of time | MT_CORRECTNESS | IS2_INCONSISTENT_SYNC | 240 | Medium |
Bug | Category | Details | Line | Priority |
---|---|---|---|---|
Switch statement found in org.deegree.feature.persistence.memory.MemoryFeatureStoreTransaction.getFeatureId(Feature, IDGenMode) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 383 | Medium |
Switch statement found in org.deegree.feature.persistence.memory.MemoryFeatureStoreTransaction.getGeometryId(Geometry, IDGenMode) where one case falls through to the next case | STYLE | SF_SWITCH_FALLTHROUGH | 405 | Medium |