d94b3e75b4dd85590e240be7b882e99a95378a91
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method private parseFieldFactor(ctx ParserContext, type Type) : Field<?> renamed to private parseFactor(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Rename Method private parseFieldSum(ctx ParserContext, type Type) : Field<?> renamed to private parseSum(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Rename Method private parseFieldTerm(ctx ParserContext, type Type) : Field<?> renamed to private parseTerm(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Change Return Type | 3 | ||
| Change Return Type Field<?> to FieldOrRow in method private parseSum(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Change Return Type Field<?> to FieldOrRow in method private parseTerm(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Change Return Type Field<?> to FieldOrRow in method private parseFactor(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type r : Field<?> to r : FieldOrRow in method private parseSum(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Change Variable Type arg1 : Field<?> to arg1 : Field in method private parseFieldRoundIf(ctx ParserContext) : Field<?> in class org.jooq.impl.ParserImpl | From | To | |
| Change Variable Type f3 : Field<?> to f3 : Field in method private parseFieldSubstringIf(ctx ParserContext) : Field<?> in class org.jooq.impl.ParserImpl | From | To | |
| Change Variable Type r : Field<?> to r : FieldOrRow in method private parseFactor(ctx ParserContext, type Type) : FieldOrRow in class org.jooq.impl.ParserImpl | From | To | |
| Extract Method | 1 | ||
| Extract Method private parseConcat(ctx ParserContext, type Type) : FieldOrRow extracted from private parseFieldTerm(ctx ParserContext, type Type) : Field<?> in class org.jooq.impl.ParserImpl | From | To |