|
Change Parameter Type operation : String to operation : BatchOperation in method private confirmOperation(operation BatchOperation, pokes ArrayList<Pokemon>) : boolean in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
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 |
|
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 |
|
Change Parameter Type milliseconds : long to milliseconds : int in method public sleep(milliseconds int) : void in class me.corriekay.pokegoutil.utils.Utilities |
From |
To |
|
Change Parameter Type operation : String to operation : BatchOperation in method private buildPanelForOperation(operation BatchOperation, pokes ArrayList<Pokemon>) : JPanel in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
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 |
|
Move Attribute private password : String from class me.corriekay.pokegoutil.DATA.managers.AccountManager to private password : String from class me.corriekay.pokegoutil.data.models.LoginData |
From |
To |
|
Move Attribute private classLoader : ClassLoader from class me.corriekay.pokegoutil.BlossomsPoGoManager to private classLoader : ClassLoader from class me.corriekay.pokegoutil.gui.controller.PokemonTableController |
From |
To |
|
Move Attribute private sIsInit : boolean from class me.corriekay.pokegoutil.DATA.managers.AccountManager to private sIsInit : boolean from class me.corriekay.pokegoutil.data.managers.PokemonBagManager |
From |
To |
|
Move Attribute private token : String from class me.corriekay.pokegoutil.DATA.managers.AccountManager to private token : String from class me.corriekay.pokegoutil.data.models.LoginData |
From |
To |
|
Move Attribute private classLoader : ClassLoader from class me.corriekay.pokegoutil.BlossomsPoGoManager to private classLoader : ClassLoader from class me.corriekay.pokegoutil.gui.controller.OperationConfirmationController |
From |
To |
|
Move Attribute private username : String from class me.corriekay.pokegoutil.DATA.managers.AccountManager to private username : String from class me.corriekay.pokegoutil.data.models.LoginData |
From |
To |
|
Move Class me.corriekay.pokegoutil.GUI.controller.MainWindowController moved to me.corriekay.pokegoutil.gui.controller.MainWindowController |
From |
To |
|
Move Class me.corriekay.pokegoutil.GUI.controller.LoginController moved to me.corriekay.pokegoutil.gui.controller.LoginController |
From |
To |
|
Move Class me.corriekay.pokegoutil.DATA.managers.AccountController moved to me.corriekay.pokegoutil.data.managers.AccountController |
From |
To |
|
Move Class me.corriekay.pokegoutil.DATA.managers.InventoryManager moved to me.corriekay.pokegoutil.data.managers.InventoryManager |
From |
To |
|
Move Class me.corriekay.pokegoutil.windows.PokemonTab.PokemonTable moved to me.corriekay.pokegoutil.utils.windows.PokemonTable |
From |
To |
|
Move Class me.corriekay.pokegoutil.windows.PokemonTab.PokemonTableModel moved to me.corriekay.pokegoutil.utils.windows.PokemonTableModel |
From |
To |
|
Move Class me.corriekay.pokegoutil.DATA.managers.AccountManager moved to me.corriekay.pokegoutil.data.managers.AccountManager |
From |
To |
|
Move Class me.corriekay.pokegoutil.DATA.models.Inventory moved to me.corriekay.pokegoutil.data.models.Inventory |
From |
To |
|
Move Class me.corriekay.pokegoutil.GUI.controller.ChooseGuiWindowController moved to me.corriekay.pokegoutil.gui.controller.ChooseGuiWindowController |
From |
To |
|
Move Class me.corriekay.pokegoutil.GUI.controller.LuckyEggGrinderController moved to me.corriekay.pokegoutil.gui.controller.LuckyEggGrinderController |
From |
To |
|
Move Class me.corriekay.pokegoutil.DATA.managers.ProfileManager moved to me.corriekay.pokegoutil.data.managers.ProfileManager |
From |
To |
|
Move Class me.corriekay.pokegoutil.DATA.managers.AccountController.LoginType moved to me.corriekay.pokegoutil.data.enums.LoginType |
From |
To |
|
Change Variable Type favoriteResult : SetFavoritePokemonResponseOuterClass.SetFavoritePokemonResponse.Result to favoriteResult : SetFavoritePokemonResponse.Result in method private toggleFavorite() : void in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
Change Variable Type transferResult : ReleasePokemonResponseOuterClass.ReleasePokemonResponse.Result to transferResult : ReleasePokemonResponse.Result in method private transferSelected() : void in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
Change Variable Type upgradeResult : UpgradePokemonResponseOuterClass.UpgradePokemonResponse.Result to upgradeResult : UpgradePokemonResponse.Result in method private powerUpSelected() : void in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
Change Variable Type input : String to response : int in method private confirmOperation(operation BatchOperation, pokes ArrayList<Pokemon>) : boolean in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
Change Variable Type result : ReleasePokemonResponseOuterClass.ReleasePokemonResponse.Result to result : ReleasePokemonResponse.Result in method private evolveSelected() : void in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
Rename Method private _buildPanelForOperation(operation String, pokes ArrayList<Pokemon>) : JPanel renamed to private buildPanelForOperation(operation BatchOperation, pokes ArrayList<Pokemon>) : JPanel in class me.corriekay.pokegoutil.windows.PokemonTab |
From |
To |
|
Rename Method private constructNewTableModel(go PokemonGo, pokes List<Pokemon>) : void renamed to public PokemonTable(go PokemonGo) in class me.corriekay.pokegoutil.utils.windows.PokemonTable |
From |
To |
|
Rename Method private inputOperation(operation String, pokes ArrayList<Pokemon>) : String renamed to private confirmOperation(operation BatchOperation, pokes ArrayList<Pokemon>) : boolean in class me.corriekay.pokegoutil.windows.PokemonTab |
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 |
|
Rename Parameter justCleanup : boolean to deleteSaveAuth : boolean in method private deleteLoginData(type LoginType, deleteSaveAuth boolean) : void in class me.corriekay.pokegoutil.data.managers.AccountManager |
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 |
|
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 |
|
Rename Parameter save : boolean to shouldSave : boolean in method public setSaveLogin(shouldSave boolean) : void in class me.corriekay.pokegoutil.data.managers.AccountManager |
From |
To |
|
Rename Parameter e : KeyEvent to event : KeyEvent in method public keyPressed(event KeyEvent) : void in class me.corriekay.pokegoutil.windows.PokemonTab.PokemonTab.addKeyListener |
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 |