39ea4b6870944bdd036e28f6ecdb294af926ab6a
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getJSONObject(path String, defaultValue JSONObject) : JSONObject renamed to public getJsonObject(configKey ConfigKey, defaultValue JSONObject) : JSONObject in class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Rename Method public setJSONObject(path String, value JSONObject) : void renamed to public setJsonObject(configKey ConfigKey, value JSONObject) : void in class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type path : String to configKey : ConfigKey in method public setJsonObject(configKey ConfigKey, value JSONObject) : void in class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Change Parameter Type path : String to configKey : ConfigKey in method public getJsonObject(configKey ConfigKey, defaultValue JSONObject) : JSONObject in class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Rename Attribute | 2 | ||
Rename Attribute name : String to nameVal : String in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Attribute node : JSONObject to nodeVal : JSONObject in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Extract Variable | 1 | ||
Extract Variable indentFactor : int in method public saveConfig() : void from class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Rename Parameter | 4 | ||
Rename Parameter name : String to nameVal : String in method package FindResult(nodeVal JSONObject, nameVal String) in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Parameter path : String to configKey : ConfigKey in method public setJsonObject(configKey ConfigKey, value JSONObject) : void in class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Rename Parameter node : JSONObject to nodeVal : JSONObject in method package FindResult(nodeVal JSONObject, nameVal String) in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Parameter path : String to configKey : ConfigKey in method public getJsonObject(configKey ConfigKey, defaultValue JSONObject) : JSONObject in class me.corriekay.pokegoutil.utils.ConfigNew | From | To |