]
Mario Fusco updated DROOLS-1653:
--------------------------------
Sprint: 2017 Week 28-29
Unused method parameter "alphaNodeHashingThreshold" in
CompositeObjectSinkAdapter
---------------------------------------------------------------------------------
Key: DROOLS-1653
URL:
https://issues.jboss.org/browse/DROOLS-1653
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.1.0.Beta3
Reporter: Tibor Zimányi
Assignee: Mario Fusco
Priority: Minor
Labels: reported-by-qe
There is a suspicious unused method attribute "alphaNodeHashingThreshold" in
CompositeObjectSinkAdapter. See this [1]. It can be a potential bug, because as you can
see in the previous method in the class, the method is called with "0" as a
parameter value for this.
[1]
https://github.com/kiegroup/drools/blob/38b68002a9cff5aeada9420cf87362a7b...