d26dceaa25076af6cb997cb93b22a58f7af3457e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Variable | 2 | ||
| Inline Variable length : int in method private parseIf(ctx ParserContext, string String) : boolean from class org.jooq.impl.ParserImpl | From | To | |
| Inline Variable c : char in method private parseIf(ctx ParserContext, string String) : boolean from class org.jooq.impl.ParserImpl | From | To | |
| Extract Method | 3 | ||
| Extract Method private parseStringLiteralIf(ctx ParserContext) : String extracted from private parseStringLiteral(ctx ParserContext) : String in class org.jooq.impl.ParserImpl | From | To | |
| Extract Method private peek(ctx ParserContext, string String) : boolean extracted from private parseIf(ctx ParserContext, string String) : boolean in class org.jooq.impl.ParserImpl | From | To | |
| Extract Method private peek(ctx ParserContext, c char) : boolean extracted from private parseIf(ctx ParserContext, c char) : boolean in class org.jooq.impl.ParserImpl | From | To |