ceab5f3d30e0d4d65631aed72dbbfe1bd56082bf
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type boolean to IgniteInternalFuture<Boolean> in method public txsPreparedOrCommitted(nearVer GridCacheVersion, txNum int) : IgniteInternalFuture<Boolean> in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To | |
Change Variable Type | 1 | ||
Change Variable Type e : IgniteException to e : IgniteCheckedException in method public cancelClientFutures() : void in class org.apache.ignite.internal.processors.cache.GridCacheMvccManager | From | To | |
Extract Method | 3 | ||
Extract Method private proceedPrepare() : void extracted from public prepare() : void in class org.apache.ignite.internal.processors.cache.distributed.GridCacheOptimisticCheckPreparedTxFuture | From | To | |
Extract Method private sendCheckPreparedResponse(nodeId UUID, req GridCacheOptimisticCheckPreparedTxRequest, prepared boolean) : void extracted from protected processCheckPreparedTxRequest(nodeId UUID, req GridCacheOptimisticCheckPreparedTxRequest) : void in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxHandler | From | To | |
Extract Method private txsPreparedOrCommitted(nearVer GridCacheVersion, txNum int, fut GridFutureAdapter<Boolean>, processedVers Collection<GridCacheVersion>) : IgniteInternalFuture<Boolean> extracted from public txsPreparedOrCommitted(nearVer GridCacheVersion, txNum int) : boolean in class org.apache.ignite.internal.processors.cache.transactions.IgniteTxManager | From | To |