65080675dec8433c0968762c903905d1f65e5f29
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 9
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type clo : FilteringVisitorClosure to clo : SchemaIndexCacheVisitorClosure in method private processPartition(part GridDhtLocalPartition, clo SchemaIndexCacheVisitorClosure) : void in class org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl | From | To | |
| Change Parameter Type clo : FilteringVisitorClosure to clo : SchemaIndexCacheVisitorClosure in method private processKey(key KeyCacheObject, clo SchemaIndexCacheVisitorClosure) : void in class org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private cacheName : String from class org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl to private cacheName : String from class org.apache.ignite.internal.processors.query.GridQueryProcessor.TableCacheFilter | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute tblName : String to rowFilter : SchemaIndexCacheFilter in class org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type parts : Collection<GridDhtLocalPartition> to parts : List<GridDhtLocalPartition> in method public visit(clo SchemaIndexCacheVisitorClosure) : void in class org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl | From | To | |
| Extract Variable | 1 | ||
| Extract Variable cctx : GridCacheContext in method public processSchemaOperationLocal(op SchemaAbstractOperation, type QueryTypeDescriptorImpl, depId IgniteUuid, cancelTok SchemaIndexOperationCancellationToken) : void from class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type tblName : String to rowFilter : SchemaIndexCacheFilter in class org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitorImpl | From | To |