223b2d43299cf94ae9095719341cf84d8f6e5106
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public h() : VanillaChronicleHash<K,?,?,?> from class net.openhft.chronicle.map.impl.VanillaChronicleMapHolder to public h() : VanillaChronicleHash<K,?,?,?> from class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl | From | To | |
Push Down Method public h() : VanillaChronicleHash<K,?,?,?> from class net.openhft.chronicle.map.impl.VanillaChronicleMapHolder to public h() : VanillaChronicleHash<K,?,?,?> from class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type createChaining : Function<ChainingInterface,T> to createChaining : BiFunction<ChainingInterface,VanillaChronicleMap,T> in method public getContext(contextClass Class<? extends T>, createChaining BiFunction<ChainingInterface,VanillaChronicleMap,T>, map VanillaChronicleMap) : T in class net.openhft.chronicle.hash.impl.stage.hash.Chaining | From | To | |
Change Parameter Type m : VanillaChronicleMap<K,V,R> to map : VanillaChronicleMap in method public VanillaChronicleMapHolderImpl(map VanillaChronicleMap) in class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl | From | To | |
Change Parameter Type m : ReplicatedChronicleMap<K,V,R> to map : VanillaChronicleMap in method public ReplicatedChronicleMapHolderImpl(map VanillaChronicleMap) in class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl | From | To | |
Change Parameter Type createChaining : Function<ChainingInterface,T> to createChaining : BiFunction<ChainingInterface,VanillaChronicleMap,T> in method public abstract getContext(contextClass Class<? extends T>, createChaining BiFunction<ChainingInterface,VanillaChronicleMap,T>, map VanillaChronicleMap) : T in class net.openhft.chronicle.hash.impl.stage.hash.ChainingInterface | From | To | |
Change Return Type | 1 | ||
Change Return Type IterationContext<K,V,?> to IterationContext<K,V,R> in method public iterationContext() : IterationContext<K,V,R> in class net.openhft.chronicle.map.VanillaChronicleMap | From | To | |
Rename Attribute | 1 | ||
Rename Attribute map : ReplicatedChronicleMap<?,?,?> to segments : int in class net.openhft.chronicle.map.OldDeletedEntriesCleanupThread | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type map : ReplicatedChronicleMap<?,?,?> to segments : int in class net.openhft.chronicle.map.OldDeletedEntriesCleanupThread | From | To | |
Extract Method | 1 | ||
Extract Method private cleanupSegment() : int extracted from public run() : void in class net.openhft.chronicle.map.OldDeletedEntriesCleanupThread | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public initMap(map VanillaChronicleMap) : void extracted from public initUsed(used boolean) : void in class net.openhft.chronicle.hash.impl.stage.hash.Chaining & moved to class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl | From | To | |
Extract And Move Method public initMap(map VanillaChronicleMap) : void extracted from public initUsed(used boolean) : void in class net.openhft.chronicle.hash.impl.stage.hash.Chaining & moved to class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter m : VanillaChronicleMap<K,V,R> to map : VanillaChronicleMap in method public VanillaChronicleMapHolderImpl(map VanillaChronicleMap) in class net.openhft.chronicle.map.impl.stage.map.VanillaChronicleMapHolderImpl | From | To | |
Rename Parameter m : ReplicatedChronicleMap<K,V,R> to map : VanillaChronicleMap in method public ReplicatedChronicleMapHolderImpl(map VanillaChronicleMap) in class net.openhft.chronicle.map.impl.stage.map.ReplicatedChronicleMapHolderImpl | From | To |