901ce5b55c15988567941947e04f5163e4207ac4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private extraTierIndexToBaseAddress(tierIndex long) : long renamed to private extraTierIndexToBaseAddr(tierIndexMinusOne long) : long in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Variable | 3 | ||
Rename Variable tierOffsetWithinBulk : long to tierIndexOffsetWithinBulk : long in method private combineExtraTier(tierIndexMinusOne long, pos long) : long in class net.openhft.chronicle.map.ReplicatedChronicleMap.ModificationIterator | From | To | |
Rename Variable tierIndexMinusOne : int to segmentIndexOrTierIndexOffsetWithinBulk : int in method public nextEntry(entryCallback EntryCallback, chronicleId int) : boolean in class net.openhft.chronicle.map.ReplicatedChronicleMap.ModificationIterator | From | To | |
Rename Variable tierIndex : long to tierIndexMinusOne : long in method public tierIndexToBaseAddr(tierIndex long) : long in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Extract Method | 1 | ||
Extract Method protected tierAddr(tierBulkData TierBulkData, tierIndexOffsetWithinBulk long) : long extracted from private extraTierIndexToBaseAddress(tierIndex long) : long in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tierIndex : long to tierIndexMinusOne : long in method private extraTierIndexToBaseAddr(tierIndexMinusOne long) : long in class net.openhft.chronicle.hash.impl.VanillaChronicleHash | From | To |