ff82609805d5ee79bc94c705ec38e7a9c60bdd81
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Null to Void in method public call() : Void in class alluxio.heartbeat.HeartbeatThreadTest.DummyHeartbeatTestCallable | From | To | |
Change Variable Type | 4 | ||
Change Variable Type task : FutureTask<Null> to task : FutureTask<Void> in method public serialHeartbeatThreadTest() : void in class alluxio.heartbeat.HeartbeatThreadTest | From | To | |
Change Variable Type tasks : List<FutureTask<Null>> to tasks : List<FutureTask<Void>> in method public concurrentHeartbeatThreadTest() : void in class alluxio.heartbeat.HeartbeatThreadTest | From | To | |
Change Variable Type task : FutureTask<Null> to task : FutureTask<Void> in method public concurrentHeartbeatThreadTest() : void in class alluxio.heartbeat.HeartbeatThreadTest | From | To |