31e6ad62d717ac10ae493a4b83fd0704dd535faa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type void to boolean in method public add(object T) : boolean in class tachyon.master.next.IndexedSet | From | To | |
Inline Variable | 1 | ||
Inline Variable id : int in method public getByField(index FieldIndex, value Object) : Set<T> from class tachyon.master.next.IndexedSet | From | To | |
Extract Method | 2 | ||
Extract Method private getByFieldInternal(index FieldIndex, value Object) : Set<T> extracted from public removeByField(index FieldIndex, value Object) : boolean in class tachyon.master.next.IndexedSet | From | To | |
Extract Method private getByFieldInternal(index FieldIndex, value Object) : Set<T> extracted from public getByField(index FieldIndex, value Object) : Set<T> in class tachyon.master.next.IndexedSet | From | To |