|
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 |