7b0d30bb07698e050a2bc2105d6ccf51059a9da9
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getTypedValue(colIdx int, cls Class<T>) : T renamed to private getValue(colIdx int) : Object in class org.apache.ignite.internal.jdbc2.JdbcResultSet | From | To | |
| Change Return Type | 1 | ||
| Change Return Type T to Object in method private getValue(colIdx int) : Object in class org.apache.ignite.internal.jdbc2.JdbcResultSet | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter type : Class<T> to targetCls : Class<T> in method public getObject(colLb String, targetCls Class<T>) : T in class org.apache.ignite.internal.jdbc2.JdbcResultSet | From | To | |
| Rename Parameter type : Class<T> to targetCls : Class<T> in method public getObject(colIdx int, targetCls Class<T>) : T in class org.apache.ignite.internal.jdbc2.JdbcResultSet | From | To |