Revert some IntelliJ inspection improvements
The inspection held true only for the commercial distribution, which is also the dev distribution, not for the OSS edition
This commit is contained in:
parent
3502d03347
commit
602a66536e
2000
jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.16.0.xsd
Normal file
2000
jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.16.0.xsd
Normal file
File diff suppressed because it is too large
Load Diff
@ -10784,12 +10784,12 @@ final class DefaultParseContext extends AbstractScope implements ParseContext {
|
||||
}
|
||||
|
||||
private final Field<?> parseAggregateFunctionIf(boolean basic, AggregateFunction<?> f) {
|
||||
AggregateFunction<?> agg;
|
||||
AggregateFilterStep<?> filter;
|
||||
WindowBeforeOverStep<?> over;
|
||||
Object keep;
|
||||
Field<?> result;
|
||||
Condition condition;
|
||||
AggregateFunction<?> agg = null;
|
||||
AggregateFilterStep<?> filter = null;
|
||||
WindowBeforeOverStep<?> over = null;
|
||||
Object keep = null;
|
||||
Field<?> result = null;
|
||||
Condition condition = null;
|
||||
|
||||
keep = over = filter = agg = f != null ? f : parseCountIf();
|
||||
if (filter == null) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user