de62ad150d393188c8c51f3608c151324c30a731
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type results : List<Integer> to results : List<String> in method public TestThread(stub TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface, results List<String>) in class org.apache.hadoop.hbase.security.AbstractTestSecureIPC.TestThread | From | To | |
Change Parameter Type stub : TestDelayedRpcProtos.TestDelayedService.BlockingInterface to stub : TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface in method public TestThread(stub TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface, results List<String>) in class org.apache.hadoop.hbase.security.AbstractTestSecureIPC.TestThread | From | To | |
Move Class | 1 | ||
Move Class org.apache.hadoop.hbase.ipc.TestDelayedRpc.TestThread moved to org.apache.hadoop.hbase.security.AbstractTestSecureIPC.TestThread | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute service : BlockingService to SERVICE : BlockingService in method private callRpcService(clientUser User) : void in class org.apache.hadoop.hbase.security.AbstractTestSecureIPC | From | To | |
Change Variable Type | 2 | ||
Change Variable Type result : Integer to result : String in method public run() : void in class org.apache.hadoop.hbase.security.AbstractTestSecureIPC.TestThread | From | To | |
Change Variable Type results : List<Integer> to results : List<String> in method private callRpcService(clientUser User) : void in class org.apache.hadoop.hbase.security.AbstractTestSecureIPC | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type stub : TestDelayedRpcProtos.TestDelayedService.BlockingInterface to stub : TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface in class org.apache.hadoop.hbase.security.AbstractTestSecureIPC.TestThread | From | To | |
Change Attribute Type results : List<Integer> to results : List<String> in class org.apache.hadoop.hbase.security.AbstractTestSecureIPC.TestThread | From | To |