8bc2340352392139e59ea27de496b2a3b40fb789
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createSchemaIfAbsent(schema String) : void renamed to private createSchema(schema String) : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type spaceName : String to schema : Schema in method package TableDescriptor(schema Schema, type GridQueryTypeDescriptor) in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To | |
Rename Variable | 4 | ||
Rename Variable tbls : ConcurrentMap<String,TableDescriptor> to s : Schema in method private tables(schema String) : Collection<TableDescriptor> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Rename Variable str : String to upper : String in method private generateQuery(qry String, tbl TableDescriptor) : String in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Rename Variable m : ConcurrentMap<String,TableDescriptor> to schema : Schema in method public stop() : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Rename Variable tbls : ConcurrentMap<String,TableDescriptor> to s : Schema in method private tableDescriptor(type String, space String) : TableDescriptor in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Move Attribute | 2 | ||
Move Attribute private offheap : GridUnsafeMemory from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to private offheap : GridUnsafeMemory from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.Schema | From | To | |
Move Attribute private rowCache : CacheLongKeyLIRS<GridH2KeyValueRowOffheap> from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing to private rowCache : CacheLongKeyLIRS<GridH2KeyValueRowOffheap> from class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.Schema | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable idxCustomFuncClss : Class<?>[] to clss : Class<?>[] in method private createSqlFunctions(schema String, clss Class<?>[]) : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Rename Attribute | 1 | ||
Rename Attribute qryCfg : CacheQueryConfiguration to longQryWarnTimeout : long in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Change Variable Type | 3 | ||
Change Variable Type tbls : ConcurrentMap<String,TableDescriptor> to s : Schema in method private tableDescriptor(type String, space String) : TableDescriptor in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Change Variable Type m : ConcurrentMap<String,TableDescriptor> to schema : Schema in method public stop() : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Change Variable Type tbls : ConcurrentMap<String,TableDescriptor> to s : Schema in method private tables(schema String) : Collection<TableDescriptor> in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Extract Method | 1 | ||
Extract Method public initializeCache(ccfg CacheConfiguration<?,?>) : void extracted from public start() : void in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type schema : String to schema : Schema in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To | |
Change Attribute Type qryCfg : CacheQueryConfiguration to longQryWarnTimeout : long in class org.apache.ignite.configuration.CacheConfiguration | From | To | |
Rename Parameter | 1 | ||
Rename Parameter spaceName : String to schema : Schema in method package TableDescriptor(schema Schema, type GridQueryTypeDescriptor) in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing.TableDescriptor | From | To |