d7cde2b8eaf65b6a5962c0c4bc69031d52a58a49
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type src : Z to src : UUID in method protected GridResultPage(src UUID, res GridQueryNextPageResponse) in class org.apache.ignite.internal.processors.query.h2.twostep.GridResultPage | From | To | |
Change Parameter Type page : GridResultPage<?> to page : GridResultPage in method protected abstract addPage0(page GridResultPage) : void in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex | From | To | |
Change Parameter Type page : GridResultPage<?> to page : GridResultPage in method protected addPage0(page GridResultPage) : void in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndexUnsorted | From | To | |
Change Return Type | 1 | ||
Change Return Type Z to UUID in method public source() : UUID in class org.apache.ignite.internal.processors.query.h2.twostep.GridResultPage | From | To | |
Rename Attribute | 1 | ||
Rename Attribute cnt : AtomicInteger to rowsCnt : AtomicInteger in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex | From | To | |
Change Variable Type | 1 | ||
Change Variable Type page : GridResultPage<?> to page : GridResultPage in method public hasNext() : boolean in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndexUnsorted.findInStream | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type queue : BlockingQueue<GridResultPage<?>> to queue : BlockingQueue<GridResultPage> in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndexUnsorted | From | To | |
Change Attribute Type src : Z to src : UUID in class org.apache.ignite.internal.processors.query.h2.twostep.GridResultPage | From | To | |
Change Attribute Type END : GridResultPage<?> to END : GridResultPage in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected fetchNextPage(page GridResultPage) : void extracted from protected findInStream(first SearchRow, last SearchRow) : Cursor in class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndexUnsorted & moved to class org.apache.ignite.internal.processors.query.h2.twostep.GridMergeIndex | From | To |