[jboss-jira] [JBoss JIRA] Commented: (JBRULES-519) doublequotes not escaped in strings in a DRL rules RHS
Edson Tirelli (JIRA)
jira-events at jboss.com
Wed Nov 29 06:59:56 EST 2006
[ http://jira.jboss.com/jira/browse/JBRULES-519?page=comments#action_12347867 ]
Edson Tirelli commented on JBRULES-519:
---------------------------------------
$ svn log -r 7929 -v
------------------------------------------------------------------------
r7929 | tirelli | 2006-11-29 08:53:01 -0300 (Wed, 29 Nov 2006) | 1 line
Changed paths:
M /labs/jbossrules/trunk/drools-compiler/pom.xml
M /labs/jbossrules/trunk/drools-compiler/src/main/java/org/drools/semantics/java/JavaExprAnalyzer.java
D /labs/jbossrules/trunk/drools-compiler/src/main/java/org/drools/semantics/java/parser/JavaParser.java
M /labs/jbossrules/trunk/drools-compiler/src/main/java/org/drools/semantics/java/parser/JavaParserLexer.java
A /labs/jbossrules/trunk/drools-compiler/src/main/java/org/drools/semantics/java/parser/JavaParserParser.java
A /labs/jbossrules/trunk/drools-compiler/src/main/resources/org/drools/semantics/java/parser/JavaParser.g
D /labs/jbossrules/trunk/drools-compiler/src/main/resources/org/drools/semantics/java/parser/java.g
JBRULES-519: updating java parser to antlr-3.0b5 version
------------------------------------------------------------------------
> doublequotes not escaped in strings in a DRL rules RHS
> ------------------------------------------------------
>
> Key: JBRULES-519
> URL: http://jira.jboss.com/jira/browse/JBRULES-519
> Project: JBoss Rules
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Drl Parser/Builder
> Affects Versions: 3.0.4, 3.0.3
> Reporter: Tomasz Cichocki
> Assigned To: Edson Tirelli
> Attachments: modified_drl-single_token.g
>
> Time Spent: 2 days
> Remaining Estimate: 0 minutes
>
> There is a problem with "-s inside string literals.
> Example:
> rule "test_Quotes"
> when
> InitialFact()
> then
> String s = "\"";
> end
> results in DRL compilation error:
> [mTokens, mSTRING]: line 14:0 mismatched char: '?' on line 14; expecting char '"'
> (line 14 is the last line in the file)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list