aa20fa150d522b9fe469dd99a8e24d7e27d888ea
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testSerial() : void renamed to public testAsyncCall() : void in class org.apache.hadoop.ipc.TestAsyncIPC | From | To | |
Rename Method public internalTestSerial(handlerCount int, handlerSleep boolean, clientCount int, callerCount int, callCount int) : void renamed to public internalTestAsyncCall(handlerCount int, handlerSleep boolean, clientCount int, callerCount int, callCount int) : void in class org.apache.hadoop.ipc.TestAsyncIPC | From | To | |
Rename Method public testConcurrentAsyncRenameWithOverwrite() : void renamed to private internalTestConcurrentAsyncRenameWithOverwrite(asyncCallLimit int, basePath String) : void in class org.apache.hadoop.hdfs.TestAsyncDFSRename | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.hadoop.ipc.TestAsyncIPC.SerialCaller renamed to org.apache.hadoop.ipc.TestAsyncIPC.AsyncCaller | From | To | |
Change Variable Type | 3 | ||
Change Variable Type caller : SerialCaller to caller : AsyncCaller in method public testInitialCallRetryCount() : void in class org.apache.hadoop.ipc.TestAsyncIPC | From | To | |
Change Variable Type caller : SerialCaller to caller : AsyncCaller in method public testCallIdAndRetry() : void in class org.apache.hadoop.ipc.TestAsyncIPC | From | To | |
Change Variable Type caller : SerialCaller to caller : AsyncCaller in method public testCallRetryCount() : void in class org.apache.hadoop.ipc.TestAsyncIPC | From | To |