83bb4d6ca9e1e20a196e81a419d82fafcc8e84d1
Files Diff
- Added: 8
- Removed: 4
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable dd : GeoServerDataDirectory to data : GeoServerDataDirectory in method public addStyle(ws WorkspaceInfo, name String, filename String, scope Class, catalog Catalog, legend LegendInfo) : void in class org.geoserver.data.test.SystemTestData | From | To | |
Rename Variable legend : GraphicLegend to graphic : GraphicLegend in method public buildLegendGraphic(request GetLegendGraphicRequest) : BufferedImage in class org.geoserver.wms.legendgraphic.BufferedImageLegendGraphicBuilder | From | To | |
Change Return Type | 2 | ||
Change Return Type Map to Map<String,Object> in method public getEnv() : Map<String,Object> in class org.geoserver.wms.GetLegendGraphicRequest | From | To | |
Change Return Type Map to Map<String,Object> in method public getLegendOptions() : Map<String,Object> in class org.geoserver.wms.GetLegendGraphicRequest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute legend : Image to legendImg : Image in class org.geoserver.wms.web.data.AbstractStylePage | From | To | |
Extract Variable | 3 | ||
Extract Variable layerInfo : LayerInfo in method private parseStyleAndRule(req GetLegendGraphicRequest, infoObj Object, rawKvp Map) : void from class org.geoserver.wms.legendgraphic.GetLegendGraphicKvpReader | From | To | |
Extract Variable styleInfo : StyleInfo in method private parseStyleAndRule(req GetLegendGraphicRequest, infoObj Object, rawKvp Map) : void from class org.geoserver.wms.legendgraphic.GetLegendGraphicKvpReader | From | To | |
Change Variable Type | 6 | ||
Change Variable Type legendOptions : Map to legendOptions : Map<String,Object> in method public getLabelFontColor(req GetLegendGraphicRequest) : Color in class org.geoserver.wms.legendgraphic.LegendUtils | From | To | |
Change Variable Type layers : List<FeatureType> to layers : List<LegendRequest> in method public buildLegendGraphic(request GetLegendGraphicRequest) : BufferedImage in class org.geoserver.wms.legendgraphic.BufferedImageLegendGraphicBuilder | From | To | |
Change Variable Type legendOptions : Map to legendOptions : Map<String,Object> in method public getLabelFont(req GetLegendGraphicRequest) : Font in class org.geoserver.wms.legendgraphic.LegendUtils | From | To | |
Change Variable Type styleModel : IModel<StyleInfo> to styleModel : CompoundPropertyModel<StyleInfo> in method protected initUI(style StyleInfo) : void in class org.geoserver.wms.web.data.AbstractStylePage | From | To | |
Change Variable Type layers : List<FeatureType> to layers : List<LegendRequest> in method public read(req Object, kvp Map, rawKvp Map) : GetLegendGraphicRequest in class org.geoserver.wms.legendgraphic.GetLegendGraphicKvpReader | From | To | |
Change Variable Type legendOptions : Map to legendOptions : Map<String,Object> in method public getBackgroundColor(req GetLegendGraphicRequest) : Color in class org.geoserver.wms.legendgraphic.LegendUtils | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type env : Map to env : Map<String,Object> in class org.geoserver.wms.GetLegendGraphicRequest | From | To | |
Change Attribute Type legendOptions : Map to legendOptions : Map<String,Object> in class org.geoserver.wms.GetLegendGraphicRequest | From | To | |
Extract Method | 1 | ||
Extract Method public addStyle(ws WorkspaceInfo, name String, filename String, scope Class, catalog Catalog, legend LegendInfo) : void extracted from public addStyle(ws WorkspaceInfo, name String, filename String, scope Class, catalog Catalog) : void in class org.geoserver.data.test.SystemTestData | From | To |