61c31f96b534738be2de281bf89edc2152d8362d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private getByFieldInternalDup(index FieldIndex<T>, value Object) : ConcurrentHashSet<T> renamed to private getByFieldInternalNonUnique(index FieldIndex<T>, value Object) : ConcurrentHashSet<T> in class alluxio.collections.IndexedSet | From | To | |
Rename Method private getByFieldInternalUniq(index FieldIndex<T>, value Object) : T renamed to private getByFieldInternalUnique(index FieldIndex<T>, value Object) : T in class alluxio.collections.IndexedSet | From | To | |
Rename Variable | 5 | ||
Rename Variable indexMapDup : Map<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to indexMapNonUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in method public IndexedSet(field FieldIndex<T>, otherFields FieldIndex<T>...) in class alluxio.collections.IndexedSet | From | To | |
Rename Variable dupIndexLenth : int to nonUniqueIndexLength : int in method public IndexedSet(field FieldIndex<T>, otherFields FieldIndex<T>...) in class alluxio.collections.IndexedSet | From | To | |
Rename Variable filenumber : int to fileNumber : int in method public main(args String[]) : void in class alluxio.examples.LoadGenerator | From | To | |
Rename Variable uniqIndexLenth : int to uniqueIndexLength : int in method public IndexedSet(field FieldIndex<T>, otherFields FieldIndex<T>...) in class alluxio.collections.IndexedSet | From | To | |
Rename Variable indexMapUniq : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> to indexMapUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> in method public IndexedSet(field FieldIndex<T>, otherFields FieldIndex<T>...) in class alluxio.collections.IndexedSet | From | To | |
Rename Attribute | 2 | ||
Rename Attribute mIndexMapUniq : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> to mIndexMapUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> in class alluxio.collections.IndexedSet | From | To | |
Rename Attribute mIndexMapDup : Map<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to mIndexMapNonUnique : Map<FieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> in class alluxio.collections.IndexedSet | From | To |