You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Osy (JIRA)" <ji...@apache.org> on 2018/04/11 21:54:00 UTC

[jira] [Created] (JEXL-258) JEXL unset method

Osy created JEXL-258:
------------------------

             Summary: JEXL unset method
                 Key: JEXL-258
                 URL: https://issues.apache.org/jira/browse/JEXL-258
             Project: Commons JEXL
          Issue Type: Improvement
    Affects Versions: 3.1
            Reporter: Osy


Currently we have a set method to put in context a new expresion variable.
 
*void [org|eclipse-javadoc:%E2%98%82=IceExpre/C:%5C/Users%5C/ossoto%5C/.m2%5C/repository%5C/org%5C/apache%5C/commons%5C/commons-jexl3%5C/3.1%5C/commons-jexl3-3.1.jar%3Corg].[apache|eclipse-javadoc:%E2%98%82=IceExpre/C:%5C/Users%5C/ossoto%5C/.m2%5C/repository%5C/org%5C/apache%5C/commons%5C/commons-jexl3%5C/3.1%5C/commons-jexl3-3.1.jar%3Corg.apache].[commons|eclipse-javadoc:%E2%98%82=IceExpre/C:%5C/Users%5C/ossoto%5C/.m2%5C/repository%5C/org%5C/apache%5C/commons%5C/commons-jexl3%5C/3.1%5C/commons-jexl3-3.1.jar%3Corg.apache.commons].[jexl3|eclipse-javadoc:%E2%98%82=IceExpre/C:%5C/Users%5C/ossoto%5C/.m2%5C/repository%5C/org%5C/apache%5C/commons%5C/commons-jexl3%5C/3.1%5C/commons-jexl3-3.1.jar%3Corg.apache.commons.jexl3].[JexlContext|eclipse-javadoc:%E2%98%82=IceExpre/C:%5C/Users%5C/ossoto%5C/.m2%5C/repository%5C/org%5C/apache%5C/commons%5C/commons-jexl3%5C/3.1%5C/commons-jexl3-3.1.jar%3Corg.apache.commons.jexl3(JexlContext.class%E2%98%83JexlContext].set([String|eclipse-javadoc:%E2%98%82=IceExpre/C:%5C/Users%5C/ossoto%5C/.m2%5C/repository%5C/org%5C/apache%5C/commons%5C/commons-jexl3%5C/3.1%5C/commons-jexl3-3.1.jar%3Corg.apache.commons.jexl3(JexlContext.class%E2%98%83JexlContext~set~Ljava.lang.String;~Ljava.lang.Object;%E2%98%82java.lang.String] arg0, [Object|eclipse-javadoc:%E2%98%82=IceExpre/C:%5C/Users%5C/ossoto%5C/.m2%5C/repository%5C/org%5C/apache%5C/commons%5C/commons-jexl3%5C/3.1%5C/commons-jexl3-3.1.jar%3Corg.apache.commons.jexl3(JexlContext.class%E2%98%83JexlContext~set~Ljava.lang.String;~Ljava.lang.Object;%E2%98%82java.lang.Object] arg1)*
 
However, I have the need of clean some variables for each Iteration, so please analyze if is possible to add an unset method to do the opposite action to set method.
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)