fcf402d9f4a1f1487547d7b2b24c85f730cd8aa3
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public getJsonObject(configKey ConfigKey, 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(configKey ConfigKey, value JSONObject) : void renamed to public setJSONObject(configKey ConfigKey, value JSONObject) : void in class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Rename Method public getJsonObject(configKey ConfigKey) : JSONObject renamed to public getJSONObject(configKey ConfigKey) : JSONObject in class me.corriekay.pokegoutil.utils.ConfigNew | From | To | |
Rename Method public name() : String renamed to public getName() : String in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Method public node() : JSONObject renamed to public getNode() : JSONObject in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type cls : Class<T> to type : Type in method package ConfigKey(keyName String, defaultValue Object, type Type) in class me.corriekay.pokegoutil.utils.ConfigKey | From | To | |
Rename Attribute | 2 | ||
Rename Attribute nodeVal : JSONObject to node : JSONObject in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Attribute nameVal : String to name : String in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Parameter | 3 | ||
Rename Parameter nodeVal : JSONObject to node : JSONObject in method package FindResult(node JSONObject, name String) in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Parameter nameVal : String to name : String in method package FindResult(node JSONObject, name String) in class me.corriekay.pokegoutil.utils.ConfigNew.FindResult | From | To | |
Rename Parameter cls : Class<T> to type : Type in method package ConfigKey(keyName String, defaultValue Object, type Type) in class me.corriekay.pokegoutil.utils.ConfigKey | From | To |