cf32fc7baccea641f11a691f4897d564387b7fc8
Files Diff
- Added: 10
- Removed: 7
- Renamed: 0
- Modified: 76
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public testLocalPeek() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheTxPeekModesTest to public setUp() : void from class org.apache.ignite.internal.processors.cache.IgniteCacheTxNearPeekModesTest | From | To | |
Pull Up Method | 5 | ||
Pull Up Method private checkTxsSingleOp(concurrency TransactionConcurrency, isolation TransactionIsolation) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to protected checkTxsSingleOp(concurrency TransactionConcurrency, isolation TransactionIsolation) : void from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Method private nodeCount() : int from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to private nodeCount() : int from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Method protected getConfiguration(igniteInstanceName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to protected getConfiguration(igniteInstanceName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Method protected nearEnabled() : boolean from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to protected nearEnabled() : boolean from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Attribute | 4 | ||
Pull Up Attribute private FIRST_CACHE : String from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to private FIRST_CACHE : String from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Attribute private TX_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to private TX_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Attribute private IP_FINDER : TcpDiscoveryIpFinder from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to private IP_FINDER : TcpDiscoveryIpFinder from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Pull Up Attribute private SECOND_CACHE : String from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest to private SECOND_CACHE : String from class org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest | From | To | |
Rename Class | 7 | ||
Rename Class org.apache.ignite.internal.processors.cache.CacheGetEntryOptimisticSerializableSeltTest renamed to org.apache.ignite.internal.processors.cache.CacheGetEntryOptimisticSerializableSelfTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.CacheGetEntryPessimisticRepeatableReadSeltTest renamed to org.apache.ignite.internal.processors.cache.CacheGetEntryPessimisticRepeatableReadSelfTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.CacheGetEntryOptimisticReadCommittedSeltTest renamed to org.apache.ignite.internal.processors.cache.CacheGetEntryOptimisticReadCommittedSelfTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.CacheGetEntryPessimisticReadCommittedSeltTest renamed to org.apache.ignite.internal.processors.cache.CacheGetEntryPessimisticReadCommittedSelfTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.CacheGetEntryPessimisticSerializableSeltTest renamed to org.apache.ignite.internal.processors.cache.CacheGetEntryPessimisticSerializableSelfTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.CacheGetEntryOptimisticRepeatableReadSeltTest renamed to org.apache.ignite.internal.processors.cache.CacheGetEntryOptimisticRepeatableReadSelfTest | From | To | |
Rename Class org.apache.ignite.internal.processors.cache.CashEventWithTxLabelTest renamed to org.apache.ignite.internal.processors.cache.CacheEventWithTxLabelTest | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxAbstractSelfTest from classes [org.apache.ignite.internal.processors.cache.distributed.dht.IgniteCrossCacheTxSelfTest] | From | To | |
Extract Method | 5 | ||
Extract Method private checkGetFromBackupStoreReadThroughEnabled(cacheCfgs List<CacheConfiguration<Object,Object>>) : void extracted from public testGetFromBackupStoreReadThroughEnabled() : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheReadFromBackupTest | From | To | |
Extract Method private checkGetFromPrimaryPreloadInProgress(cacheCfgs List<CacheConfiguration<Object,Object>>) : void extracted from public testGetFromPrimaryPreloadInProgress() : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheReadFromBackupTest | From | To | |
Extract Method public checkSingleGetMessage(ccfgs List<CacheConfiguration<Integer,Integer>>) : void extracted from public testSingleGetMessage() : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheSingleGetMessageTest | From | To | |
Extract Method private checkGetFromBackupStoreReadThroughDisabled(cacheCfgs List<CacheConfiguration<Object,Object>>) : void extracted from public testGetFromBackupStoreReadThroughDisabled() : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheReadFromBackupTest | From | To | |
Extract Method private checkNoPrimaryReadPreloadFinished(cacheCfgs List<CacheConfiguration<Object,Object>>) : void extracted from public testNoPrimaryReadPreloadFinished() : void in class org.apache.ignite.internal.processors.cache.distributed.IgniteCacheReadFromBackupTest | From | To |