f5f70565ef1763c7c83c1b9c4627388650f77515
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method public addColumn(field Field<T>, type DataType<T>) : AlterTableImpl extracted from public add(field Field<T>, type DataType<T>) : AlterTableImpl in class org.jooq.impl.AlterTableImpl | From | To | |
Extract Method public alterColumn(field Field<T>) : AlterTableImpl extracted from public alter(field Field<T>) : AlterTableImpl in class org.jooq.impl.AlterTableImpl | From | To | |
Extract Method public dropColumn(field Field<?>) : AlterTableImpl extracted from public drop(field Field<?>) : AlterTableImpl in class org.jooq.impl.AlterTableImpl | From | To |