85a542780019cbe9a07c019b82d1e4d2f5674feb
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public getFirstByField(index NonUniqueFieldIndex<T>, value Object) : T from class alluxio.collections.IndexedSet to public getFirst(value Object) : T from class alluxio.collections.NonUniqueFieldIndex | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type index : UniqueFieldIndex<T> to indexName : String in method public removeByField(indexName String, value Object) : int in class alluxio.collections.IndexedSet | From | To | |
Move Method | 1 | ||
Move Method public getByField(index UniqueFieldIndex<T>, value Object) : Set<T> from class alluxio.collections.IndexedSet to public getByField(value Object) : Set<T> from class alluxio.collections.UniqueFieldIndex | From | To | |
Move And Rename Class | 4 | ||
Move And Rename Class alluxio.collections.IndexedSet.NonUniqueFieldIndex moved and renamed to alluxio.collections.IndexDefinition | From | To | |
Move And Rename Class alluxio.collections.IndexedSet.UniqueFieldIndex moved and renamed to alluxio.collections.IndexDefinition | From | To | |
Move And Rename Class alluxio.collections.IndexedSet.FieldIndex moved and renamed to alluxio.collections.IndexDefinition.Abstracter | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mIdIndex : IndexedSet.UniqueFieldIndex<MasterWorkerInfo> to mIdIndexName : String in class alluxio.master.block.BlockMasterTest.PrivateAccess | From | To | |
Change Variable Type | 2 | ||
Change Variable Type fieldInfo : Map.Entry<UniqueFieldIndex<T>,ConcurrentHashMap<Object,T>> to fieldInfo : Map.Entry<String,FieldIndex<T>> in method public add(object T) : boolean in class alluxio.collections.IndexedSet | From | To | |
Change Variable Type fieldInfo : Map.Entry<NonUniqueFieldIndex<T>,ConcurrentHashMap<Object,ConcurrentHashSet<T>>> to fieldInfo : Map.Entry<String,FieldIndex<T>> in method private removeFromIndices(object T) : void in class alluxio.collections.IndexedSet | From | To | |
Change Attribute Type | 8 | ||
Change Attribute Type mIdIndex : IndexedSet.NonUniqueFieldIndex<TestInfo> to mIdIndex : IndexDefinition<TestInfo> in class alluxio.collections.IndexedSetConcurrencyTest | From | To | |
Change Attribute Type mIdIndex : IndexedSet.UniqueFieldIndex<MasterWorkerInfo> to mIdIndexName : String in class alluxio.master.block.BlockMasterTest.PrivateAccess | From | To | |
Change Attribute Type mSizeIndex : IndexedSet.NonUniqueFieldIndex<TestInfo> to mSizeIndex : IndexDefinition<TestInfo> in class alluxio.collections.IndexedSetConcurrencyTest | From | To | |
Change Attribute Type mIdIndex : IndexedSet.UniqueFieldIndex<MasterWorkerInfo> to mIdIndex : IndexDefinition<MasterWorkerInfo> in class alluxio.master.block.BlockMaster | From | To | |
Change Attribute Type mAddressIndex : IndexedSet.UniqueFieldIndex<MasterWorkerInfo> to mAddressIndex : IndexDefinition<MasterWorkerInfo> in class alluxio.master.block.BlockMaster | From | To | |
Change Attribute Type mIdIndex : IndexedSet.UniqueFieldIndex<Inode<?>> to mIdIndex : IndexDefinition<Inode<?>> in class alluxio.master.file.meta.InodeTree | From | To | |
Change Attribute Type mNameIndex : IndexedSet.UniqueFieldIndex<Inode<?>> to mNameIndex : IndexDefinition<Inode<?>> in class alluxio.master.file.meta.InodeDirectory | From | To | |
Change Attribute Type mIdIndex : IndexedSet.UniqueFieldIndex<Inode<?>> to mIdIndex : IndexDefinition<Inode<?>> in class alluxio.master.file.meta.InodeDirectory | From | To | |
Rename Parameter | 1 | ||
Rename Parameter index : UniqueFieldIndex<T> to indexName : String in method public removeByField(indexName String, value Object) : int in class alluxio.collections.IndexedSet | From | To |