fae766a25f85128a566d82daebaa07fcb705ffd2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldCorrectlyConvertCyclesToResourceNamesWithEpoch2() : void renamed to private doTestCycleAndResourceNames(epoch long, rollCycle RollCycle, cycleNumber int, filename String) : void in class net.openhft.chronicle.queue.impl.RollingResourcesCacheTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute BUGGY_EPOCH : long to PM_EPOCH : long in class net.openhft.chronicle.queue.impl.RollingResourcesCacheTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable now : long in method public mappedSegmentsShouldBeUnmappedAsCycleRolls() : void from class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
| Extract Method | 2 | ||
| Extract Method private doMappedSegmentUnmappedRollTest(clock AtomicLong, builder StringBuilder) : boolean extracted from public mappedSegmentsShouldBeUnmappedAsCycleRolls() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To | |
| Extract Method private doTestEpochMove(epoch long, rollCycle RollCycle) : void extracted from public testReadingDocumentWithFirstAMoveWithEpoch() : void in class net.openhft.chronicle.queue.impl.single.SingleChronicleQueueTest | From | To |