e30c3b943d5a5cc41272fe3389e995c89dc15dc8
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Attribute | 2 | ||
| Move Attribute private name : Name from class org.jooq.impl.QualifiedTable to private name : Name from class org.jooq.impl.SchemaImpl | From | To | |
| Move Attribute private name : Name from class org.jooq.impl.QualifiedTable to private name : Name from class org.jooq.impl.CatalogImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type tablename : String to tablename : Name in class org.jooq.impl.AbstractTable | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter name : String to tableName : String in method public getTable(tableName String) : Table<?> in class org.jooq.impl.SchemaImpl | From | To | |
| Rename Parameter name : String to udtName : String in method public getUDT(udtName String) : UDT<?> in class org.jooq.impl.SchemaImpl | From | To | |
| Rename Parameter name : String to sequenceName : String in method public getSequence(sequenceName String) : Sequence<?> in class org.jooq.impl.SchemaImpl | From | To | |
| Rename Parameter name : String to schemaName : String in method public getSchema(schemaName String) : Schema in class org.jooq.impl.CatalogImpl | From | To |