277010cddf184fa749f5280487015efc0a928c4b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private createSchema(schema String) : void renamed to private createSchema0(schema String) : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Rename Method public testCreateSelect() : void renamed to public testCreateSelectDrop() : void in class org.apache.ignite.jdbc.thin.JdbcThinComplexDmlDdlSelfTest | From | To | |
Change Return Type | 2 | ||
Change Return Type int to boolean in method public decrementUsageCount() : boolean in class org.apache.ignite.internal.processors.query.h2.H2Schema | From | To | |
Change Return Type int to void in method public incrementUsageCount() : void in class org.apache.ignite.internal.processors.query.h2.H2Schema | From | To | |
Extract Method | 5 | ||
Extract Method private dataTableWithRetry(schemaName String, tableName String) : GridH2Table extracted from public runDdlStatement(sql String, cmd SqlCommand) : FieldsQueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.h2.ddl.DdlStatementsProcessor | From | To | |
Extract Method private dataTableForIndexWithRetry(schemaName String, indexName String) : GridH2Table extracted from public runDdlStatement(sql String, prepared Prepared) : FieldsQueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.h2.ddl.DdlStatementsProcessor | From | To | |
Extract Method private createSchemaIfNeeded(schemaName String, predefined boolean) : void extracted from public registerCache(cacheName String, schemaName String, cctx GridCacheContext<?,?>) : void in class org.apache.ignite.internal.processors.query.h2.IgniteH2Indexing | From | To | |
Extract Method private dataTableForIndexWithRetry(schemaName String, indexName String) : GridH2Table extracted from public runDdlStatement(sql String, cmd SqlCommand) : FieldsQueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.h2.ddl.DdlStatementsProcessor | From | To | |
Extract Method private dataTableWithRetry(schemaName String, tableName String) : GridH2Table extracted from public runDdlStatement(sql String, prepared Prepared) : FieldsQueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.h2.ddl.DdlStatementsProcessor | From | To |