7e3fa0efd3d4971f04397cf130b6953d69e8782c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method public truncateTable(table String) : TruncateIdentityStep<Record> extracted from public truncate(table String) : TruncateIdentityStep<Record> in class org.jooq.impl.DSL | From | To | |
Extract Method public truncateTable(table String) : TruncateIdentityStep<Record> extracted from public truncate(table String) : TruncateIdentityStep<Record> in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public truncateTable(table Name) : TruncateIdentityStep<Record> extracted from public truncate(table Name) : TruncateIdentityStep<Record> in class org.jooq.impl.DSL | From | To | |
Extract Method public truncateTable(table Name) : TruncateIdentityStep<Record> extracted from public truncate(table Name) : TruncateIdentityStep<Record> in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method public truncateTable(table Table<R>) : TruncateIdentityStep<R> extracted from public truncate(table Table<R>) : TruncateIdentityStep<R> in class org.jooq.impl.DSL | From | To | |
Extract Method public truncateTable(table Table<R>) : TruncateIdentityStep<R> extracted from public truncate(table Table<R>) : TruncateIdentityStep<R> in class org.jooq.impl.DefaultDSLContext | From | To |