3f0e85f2e3d0a5abbc7fbf67c8d9938c90caae2c
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 5
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private isCacheMatchFilter(cacheName String) : boolean renamed to private doesGrpMatchFilter(grp CacheGroupContext) : boolean in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type cacheName : String to grp : CacheGroupContext in method private doesGrpMatchFilter(grp CacheGroupContext) : boolean in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To | |
| Rename Variable | 2 | ||
| Rename Variable groups : Collection<CacheGroupContext> to cacheGroups : Collection<CacheGroupContext> in method private getGroupIds() : Set<Integer> in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To | |
| Rename Variable desc : DynamicCacheDescriptor to cacheGroups : Collection<CacheGroupContext> in method private getGroupIds() : Set<Integer> in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To | |
| Inline Method | 2 | ||
| Inline Method private getCacheGroupIds() : Set<Integer> inlined to private getGroupIds() : Set<Integer> in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type desc : DynamicCacheDescriptor to cacheGroups : Collection<CacheGroupContext> in method private getGroupIds() : Set<Integer> in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To | |
| Extract Method | 5 | ||
| Extract Method private assertContains(str String, substr String) : void extracted from public testCacheIdleVerify() : void in class org.apache.ignite.util.GridCommandHandlerTest | From | To | |
| Extract Method private isCacheMatchFilter(desc DynamicCacheDescriptor) : boolean extracted from private isCacheMatchFilter(cacheName String) : boolean in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To | |
| Extract Method private assertContains(str String, substr String) : void extracted from public testCacheIdleVerifyMovingParts() : void in class org.apache.ignite.util.GridCommandHandlerTest | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter cacheName : String to grp : CacheGroupContext in method private doesGrpMatchFilter(grp CacheGroupContext) : boolean in class org.apache.ignite.internal.processors.cache.verify.VerifyBackupPartitionsTaskV2.VerifyBackupPartitionsJobV2 | From | To |