acf16387efc44571cd7f2bd6b275ca534af426d8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public setName(name String) : void renamed to public setId(collectionId String) : void in class org.geoserver.api.features.CollectionDocument | From | To | |
| Rename Method public getName() : String renamed to public getId() : String in class org.geoserver.api.features.CollectionDocument | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute name : String to id : String in class org.geoserver.api.features.CollectionDocument | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter name : String to collectionId : String in method public setId(collectionId String) : void in class org.geoserver.api.features.CollectionDocument | From | To |