]
Davide Sottara resolved JBRULES-3127.
-------------------------------------
Fix Version/s: 5.5.0.Final
Resolution: Done
PackageBuilder should support an ordered iteration of added/merged
packages
----------------------------------------------------------------------------
Key: JBRULES-3127
URL:
https://issues.jboss.org/browse/JBRULES-3127
Project: JBRULES
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: drools-compiler
Reporter: Davide Sottara
Assignee: Mark Proctor
Priority: Minor
Fix For: 5.5.0.Final
The getPackages() method returns an array of packages which is based on the internal
map's iteration order.
Instead, the order should depend on the package addition/merge sequence.
E.g. if a KnowledgeBuilder adds the following resources:
r1 -> package p1
r2 -> package p2
r3 -> package p2
r4 -> package p3
r5 -> package p1
the sequence in the array should be p1, p3, p2
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: