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

Kris Verlaenen (JIRA) jira-events at lists.jboss.org
Wed Jun 1 14:16:01 EDT 2011


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

Kris Verlaenen commented on JBRULES-2943:
-----------------------------------------

The syntax checker only works if your file is part of a source folder in a Drools project (so that the Drools syntax checker is enabled for the project).  Do you ever get any error markers for other errors?

I tried reproducing this but it seems to work.

> 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.3.0.M1
>
>
> 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