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 2009/12/11 13:49:18 UTC

[jira] Created: (JEXL-93) Add public fields as targets of set/get property

Add public fields as targets of set/get property
------------------------------------------------

                 Key: JEXL-93
                 URL: https://issues.apache.org/jira/browse/JEXL-93
             Project: Commons JEXL
          Issue Type: Improvement
            Reporter: Henri Biestro
            Assignee: Henri Biestro
             Fix For: 2.0


The Uberspect should be able to wrap public field of classes in JexlPropertyGet / JexlPropertySet instances.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JEXL-93) Add public fields as targets of set/get property

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

Henri Biestro resolved JEXL-93.
-------------------------------

    Resolution: Fixed

Default behavior does *not* consider public fields as properties; UberspectImpl ctor uses a flag to trigger this behavior.
Committed revision 889641.


> Add public fields as targets of set/get property
> ------------------------------------------------
>
>                 Key: JEXL-93
>                 URL: https://issues.apache.org/jira/browse/JEXL-93
>             Project: Commons JEXL
>          Issue Type: Improvement
>            Reporter: Henri Biestro
>            Assignee: Henri Biestro
>             Fix For: 2.0
>
>
> The Uberspect should be able to wrap public field of classes in JexlPropertyGet / JexlPropertySet instances.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.