8ac175102e64f8ced52d19e8d93d76aac6870a44
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type duelAbility : PokemonPerformance to duelAbility : PokemonPerformance<Long> in method package PokemonPerformanceStats(pokemonId PokemonId, duelAbility PokemonPerformance<Long>, gymOffense PokemonPerformance<Double>, gymDefense PokemonPerformance<Long>) in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformanceStats | From | To | |
Change Parameter Type gymDefense : PokemonPerformance to gymDefense : PokemonPerformance<Long> in method package PokemonPerformanceStats(pokemonId PokemonId, duelAbility PokemonPerformance<Long>, gymOffense PokemonPerformance<Double>, gymDefense PokemonPerformance<Long>) in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformanceStats | From | To | |
Change Parameter Type value : double to value : T in method package PokemonPerformance(pokemonId PokemonId, value T, move1 PokemonMove, move2 PokemonMove) in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformance | From | To | |
Change Parameter Type gymOffense : PokemonPerformance to gymOffense : PokemonPerformance<Double> in method package PokemonPerformanceStats(pokemonId PokemonId, duelAbility PokemonPerformance<Long>, gymOffense PokemonPerformance<Double>, gymDefense PokemonPerformance<Long>) in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformanceStats | From | To | |
Rename Variable | 1 | ||
Rename Variable ii : int to i : int in method private pack() : void in class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public COLUMN_MARGIN : int in class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To | |
Inline Variable | 1 | ||
Inline Variable sorter : RowSorter<TableModel> in method public PokemonTable(go PokemonGo) from class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type duelAbility : PokemonPerformance to duelAbility : PokemonPerformance<Long> in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformanceStats | From | To | |
Change Attribute Type gymOffense : PokemonPerformance to gymOffense : PokemonPerformance<Double> in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformanceStats | From | To | |
Change Attribute Type gymDefense : PokemonPerformance to gymDefense : PokemonPerformance<Long> in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformanceStats | From | To | |
Change Attribute Type value : double to value : T in class me.corriekay.pokegoutil.utils.pokemon.PokemonPerformance | From | To |