5777035342a6913b50618b86e5f7a7977435a21d
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 1 | ||
Inline Method public currentTx(ctx GridKernalContext, txId GridCacheVersion) : GridNearTxLocal inlined to public tx(ctx GridKernalContext, txId GridCacheVersion) : GridNearTxLocal in class org.apache.ignite.internal.processors.cache.mvcc.MvccUtils | From | To | |
Change Return Type | 4 | ||
Change Return Type IgniteTxMvccVersionCheckedException to IgniteTxUnexpectedStateCheckedException in method private unexpectedStateException(ctx GridKernalContext, state byte, crd long, cntr long, opCntr int, snapshot MvccSnapshot) : IgniteTxUnexpectedStateCheckedException in class org.apache.ignite.internal.processors.cache.mvcc.MvccUtils | From | To | |
Change Return Type IgniteSQLException to IgniteTxSerializationCheckedException in method private serializationError() : IgniteTxSerializationCheckedException in class org.apache.ignite.internal.processors.cache.GridCacheMapEntry | From | To | |
Change Return Type IgniteTxMvccVersionCheckedException to IgniteTxUnexpectedStateCheckedException in method public unexpectedStateException(cctx GridCacheContext, state byte, crd long, cntr long, opCntr int, snapshot MvccSnapshot) : IgniteTxUnexpectedStateCheckedException in class org.apache.ignite.internal.processors.cache.mvcc.MvccUtils | From | To | |
Change Return Type IgniteTxMvccVersionCheckedException to IgniteTxUnexpectedStateCheckedException in method public unexpectedStateException(grp CacheGroupContext, state byte, crd long, cntr long, opCntr int) : IgniteTxUnexpectedStateCheckedException in class org.apache.ignite.internal.processors.cache.mvcc.MvccUtils | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.transactions.IgniteTxMvccVersionCheckedException renamed to org.apache.ignite.internal.transactions.IgniteTxUnexpectedStateCheckedException | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.ignite.internal.transactions.TransactionCheckedException from classes [org.apache.ignite.internal.transactions.IgniteTxHeuristicCheckedException, org.apache.ignite.internal.transactions.IgniteTxUnexpectedStateCheckedException, org.apache.ignite.internal.transactions.IgniteTxOptimisticCheckedException, org.apache.ignite.internal.transactions.IgniteTxRollbackCheckedException, org.apache.ignite.internal.transactions.IgniteTxTimeoutCheckedException] | From | To | |
Extract Variable | 1 | ||
Extract Variable msg : String in method private exceptionToResult(e Exception) : OdbcResponse from class org.apache.ignite.internal.processors.odbc.odbc.OdbcRequestHandler | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public toSqlException(e Exception) : SQLException extracted from private updateSqlFieldsBatched(schemaName String, conn Connection, prepared Prepared, fieldsQry SqlFieldsQueryEx, loc boolean, filters IndexingQueryFilter, cancel GridQueryCancel) : Collection<UpdateResult> in class org.apache.ignite.internal.processors.query.h2.DmlStatementsProcessor & moved to class org.apache.ignite.internal.processors.query.QueryUtils | From | To |