8e89bf6c587f2fb402f2a9626097b1889ca888b2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type key : UniqueKey<Record> to key : UniqueKeyImpl<Record> in method private init(meta InformationSchema) : void in class org.jooq.impl.InformationSchemaMetaImpl | From | To | |
Extract Variable | 12 | ||
Extract Variable constraintName : Name in method private init(meta InformationSchema) : void from class org.jooq.impl.InformationSchemaMetaImpl | From | To | |
Extract Variable table : InformationSchemaTable in method private init(meta InformationSchema) : void from class org.jooq.impl.InformationSchemaMetaImpl | From | To | |
Extract Variable field : TableField<Record,?> in method private init(meta InformationSchema) : void from class org.jooq.impl.InformationSchemaMetaImpl | From | To | |
Extract Variable schema : Schema in method private init(meta InformationSchema) : void from class org.jooq.impl.InformationSchemaMetaImpl | From | To | |
Extract Variable tableName : Name in method private init(meta InformationSchema) : void from class org.jooq.impl.InformationSchemaMetaImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type primaryKeys : List<UniqueKey<?>> to primaryKeys : List<UniqueKeyImpl<Record>> in class org.jooq.impl.InformationSchemaMetaImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter schema : InformationSchema to source : InformationSchema in method package InformationSchemaMetaImpl(configuration Configuration, source InformationSchema) in class org.jooq.impl.InformationSchemaMetaImpl | From | To |