tkobayas commented on code in PR #6225:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6225#discussion_r1942514434


##########
drools-drl/drools-drl-parser/src/main/java/org/drools/drl/parser/lang/DRL6Parser.java:
##########
@@ -1558,6 +1558,7 @@ public AttributeDescr 
attribute(AttributeSupportBuilder<?> as) {
                             DroolsSoftKeywords.GROUP)) {
                 attribute = stringAttribute(as,
                         new String[]{DroolsSoftKeywords.AGENDA, "-", 
DroolsSoftKeywords.GROUP});
+                helper.logAgendaGroupWarn(attribute);

Review Comment:
   Note that `DRL6Parser.java` was generated from `.g` file in the past, and 
then has been maintained by hard-coding in the java file. So I add the logging 
directly, not modifying `.g` file.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to