cad830c33361dad7dddd199777f5529fb693960c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable featList : List<Feature> to features : ListMultimap<String,Feature> in method public testMapBoxTileBuilder() : void in class org.geoserver.wms.mapbox.MapBoxTileBuilderTest | From | To | |
Rename Variable outputFormat : VectorTileMapOutputFormat to tileBuilder : MapBoxTileBuilder in method public testMapBoxTileBuilder() : void in class org.geoserver.wms.mapbox.MapBoxTileBuilderTest | From | To | |
Change Return Type | 2 | ||
Change Return Type WebMap to RawMap in method public build(mapContent WMSMapContent) : RawMap in class org.geoserver.wms.mapbox.MapBoxTileBuilder | From | To | |
Change Return Type VectorTileBuilder to MapBoxTileBuilder in method public newBuilder(screenSize Rectangle, mapArea ReferencedEnvelope) : MapBoxTileBuilder in class org.geoserver.wms.mapbox.MapBoxTileBuilderFactory | From | To | |
Change Variable Type | 2 | ||
Change Variable Type featList : List<Feature> to features : ListMultimap<String,Feature> in method public testMapBoxTileBuilder() : void in class org.geoserver.wms.mapbox.MapBoxTileBuilderTest | From | To | |
Change Variable Type outputFormat : VectorTileMapOutputFormat to tileBuilder : MapBoxTileBuilder in method public testMapBoxTileBuilder() : void in class org.geoserver.wms.mapbox.MapBoxTileBuilderTest | From | To | |
Extract Variable | 2 | ||
Extract Variable screenToWorld : MathTransform in method private createContext(mapArea ReferencedEnvelope, paintArea Rectangle, sourceCrs CoordinateReferenceSystem) : Context from class org.geoserver.wms.vector.PipelineBuilder | From | To | |
Extract Variable pointFeature : Feature in method public testMapBoxTileBuilder() : void from class org.geoserver.wms.mapbox.MapBoxTileBuilderTest | From | To | |
Extract Method | 1 | ||
Extract Method private decode(map RawMap) : ListMultimap<String,Feature> extracted from public testMapBoxTileBuilder() : void in class org.geoserver.wms.mapbox.MapBoxTileBuilderTest | From | To |