82988e743554b30f2b2cb575994acd422ba7614a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public entryIsPresent() : boolean renamed to public shouldTestEntry() : boolean in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration | From | To | |
| Rename Method public entryIsPresent() : boolean renamed to public shouldTestEntry() : boolean in class net.openhft.chronicle.map.impl.stage.iter.ReplicatedMapSegmentIteration | From | To | |
| Rename Variable | 1 | ||
| Rename Variable size : long to leftEntries : long in method public innerForEachSegmentEntryWhile(predicate Predicate<? super T>, expectedEntriesToIterate long) : boolean in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute startPos : long to entriesToTest : EntriesToTest in method package initEntriesToTest(entriesToTest EntriesToTest) : void in class net.openhft.chronicle.map.impl.stage.iter.ReplicatedMapSegmentIteration | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type startPos : long to entriesToTest : EntriesToTest in method package initEntriesToTest(entriesToTest EntriesToTest) : void in class net.openhft.chronicle.map.impl.stage.iter.ReplicatedMapSegmentIteration | From | To | |
| Extract Method | 2 | ||
| Extract Method package initEntriesToTest(entriesToTest EntriesToTest) : void extracted from public forEachSegmentReplicableEntryWhile(predicate Predicate<? super ReplicableEntry>) : boolean in class net.openhft.chronicle.map.impl.stage.iter.ReplicatedMapSegmentIteration | From | To | |
| Extract Method public innerForEachSegmentEntryWhile(predicate Predicate<? super T>, expectedEntriesToIterate long) : boolean extracted from public forEachSegmentEntryWhile(action Predicate<? super E>) : boolean in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter action : Predicate<? super E> to predicate : Predicate<? super E> in method public forEachSegmentEntryWhile(predicate Predicate<? super E>) : boolean in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration | From | To | |
| Rename Parameter size : long to leftEntries : long in method private forEachTierWhile(predicate Predicate<? super T>, leftEntries long, currentTier int, currentTierBaseAddr long, tierIndex long) : long in class net.openhft.chronicle.hash.impl.stage.iter.HashSegmentIteration | From | To |