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

Mary Ellen Bench (JIRA) jira-events at lists.jboss.org
Fri Apr 8 14:19:33 EDT 2011


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: Mark Proctor
            Priority: Minor


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list