mariofusco commented on code in PR #5630:
URL:
https://github.com/apache/incubator-kie-drools/pull/5630#discussion_r1432584727
##########
drools-core/src/main/java/org/drools/core/phreak/PhreakAccumulateNode.java:
##########
@@ -141,7 +141,7 @@ private void doLeftInserts(AccumulateNode accNode,
BetaMemory bm = am.getBetaMemory();
TupleMemory ltm = bm.getLeftTupleMemory();
TupleMemory rtm = bm.getRightTupleMemory();
- ContextEntry[] contextEntry = bm.getContext();
+ Object contextEntry = bm.getContext();
Review Comment:
Having to declare this as `Object` is also the bad side-effect of
introducing that not necessary generics on the `BetaConstraint`.
--
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]