5b87623936de8288879f5be72f1a1dd47012b405
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private informationSchema0(schemas List<Schema>) : InformationSchema renamed to public informationSchema(table Table<?>) : InformationSchema in class org.jooq.impl.DefaultDSLContext | From | To | |
Rename Method package export(configuration Configuration, schemas List<Schema>) : InformationSchema renamed to package exportSchemas(configuration Configuration, schemas List<Schema>) : InformationSchema in class org.jooq.impl.InformationSchemaExport | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type schemas : List<Schema> to table : Table<?> in method public informationSchema(table Table<?>) : InformationSchema in class org.jooq.impl.DefaultDSLContext | From | To | |
Extract Method | 3 | ||
Extract Method private exportSequences0(configuration Configuration, result InformationSchema, q Sequence<?>) : void extracted from package export(configuration Configuration, schemas List<Schema>) : InformationSchema in class org.jooq.impl.InformationSchemaExport | From | To | |
Extract Method private exportSchema0(result InformationSchema, s Schema) : void extracted from package export(configuration Configuration, schemas List<Schema>) : InformationSchema in class org.jooq.impl.InformationSchemaExport | From | To | |
Extract Method private exportTable0(configuration Configuration, result InformationSchema, t Table<?>) : void extracted from package export(configuration Configuration, schemas List<Schema>) : InformationSchema in class org.jooq.impl.InformationSchemaExport | From | To | |
Rename Parameter | 1 | ||
Rename Parameter schemas : List<Schema> to table : Table<?> in method public informationSchema(table Table<?>) : InformationSchema in class org.jooq.impl.DefaultDSLContext | From | To |