e26888a898a06187b4956a89d0fd636ad86c2708
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getByFieldInternal(index FieldIndex<T>, value Object) : T renamed to private getByFieldInternalUniq(index FieldIndex<T>, value Object) : T in class alluxio.collections.IndexedSet | From | To | |
Rename Variable | 2 | ||
Rename Variable indexLenth : int to uniqIndexLenth : int in method public IndexedSet(field FieldIndex<T>, otherFields FieldIndex<T>...) in class alluxio.collections.IndexedSet | From | To | |
Rename Variable indexMap : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> to indexMapUniq : 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 | 1 | ||
Rename Attribute mIndexMap : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> to mIndexMapUniq : Map<FieldIndex<T>,ConcurrentHashMap<Object,T>> in class alluxio.collections.IndexedSet | From | To | |
Split Attribute | 1 | ||
Split Attribute buf : char[] to [mBuf : char[], SYMBOLS : char[]] in class alluxio.examples.LoadGenerator.RandomString | From | To |