192678337be0b38bb57d1d35baf78d2065bee791
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 4 | ||
Rename Variable future : IgniteInternalFuture<Void> to fut : IgniteInternalFuture<Void> in method public restart() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl | From | To | |
Rename Variable currentFut : GridFutureAdapter<Void> to curFut : GridFutureAdapter<Void> in method public restart() : void in class org.apache.ignite.internal.processors.cache.IgniteCacheProxyImpl | From | To | |
Rename Variable qryCursor : FieldsQueryCursor<List<?>> to qryCursors : List<FieldsQueryCursor<List<?>>> in method protected run(arg VisorQueryTaskArg) : VisorEither<VisorQueryResult> in class org.apache.ignite.internal.visor.query.VisorQueryTask.VisorQueryJob | From | To | |
Rename Variable cur : FieldsQueryCursor<List<?>> to cursors : List<FieldsQueryCursor<List<?>>> in method public applyx() : List<FieldsQueryCursor<List<?>>> in class org.apache.ignite.internal.processors.query.GridQueryProcessor.querySqlFields | From | To | |
Extract Attribute | 4 | ||
Extract Attribute private REPL_STORE_CACHE_NAME : String in class org.apache.ignite.internal.processors.cache.GridCacheCrossCacheQuerySelfTest | From | To | |
Extract Attribute private REPL_PROD_CACHE_NAME : String in class org.apache.ignite.internal.processors.cache.GridCacheCrossCacheQuerySelfTest | From | To | |
Extract Attribute public ORG_H2_COMMAND_COMMAND_LIST : String in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQueryParser | From | To | |
Extract Attribute private PART_CACHE_NAME : String in class org.apache.ignite.internal.processors.cache.GridCacheCrossCacheQuerySelfTest | From | To | |
Change Variable Type | 3 | ||
Change Variable Type clo : IgniteOutClosureX<FieldsQueryCursor<List<?>>> to clo : IgniteOutClosureX<List<FieldsQueryCursor<List<?>>>> in method public querySqlFields(cctx GridCacheContext<?,?>, qry SqlFieldsQuery, keepBinary boolean, failOnMultipleStmts boolean) : List<FieldsQueryCursor<List<?>>> in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To | |
Change Variable Type qryCursor : FieldsQueryCursor<List<?>> to qryCursors : List<FieldsQueryCursor<List<?>>> in method protected run(arg VisorQueryTaskArg) : VisorEither<VisorQueryResult> in class org.apache.ignite.internal.visor.query.VisorQueryTask.VisorQueryJob | From | To | |
Change Variable Type cur : FieldsQueryCursor<List<?>> to cursors : List<FieldsQueryCursor<List<?>>> in method public applyx() : List<FieldsQueryCursor<List<?>>> in class org.apache.ignite.internal.processors.query.GridQueryProcessor.querySqlFields | From | To | |
Extract Method | 1 | ||
Extract Method public querySqlFields(cctx GridCacheContext<?,?>, qry SqlFieldsQuery, keepBinary boolean, failOnMultipleStmts boolean) : List<FieldsQueryCursor<List<?>>> extracted from public querySqlFields(cctx GridCacheContext<?,?>, qry SqlFieldsQuery, keepBinary boolean) : FieldsQueryCursor<List<?>> in class org.apache.ignite.internal.processors.query.GridQueryProcessor | From | To |