ccfb3dbcdf61af85850465a9c4f984bc338e1132
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type entry : Map.Entry<Integer,Value> to entry : Map.Entry<Object,Value> in method protected clear(commit Commit<SetCommands.Clear>) : void in class io.atomix.copycat.collections.state.SetState | From | To | |
Change Variable Type iterator : Iterator<Map.Entry<Integer,Value>> to iterator : Iterator<Map.Entry<Object,Value>> in method protected clear(commit Commit<SetCommands.Clear>) : void in class io.atomix.copycat.collections.state.SetState | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type map : Map<Integer,Value> to map : Map<Object,Value> in class io.atomix.copycat.collections.state.SetState | From | To |