3ef78264a36171d064627741d8e340c236bc7d38
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public space() : String renamed to public cacheName() : String in class org.apache.ignite.internal.processors.query.schema.operation.SchemaAbstractOperation | From | To | |
Rename Method public name(name String) : void renamed to public indexName(idxName String) : void in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlDropIndex | From | To | |
Rename Method public spaceName() : String renamed to public cacheName() : String in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Rename Method public name() : String renamed to public indexName() : String in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlDropIndex | From | To | |
Rename Variable | 7 | ||
Rename Variable space : String to cacheName : String in method private startSchemaChange(schemaOp SchemaOperation) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Variable space : String to cacheName : String in method private onSchemaProposeDiscovery(msg SchemaProposeDiscoveryMessage) : boolean in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Variable space : String to cacheName : String in method public processIndexOperationLocal(op SchemaAbstractOperation, type QueryTypeDescriptorImpl, depId IgniteUuid, cancelTok SchemaIndexOperationCancellationToken) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Variable key : SchemaKey to schemaName : String in method public doFinish() : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor.SchemaOperation | From | To | |
Rename Variable key : SchemaKey to schemaName : String in method private onSchemaProposeDiscovery0(msg SchemaProposeDiscoveryMessage) : boolean in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Variable space : String to cacheName : String in method private prepareChangeOnStartedCache(op SchemaAbstractOperation) : T3<QueryTypeDescriptorImpl,Boolean,SchemaOperationException> in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Variable schemaKey : SchemaKey to schemaName : String in method private onSchemaFinishDiscovery(msg SchemaFinishDiscoveryMessage) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Attribute | 3 | ||
Rename Attribute name : String to idxName : String in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlDropIndex | From | To | |
Rename Attribute space : String to schemaName : String in class org.apache.ignite.internal.processors.query.schema.operation.SchemaAbstractOperation | From | To | |
Rename Attribute spaceName : String to cacheName : String in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To | |
Change Variable Type | 3 | ||
Change Variable Type schemaKey : SchemaKey to schemaName : String in method private onSchemaFinishDiscovery(msg SchemaFinishDiscoveryMessage) : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Change Variable Type key : SchemaKey to schemaName : String in method public doFinish() : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor.SchemaOperation | From | To | |
Change Variable Type key : SchemaKey to schemaName : String in method private onSchemaProposeDiscovery0(msg SchemaProposeDiscoveryMessage) : boolean in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Extract Variable | 3 | ||
Extract Variable cacheName : String in method private checkCreateNotCache(mode CacheMode, atomicityMode CacheAtomicityMode, near boolean) : void from class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractBasicSelfTest | From | To | |
Extract Variable op : SchemaAbstractOperation in method private onSchemaProposeDiscovery(msg SchemaProposeDiscoveryMessage) : boolean from class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Extract Variable cacheName : String in method private checkDropNoCache(mode CacheMode, atomicityMode CacheAtomicityMode, near boolean) : void from class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractBasicSelfTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type schemaOps : ConcurrentHashMap<SchemaKey,SchemaOperation> to schemaOps : ConcurrentHashMap<String,SchemaOperation> in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter name : String to idxName : String in method public indexName(idxName String) : void in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlDropIndex | From | To | |
Rename Parameter spaceName : String to cacheName : String in method public GridH2Table(createTblData CreateTableData, desc GridH2RowDescriptor, rowFactory H2RowFactory, idxsFactory GridH2SystemIndexFactory, cacheName String) in class org.apache.ignite.internal.processors.query.h2.opt.GridH2Table | From | To |