528895e3b49362580652cc9590953fdb6174fdde
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public afterClass() : void renamed to public after() : void in class alluxio.heartbeat.HeartbeatThreadTest | From | To | |
Rename Method public beforeClass() : void renamed to public before() : void in class alluxio.heartbeat.HeartbeatThreadTest | From | To | |
Rename Variable | 1 | ||
Rename Variable mThreads : List<Thread> to tasks : List<FutureTask<Null>> in method public concurrentHeartbeatThreadTest() : void in class alluxio.heartbeat.HeartbeatThreadTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sExecutorService : ExecutorService to mExecutorService : ExecutorService in class alluxio.heartbeat.HeartbeatThreadTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type mThreads : List<Thread> to tasks : List<FutureTask<Null>> in method public concurrentHeartbeatThreadTest() : void in class alluxio.heartbeat.HeartbeatThreadTest | From | To |