f9d46cfce254c07b44cb72acf8f8e91f2966cb4c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 1 | ||
Move Class org.jooq.impl.ParserImpl.ParserContext moved to org.jooq.impl.ParserContext | From | To | |
Extract Method | 4 | ||
Extract Method private parseIf(ctx ParserContext, c char, skipAfterWhitespace boolean) : boolean extracted from private parseIf(ctx ParserContext, c char) : boolean in class org.jooq.impl.ParserImpl | From | To | |
Extract Method private parseIf(ctx ParserContext, c char, skipAfterWhitespace boolean) : boolean extracted from private parseHints(ctx ParserContext) : String in class org.jooq.impl.ParserImpl | From | To | |
Extract Method private parseIf(ctx ParserContext, string String, skipAfterWhitespace boolean) : boolean extracted from private parseIf(ctx ParserContext, string String) : boolean in class org.jooq.impl.ParserImpl | From | To | |
Extract Method private parse(ctx ParserContext, c char, skipAfterWhitespace boolean) : boolean extracted from private parse(ctx ParserContext, c char) : boolean in class org.jooq.impl.ParserImpl | From | To |