644556bcba6b35ad093cea21516247852a7c8ef2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testQueue() : void renamed to public testClientQueueGet() : void in class io.atomix.AtomixTest | From | To | |
Rename Method public testMap() : void renamed to public testClientQueueCreate() : void in class io.atomix.AtomixTest | From | To | |
Rename Method public testMultiMap() : void renamed to public testClientMapGet() : void in class io.atomix.AtomixTest | From | To | |
Rename Method public testLeaderElection() : void renamed to public testClientLeaderElectionGet() : void in class io.atomix.AtomixTest | From | To | |
Rename Method public testSet() : void renamed to public testClientSetGet() : void in class io.atomix.AtomixTest | From | To | |
Rename Variable | 7 | ||
Rename Variable atomix : Atomix to client1 : Atomix in method public testClientSetGet() : void in class io.atomix.AtomixTest | From | To | |
Rename Variable atomix : Atomix to client1 : Atomix in method public testClientMapGet() : void in class io.atomix.AtomixTest | From | To | |
Rename Variable atomix : Atomix to client1 : Atomix in method public testClientLeaderElectionGet() : void in class io.atomix.AtomixTest | From | To | |
Rename Variable queue : DistributedQueue<String> to queue1 : DistributedQueue<String> in method private testQueue(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedQueue<String>>) : void in class io.atomix.AtomixTest | From | To | |
Rename Variable atomix : Atomix to client1 : Atomix in method public testClientQueueCreate() : void in class io.atomix.AtomixTest | From | To | |
Rename Variable map : DistributedMultiMap<String,String> to map1 : DistributedMap<String,String> in method private testMap(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedMap<String,String>>) : void in class io.atomix.AtomixTest | From | To | |
Rename Variable atomix : Atomix to client1 : Atomix in method public testClientQueueGet() : void in class io.atomix.AtomixTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type map : DistributedMultiMap<String,String> to map1 : DistributedMap<String,String> in method private testMap(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedMap<String,String>>) : void in class io.atomix.AtomixTest | From | To | |
Extract Method | 5 | ||
Extract Method private testLeaderElection(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedLeaderElection>) : void extracted from public testLeaderElection() : void in class io.atomix.AtomixTest | From | To | |
Extract Method private testMap(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedMap<String,String>>) : void extracted from public testMultiMap() : void in class io.atomix.AtomixTest | From | To | |
Extract Method private testQueue(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedQueue<String>>) : void extracted from public testQueue() : void in class io.atomix.AtomixTest | From | To | |
Extract Method private testQueue(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedQueue<String>>) : void extracted from public testMap() : void in class io.atomix.AtomixTest | From | To | |
Extract Method private testSet(client1 Atomix, client2 Atomix, factory Function<Atomix,DistributedSet<String>>) : void extracted from public testSet() : void in class io.atomix.AtomixTest | From | To |