6ba693edc993b23b79e2720c93941684b4e46ee2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type EnumType[] to E[] in method package enums(type Class<? extends E>) : E[] in class org.jooq.impl.Tools | From | To | |
Extract Variable | 1 | ||
Extract Variable literal : String in method private parseDataTypeEnum(ctx ParserContext) : DataType<?> from class org.jooq.impl.ParserImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type list : EnumType[] to list : E[] in method package getEnumType(type Class<? extends E>, literal String) : E in class org.jooq.impl.DefaultBinding.DefaultEnumTypeBinding | From | To | |
Change Variable Type e : EnumType to e : E in method package getEnumType(type Class<? extends E>, literal String) : E in class org.jooq.impl.DefaultBinding.DefaultEnumTypeBinding | From | To | |
Extract Method | 1 | ||
Extract Method private enumConstants(type DataType<? extends EnumType>) : Object[] extracted from package toSQLDDLTypeDeclaration(ctx Context<?>, type DataType<?>) : void in class org.jooq.impl.Tools | From | To |