820807714ab868b0b5ab8eb0b4b47b332128b28c
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 23
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type pokemonType : PokemonType to pokemonType : POGOProtos.Enums.PokemonTypeOuterClass.PokemonType in method public formatType(pokemonType POGOProtos.Enums.PokemonTypeOuterClass.PokemonType) : String in class me.corriekay.pokegoutil.utils.pokemon.PokemonUtils | From | To | |
Rename Variable | 3 | ||
Rename Variable meta : PokemonMeta to statsAttributes : StatsAttributes in method public ivRating(p Pokemon) : double in class me.corriekay.pokegoutil.utils.pokemon.PokemonCalculationUtils | From | To | |
Rename Variable maxCpCurrent : int to maxEvolvedCpCurrentVar : int in method private initialze() : void in class me.corriekay.pokegoutil.data.models.PokemonModel | From | To | |
Rename Variable meta : PokemonMeta to settings : PokemonSettings in method public hasStab(pokemonId PokemonId, move PokemonMove) : boolean in class me.corriekay.pokegoutil.utils.pokemon.PokemonUtils | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to int in method private checkForSavedCredentials() : int in class me.corriekay.pokegoutil.data.managers.AccountController | From | To | |
Rename Attribute | 1 | ||
Rename Attribute name : String to heading : String in class me.corriekay.pokegoutil.data.enums.PokeColumn | From | To | |
Change Variable Type | 5 | ||
Change Variable Type directLoginWithSavedCredentials : boolean to directLoginWithSavedCredentials : int in method public logOn() : void in class me.corriekay.pokegoutil.data.managers.AccountController | From | To | |
Change Variable Type highest : List<PokemonIdOuterClass.PokemonId> to highest : List<PokemonId> in method private initialze() : void in class me.corriekay.pokegoutil.data.models.PokemonModel | From | To | |
Change Variable Type moves : PokemonMove[] to moves : List<PokemonMove> in method public moveRating(p Pokemon, primary boolean) : double in class me.corriekay.pokegoutil.utils.pokemon.PokemonCalculationUtils | From | To | |
Change Variable Type meta : PokemonMeta to settings : PokemonSettings in method public hasStab(pokemonId PokemonId, move PokemonMove) : boolean in class me.corriekay.pokegoutil.utils.pokemon.PokemonUtils | From | To | |
Change Variable Type meta : PokemonMeta to statsAttributes : StatsAttributes in method public ivRating(p Pokemon) : double in class me.corriekay.pokegoutil.utils.pokemon.PokemonCalculationUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter name : String to heading : String in method package PokeColumn(heading String, columnType ColumnType, customCellRenderer TableCellRenderer) in class me.corriekay.pokegoutil.data.enums.PokeColumn | From | To | |
Rename Parameter name : String to heading : String in method package PokeColumn(heading String, columnType ColumnType) in class me.corriekay.pokegoutil.data.enums.PokeColumn | From | To |