f7beb1847b901d3b8482a63e846ac0dfec0522fd
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public setConfigItem(path String, value String) : void from class me.corriekay.pokegoutil.BlossomsPoGoManager to private findNode(path String, create boolean) : FindResult from class me.corriekay.pokegoutil.utils.Config | From | To | |
| Move Method | 1 | ||
| Move Method public saveConfig() : void from class me.corriekay.pokegoutil.BlossomsPoGoManager to public saveConfig() : void from class me.corriekay.pokegoutil.utils.Config | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to FindResult in method private findNode(path String, create boolean) : FindResult in class me.corriekay.pokegoutil.utils.Config | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private file : File from class me.corriekay.pokegoutil.BlossomsPoGoManager to private file : File from class me.corriekay.pokegoutil.utils.Config | From | To | |
| Extract Method | 1 | ||
| Extract Method public getLocationMidScreen(frame Window, screen int) : Point extracted from public setLocationMidScreen(frame Window, screen int) : void in class me.corriekay.pokegoutil.utils.Utilities | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type config : JSONObject to config : Config in class me.corriekay.pokegoutil.BlossomsPoGoManager | From | To |