apache / incubator-kie-drools

Drools is a rule engine, DMN engine and complex event processing (CEP) engine for Java.
http://www.drools.org
Apache License 2.0
5.88k stars 2.5k forks source link

[incubator-kie-drools-5915] [new-parser] ctx.lhsPattern().size() == 0 #5922

Closed tkobayas closed 6 months ago

tkobayas commented 6 months ago

Issue:

This PR actually just removes the IllegalStateException and fixes only org.drools.compiler.integrationtests.drl.DRLTest#testWithInvalidRule2 in the failing tests in the GH issue . Other tests are explained in the comments of the GH issue and will be dealt by other PRs.

tkobayas commented 6 months ago

@yurloc @mariofusco @gitgabrio Please review, thanks!