c88340f8428ac295e55cb31edd0f87e0d32a8256
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type root : Chaining to root : ChainingInterface in method public Chaining(root ChainingInterface) in class net.openhft.chronicle.hash.impl.stage.hash.Chaining | From | To | |
Rename Variable | 3 | ||
Rename Variable segmentBase : long to segmentBaseAddr : long in method package initSegment() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Rename Variable alreadyAllocatedTiers : long to firstTierIndex : long in method private linkFreeTiersList(alreadyAllocatedBulks long) : void in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Variable currentTierBase : long to currentTierIndex : long in method public nextTier() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Change Return Type | 4 | ||
Change Return Type CompiledReplicatedMapIterationContext<K,KI,MKI,V,VI,MVI,R> to ChainingInterface in method private i() : ChainingInterface in class net.openhft.chronicle.map.ReplicatedChronicleMap | From | To | |
Change Return Type CompiledMapQueryContext<K,KI,MKI,V,VI,MVI,R> to ChainingInterface in method private q() : ChainingInterface in class net.openhft.chronicle.map.VanillaChronicleMap | From | To | |
Change Return Type CompiledMapIterationContext<K,KI,MKI,V,VI,MVI,R> to ChainingInterface in method private i() : ChainingInterface in class net.openhft.chronicle.map.VanillaChronicleMap | From | To | |
Change Return Type CompiledReplicatedMapQueryContext<K,KI,MKI,V,VI,MVI,R> to ChainingInterface in method private q() : ChainingInterface in class net.openhft.chronicle.map.ReplicatedChronicleMap | From | To | |
Change Variable Type | 5 | ||
Change Variable Type context : Chaining to context : ChainingInterface in method public getContext(contextClass Class<? extends T>, createChaining Function<ChainingInterface,T>) : T in class net.openhft.chronicle.hash.impl.stage.hash.Chaining | From | To | |
Change Variable Type prevContext : SegmentStages to prevContext : LocksInterface in method private unlinkFromSegmentContextsChain() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Change Variable Type innermostContextOnThisSegment : SegmentStages to innermostContextOnThisSegment : LocksInterface in method private linkToSegmentContextsChain() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Change Variable Type c : SegmentStages to c : LocksInterface in method package tryFindInitLocksOfThisSegment(index int) : boolean in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Change Variable Type root : SegmentStages to root : LocksInterface in method package tryFindInitLocksOfThisSegment(index int) : boolean in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Extract Interface | 2 | ||
Extract Interface net.openhft.chronicle.hash.impl.stage.hash.ChainingInterface from classes [net.openhft.chronicle.hash.impl.stage.hash.Chaining] | From | To | |
Extract Interface net.openhft.chronicle.hash.impl.stage.entry.LocksInterface from classes [net.openhft.chronicle.hash.impl.stage.entry.SegmentStages] | From | To | |
Extract Method | 4 | ||
Extract Method public setNextNode(nextNode LocksInterface) : void extracted from private linkToSegmentContextsChain() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Extract Method public changeAndGetTotalReadLockCount(change int) : int extracted from public incrementRead() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Extract Method public changeAndGetTotalUpdateLockCount(change int) : int extracted from public incrementUpdate() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Extract Method public changeAndGetTotalWriteLockCount(change int) : int extracted from public incrementWrite() : void in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type rootContextOnThisSegment : SegmentStages to rootContextOnThisSegment : LocksInterface in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Change Attribute Type nextNode : SegmentStages to nextNode : LocksInterface in class net.openhft.chronicle.hash.impl.stage.entry.SegmentStages | From | To | |
Change Attribute Type contextChain : List<Chaining> to contextChain : List<ChainingInterface> in class net.openhft.chronicle.hash.impl.stage.hash.Chaining | From | To |