ce45903af7da73af168c5ef0114a440c463c1921
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public size(address long, size long) : void renamed to public entries(address long, size long) : void in class net.openhft.chronicle.hash.impl.SegmentHeader | From | To | |
Rename Method public size(address long) : long renamed to public entries(address long) : long in class net.openhft.chronicle.hash.impl.SegmentHeader | From | To | |
Rename Method private forEachTierWhile(predicate Predicate<? super T>, leftEntries long, currentTier int, currentTierBaseAddr long, tierIndex long) : long renamed to private forEachTierEntryWhile(predicate Predicate<? super T>, currentTier int, currentTierBaseAddr long, tierIndex long) : boolean in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration | From | To | |
Rename Method public size(address long) : long renamed to public entries(address long) : long in class net.openhft.chronicle.hash.impl.BigSegmentHeader | From | To | |
Rename Method public size(address long, size long) : void renamed to public entries(address long, entries long) : void in class net.openhft.chronicle.hash.impl.BigSegmentHeader | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public segmentSizes() : long[] moved from class net.openhft.chronicle.hash.impl.VanillaChronicleHash to class net.openhft.chronicle.map.EntryCountMapTest & inlined to private dumpMapStats(segments int, minSize int, map ChronicleMap<CharSequence,LongValue>) : void | From | To | |
Change Return Type | 1 | ||
Change Return Type long to boolean in method private forEachTierEntryWhile(predicate Predicate<? super T>, currentTier int, currentTierBaseAddr long, tierIndex long) : boolean in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration | From | To | |
Rename Attribute | 1 | ||
Rename Attribute SIZE_OFFSET : long to ENTRIES_OFFSET : long in class net.openhft.chronicle.hash.impl.BigSegmentHeader | From | To | |
Rename Parameter | 1 | ||
Rename Parameter size : long to entries : long in method public entries(address long, entries long) : void in class net.openhft.chronicle.hash.impl.BigSegmentHeader | From | To |