[
https://jira.jboss.org/jira/browse/JBRULES-2362?page=com.atlassian.jira.p...
]
Barry Kaplan commented on JBRULES-2362:
---------------------------------------
At line 533.. the index variable 'i' is not updated in the loop
{code}
int i = 0;
for ( Iterator it = this.packageImports.values().iterator(); it.hasNext(); ) {
pkgImports[i++] = (String) it.next();
}
{code}
MVELDialect incorrect pakage imports setup
------------------------------------------
Key: JBRULES-2362
URL:
https://jira.jboss.org/jira/browse/JBRULES-2362
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-compiler
Affects Versions: 5.1.0.M1
Reporter: Mark Proctor
Assignee: Mark Proctor
Fix For: 5.1.0.M2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira