40ed77af97c23e82522842f239550dc801497e14
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type u : String to u : Name in method package mapDefinedType(container Definition, child Definition, definedType DataTypeDefinition) : DataTypeDefinition in class org.jooq.util.AbstractTypedElementDefinition | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type userType : String to userType : Name in class org.jooq.util.DefaultDataTypeDefinition | From | To | |
Extract Method | 4 | ||
Extract Method private getAllUDTs(schema SchemaDefinition) : List<UDTDefinition> extracted from public getUDTs(schema SchemaDefinition) : List<UDTDefinition> in class org.jooq.util.AbstractDatabase | From | To | |
Extract Method protected getType(db Database, schema SchemaDefinition, t String, p int, s int, u Name, javaType String, defaultType String) : String extracted from protected getType(db Database, schema SchemaDefinition, t String, p int, s int, u String, javaType String, defaultType String) : String in class org.jooq.util.JavaGenerator | From | To | |
Extract Method protected getType(db Database, schema SchemaDefinition, t String, p int, s int, u Name, javaType String, defaultType String, udtMode Mode) : String extracted from protected getType(db Database, schema SchemaDefinition, t String, p int, s int, u String, javaType String, defaultType String, udtMode Mode) : String in class org.jooq.util.JavaGenerator | From | To | |
Extract Method protected getTypeReference(db Database, schema SchemaDefinition, t String, p int, s int, l int, n boolean, d String, u Name) : String extracted from 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 |