c1fde05d05251353f0e75125aca44ab145798c8e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private finishCommit(prepFut IgniteInternalFuture, fut GridDhtTxFinishFuture) : void renamed to private finishTx(commit boolean, prepFut IgniteInternalFuture, fut GridDhtTxFinishFuture) : void in class org.apache.ignite.internal.processors.cache.distributed.dht.GridDhtTxLocal | From | To | |
Rename Attribute | 1 | ||
Rename Attribute maxCompletedTxCount : String to maxCompletedTxCnt : String in class org.apache.ignite.internal.processors.cache.GridCacheMissingCommitVersionSelfTest | From | To | |
Extract Variable | 1 | ||
Extract Variable affCache : GridAffinityAssignmentCache in method public createPartitionsFullMessage(nodes Collection<ClusterNode>, exchId GridDhtPartitionExchangeId, lastVer GridCacheVersion, compress boolean) : GridDhtPartitionsFullMessage from class org.apache.ignite.internal.processors.cache.GridCachePartitionExchangeManager | From | To |