3d20a04e42f75445c5a4e41663990b184f34a5a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private parseBooleanFactor(ctx ParserContext) : Condition renamed to private parseNot(ctx ParserContext) : QueryPart in class org.jooq.impl.ParserImpl | From | To | |
Rename Method private parseBooleanTerm(ctx ParserContext) : Condition renamed to private parseOr(ctx ParserContext) : QueryPart in class org.jooq.impl.ParserImpl | From | To | |
Inline Method | 1 | ||
Inline Method private parseFieldCondition0(ctx ParserContext, onlyConditions boolean) : QueryPart inlined to private parsePredicate(ctx ParserContext) : QueryPart in class org.jooq.impl.ParserImpl | From | To | |
Change Return Type | 3 | ||
Change Return Type Condition to QueryPart in method private parseOr(ctx ParserContext) : QueryPart in class org.jooq.impl.ParserImpl | From | To | |
Change Return Type Condition to QueryPart in method private parsePredicate(ctx ParserContext) : QueryPart in class org.jooq.impl.ParserImpl | From | To | |
Change Return Type Condition to QueryPart in method private parseNot(ctx ParserContext) : QueryPart in class org.jooq.impl.ParserImpl | From | To | |
Extract Variable | 1 | ||
Extract Variable condition : QueryPart in method private parseAnd(ctx ParserContext) : QueryPart from class org.jooq.impl.ParserImpl | From | To | |
Extract Method | 1 | ||
Extract Method private parseAnd(ctx ParserContext) : QueryPart extracted from private parseBooleanTerm(ctx ParserContext) : Condition in class org.jooq.impl.ParserImpl | From | To |