[jira] [Commented] (JEXL-133) String matching Operator short-hand inspired by CSS3

2012-06-28 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13403133#comment-13403133 ] Henri Biestro commented on JEXL-133: Good idea. For coherence, it might be better to nam

[jira] [Updated] (JEXL-133) String matching Operator short-hand inspired by CSS3

2012-06-28 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-133: --- Fix Version/s: 3.0 > String matching Operator short-hand inspired by CSS3 > ---

[jira] [Updated] (JEXL-134) Issue with evaluation of concat of variables : \r + \n gives 0

2012-07-01 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-134: --- Fix Version/s: 2.1.2 > Issue with evaluation of concat of variables : \r + \n gives 0 > ---

[jira] [Commented] (JEXL-134) Issue with evaluation of concat of variables : \r + \n gives 0

2012-07-01 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404738#comment-13404738 ] Henri Biestro commented on JEXL-134: Thanks for the bug report. The culprit is the usage

[jira] [Resolved] (JEXL-134) Issue with evaluation of concat of variables : \r + \n gives 0

2012-07-01 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-134. Resolution: Fixed Fix by removing occurrences of trim in JexlArithmetic coercions src/main/java/org/a

[jira] [Created] (JEXL-135) using map as script parameter or local variable

2012-07-03 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-135: -- Summary: using map as script parameter or local variable Key: JEXL-135 URL: https://issues.apache.org/jira/browse/JEXL-135 Project: Commons JEXL Issue Type: Bug

[jira] [Updated] (JEXL-135) using map as script parameter or local variable

2012-07-05 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-135: --- Fix Version/s: 2.1.2 > using map as script parameter or local variable > --

[jira] [Resolved] (JEXL-135) using map as script parameter or local variable

2012-07-05 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-135. Resolution: Fixed Committed 1332806. Fix in parser.jjt, identifiers used in array access expression w

[jira] [Resolved] (JEXL-133) String matching Operator short-hand inspired by CSS3

2012-07-05 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-133. Resolution: Fixed Added the '=^' as startsWith and '=$' as endsWith operators. They both work on Stri

[jira] [Created] (JEXL-136) Script calls within scripts may fail with number arguments

2012-07-09 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-136: -- Summary: Script calls within scripts may fail with number arguments Key: JEXL-136 URL: https://issues.apache.org/jira/browse/JEXL-136 Project: Commons JEXL Issue

[jira] [Resolved] (JEXL-136) Script calls within scripts may fail with number arguments

2012-07-09 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-136. Resolution: Fixed Changed logic of Interpreter.call to narrow only after trying all other possibilit

[jira] [Created] (JEXL-137) Invalid script variable list for nested array/map access

2012-07-11 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-137: -- Summary: Invalid script variable list for nested array/map access Key: JEXL-137 URL: https://issues.apache.org/jira/browse/JEXL-137 Project: Commons JEXL Issue T

[jira] [Resolved] (JEXL-137) Invalid script variable list for nested array/map access

2012-07-11 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-137. Resolution: Fixed In 3.0: Added new inner class Engine.VarCollector to properly collect variables; Up

[jira] [Resolved] (JEXL-138) Erroneous "inaccessible or unknown property" warning

2012-07-12 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-138. Resolution: Fixed Fix Version/s: 3.0 2.1.2 Assignee: Henri Biestro

[jira] [Resolved] (JEXL-139) Loop over an iterable, evalaute and expression per row, and return concatenated results

2012-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-139. Resolution: Incomplete The submitted code is not an enhancement request; it is first and foremost la

[jira] [Updated] (JEXL-299) Improve message error when method could not be found

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-299: --- Assignee: Henri Biestro > Improve message error when method could not be found > --

[jira] [Updated] (JEXL-299) Improve message error when method could not be found

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-299: --- Affects Version/s: 3.1 Fix Version/s: 3.2 > Improve message error when method could not be foun

[jira] [Comment Edited] (JEXL-257) Function throwing IllegalArgumentException may be called twice

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838409#comment-16838409 ] Henri Biestro edited comment on JEXL-257 at 5/13/19 9:34 AM: - A

[jira] [Commented] (JEXL-257) Function throwing IllegalArgumentException may be called twice

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838409#comment-16838409 ] Henri Biestro commented on JEXL-257: After much debate, the semantic of 'tryInvoke' wil

[jira] [Commented] (JEXL-299) Improve message error when method could not be found

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838525#comment-16838525 ] Henri Biestro commented on JEXL-299: https://github.com/apache/commons-jexl/commit/fb59

[jira] [Comment Edited] (JEXL-299) Improve message error when method could not be found

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838525#comment-16838525 ] Henri Biestro edited comment on JEXL-299 at 5/13/19 1:09 PM: - h

[jira] [Commented] (JEXL-257) Function throwing IllegalArgumentException may be called twice

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838530#comment-16838530 ] Henri Biestro commented on JEXL-257: https://github.com/apache/commons-jexl/commit/f9cd

[jira] [Updated] (JEXL-253) Permissions by super type in JexlSandbox

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-253: --- Fix Version/s: 3.2 > Permissions by super type in JexlSandbox > ---

[jira] [Updated] (JEXL-253) Permissions by super type in JexlSandbox

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-253: --- Affects Version/s: 3.1 > Permissions by super type in JexlSandbox > ---

[jira] [Updated] (JEXL-257) Function throwing IllegalArgumentException may be called twice

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-257: --- Fix Version/s: 3.2 > Function throwing IllegalArgumentException may be called twice > -

[jira] [Updated] (JEXL-257) Function throwing IllegalArgumentException may be called twice

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-257: --- Assignee: Henri Biestro > Function throwing IllegalArgumentException may be called twice >

[jira] [Updated] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-298: --- Issue Type: Improvement (was: Bug) > Unable to call 'empty' and 'size' member methods with parameters

[jira] [Commented] (JEXL-299) Improve message error when method could not be found

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838590#comment-16838590 ] Henri Biestro commented on JEXL-299: Thanks, almost there, not fixed yet, should be aft

[jira] [Resolved] (JEXL-257) Function throwing IllegalArgumentException may be called twice

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-257. Resolution: Fixed https://github.com/apache/commons-jexl/commit/414f3d7f2899ae1e7f896aa55a821303e30bf

[jira] [Resolved] (JEXL-299) Improve message error when method could not be found

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-299. Resolution: Fixed https://github.com/apache/commons-jexl/commit/414f3d7f2899ae1e7f896aa55a821303e30bf

[jira] [Comment Edited] (JEXL-257) Function throwing IllegalArgumentException may be called twice

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838530#comment-16838530 ] Henri Biestro edited comment on JEXL-257 at 5/13/19 2:48 PM: - h

[jira] [Commented] (JEXL-253) Permissions by super type in JexlSandbox

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838629#comment-16838629 ] Henri Biestro commented on JEXL-253: It's not fixed yet, still working on it; thank you

[jira] [Comment Edited] (JEXL-253) Permissions by super type in JexlSandbox

2019-05-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16838629#comment-16838629 ] Henri Biestro edited comment on JEXL-253 at 5/13/19 4:44 PM: - I

[jira] [Updated] (JEXL-300) Ant-ish variables should not use safe-access operator syntax

2019-05-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-300: --- Assignee: Henri Biestro > Ant-ish variables should not use safe-access operator syntax > --

[jira] [Resolved] (JEXL-300) Ant-ish variables should not use safe-access operator syntax

2019-05-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-300. Resolution: Fixed https://github.com/apache/commons-jexl/commit/ee40b6eeded0acd7057bf9fea75f89139ae45

[jira] [Updated] (JEXL-300) Ant-ish variables should not use safe-access operator syntax

2019-05-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-300: --- Fix Version/s: 3.2 > Ant-ish variables should not use safe-access operator syntax > ---

[jira] [Commented] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845897#comment-16845897 ] Henri Biestro commented on JEXL-303: It does! Thanks! > Block syntax is broken > -

[jira] [Comment Edited] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro edited comment on JEXL-302 at 5/22/19 3:27 PM: - I

[jira] [Commented] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro commented on JEXL-302: I suspect your (failing) example is: why does {{a[

[jira] [Comment Edited] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro edited comment on JEXL-302 at 5/22/19 3:28 PM: - I

[jira] [Comment Edited] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16845983#comment-16845983 ] Henri Biestro edited comment on JEXL-302 at 5/22/19 3:28 PM: - I

[jira] [Updated] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-302: --- Assignee: Henri Biestro > JexlScript.getVariables returns strange values for array access > ---

[jira] [Updated] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-302: --- Fix Version/s: 3.2 > JexlScript.getVariables returns strange values for array access >

[jira] [Updated] (JEXL-301) Array access operator does not fail on null object in non-strict arithmetic mode

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-301: --- Assignee: Henri Biestro > Array access operator does not fail on null object in non-strict arithmetic

[jira] [Updated] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-303: --- Fix Version/s: 3.2 > Block syntax is broken > -- > > Key: JEXL-303

[jira] [Updated] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-303: --- Assignee: Henri Biestro > Block syntax is broken > -- > > Key: JEXL

[jira] [Updated] (JEXL-301) Array access operator does not fail on null object in non-strict arithmetic mode

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-301: --- Fix Version/s: 3.2 > Array access operator does not fail on null object in non-strict arithmetic > mod

[jira] [Updated] (JEXL-305) Script debugger produces incorrect syntax

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-305: --- Assignee: Henri Biestro > Script debugger produces incorrect syntax > -

[jira] [Updated] (JEXL-304) Error parsing overview.limit.var

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-304: --- Assignee: Henri Biestro > Error parsing overview.limit.var > > >

[jira] [Updated] (JEXL-304) Error parsing overview.limit.var

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-304: --- Fix Version/s: 3.2 > Error parsing overview.limit.var > > >

[jira] [Resolved] (JEXL-305) Script debugger produces incorrect syntax

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-305. Resolution: Fixed Thanks for the bug report; https://github.com/apache/commons-jexl/commit/68d1b317f

[jira] [Resolved] (JEXL-303) Block syntax is broken

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-303. Resolution: Fixed Thanks for the bug report; https://github.com/apache/commons-jexl/commit/68d1b317f

[jira] [Resolved] (JEXL-301) Array access operator does not fail on null object in non-strict arithmetic mode

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-301. Resolution: Fixed Thanks for the bug report and unit tests; https://github.com/apache/commons-jexl/c

[jira] [Resolved] (JEXL-304) Error parsing overview.limit.var

2019-05-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-304. Resolution: Fixed Thanks for the bug report; https://github.com/apache/commons-jexl/commit/68d1b317f

[jira] [Reopened] (JEXL-304) Error parsing overview.limit.var

2019-05-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-304: Need to add other keywords as identifier parts. > Error parsing overview.limit.var > ---

[jira] [Reopened] (JEXL-303) Block syntax is broken

2019-05-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-303: Syntax needs modifications. > Block syntax is broken > -- > > Key: J

[jira] [Resolved] (JEXL-303) Block syntax is broken

2019-05-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-303. Resolution: Fixed Pushing Dmitri solution, thanks. https://github.com/apache/commons-jexl/commit/a0ac

[jira] [Resolved] (JEXL-304) Error parsing overview.limit.var

2019-05-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-304. Resolution: Fixed Added the set of keywords as part of identifiers. https://github.com/apache/commons

[jira] [Updated] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-05-24 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-298: --- Assignee: Henri Biestro > Unable to call 'empty' and 'size' member methods with parameters > --

[jira] [Commented] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-05-26 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16848507#comment-16848507 ] Henri Biestro commented on JEXL-298: Changeset: 306786606116839960dd131c49dfbd287533bb6

[jira] [Resolved] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-05-26 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-298. Resolution: Fixed Thanks Dmitri, good solution, hope it suits your need. > Unable to call 'empty' a

[jira] [Resolved] (JEXL-297) validate expression (instead of evaluate)

2019-05-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-297. Resolution: Not A Problem Poster has not updated/responded for a month, considering solution was prov

[jira] [Commented] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-06-04 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16856126#comment-16856126 ] Henri Biestro commented on JEXL-302: I'm sorry, I must have been unclear; let me try ag

[jira] [Reopened] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-06-05 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-298: Potential regression detected. > Unable to call 'empty' and 'size' member methods with parameters >

[jira] [Resolved] (JEXL-298) Unable to call 'empty' and 'size' member methods with parameters

2019-06-05 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-298. Resolution: Fixed Fix Version/s: 3.2 [JEXL-298: tidy empty/isEmpty logic|https://github.com/a

[jira] [Resolved] (JEXL-302) JexlScript.getVariables returns strange values for array access

2019-06-08 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-302. Resolution: Fixed Changeset: a3c210cfc5eabd1bbb1d6ae4b009fe831e2f1d9b Author:Henri Biestro Date:

[jira] [Resolved] (JEXL-306) Ternary operator ? protects also its branches from resolvance errors

2019-06-08 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-306. Resolution: Fixed Changeset: 041fcaf0b32e1316c578f971039e1632a01f8f79 Author:Henri Biestro Date:

[jira] [Updated] (JEXL-306) Ternary operator ? protects also its branches from resolvance errors

2019-06-08 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-306: --- Assignee: Henri Biestro Fix Version/s: 3.2 > Ternary operator ? protects also its branches fro

[jira] [Updated] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-08 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-306: --- Summary: Ternary operator ? protects also its branches from resolution errors (was: Ternary operator ?

[jira] [Commented] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-10 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859823#comment-16859823 ] Henri Biestro commented on JEXL-306: Regression, reopen. Sorry > Ternary operator ? pr

[jira] [Reopened] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-10 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-306: > Ternary operator ? protects also its branches from resolution errors >

[jira] [Comment Edited] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-10 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859823#comment-16859823 ] Henri Biestro edited comment on JEXL-306 at 6/10/19 2:32 PM: - N

[jira] [Comment Edited] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-10 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859823#comment-16859823 ] Henri Biestro edited comment on JEXL-306 at 6/10/19 2:33 PM: - N

[jira] [Commented] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-10 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16860139#comment-16860139 ] Henri Biestro commented on JEXL-306: Intermediate commit https://github.com/apache/comm

[jira] [Resolved] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-10 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-306. Resolution: Fixed https://github.com/apache/commons-jexl/commit/c6fa248e6c51c36a61be9d7bc6b6b15d40138

[jira] [Reopened] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-11 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-306: Code may be simpler > Ternary operator ? protects also its branches from resolution errors > ---

[jira] [Resolved] (JEXL-306) Ternary operator ? protects also its branches from resolution errors

2019-06-11 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-306. Resolution: Fixed https://github.com/apache/commons-jexl/commit/a10776a6afd3a9f2c07069cf56183a78e0a4e

[jira] [Reopened] (JEXL-305) Script debugger produces incorrect syntax

2019-06-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro reopened JEXL-305: Found a regression case. > Script debugger produces incorrect syntax > -

[jira] [Comment Edited] (JEXL-305) Script debugger produces incorrect syntax

2019-06-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16864163#comment-16864163 ] Henri Biestro edited comment on JEXL-305 at 6/14/19 2:50 PM: - F

[jira] [Resolved] (JEXL-305) Script debugger produces incorrect syntax

2019-06-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-305. Resolution: Fixed Changeset: 4ffa7acc032f58cdf484f4ceae1283111cf1c3b5 Author:henrib Date: 2

[jira] [Resolved] (JEXL-253) Permissions by super type in JexlSandbox

2019-06-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-253. Resolution: Fixed Changeset: 757dcb90f2ca2ba92fd9ec43291deb4305eee02c Author:henrib Date: 2

[jira] [Created] (JEXL-308) Improve overloaded method selection

2019-07-31 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-308: -- Summary: Improve overloaded method selection Key: JEXL-308 URL: https://issues.apache.org/jira/browse/JEXL-308 Project: Commons JEXL Issue Type: Improvement

[jira] [Resolved] (JEXL-308) Improve overloaded method selection

2019-07-31 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-308. Resolution: Fixed Changeset: 09c8ca8f63f5aba63262c9ad3047105172f6695b Author:Henri Biestro Date:

[jira] [Created] (JEXL-309) Line numbers are not correct when template generate errors

2019-08-05 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-309: -- Summary: Line numbers are not correct when template generate errors Key: JEXL-309 URL: https://issues.apache.org/jira/browse/JEXL-309 Project: Commons JEXL Issue

[jira] [Resolved] (JEXL-309) Line numbers are not correct when template generate errors

2019-08-07 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-309. Resolution: Fixed Changeset: ca41392409e8e1fb6760d4b452d728edb5a06c6f Author:henrib Date: 2

[jira] [Commented] (JEXL-310) Define Alias or synonyms for Methods with parameters and accesible through Jexl Context

2019-08-12 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16905008#comment-16905008 ] Henri Biestro commented on JEXL-310: Two fast solutions: - derive the MapContext - set

[jira] [Created] (JEXL-311) Jxlt template scripts do not work when verbatim expressions are embedded in lambdas

2019-08-21 Thread Henri Biestro (Jira)
Henri Biestro created JEXL-311: -- Summary: Jxlt template scripts do not work when verbatim expressions are embedded in lambdas Key: JEXL-311 URL: https://issues.apache.org/jira/browse/JEXL-311 Project: Co

[jira] [Updated] (JEXL-311) Jxlt template scripts fail using verbatim expressions embedded in lambdas

2019-08-21 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-311: --- Summary: Jxlt template scripts fail using verbatim expressions embedded in lambdas (was: Jxlt template

[jira] [Resolved] (JEXL-311) Jxlt template scripts fail using verbatim expressions embedded in lambdas

2019-08-21 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-311. Resolution: Fixed Changeset: 9064d425b5e1d3e7cea1f5a6deeeb23effb66c2a Author:henrib Date: 2

[jira] [Created] (JEXL-312) @NoJexl fails to disallow method call

2019-08-24 Thread Henri Biestro (Jira)
Henri Biestro created JEXL-312: -- Summary: @NoJexl fails to disallow method call Key: JEXL-312 URL: https://issues.apache.org/jira/browse/JEXL-312 Project: Commons JEXL Issue Type: Bug Affect

[jira] [Resolved] (JEXL-312) @NoJexl fails to disallow method call

2019-08-24 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-312. Resolution: Fixed Changeset: 71d185007d8ba0a935fe4ac084822784a19bcffa Author:henrib Date: 2

[jira] [Commented] (JEXL-313) Can one expression return a Float even when its elements are Integer?

2019-09-07 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16924945#comment-16924945 ] Henri Biestro commented on JEXL-313: There is no configuration option for the behaviour

[jira] [Commented] (JEXL-314) Comparison NULL values of variables NAME1.NAME2

2019-09-13 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16929039#comment-16929039 ] Henri Biestro commented on JEXL-314: Seems like the antish variable case is not handled

[jira] [Updated] (JEXL-316) Operator ?? has very low priority

2019-09-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-316: --- Assignee: Henri Biestro > Operator ?? has very low priority > - > >

[jira] [Updated] (JEXL-316) Operator ?? has very low priority

2019-09-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-316: --- Affects Version/s: (was: 3.2) 3.1 > Operator ?? has very low priority >

[jira] [Updated] (JEXL-316) Operator ?? has very low priority

2019-09-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-316: --- Fix Version/s: 3.2 > Operator ?? has very low priority > - > >

[jira] [Commented] (JEXL-316) Operator ?? has very low priority

2019-09-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16940978#comment-16940978 ] Henri Biestro commented on JEXL-316: I agree, operator precedence is wrong in this case

[jira] [Updated] (JEXL-307) Variable redeclaration option

2019-09-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-307: --- Assignee: Henri Biestro > Variable redeclaration option > - > >

[jira] [Updated] (JEXL-307) Variable redeclaration option

2019-09-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-307: --- Fix Version/s: 3.2 > Variable redeclaration option > - > >

[jira] [Commented] (JEXL-307) Variable redeclaration option

2019-09-30 Thread Henri Biestro (Jira)
[ https://issues.apache.org/jira/browse/JEXL-307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941028#comment-16941028 ] Henri Biestro commented on JEXL-307: This leads to a feature / option that implements a

<    4   5   6   7   8   9   10   11   12   13   >