1221f110970369e5b7c7bb779a1906a4e20519a4
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public systemTimeIntervalBetween(earlierTimeNanos long, laterTimeNanos long, systemTimeIntervalUnit TimeUnit) : long from class net.openhft.chronicle.map.NanosecondPrecisionSystemTimeProvider to public systemTimeIntervalBetween(earlierTime long, laterTime long, systemTimeIntervalUnit TimeUnit) : long from class net.openhft.chronicle.hash.replication.TimeProvider | From | To | |
Pull Up Method public currentTime() : long from class net.openhft.chronicle.map.NanosecondPrecisionSystemTimeProvider to public currentTime() : long from class net.openhft.chronicle.hash.replication.TimeProvider | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private lastTimeHolder : AtomicLong from class net.openhft.chronicle.map.NanosecondPrecisionSystemTimeProvider to private lastTimeHolder : AtomicLong from class net.openhft.chronicle.hash.replication.TimeProvider | From | To |