1e1e4dc701d3606bdcaa291d2d85460fdfbb0dc7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testFutureApply() : void renamed to public testFutureApplyAsync() : void in class org.apache.flink.runtime.concurrent.FlinkFutureTest | From | To | |
Rename Method public testHandleException() : void renamed to public testHandleAsyncException() : void in class org.apache.flink.runtime.concurrent.FlinkFutureTest | From | To | |
Rename Method public testCombineLeftFailure() : void renamed to public testCombineAsyncLeftFailure() : void in class org.apache.flink.runtime.concurrent.FlinkFutureTest | From | To | |
Rename Method public testCombineRightFailure() : void renamed to public testCombineAsyncRightFailure() : void in class org.apache.flink.runtime.concurrent.FlinkFutureTest | From | To | |
Rename Variable | 1 | ||
Rename Variable resultFuture : Future<String> to sum : Future<Integer> in method public testCombine() : void in class org.apache.flink.runtime.concurrent.FlinkFutureTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type result : String to result : int in method public testCombine() : void in class org.apache.flink.runtime.concurrent.FlinkFutureTest | From | To | |
Change Variable Type resultFuture : Future<String> to sum : Future<Integer> in method public testCombine() : void in class org.apache.flink.runtime.concurrent.FlinkFutureTest | From | To |