0391e41464d9cbe35168d9b4b51fa4325eebb8af
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getDelay() : long renamed to public getTimeNanos() : long in class org.apache.flink.runtime.rpc.akka.messages.RunAsync | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute delay : long to atTimeNanos : long in class org.apache.flink.runtime.rpc.akka.messages.RunAsync | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter delay : long to delayMillis : long in method public scheduleRunAsync(runnable Runnable, delayMillis long) : void in class org.apache.flink.runtime.rpc.akka.AkkaInvocationHandler | From | To | |
| Rename Parameter delay : long to atTimeNanos : long in method public RunAsync(runnable Runnable, atTimeNanos long) in class org.apache.flink.runtime.rpc.akka.messages.RunAsync | From | To |