[jboss-jira] [JBoss JIRA] (JBRULES-2943) In consequences, Drools syntax checker does not check if missing + sign in println

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Wed Feb 1 05:26:14 EST 2012


     [ https://issues.jboss.org/browse/JBRULES-2943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffrey De Smet updated JBRULES-2943:
--------------------------------------

    Fix Version/s: 5.4.0.Beta3
                       (was: 5.4.0.Beta2)

    
> In consequences, Drools syntax checker does not check if missing + sign in println
> ----------------------------------------------------------------------------------
>
>                 Key: JBRULES-2943
>                 URL: https://issues.jboss.org/browse/JBRULES-2943
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 5.1.1.FINAL
>         Environment: Win XP, Eclipse
>            Reporter: Mary Ellen Bench
>            Assignee: Kris Verlaenen
>            Priority: Minor
>              Labels: checker, syntax
>             Fix For: 5.4.0.Beta3
>
>
> In a consequence, adding:
> System.out.println("Text " $item);
> The syntax checker marks everything as OK, but when you run you get an error.
> (Should be)
> System.out.println("Text " + $item);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list