482d6bd3a4209b3c642b41ed4e42602a789e8369
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public existsAll(gets List<Get>) : boolean[] renamed to public exists(gets List<Get>) : boolean[] in class org.apache.hadoop.hbase.regionserver.RegionAsTable | From | To | |
Rename Method public existsAll(gets List<Get>) : boolean[] renamed to public exists(gets List<Get>) : boolean[] in class org.apache.hadoop.hbase.client.Table | From | To | |
Rename Method public existsAll(gets List<Get>) : boolean[] renamed to public exists(gets List<Get>) : boolean[] in class org.apache.hadoop.hbase.client.HTable | From | To | |
Inline Method | 1 | ||
Inline Method public existsAll(gets List<Get>) : boolean[] inlined to public exists(gets List<Get>) : boolean[] in class org.apache.hadoop.hbase.rest.client.RemoteHTable | From | To | |
Change Return Type | 1 | ||
Change Return Type Boolean[] to boolean[] in method public exists(gets List<Get>) : boolean[] in class org.apache.hadoop.hbase.rest.client.RemoteHTable | From | To |