b4b4be3e21b8eddfdb85d13dd1b6542c056a1c2b
Files Diff
- Added: 11
 - Removed: 0
 - Renamed: 0
 - Modified: 15
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type clo : Runnable to clo : QueryCancellable in method public set(clo QueryCancellable) : void in class org.apache.ignite.internal.processors.query.GridQueryCancel | From | To | |
| Change Parameter Type runningQryMgr : RunningQueryManager to idx : IgniteH2Indexing in method public CommandProcessor(ctx GridKernalContext, schemaMgr SchemaManager, idx IgniteH2Indexing) in class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method public skipIfMatchesOptionalKeyword(lex SqlLexer, expKeyword String) : boolean in class org.apache.ignite.internal.sql.SqlParserUtils | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute runningQryMgr : RunningQueryManager to idx : IgniteH2Indexing in class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type tmp : Runnable to tmp : QueryCancellable in method public set(clo QueryCancellable) : void in class org.apache.ignite.internal.processors.query.GridQueryCancel | From | To | |
| Change Variable Type tmp : Runnable to tmp : QueryCancellable in method public cancel() : void in class org.apache.ignite.internal.processors.query.GridQueryCancel | From | To | |
| Extract Method | 1 | ||
| Extract Method private unregisterQuery() : void extracted from public close() : void in class org.apache.ignite.internal.processors.cache.query.RegisteredQueryCursor | From | To | |
| Change Attribute Type | 4 | ||
| Change Attribute Type CANCELLED : Runnable to CANCELLED : QueryCancellable in class org.apache.ignite.internal.processors.query.GridQueryCancel | From | To | |
| Change Attribute Type STATE_UPDATER : AtomicReferenceFieldUpdater<GridQueryCancel,Runnable> to STATE_UPDATER : AtomicReferenceFieldUpdater<GridQueryCancel,QueryCancellable> in class org.apache.ignite.internal.processors.query.GridQueryCancel | From | To | |
| Change Attribute Type runningQryMgr : RunningQueryManager to idx : IgniteH2Indexing in class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To | |
| Change Attribute Type clo : Runnable to clo : QueryCancellable in class org.apache.ignite.internal.processors.query.GridQueryCancel | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter runningQryMgr : RunningQueryManager to idx : IgniteH2Indexing in method public CommandProcessor(ctx GridKernalContext, schemaMgr SchemaManager, idx IgniteH2Indexing) in class org.apache.ignite.internal.processors.query.h2.CommandProcessor | From | To |