af55cca5ee8c288c6cb1e4fc9b0e9dd184bc555c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getRowType(columns Collection<? extends TypedElementDefinition<?>>) : String renamed to private refRowType(out JavaWriter, columns Collection<? extends TypedElementDefinition<?>>) : String in class org.jooq.util.JavaGenerator | From | To | |
| Rename Variable | 1 | ||
| Rename Variable fullTableId : String to tableId : String in method protected generateTable(schema SchemaDefinition, table TableDefinition) : void in class org.jooq.util.JavaGenerator | From | To | |
| Extract Method | 1 | ||
| Extract Method public printClass(clazz String) : JavaWriter extracted from public print(clazz Class<?>) : JavaWriter in class org.jooq.util.JavaWriter | From | To |