5c32e81d07c4d810f9fcc44e357a197b837889dc
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 3 | ||
| Push Down Method private primitive(value Long) : long from class io.atomix.core.map.impl.AtomicCounterMapService to private primitive(value Long) : long from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Push Down Method public restore(reader BackupInput) : void from class io.atomix.core.map.impl.AtomicCounterMapService to public restore(reader BackupInput) : void from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Push Down Method public backup(writer BackupOutput) : void from class io.atomix.core.map.impl.AtomicCounterMapService to public backup(writer BackupOutput) : void from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public AtomicCounterMapService() from class io.atomix.core.map.impl.AtomicCounterMapService to public DefaultAtomicCounterMapService() from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Extract Subclass | 1 | ||
| Extract Subclass io.atomix.core.map.impl.DefaultAtomicCounterMapService from class io.atomix.core.map.impl.AtomicCounterMapService | From | To | |
| Move Method | 3 | ||
| Move Method protected size(commit Commit<Void>) : int from class io.atomix.core.map.impl.AtomicCounterMapService to public size() : int from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Move Method protected clear(commit Commit<Void>) : void from class io.atomix.core.map.impl.AtomicCounterMapService to public clear() : void from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Move Method protected isEmpty(commit Commit<Void>) : boolean from class io.atomix.core.map.impl.AtomicCounterMapService to public isEmpty() : boolean from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Push Down Attribute | 1 | ||
| Push Down Attribute private map : Map<String,Long> from class io.atomix.core.map.impl.AtomicCounterMapService to private map : Map<String,Long> from class io.atomix.core.map.impl.DefaultAtomicCounterMapService | From | To | |
| Rename Class | 1 | ||
| Rename Class io.atomix.core.map.impl.AtomicCounterMapServiceTest renamed to io.atomix.core.map.impl.DefaultAtomicCounterMapServiceTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type service : AtomicCounterMapService to service : DefaultAtomicCounterMapService in method public testSnapshot() : void in class io.atomix.core.map.impl.DefaultAtomicCounterMapServiceTest | From | To |