cfe3013af95c2d2284bfe664c8c77842b9d18658
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 39
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method public query(sql SQL) : Query extracted from public query(sql String, bindings Object...) : Query in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public resultQuery(sql SQL) : ResultQuery<Record> extracted from public resultQuery(sql String, bindings Object...) : ResultQuery<Record> in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public field(sql SQL, type DataType<T>) : Field<T> extracted from public field(sql String, type DataType<T>, bindings Object...) : Field<T> in class org.jooq.impl.DSL | From | To | |
Extract Method public condition(sql SQL) : Condition extracted from public condition(sql String, bindings Object...) : Condition in class org.jooq.impl.DSL | From | To | |
Extract Method public table(sql SQL) : Table<Record> extracted from public table(sql String, bindings Object...) : Table<Record> in class org.jooq.impl.DSL | From | To | |
Extract Method public field(sql SQL, type DataType<T>) : Field<T> extracted from public field(sql String, type DataType<T>, parts QueryPart...) : Field<T> in class org.jooq.impl.DSL | From | To |