0d7753e2b9da7594058d65367680c63ea7ed926c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private rearrangeColumnOrder() : void renamed to private restoreColumnOrder() : void in class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To | |
Rename Variable | 2 | ||
Rename Variable config : String to columnOrder : String in method private restoreColumnOrder() : void in class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To | |
Rename Variable sortColIndex1 : int to sortColIndex : int in method private recreateSortKeyFromConfig(sortKeys List<SortKey>, sortcolumnCfgKey ConfigKey, sortorderCfgKey ConfigKey) : void in class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private COLUMN_SEPARATOR : String in class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To | |
Extract Method | 1 | ||
Extract Method private recreateSortKeyFromConfig(sortKeys List<SortKey>, sortcolumnCfgKey ConfigKey, sortorderCfgKey ConfigKey) : void extracted from public PokemonTable(go PokemonGo) in class me.corriekay.pokegoutil.utils.windows.PokemonTable | From | To |