9e3c7cffea6baf637357c02cb289d54285d98e12
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type c : SimpleFeatureCollection to schema : SimpleFeatureType in method private getFeatureTypeInfo(schema SimpleFeatureType) : FeatureTypeInfo in class org.geoserver.wfs.response.ShapeZipOutputFormat | From | To | |
Rename Variable | 1 | ||
Rename Variable curCollection : SimpleFeatureCollection to collection : SimpleFeatureCollection in method public write(collections List<SimpleFeatureCollection>, charset Charset, output OutputStream, request GetFeatureRequest) : void in class org.geoserver.wfs.response.ShapeZipOutputFormat | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute fc : SimpleFeatureCollection to maxShpSize : long in method public setMaxShpSize(maxShapefileSize long) : void in class org.geoserver.wfs.response.ShapeZipOutputFormat | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fc : SimpleFeatureCollection to maxShpSize : long in method public setMaxShpSize(maxShapefileSize long) : void in class org.geoserver.wfs.response.ShapeZipOutputFormat | From | To | |
Extract Method | 1 | ||
Extract Method public setMaxShpSize(maxShapefileSize long) : void extracted from public write(collections List<SimpleFeatureCollection>, charset Charset, output OutputStream, request GetFeatureRequest) : void in class org.geoserver.wfs.response.ShapeZipOutputFormat | From | To | |
Rename Parameter | 1 | ||
Rename Parameter c : SimpleFeatureCollection to schema : SimpleFeatureType in method private getFeatureTypeInfo(schema SimpleFeatureType) : FeatureTypeInfo in class org.geoserver.wfs.response.ShapeZipOutputFormat | From | To |