yesamer commented on code in PR #6553:
URL: 
https://github.com/apache/incubator-kie-drools/pull/6553#discussion_r2681267252


##########
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/ast/DMNDTExpressionEvaluator.java:
##########
@@ -74,9 +74,10 @@ public EvaluatorResult evaluate(DMNRuntimeEventManager 
dmrem, DMNResult dmnr) {
 
         DMNResultImpl result = (DMNResultImpl) dmnr;
         EventResults r = null;
+        String decisionName = node instanceof DecisionNode ? node.getName() : 
dmrem.getCurrentEvaluatingDecisionName();

Review Comment:
   @AthiraHari77 @gitgabrio Do we really need this `if`? Shouldn't 
`dmrem.getCurrentEvaluatingDecisionName()` works for DecisionNode too?



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