b4f6ebde24ef60b35564734067e300c8fc6258af
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public test() : void renamed to public testSimple() : void in class org.apache.hadoop.hbase.client.TestAsyncTable | From | To | |
Rename Method public testMultiple() : void renamed to public testSimpleMultiple() : void in class org.apache.hadoop.hbase.client.TestAsyncTable | From | To | |
Rename Method public tearDown() : void renamed to public tearDownAfterClass() : void in class org.apache.hadoop.hbase.client.TestAsyncTable | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public exists(get Get) : CompletableFuture<Boolean> from class org.apache.hadoop.hbase.client.AsyncTableImpl to public exists(get Get) : CompletableFuture<Boolean> from class org.apache.hadoop.hbase.client.AsyncTable | From | To | |
Move Attribute | 1 | ||
Move Attribute private CLIENT_NONCES_ENABLED_KEY : String from class org.apache.hadoop.hbase.client.ConnectionImplementation to public CLIENT_NONCES_ENABLED_KEY : String from class org.apache.hadoop.hbase.client.NonceGenerator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute ROW : byte[] to row : byte[] in class org.apache.hadoop.hbase.client.TestAsyncTable | From | To |