de5241b4afef575734b3e22c6530a8cbf34e4507
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private parseWindowFromFirstLast(ctx ParserContext, s1 WindowFromFirstLastStep, s2 WindowIgnoreNullsStep) : WindowIgnoreNullsStep extracted from private parseWindowFunction(ctx ParserContext, s1 WindowFromFirstLastStep, s2 WindowIgnoreNullsStep, s3 WindowOverStep<?>) : Field<?> in class org.jooq.impl.ParserImpl | From | To | |
Extract Method private parseWindowRespectIgnoreNulls(ctx ParserContext, s2 WindowIgnoreNullsStep, s3 WindowOverStep<?>) : WindowOverStep<?> extracted from private parseWindowFunction(ctx ParserContext, s1 WindowFromFirstLastStep, s2 WindowIgnoreNullsStep, s3 WindowOverStep<?>) : Field<?> in class org.jooq.impl.ParserImpl | From | To |