fd74784090cd591241cd741af4fa7acf04ddf157
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testcountIndexFloat() : void renamed to public testountIndexFloat() : void in class org.geoserver.opensearch.eo.kvp.SearchRequestKvpReaderTest | From | To | |
Rename Method private getCollectionByParentId(parentId String, collectionSource FeatureSource<FeatureType,Feature>) : Feature renamed to private getCollectionByParentIdentifier(parentId String) : Feature in class org.geoserver.opensearch.eo.DefaultOpenSearchEoService | From | To | |
Rename Method public testGeoUidQuery() : void renamed to public testGeoUidCollectionQuery() : void in class org.geoserver.opensearch.eo.SearchTest | From | To | |
Rename Variable | 2 | ||
Rename Variable buildCollectionIdentifierLink : String to identifierLink : String in method private encodeCollectionEntry(feature Feature, request SearchRequest) : void in class org.geoserver.opensearch.eo.response.AtomResultsTransformer.ResultsTranslator | From | To | |
Rename Variable collectionSource : FeatureSource<FeatureType,Feature> to featureSource : FeatureSource<FeatureType,Feature> in method public search(request SearchRequest) : SearchResults in class org.geoserver.opensearch.eo.DefaultOpenSearchEoService | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable buildCollectionIdentifierLink : String to identifierLink : String in method private encodeGenericEntryContents(feature Feature, identifierLink String) : void in class org.geoserver.opensearch.eo.response.AtomResultsTransformer.ResultsTranslator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type features : FeatureCollection to features : FeatureCollection<FeatureType,Feature> in method public search(request SearchRequest) : SearchResults in class org.geoserver.opensearch.eo.DefaultOpenSearchEoService | From | To | |
Extract Variable | 1 | ||
Extract Variable parentId : String in method public search(request SearchRequest) : SearchResults from class org.geoserver.opensearch.eo.DefaultOpenSearchEoService | From | To | |
Extract Method | 2 | ||
Extract Method private encodeGenericEntryContents(feature Feature, identifierLink String) : void extracted from private encodeCollectionEntry(feature Feature, request SearchRequest) : void in class org.geoserver.opensearch.eo.response.AtomResultsTransformer.ResultsTranslator | From | To | |
Extract Method private runScript(script String, h2 JDBCDataStore) : void extracted from package populateCollections(h2 JDBCDataStore) : void in class org.geoserver.opensearch.eo.JDBCOpenSearchAccessTest | From | To |