93ddd14d1f394142dc3488af4baac75f0cb29016
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type d : boolean to d : String in method protected getTypeReference(db Database, schema SchemaDefinition, t String, p int, s int, l int, n boolean, d String, u String) : String in class org.jooq.util.JavaGenerator | From | To | |
Move Method | 1 | ||
Move Method private is94() : boolean from class org.jooq.util.postgres.PostgresRoutineDefinition to package is94() : boolean from class org.jooq.util.postgres.PostgresDatabase | From | To | |
Rename Variable | 1 | ||
Rename Variable defaulted : boolean to defaultValue : String in method protected init0() : void in class org.jooq.util.h2.H2RoutineDefinition | From | To | |
Move Attribute | 1 | ||
Move Attribute private is94 : Boolean from class org.jooq.util.postgres.PostgresRoutineDefinition to private is94 : Boolean from class org.jooq.util.postgres.PostgresDatabase | From | To | |
Change Variable Type | 2 | ||
Change Variable Type d : boolean to d : String in method package mapDefinedType(container Definition, child Definition, definedType DataTypeDefinition) : DataTypeDefinition in class org.jooq.util.AbstractTypedElementDefinition | From | To | |
Change Variable Type defaulted : boolean to defaultValue : String in method protected init0() : void in class org.jooq.util.h2.H2RoutineDefinition | From | To | |
Extract Method | 2 | ||
Extract Method private defaultValue(defaultable Boolean) : String extracted from public DefaultDataTypeDefinition(database Database, schema SchemaDefinition, typeName String, length Number, precision Number, scale Number, nullable Boolean, defaultable Boolean, userType String, converter String, binding String, javaType String) in class org.jooq.util.DefaultDataTypeDefinition | From | To | |
Extract Method public getDefaultValue() : String extracted from public isDefaulted() : boolean in class org.jooq.util.DefaultDataTypeDefinition | From | To |