96feee9f3db9fc792bb1cd7f9d4a72aa28774783
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable ackClosure : IgniteInClosure<IgniteException> to ackC : IgniteInClosure<IgniteException> in method private checkAck(ackCnt int, idleTimeout int, msgPerIter int) : void in class org.apache.ignite.spi.communication.tcp.IgniteTcpCommunicationRecoveryAckClosureSelfTest | From | To | |
Rename Variable ackClosure : IgniteInClosure<IgniteException> to ackC : IgniteInClosure<IgniteException> in method private checkOverflow() : void in class org.apache.ignite.spi.communication.tcp.IgniteTcpCommunicationRecoveryAckClosureSelfTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute localPrevVals : List<CacheObject> to locPrevVals : List<CacheObject> in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridDhtAtomicUpdateRequest | From | To | |
Extract Variable | 1 | ||
Extract Variable topVer : AffinityTopologyVersion in method public apply(f IgniteInternalFuture<Collection<GridCacheEntryInfo>>) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtCacheAdapter.processNearSingleGetRequest.listen | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public onResponse(res GridNearAtomicUpdateResponse) : boolean extracted from package onResult(nodeId UUID, res GridNearAtomicUpdateResponse, nodeErr boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateFuture.UpdateState & moved to class org.apache.ignite.internal.processors.cache.distributed.dht.atomic.GridNearAtomicUpdateRequest | From | To |