de8b54c69483e4a47014e9d61fe074be1fa3b4a7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable qry : QueryCursor<List<?>> to cursor : QueryCursor<List<?>> in method private sqlFieldsQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample | From | To | |
Rename Variable qry : QueryCursor<List<?>> to cursor : QueryCursor<List<?>> in method private sqlFieldsQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample | From | To | |
Rename Variable qry : QueryCursor<List<?>> to cursor : QueryCursor<List<?>> in method private sqlQueryWithAggregation() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample | From | To | |
Change Variable Type | 2 | ||
Change Variable Type res : Collection<List<?>> to res : List<List<?>> in method private sqlFieldsQuery() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample | From | To | |
Change Variable Type res : Collection<List<?>> to res : List<List<?>> in method private sqlFieldsQueryWithJoin() : void in class org.apache.ignite.examples.datagrid.CacheQueryExample | From | To |