[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2362) MVELDialect incorrect pakage imports setup

Barry Kaplan (JIRA) jira-events at lists.jboss.org
Fri Dec 4 21:50:30 EST 2009


    [ https://jira.jboss.org/jira/browse/JBRULES-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12498406#action_12498406 ] 

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

        



More information about the jboss-jira mailing list