71e0ff9100fd43272f0a9a17b926380e4c1b11a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private setValue(configuration Configuration, data Map<Object,Object>, stream SQLInput, field Field<T>) : void inlined to public readSQL(stream SQLInput, typeName String) : void in class org.jooq.impl.UDTRecordImpl | From | To | |
Inline Method private set(configuration Configuration, data Map<Object,Object>, stream SQLOutput, field Field<T>) : void inlined to public writeSQL(stream SQLOutput) : void in class org.jooq.impl.UDTRecordImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type out : DefaultBindingGetSQLInputContext<T> to out : DefaultBindingGetSQLInputContext in method public readSQL(stream SQLInput, typeName String) : void in class org.jooq.impl.UDTRecordImpl | From | To |