tkobayas commented on issue #6246:
URL: 
https://github.com/apache/incubator-kie-drools/issues/6246#issuecomment-2647296252

   The settable properties are sorted with class hierarchy + property name in 
TreeMap.
   
   
https://github.com/apache/incubator-kie-drools/blob/main/drools-base/src/main/java/org/drools/base/util/PropertyReactivityUtil.java#L45-L69
   
   Introduced by https://issues.redhat.com/browse/DROOLS-91, 
https://github.com/apache/incubator-kie-drools/commit/8f3c6810
   
   Probably the expectation is to react to all props of the same name.
   
   Consider both:
   - R1 RHS is super class, R2 LHS is sub class
       - R2 LHS should react to the prop of both classes
   - R1 RHS is sub class, R2 LHS is super class
       - R1 RHS should set mask of the prop of both classes
   Note: super class doesn't know about its sub classes.


-- 
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