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