Closed tkobayas closed 6 months ago
I have mostly changed from IDENTIFIER
to drlIdentifier
. But only operator_key
and neg_operator_key
in DRL6Expressions.g4
were remaining, because it seems to have a deeper problem, so I split it to https://github.com/apache/incubator-kie-drools/issues/5874
@yurloc @mariofusco @gitgabrio Please review, thanks!
…4 to replace IDENTIFIER with drlIdentifier
Issue:
Before PR in
drools-model-codegen
After PR in
drools-model-codegen
The main purpose is to hardening backward compatibility with the new test
DRLParserIdentifierTest
.