6d093bc707ad2fd212bb7630e1e77169816b16f0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable fieldList : List<Field<?>> to fields : Field<?>[] in method private init(configuration Configuration, meta ResultSetMetaData) : Fields<Record> in class org.jooq.impl.MetaDataFieldProvider | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type fieldList : List<Field<?>> to fields : Field<?>[] in method private init(configuration Configuration, meta ResultSetMetaData) : Fields<Record> in class org.jooq.impl.MetaDataFieldProvider | From | To | |
| Extract Method | 1 | ||
| Extract Method private precision0(type Class<?>, precision int) : int extracted from package DefaultDataType(dialect SQLDialect, sqlDataType DataType<T>, type Class<T>, binding Binding<?,T>, typeName String, castTypeName String, precision int, scale int, length int, nullable boolean, defaulted boolean) in class org.jooq.impl.DefaultDataType | From | To |