351001bdc6941f03560e2f269b1a47ab84c8f7a2
Files Diff
- Added: 21
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public queries(m Marshaller) : Collection<GridCacheSqlQuery> moved from class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryRequest to class org.apache.ignite.internal.processors.query.h2.twostep.GridMapQueryExecutor & inlined to private onQueryRequest(node ClusterNode, req GridQueryRequest) : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type plainRows : Object to plainRows : Collection<?> in method public GridQueryNextPageResponse(qryReqId long, qry int, page int, allRows int, cols int, vals Collection<Message>, plainRows Collection<?>) in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryNextPageResponse | From | To | |
Change Return Type | 2 | ||
Change Return Type Object to Collection<?> in method public plainRows() : Collection<?> in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryNextPageResponse | From | To | |
Change Return Type Collection<Value[]> to Iterator<Value[]> in method public rows() : Iterator<Value[]> in class org.apache.ignite.internal.processors.query.h2.twostep.GridResultPage | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.ValueCacheObject moved and renamed to org.apache.ignite.internal.processors.query.h2.opt.GridH2ValueCacheObject | From | To | |
Rename Attribute | 1 | ||
Rename Attribute rows : byte[] to cols : int in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryNextPageResponse | From | To | |
Change Variable Type | 1 | ||
Change Variable Type plainRows : Object to plainRows : Collection<?> in method public GridResultPage(src UUID, res GridQueryNextPageResponse, last boolean) in class org.apache.ignite.internal.processors.query.h2.twostep.GridResultPage | From | To | |
Extract Variable | 2 | ||
Extract Variable msgs : MessageFactory[] in method public start() : void from class org.apache.ignite.internal.managers.communication.GridIoManager | From | To | |
Extract Variable r : Iterator<Value[]> in method public rows() : Iterator<Value[]> from class org.apache.ignite.internal.processors.query.h2.twostep.GridResultPage | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type rows : byte[] to cols : int in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryNextPageResponse | From | To | |
Change Attribute Type plainRows : Object to plainRows : Collection<?> in class org.apache.ignite.internal.processors.query.h2.twostep.messages.GridQueryNextPageResponse | From | To | |
Change Attribute Type rows : Collection<Value[]> to rows : Iterator<Value[]> in class org.apache.ignite.internal.processors.query.h2.twostep.GridResultPage | From | To |