2b2dfabdff53f1088d73666ae71c76ce03f68c98
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type name : String to name : Name in method package ConstraintImpl(name Name) in class org.jooq.impl.ConstraintImpl | From | To | |
Extract Method | 4 | ||
Extract Method public alterColumn(field Name) : AlterTableImpl extracted from public alterColumn(field String) : AlterTableImpl in class org.jooq.impl.AlterTableImpl | From | To | |
Extract Method public addColumn(field Name, type DataType<?>) : AlterTableImpl extracted from public addColumn(field String, type DataType<?>) : AlterTableImpl in class org.jooq.impl.AlterTableImpl | From | To | |
Extract Method public constraint(name Name) : ConstraintTypeStep extracted from public constraint(name String) : ConstraintTypeStep in class org.jooq.impl.DSL | From | To | |
Extract Method public dropColumn(field Name) : AlterTableImpl extracted from public dropColumn(field String) : AlterTableImpl in class org.jooq.impl.AlterTableImpl | From | To |