95df7ada783912fb1cd132bf6ec6ea167a375a61
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable groupLayers : Iterator<LayerInfo> to it : CloseableIterator<LayerGroupInfo> in method public getLayerGroupsFor(style StyleInfo) : Iterable<LayerGroupInfo> in class org.geoserver.gwc.GWC | From | To | |
Inline Method | 6 | ||
Inline Method public getLayerGroups() : List<LayerGroupInfo> inlined to public getLayerGroupsFor(style StyleInfo) : Iterable<LayerGroupInfo> in class org.geoserver.gwc.GWC | From | To | |
Inline Method public getLayerGroups() : List<LayerGroupInfo> inlined to public getTileLayersByFeatureType(namespaceURI String, typeName String) : Set<String> in class org.geoserver.gwc.GWC | From | To | |
Extract Variable | 1 | ||
Extract Variable layers : Iterable<LayerInfo> in method private handleStyleChange(modifiedStyle StyleInfo) : void from class org.geoserver.gwc.layer.CatalogStyleChangeListener | From | To | |
Change Variable Type | 1 | ||
Change Variable Type groupLayers : Iterator<LayerInfo> to it : CloseableIterator<LayerGroupInfo> in method public getLayerGroupsFor(style StyleInfo) : Iterable<LayerGroupInfo> in class org.geoserver.gwc.GWC | From | To | |
Extract Method | 1 | ||
Extract Method private getLayerInfosFor(style StyleInfo, includeSecondaryStyles boolean) : Iterable<LayerInfo> extracted from public getLayerInfosFor(style StyleInfo) : Iterable<LayerInfo> in class org.geoserver.gwc.GWC | From | To |