48cb8da5f11f10e1370c4877cd27dcc624d45191
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private parseFieldSumParenthesised(ctx ParserContext) : Field<?> renamed to private parseFieldNumericOpParenthesised(ctx ParserContext) : Field<?> in class org.jooq.impl.ParserImpl | From | To | |
Extract Method | 1 | ||
Extract Method private parseNumericOp(ctx ParserContext, type Type) : FieldOrRow extracted from private parseCollated(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To |