]
Mario Fusco resolved DROOLS-2415.
---------------------------------
Resolution: Won't Fix
ClassAwareObjectStore size attribute is of type int
---------------------------------------------------
Key: DROOLS-2415
URL:
https://issues.jboss.org/browse/DROOLS-2415
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.6.0.Final
Reporter: Tibor Zimányi
Assignee: Mario Fusco
Priority: Major
ClassAwareObjectStore size attribute is of type int [1],however entryPoint.getFactCount()
(this gets the return value from the object store) is of type long.
[1]
https://github.com/kiegroup/drools/blob/91cb991a4db283ac00eaa2e16d606d722...