645c8a28f3d72b195c823d22fe25ab23315d94e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private parseUnsigned(ctx ParserContext, result DataType) : DataType<?> extracted from private parseDataType(ctx ParserContext) : DataType<?> in class org.jooq.impl.ParserImpl | From | To | |
Extract Method private parseAndIgnoreDataTypeLength(ctx ParserContext, result DataType<?>) : DataType<?> extracted from private parseDataType(ctx ParserContext) : DataType<?> in class org.jooq.impl.ParserImpl | From | To | |
Extract Method private parseAndIgnoreDataTypePrecisionScale(ctx ParserContext, result DataType<?>) : DataType<?> extracted from private parseDataType(ctx ParserContext) : DataType<?> in class org.jooq.impl.ParserImpl | From | To |