7c7988b9d74533247b9fa06dd561decf94c9e0df
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getFormat() : String renamed to public getOutputFormat() : String in class org.geoserver.wfs3.BaseRequest | From | To | |
Rename Method public setFormat(kvp Map, rawKvp Map, format Object) : void renamed to public setOutputFormat(kvp Map, rawKvp Map, format Object) : void in class org.geoserver.wfs3.kvp.BaseKvpRequestReader | From | To | |
Rename Method public setFormat(format String) : void renamed to public setOutputFormat(outputFormat String) : void in class org.geoserver.wfs3.BaseRequest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute format : String to outputFormat : String in class org.geoserver.wfs3.BaseRequest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter format : String to outputFormat : String in method public setOutputFormat(outputFormat String) : void in class org.geoserver.wfs3.BaseRequest | From | To |