You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Henri Biestro (JIRA)" <ji...@apache.org> on 2011/02/08 16:54:58 UTC

[jira] Created: (JEXL-107) literals and parenthesized expressions can not be used as references

literals and parenthesized expressions can not be used as references
--------------------------------------------------------------------

                 Key: JEXL-107
                 URL: https://issues.apache.org/jira/browse/JEXL-107
             Project: Commons JEXL
          Issue Type: Bug
    Affects Versions: 2.0.1
            Reporter: Henri Biestro
            Assignee: Henri Biestro
             Fix For: 2.0.2


'Q4'.toLowerCase() results in a parsing exception;
(3 + 4).toString() results in a parsing exception

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (JEXL-107) literals and parenthesized expressions can not be used as references

Posted by "Henri Biestro (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JEXL-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro resolved JEXL-107.
--------------------------------

    Resolution: Fixed

Parser.jjt, Interpreter.java, Debugger.java, IssuesTest.java
Committed 1068460.

> literals and parenthesized expressions can not be used as references
> --------------------------------------------------------------------
>
>                 Key: JEXL-107
>                 URL: https://issues.apache.org/jira/browse/JEXL-107
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>             Fix For: 2.0.2
>
>
> 'Q4'.toLowerCase() results in a parsing exception;
> (3 + 4).toString() results in a parsing exception

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (JEXL-107) literals and parenthesized expressions can not be used as references

Posted by "Sebb (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JEXL-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb closed JEXL-107.
---------------------

    
> literals and parenthesized expressions can not be used as references
> --------------------------------------------------------------------
>
>                 Key: JEXL-107
>                 URL: https://issues.apache.org/jira/browse/JEXL-107
>             Project: Commons JEXL
>          Issue Type: Bug
>    Affects Versions: 2.0.1
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>             Fix For: 2.1
>
>
> 'Q4'.toLowerCase() results in a parsing exception;
> (3 + 4).toString() results in a parsing exception

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