17f0b927b2dc8f302b018375880c7dd6ad2e610b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable time : long to timeNanos : long in method public at(time long, timeUnit TimeUnit, action Runnable) : TickingClock in class org.neo4j.helpers.TickingClock | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [current : long, tick : long] to timeUnit : TimeUnit in method public TickingClock(current long, tick long, timeUnit TimeUnit) in class org.neo4j.helpers.TickingClock | From | To | |
Rename Attribute | 3 | ||
Rename Attribute tick : long to tickNanos : long in class org.neo4j.helpers.TickingClock | From | To | |
Rename Attribute current : long to currentNanoTime : long in class org.neo4j.helpers.TickingClock | From | To | |
Rename Attribute millis : long to nanos : long in class org.neo4j.helpers.FrozenClock | From | To | |
Extract Method | 1 | ||
Extract Method public nanoTime() : long extracted from public currentTimeMillis() : long in class org.neo4j.helpers.TickingClock | From | To | |
Rename Parameter | 1 | ||
Rename Parameter millis : long to time : long in method public FrozenClock(time long, timeUnit TimeUnit) in class org.neo4j.helpers.FrozenClock | From | To |