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 2015/03/10 12:42:38 UTC

[jira] [Reopened] (JEXL-149) Set Construction as per EL 3.0 spec

     [ https://issues.apache.org/jira/browse/JEXL-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Biestro reopened JEXL-149:
--------------------------------
      Assignee: Henri Biestro

It seems the 3.0 grammar can accommodate this more easily than originally feared.

> Set Construction as per EL 3.0 spec
> -----------------------------------
>
>                 Key: JEXL-149
>                 URL: https://issues.apache.org/jira/browse/JEXL-149
>             Project: Commons JEXL
>          Issue Type: New Feature
>    Affects Versions: 2.1.1, 3.0
>            Reporter: Dmitri Blinov
>            Assignee: Henri Biestro
>            Priority: Minor
>
> "EL 3.0 Spec Section 2.2.1 Set Construction" defines the possibility to construct an instance of java.lang.util.Set<Object> by using syntax "{1, 2, 3}", the strict grammar is given below.
> 2.2.1.1 Syntax
> SetData := ‘{‘ DataList ‘}’
> DataList := (expression (‘,’ expression)* )?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)