1fe02df8daa94ca0761049cd41659f4ae18f580c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 3 | ||
Replace Variable With Attribute cacheName : String to CACHE_NAME : String in method public testBrokenCacheDataTreeShouldFailValidation() : void in class org.apache.ignite.util.GridCommandHandlerIndexingTest | From | To | |
Replace Variable With Attribute cacheName : String to CACHE_NAME : String in method public testBrokenSqlIndexShouldFailValidation() : void in class org.apache.ignite.util.GridCommandHandlerIndexingTest | From | To | |
Replace Variable With Attribute cacheName : String to CACHE_NAME : String in method public testValidateIndexesNoErrors() : void in class org.apache.ignite.util.GridCommandHandlerIndexingTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type is : IndexValidationIssue to is : IndexIntegrityCheckIssue in method private cacheValidateIndexes(client GridClient, cacheArgs CacheArguments) : void in class org.apache.ignite.internal.commandline.CommandHandler | From | To | |
Extract Method | 6 | ||
Extract Method private printProgressOfIndexValidationIfNeeded() : void extracted from private processIndex(ctx GridCacheContext, idx Index) : Map<String,ValidateIndexesPartitionResult> in class org.apache.ignite.internal.visor.verify.ValidateIndexesClosure | From | To | |
Extract Method private prepareGridForTest() : Ignite extracted from public testBrokenCacheDataTreeShouldFailValidation() : void in class org.apache.ignite.util.GridCommandHandlerIndexingTest | From | To | |
Extract Method private printProgressOfIndexValidationIfNeeded() : void extracted from private processPartition(grpCtx CacheGroupContext, part GridDhtLocalPartition) : Map<PartitionKey,ValidateIndexesPartitionResult> in class org.apache.ignite.internal.visor.verify.ValidateIndexesClosure | From | To | |
Extract Method private prepareGridForTest() : Ignite extracted from public testBrokenSqlIndexShouldFailValidation() : void in class org.apache.ignite.util.GridCommandHandlerIndexingTest | From | To | |
Extract Method private prepareGridForTest() : Ignite extracted from public testValidateIndexesNoErrors() : void in class org.apache.ignite.util.GridCommandHandlerIndexingTest | From | To | |
Extract Method private unwrapFutureException(e Exception) : IgniteException extracted from private call0() : VisorValidateIndexesJobResult in class org.apache.ignite.internal.visor.verify.ValidateIndexesClosure | From | To |