ac04da2fa7ba52d0f976b77e25108f1a0b60e0d6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable val : CacheObject to value : OwnedValue in method public prepareMarshal(ctx GridCacheSharedContext) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Rename Variable val : CacheObject to value : OwnedValue in method public finishUnmarshal(ctx GridCacheSharedContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Rename Variable entry : Map.Entry<IgniteTxKey,IgniteBiTuple<GridCacheVersion,CacheObject>> to key : IgniteTxKey in method public prepareMarshal(ctx GridCacheSharedContext) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<IgniteTxKey,IgniteBiTuple<GridCacheVersion,CacheObject>> to Map<IgniteTxKey,OwnedValue> in method public ownedValues() : Map<IgniteTxKey,OwnedValue> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Rename Attribute | 1 | ||
Rename Attribute ownedValsBytes : Collection<byte[]> to ownedValKeys : Collection<IgniteTxKey> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Change Variable Type | 6 | ||
Change Variable Type val : CacheObject to value : OwnedValue in method public finishUnmarshal(ctx GridCacheSharedContext, ldr ClassLoader) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Change Variable Type val : CacheObject to value : OwnedValue in method public prepareMarshal(ctx GridCacheSharedContext) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Change Variable Type entry : Map.Entry<IgniteTxKey,IgniteBiTuple<GridCacheVersion,CacheObject>> to key : IgniteTxKey in method public prepareMarshal(ctx GridCacheSharedContext) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Change Variable Type entry : Map.Entry<IgniteTxKey,IgniteBiTuple<GridCacheVersion,CacheObject>> to entry : Map.Entry<IgniteTxKey,GridNearTxPrepareResponse.OwnedValue> in method package onResult(nodeId UUID, res GridNearTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture.MiniFuture | From | To | |
Change Variable Type tup : IgniteBiTuple<GridCacheVersion,CacheObject> to tup : GridNearTxPrepareResponse.OwnedValue in method package onResult(nodeId UUID, res GridNearTxPrepareResponse) : void in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFuture.MiniFuture | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type ownedVals : Map<IgniteTxKey,IgniteBiTuple<GridCacheVersion,CacheObject>> to ownedVals : Map<IgniteTxKey,OwnedValue> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To | |
Change Attribute Type ownedValsBytes : Collection<byte[]> to ownedValKeys : Collection<IgniteTxKey> in class org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareResponse | From | To |