5e9710abc4caf031923e2371dbfb27a6e9b4b2ec
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testSelectForUpdateOutsideTx() : void renamed to public testSelectForUpdateOutsideTxDistributed() : void in class org.apache.ignite.internal.processors.cache.mvcc.CacheMvccSelectForUpdateQueryAbstractTest | From | To | |
Rename Method public testQueryDeadlock() : void renamed to private checkQueryDeadlock(timeoutMode TimeoutMode) : void in class org.apache.ignite.internal.processors.cache.mvcc.CacheMvccSqlTxQueriesAbstractTest | From | To | |
Rename Method public testQueryReducerDeadlockInsert() : void renamed to public checkQueryReducerDeadlockInsert(timeoutMode TimeoutMode) : void in class org.apache.ignite.internal.processors.cache.mvcc.CacheMvccSqlTxQueriesWithReducerAbstractTest | From | To | |
Extract Variable | 1 | ||
Extract Variable tx : GridNearTxLocal in method private runQueryTwoStep(schemaName String, qry GridCacheTwoStepQuery, keepCacheObj boolean, enforceJoinOrder boolean, startTx boolean, qryTimeout int, cancel GridQueryCancel, params Object[], parts int[], lazy boolean, mvccTracker MvccQueryTracker) : Iterable<List<?>> from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Rename Parameter | 2 | ||
Rename Parameter timeout : int to qryTimeout : int in method package queryLocalSqlFields(schemaName String, qry String, params Collection<Object>, filter IndexingQueryFilter, enforceJoinOrder boolean, startTx boolean, qryTimeout int, cancel GridQueryCancel, mvccTracker MvccQueryTracker) : GridQueryFieldsResult in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Rename Parameter timeoutMillis : int to qryTimeout : int in method private runQueryTwoStep(schemaName String, qry GridCacheTwoStepQuery, keepCacheObj boolean, enforceJoinOrder boolean, startTx boolean, qryTimeout int, cancel GridQueryCancel, params Object[], parts int[], lazy boolean, mvccTracker MvccQueryTracker) : Iterable<List<?>> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To |