99e99f3b54bb8801565fbe2a2c071da44281868d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type keys : Set<K> to keys : Set<? extends K> in method public acquireLocks(keys Set<? extends K>) : Map<K,Lock> in class org.apache.hadoop.hbase.util.KeyLocker | From | To | |
| Rename Variable | 1 | ||
| Rename Variable sortedKeys : SortedSet<K> to keyArray : Object[] in method public acquireLocks(keys Set<? extends K>) : Map<K,Lock> in class org.apache.hadoop.hbase.util.KeyLocker | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute locks : Map<K,Pair<KeyLock<K>,AtomicInteger>> to lockPool : WeakObjectPool<K,ReentrantLock> in class org.apache.hadoop.hbase.util.KeyLocker | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type sortedKeys : SortedSet<K> to keyArray : Object[] in method public acquireLocks(keys Set<? extends K>) : Map<K,Lock> in class org.apache.hadoop.hbase.util.KeyLocker | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type locks : Map<K,Pair<KeyLock<K>,AtomicInteger>> to lockPool : WeakObjectPool<K,ReentrantLock> in class org.apache.hadoop.hbase.util.KeyLocker | From | To |