c75f0b2f18dde6432665b2668ee8b3c22c2beade
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type ConcurrentHashSet<T> to T in method private getByFieldInternal(index FieldIndex<T>, value Object) : T in class alluxio.collections.IndexedSet | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,T>> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet | From | To | |
| Change Variable Type fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to fieldInfo : Map.Entry<FieldIndex<T>,ConcurrentHashMap<Object,T>> in method public add(object T) : boolean in class alluxio.collections.IndexedSet | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mIndexMap : Map<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to mIndexMap : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> in class alluxio.collections.IndexedSet | From | To |