mariofusco commented on code in PR #6475:
URL:
https://github.com/apache/incubator-kie-drools/pull/6475#discussion_r2402298490
##########
drools-core/src/main/java/org/drools/core/reteoo/ReteDumper.java:
##########
@@ -54,6 +57,9 @@ public class ReteDumper {
private Predicate<BaseNode> nodesFilter;
private boolean nodeInfoOnly = false;
+
+ private Map<Integer, BaseNode> nodeMap = new HashMap<>();
Review Comment:
I'm not sure what these maps are for, it seems you're populating them, but
never reading?
--
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]