9e8d5a27f77e12c86c97c968c5a47de87de85aec
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable layerIds : Set<String> to layerNames : Set<String> in method public containsLayer(layerName String) : boolean in class org.geoserver.gwc.layer.CatalogConfiguration | From | To | |
Rename Variable layerId : String to layerName : String in method public getLayers() : Iterable<GeoServerTileLayer> in class org.geoserver.gwc.layer.CatalogConfiguration | From | To | |
Rename Variable layerIds : Set<String> to layerNames : Set<String> in method public getLayers() : Iterable<GeoServerTileLayer> in class org.geoserver.gwc.layer.CatalogConfiguration | From | To | |
Change Variable Type | 4 | ||
Change Variable Type config : Configuration to config : TileLayerConfiguration in method public modifyGridSet(oldGridSetName String, newGridSet GridSet) : void in class org.geoserver.gwc.GWC | From | To | |
Change Variable Type layers : List<GeoServerTileLayer> to layers : Iterable<GeoServerTileLayer> in method public testDeprecatedGetTileLayers() : void in class org.geoserver.gwc.layer.CatalogConfigurationTest | From | To | |
Change Variable Type changedConfigs : Set<Configuration> to changedConfigs : Set<TileLayerConfiguration> in method public removeGridSets(gridsetIds Set<String>) : void in class org.geoserver.gwc.GWC | From | To | |
Change Variable Type saveConfigurations : Set<Configuration> to saveConfigurations : Set<TileLayerConfiguration> in method public modifyGridSet(oldGridSetName String, newGridSet GridSet) : void in class org.geoserver.gwc.GWC | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type config : Configuration to config : TileLayerConfiguration in class org.geoserver.gwc.GWCTest | From | To | |
Extract Method | 4 | ||
Extract Method public getLayerCount() : int extracted from public getTileLayerCount() : int in class org.geoserver.gwc.layer.CatalogConfiguration | From | To | |
Extract Method public getLayerNames() : Set<String> extracted from public getTileLayerNames() : Set<String> in class org.geoserver.gwc.layer.CatalogConfiguration | From | To | |
Extract Method public getLayer(layerName String) : GeoServerTileLayer extracted from public getLayers() : Iterable<GeoServerTileLayer> in class org.geoserver.gwc.layer.CatalogConfiguration | From | To | |
Extract Method public getLayer(layerName String) : GeoServerTileLayer extracted from public getTileLayer(layerName String) : GeoServerTileLayer in class org.geoserver.gwc.layer.CatalogConfiguration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter layerId : String to layerName : String in method public containsLayer(layerName String) : boolean in class org.geoserver.gwc.layer.CatalogConfiguration | From | To |