ff8426fc05e499e44972e8b62f895655d46555c8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type fieldName : String to index : FieldIndex in method public getFirst(index FieldIndex, value Object) : T in class tachyon.master.next.IndexedSet | From | To | |
Change Parameter Type fieldName : String to index : FieldIndex in method public getByField(index FieldIndex, value Object) : Set<T> in class tachyon.master.next.IndexedSet | From | To | |
Change Parameter Type fieldName : String to index : FieldIndex in method public contains(index FieldIndex, value Object) : boolean in class tachyon.master.next.IndexedSet | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type mFields : Map<String,Field> to mFields : List<Field> in class tachyon.master.next.IndexedSet | From | To | |
Change Attribute Type mSetIndexedByFieldValue : Map<String,Map<Object,Set<T>>> to mSetIndexedByFieldValue : List<Map<Object,Set<T>>> in class tachyon.master.next.IndexedSet | From | To | |
Rename Parameter | 3 | ||
Rename Parameter fieldName : String to index : FieldIndex in method public contains(index FieldIndex, value Object) : boolean in class tachyon.master.next.IndexedSet | From | To | |
Rename Parameter fieldName : String to index : FieldIndex in method public getFirst(index FieldIndex, value Object) : T in class tachyon.master.next.IndexedSet | From | To | |
Rename Parameter fieldName : String to index : FieldIndex in method public getByField(index FieldIndex, value Object) : Set<T> in class tachyon.master.next.IndexedSet | From | To |