b8b9abe863ed8139553a9ad7013dfad5a363b4da
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private testQuery(keyCnt int, valSize int, sql String, timeoutUnits int, timeUnit TimeUnit, timeout boolean) : void renamed to private testQueryCancel(keyCnt int, valSize int, sql String, timeoutUnits int, timeUnit TimeUnit, timeout boolean) : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheDistributedQueryStopOnCancelOrTimeoutSelfTest | From | To | |
Move Method | 4 | ||
Move Method protected afterTestsStopped() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected afterTestsStopped() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Method private fillCaches() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to private fillCaches() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Method protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected getConfiguration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Method protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected beforeTestsStarted() : void from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute | 10 | ||
Move Attribute private PERS_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to private PERS_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private QRY_0 : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected QRY_0 : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private QRY_1 : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected QRY_1 : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private QRY_1 : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to private QRY_1 : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheDistributedQueryStopOnCancelOrTimeoutSelfTest | From | To | |
Move Attribute private COMPANY_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to private COMPANY_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private GRID_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected GRID_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private QRY_1_BROADCAST : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected QRY_1_BROADCAST : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private QRY_0_BROADCAST : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to protected QRY_0_BROADCAST : String from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private PRODUCT_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to private PRODUCT_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Attribute private PURCHASE_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest to private PURCHASE_CNT : int from class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest | From | To | |
Move Class | 4 | ||
Move Class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest.Purchase moved to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest.Purchase | From | To | |
Move Class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest.Person moved to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest.Person | From | To | |
Move Class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest.Product moved to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest.Product | From | To | |
Move Class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryNodeRestartDistributedJoinSelfTest.Company moved to org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheQueryAbstractDistributedJoinSelfTest.Company | From | To | |
Rename Attribute | 1 | ||
Rename Attribute GRIDS_COUNT : int to GRIDS_CNT : int in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheDistributedQueryStopOnCancelOrTimeoutSelfTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type map : ConcurrentMap<UUID,ConcurrentMap<Long,?>> to map : ConcurrentMap<UUID,?> in method private checkCleanState() : void in class org.apache.ignite.internal.processors.cache.distributed.near.IgniteCacheDistributedQueryStopOnCancelOrTimeoutSelfTest | From | To |