8d010894b40b454f161c87c7b903418feb89ec47
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method protected mapProperties(builder ComplexFeatureBuilder, fi SimpleFeature) : void renamed to protected mapPropertiesToComplex(builder ComplexFeatureBuilder, fi SimpleFeature) : void in class org.geoserver.opensearch.eo.store.JDBCProductFeatureSource | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type list : List<? extends Feature> to list : List<Feature> in method public ListComplexFeatureCollection(schema FeatureType, list List<Feature>) in class org.geoserver.opensearch.eo.ListComplexFeatureCollection | From | To | |
| Change Return Type | 2 | ||
| Change Return Type FeatureSource<FeatureType,Feature> to FeatureStore<FeatureType,Feature> in method public getProductSource() : FeatureStore<FeatureType,Feature> in class org.geoserver.opensearch.eo.store.JDBCOpenSearchAccess | From | To | |
| Change Return Type FeatureSource<FeatureType,Feature> to FeatureStore<FeatureType,Feature> in method public getCollectionSource() : FeatureStore<FeatureType,Feature> in class org.geoserver.opensearch.eo.store.JDBCOpenSearchAccess | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute package FEATURE_FACTORY : FeatureFactory in class org.geoserver.opensearch.eo.store.AbstractMappingStore | From | To | |
| Rename Class | 2 | ||
| Rename Class org.geoserver.opensearch.eo.store.AbstractMappingSource renamed to org.geoserver.opensearch.eo.store.AbstractMappingStore | From | To | |
| Rename Class org.geoserver.opensearch.eo.store.JDBCCollectionFeatureSource renamed to org.geoserver.opensearch.eo.store.JDBCCollectionFeatureStore | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type fs : FeatureSource<FeatureType,Feature> to fs : FeatureStore<FeatureType,Feature> in method public getCollections(request HttpServletRequest, offset Integer, limit Integer) : CollectionReferences in class org.geoserver.opensearch.rest.CollectionsController | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type list : List<? extends Feature> to list : List<Feature> in class org.geoserver.opensearch.eo.ListComplexFeatureCollection | From | To |