e9f1a7e0b3149bf3521c8f633ae26bc62e626e24
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 25
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected createStreamedConnection(allowOverwrite boolean, flushTimeout long) : Connection renamed to private createConnection(allowOverwrite boolean) : Connection in class org.apache.ignite.internal.jdbc2.JdbcStreamingSelfTest | From | To | |
Inline Method | 2 | ||
Inline Method public zeroCursor() : QueryCursorImpl<List<?>> inlined to public runDdlStatement(sql String, cmd SqlCommand) : FieldsQueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.h2.ddl.DdlStatementsProcessor | From | To | |
Inline Method private resultSetForUpdate(cnt long) : JdbcThinResultSet inlined to protected execute0(stmtType JdbcStatementType, sql String, args List<Object>) : void in class org.apache.ignite.internal.jdbc.thin.JdbcThinStatement | From | To | |
Move Attribute | 6 | ||
Move Attribute private collocated : boolean from class org.apache.ignite.internal.processors.query.SqlClientContext to private collocated : boolean from class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Move Attribute private skipReducerOnUpdate : boolean from class org.apache.ignite.internal.processors.query.SqlClientContext to private skipReducerOnUpdate : boolean from class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Move Attribute protected conn : Connection from class org.apache.ignite.internal.jdbc2.JdbcNoCacheStreamingSelfTest to protected conn : Connection from class org.apache.ignite.internal.jdbc2.JdbcStreamingSelfTest | From | To | |
Move Attribute private enforceJoinOrder : boolean from class org.apache.ignite.internal.processors.query.SqlClientContext to private enforceJoinOrder : boolean from class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Move Attribute private distributedJoins : boolean from class org.apache.ignite.internal.processors.query.SqlClientContext to private distributedJoins : boolean from class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Move Attribute private lazy : boolean from class org.apache.ignite.internal.processors.query.SqlClientContext to private lazy : boolean from class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Rename Attribute | 1 | ||
Rename Attribute props : ConnectionProperty[] to propsArray : ConnectionProperty[] in class org.apache.ignite.internal.jdbc.thin.ConnectionPropertiesImpl | From | To | |
Split Attribute | 1 | ||
Split Attribute cliCtx : SqlClientContext to [distributedJoins : boolean, enforceJoinOrder : boolean, collocated : boolean, lazy : boolean, skipReducerOnUpdate : boolean] in class org.apache.ignite.internal.processors.odbc.jdbc.JdbcRequestHandler | From | To | |
Rename Parameter | 2 | ||
Rename Parameter schemaName : String to spaceName : String in method public streamUpdateQuery(spaceName String, qry String, params Object[], streamer IgniteDataStreamer<?,?>) : long in class org.apache.ignite.internal.processors.cache.IgniteClientCacheInitializationFailTest.FailedIndexing | From | To | |
Rename Parameter fieldsQry : SqlFieldsQuery to fieldsQuery : SqlFieldsQuery in method public planForStatement(prepared Prepared, loc boolean, idx IgniteH2Indexing, conn Connection, fieldsQuery SqlFieldsQuery, errKeysPos Integer) : UpdatePlan in class org.apache.ignite.internal.processors.query.h2.dml.UpdatePlanBuilder | From | To |