b86f3bb86114b7f87df63e64af2380b16ef37bb2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public testScaleUpData() : void renamed to public testScaleUpEphemeral() : void in class io.atomix.core.AtomixTest | From | To | |
Rename Method public testStopStartCore() : void renamed to public testStopStartConsensus() : void in class io.atomix.core.AtomixTest | From | To | |
Rename Method public testScaleUpCore() : void renamed to public testScaleUpPersistent() : void in class io.atomix.core.AtomixTest | From | To | |
Rename Method public testBootstrapData() : void renamed to public testBootstrapEphemeral() : void in class io.atomix.core.AtomixTest | From | To | |
Rename Method public testScaleDownCore() : void renamed to public testScaleDownPersistent() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method | 13 | ||
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, ephemeralNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testScaleUpCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testScaleUpCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, ephemeralNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testClientJoinLeaveCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testClientJoinLeaveCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testStopStartCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, ephemeralNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testStopStartCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, ephemeralNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testScaleDownCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testScaleDownCore() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, ephemeralNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testBootstrapData() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testBootstrapData() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testScaleUpData() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, ephemeralNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testScaleUpData() : void in class io.atomix.core.AtomixTest | From | To | |
Extract Method protected startAtomix(type Node.Type, id int, persistentNodes List<Integer>, ephemeralNodes List<Integer>, profiles Profile...) : CompletableFuture<Atomix> extracted from public testDiscoverData() : void in class io.atomix.core.AtomixTest | From | To | |
Rename Parameter | 4 | ||
Rename Parameter bootstrapIds : List<Integer> to ephemeralIds : List<Integer> in method protected startAtomix(type Node.Type, id int, persistentIds List<Integer>, ephemeralIds List<Integer>) : CompletableFuture<Atomix> in class io.atomix.core.AtomixTest | From | To | |
Rename Parameter coreIds : List<Integer> to persistentIds : List<Integer> in method protected startAtomix(type Node.Type, id int, persistentIds List<Integer>, ephemeralIds List<Integer>) : CompletableFuture<Atomix> in class io.atomix.core.AtomixTest | From | To | |
Rename Parameter coreIds : List<Integer> to persistentIds : List<Integer> in method protected startAtomix(type Node.Type, id int, persistentIds List<Integer>, ephemeralIds List<Integer>, builderFunction Function<Atomix.Builder,Atomix>) : CompletableFuture<Atomix> in class io.atomix.core.AtomixTest | From | To | |
Rename Parameter bootstrapIds : List<Integer> to ephemeralIds : List<Integer> in method protected startAtomix(type Node.Type, id int, persistentIds List<Integer>, ephemeralIds List<Integer>, builderFunction Function<Atomix.Builder,Atomix>) : CompletableFuture<Atomix> in class io.atomix.core.AtomixTest | From | To |