[jira] [Resolved] (JEXL-118) Provide an IN operator

2011-08-03 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-118. Resolution: Fixed Fix Version/s: 2.1 Instead of a new IN operator, I extended =~ and !~

[jira] [Created] (JEXL-131) UnifiedJexl (2.1.x) / Jxlt (3.0) parsing may fail with NPE

2012-04-30 Thread Henri Biestro (JIRA)
Henri Biestro created JEXL-131: -- Summary: UnifiedJexl (2.1.x) / Jxlt (3.0) parsing may fail with NPE Key: JEXL-131 URL: https://issues.apache.org/jira/browse/JEXL-131 Project: Commons JEXL

[jira] [Resolved] (JEXL-131) UnifiedJexl (2.1.x) / Jxlt (3.0) parsing may fail with NPE

2012-05-01 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-131. Resolution: Fixed Fixed in part of commit revision 1332806: jexl2/pom.xml

[jira] [Updated] (JEXL-126) Decimal numbers literals should be 'double' by default (instead of 'float')

2012-05-01 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-126: --- Fix Version/s: 2.1.2 Fixed in 2.1.2 through commit Revision: 1332806 jexl2/pom.xml

[jira] [Issue Comment Edited] (JEXL-126) Decimal numbers literals should be 'double' by default (instead of 'float')

2012-05-01 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13266052#comment-13266052 ] Henri Biestro edited comment on JEXL-126 at 5/1/12 8:37 PM:

[jira] [Commented] (JEXL-132) divide zero error and others

2012-05-11 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13273196#comment-13273196 ] Henri Biestro commented on JEXL-132: Hi; About the MyMath class behavior, Jexl only

[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-tabpanelfocusedCommentId=13403133#comment-13403133 ] Henri Biestro commented on JEXL-133: Good idea. For coherence, it might be better to

[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] [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-tabpanelfocusedCommentId=13404738#comment-13404738 ] Henri Biestro commented on JEXL-134: Thanks for the bug report. The culprit is the usage

[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

[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

[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

[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

[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

[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;

[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

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

2012-07-31 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 'not startsWith' (^!) and 'not endsWith' (!$) operators

[jira] [Commented] (JEXL-140) Improvements for invoking static methods

2012-08-02 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13427214#comment-13427214 ] Henri Biestro commented on JEXL-140: Hi Georges; Thank you for your report; I think I

[jira] [Resolved] (JEXL-140) Improvements for invoking static methods

2012-08-03 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-140. Resolution: Not A Problem Improvements for invoking static methods

[jira] [Resolved] (JEXL-141) Suffix for Big Decimal and Big Integer Literal is incorrectly mentioned in Java docs

2012-11-09 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro resolved JEXL-141. Resolution: Fixed Assignee: Henri Biestro Thanks for the report. Fixed documentation, code is

[jira] Created: (JEXL-54) Light performance enhancements

2009-05-07 Thread Henri Biestro (JIRA)
Light performance enhancements -- Key: JEXL-54 URL: https://issues.apache.org/jira/browse/JEXL-54 Project: Commons JEXL Issue Type: Improvement Affects Versions: 1.1 Reporter: Henri Biestro

[jira] Updated: (JEXL-54) Light performance enhancements

2009-05-07 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-54: -- Attachment: JEXL-54.patch Light performance enhancements --

[jira] Commented: (JEXL-54) Light performance enhancements

2009-05-08 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707259#action_12707259 ] Henri Biestro commented on JEXL-54: --- Using JDK5 features would be nice: +1 :-) I would dream

[jira] Created: (JEXL-56) Logging wrongly uses java.util.logging

2009-06-15 Thread Henri Biestro (JIRA)
Logging wrongly uses java.util.logging -- Key: JEXL-56 URL: https://issues.apache.org/jira/browse/JEXL-56 Project: Commons JEXL Issue Type: Bug Affects Versions: 2.0 Reporter: Henri

[jira] Updated: (JEXL-56) Logging wrongly uses java.util.logging

2009-06-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-56: -- Attachment: JEXL-56.patch fixed logging mistakes introduced through JEXL-55; Coercion.java

[jira] Updated: (JEXL-56) Logging wrongly uses java.util.logging

2009-06-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-56: -- Description: JEXL-55 patch wrongly introduced some jul logging code (instead of sticking with commons

[jira] Commented: (JEXL-19) Ternary conditional not supported

2009-06-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12721377#action_12721377 ] Henri Biestro commented on JEXL-19: --- This is fixed in 2.0 trunk (ternary operator + GNU C

[jira] Commented: (JEXL-29) Support non-object-level functions/methods, as size and empty function

2009-06-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-29?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12721378#action_12721378 ] Henri Biestro commented on JEXL-29: --- The patch attached to JEXL-15 (2.0 trunk) should fix

[jira] Updated: (JEXL-58) UnifiedEL

2009-07-13 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch Besides {UnifiedEL,UnifiedELTest}.java, the patch carries some small

[jira] Updated: (JEXL-58) UnifiedEL

2009-07-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch Thanks Rahul revisited the patch based on your comments. WRT Exceptions, I

[jira] Issue Comment Edited: (JEXL-58) UnifiedJEXL

2009-07-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12730531#action_12730531 ] Henri Biestro edited comment on JEXL-58 at 7/14/09 9:59 AM:

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch More fixes tests (from JEXL-52 down to JEXL-42) in IssuesTest.java

[jira] Issue Comment Edited: (JEXL-58) UnifiedJEXL

2009-07-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731107#action_12731107 ] Henri Biestro edited comment on JEXL-58 at 7/14/09 1:32 PM: More

[jira] Commented: (JEXL-58) UnifiedJEXL

2009-07-14 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731279#action_12731279 ] Henri Biestro commented on JEXL-58: --- Thanks for the commit; I checked it everything seems

[jira] Updated: (JEXL-40) JEXL fails to find abstract public methods in the base class if overridden by non-public derived types

2009-07-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-40: -- Attachment: JEXL-40.patch Attached a patch for

[jira] Issue Comment Edited: (JEXL-58) UnifiedJEXL

2009-07-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731279#action_12731279 ] Henri Biestro edited comment on JEXL-58 at 7/15/09 7:27 AM: Thanks

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch Implements the lenient/strict mode where null is considered an error in all

[jira] Issue Comment Edited: (JEXL-58) UnifiedJEXL

2009-07-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12731474#action_12731474 ] Henri Biestro edited comment on JEXL-58 at 7/15/09 9:04 AM:

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch added javadoc regarding setSilent/setLenient UnifiedJEXL ---

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-15 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: (was: JEXL-58.patch) UnifiedJEXL --- Key: JEXL-58

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-16 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch introduced an abstract base class for immediate Deferred expressions making

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-16 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch Fixed a pb in strict mode regarding undefined variables (not allways an error)

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-16 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: (was: JEXL-58.patch) UnifiedJEXL --- Key: JEXL-58

[jira] Issue Comment Edited: (JEXL-58) UnifiedJEXL

2009-07-16 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732154#action_12732154 ] Henri Biestro edited comment on JEXL-58 at 7/16/09 3:59 PM:

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch To finish up this JEXL-58's week, here is a patch that adresses the last nits.

[jira] Commented: (JEXL-45) Unhandled division by zero

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-45?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732552#action_12732552 ] Henri Biestro commented on JEXL-45: --- Fixed in 2.0 (trunk) in strict mode. Unhandled

[jira] Commented: (JEXL-3) [JEXL] Static method resolution and changes to context

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732557#action_12732557 ] Henri Biestro commented on JEXL-3: -- Fixed in 2.0. [JEXL] Static method resolution and

[jira] Commented: (JEXL-21) operator overloading / hooks on operator processing

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732556#action_12732556 ] Henri Biestro commented on JEXL-21: --- In 2.0, the Arithmetic instance does handle all

[jira] Commented: (JEXL-11) [jexl] Don't make null convertible into anything

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732558#action_12732558 ] Henri Biestro commented on JEXL-11: --- Fixed in 2.0 using the JexlEngine.setLenient(false)

[jira] Issue Comment Edited: (JEXL-3) [JEXL] Static method resolution and changes to context

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732557#action_12732557 ] Henri Biestro edited comment on JEXL-3 at 7/17/09 7:54 AM: --- Static

[jira] Commented: (JEXL-10) [jexl] Make possible checking for unresolved variables

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732559#action_12732559 ] Henri Biestro commented on JEXL-10: --- Fixed in 2.0 using the JexlEngine.setLenient(false)

[jira] Commented: (JEXL-42) NullPointerException evaluating an expression

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732564#action_12732564 ] Henri Biestro commented on JEXL-42: --- Undefined variable handling detection fixed in 2.0.

[jira] Commented: (JEXL-47) Allow single-line comments with //

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732565#action_12732565 ] Henri Biestro commented on JEXL-47: --- Fixed in 2.0 by adding C style comments in syntax .

[jira] Commented: (JEXL-41) Allow nested ${} evaluation

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732566#action_12732566 ] Henri Biestro commented on JEXL-41: --- For JSP/JSF unified-EL-like syntax, UnifiedJEXL

[jira] Commented: (JEXL-44) Comments don't allow double-quotes

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732567#action_12732567 ] Henri Biestro commented on JEXL-44: --- Fixed in 2.0 by adding C style comments in syntax .

[jira] Commented: (JEXL-52) Implicit evaluation of misspelled EL and ways to detect such occurrences

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732571#action_12732571 ] Henri Biestro commented on JEXL-52: --- Although reporting mispelled vars methods is not

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: JEXL-58.patch UnifiedJEXL --- Key: JEXL-58 URL:

[jira] Updated: (JEXL-58) UnifiedJEXL

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-58?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-58: -- Attachment: (was: JEXL-58.patch) UnifiedJEXL --- Key: JEXL-58

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: JEXL-20.patch A 1st pass through raw types usage. Fix checkstyle issues in 1.1

[jira] Commented: (JEXL-35) Final API requirements

2009-07-17 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732709#action_12732709 ] Henri Biestro commented on JEXL-35: --- Package structure looks good clear; It seems

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: JEXL-20.patch A second pass to more closely follow Sun's conventions. Lots of errors on

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: JEXL-20.patch More (tedious :-)) fixes Fix checkstyle issues in 1.1

[jira] Issue Comment Edited: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732881#action_12732881 ] Henri Biestro edited comment on JEXL-20 at 7/18/09 7:00 AM: More

[jira] Issue Comment Edited: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732881#action_12732881 ] Henri Biestro edited comment on JEXL-20 at 7/18/09 7:43 AM: More

[jira] Commented: (JEXL-43) Website overview does not mention method calls and new 2.0 features

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732910#action_12732910 ] Henri Biestro commented on JEXL-43: --- I guess I can't just create a patch on xdocs/index.xml

[jira] Created: (JEXL-59) ClassMap holds a reference to class

2009-07-18 Thread Henri Biestro (JIRA)
ClassMap holds a reference to class --- Key: JEXL-59 URL: https://issues.apache.org/jira/browse/JEXL-59 Project: Commons JEXL Issue Type: Bug Affects Versions: 2.0 Reporter: Henri Biestro

[jira] Commented: (JEXL-59) ClassMap holds a reference to class

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732917#action_12732917 ] Henri Biestro commented on JEXL-59: --- Solution is to remove fieds clazz rlog as well as

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: JEXL-20.patch Integrated fix for JEXL-59 since it is so small Fix checkstyle issues in 1.1

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: (was: JEXL-20.patch) Fix checkstyle issues in 1.1

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: (was: JEXL-20.patch) Fix checkstyle issues in 1.1

[jira] Issue Comment Edited: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12732919#action_12732919 ] Henri Biestro edited comment on JEXL-20 at 7/18/09 10:41 AM: -

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: JEXL-20.patch Down to 8, had to change check_style.xml (did put comments). I refactored

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: (was: JEXL-20.patch) Fix checkstyle issues in 1.1

[jira] Updated: (JEXL-20) Fix checkstyle issues in 1.1

2009-07-18 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-20: -- Attachment: (was: JEXL-20.patch) Fix checkstyle issues in 1.1

[jira] Commented: (JEXL-35) Final API requirements

2009-07-20 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733179#action_12733179 ] Henri Biestro commented on JEXL-35: --- I think the Ubespect also needs to be reworked; it

[jira] Updated: (JEXL-35) Final API requirements

2009-07-21 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: JEXL-35.patch I went ahead and refactored the o.a.c.jexl.util o.a.c.jexl.util.introspection.

[jira] Issue Comment Edited: (JEXL-35) Final API requirements

2009-07-21 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12733954#action_12733954 ] Henri Biestro edited comment on JEXL-35 at 7/21/09 7:34 PM: I went

[jira] Updated: (JEXL-35) Final API requirements

2009-07-22 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: JEXL-35.patch Thanks for the heads up Rahul. Continued the clean up: util.Introspector,

[jira] Updated: (JEXL-35) Final API requirements

2009-07-24 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: JEXL-35.patch Cleaner, less convoluted refactoring. Final API requirements

[jira] Updated: (JEXL-35) Final API requirements

2009-07-24 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: (was: JEXL-35.patch) Final API requirements --

[jira] Updated: (JEXL-35) Final API requirements

2009-07-24 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: JEXL-35.patch More (pure) Checkstyle fixes. Final API requirements --

[jira] Updated: (JEXL-35) Final API requirements

2009-07-25 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: (was: JEXL-35.patch) Final API requirements --

[jira] Updated: (JEXL-35) Final API requirements

2009-07-25 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: JEXL-35.patch Added missing 2 * package.html Final API requirements

[jira] Issue Comment Edited: (JEXL-35) Final API requirements

2009-07-25 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735252#action_12735252 ] Henri Biestro edited comment on JEXL-35 at 7/25/09 3:44 AM: Added

[jira] Updated: (JEXL-35) Final API requirements

2009-07-26 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: JEXL-35.patch I need to move this to a different bug soon to be created as 'refactoring

[jira] Created: (JEXL-60) Refactor o.a.c.jexl.util and o.a.c.jexl.util.introspection

2009-07-27 Thread Henri Biestro (JIRA)
Refactor o.a.c.jexl.util and o.a.c.jexl.util.introspection -- Key: JEXL-60 URL: https://issues.apache.org/jira/browse/JEXL-60 Project: Commons JEXL Issue Type: Improvement Affects

[jira] Updated: (JEXL-60) Refactor o.a.c.jexl.util and o.a.c.jexl.util.introspection

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-60: -- Attachment: JEXL-60.patch The patch (as a patch file) Refactor o.a.c.jexl.util and

[jira] Updated: (JEXL-35) Final API requirements

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: (was: JEXL-35.patch) Final API requirements --

[jira] Commented: (JEXL-35) Final API requirements

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735593#action_12735593 ] Henri Biestro commented on JEXL-35: --- The whole refactoring has moved to JEXL-60 . This

[jira] Updated: (JEXL-35) Final API requirements

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: (was: JEXL-35.patch) Final API requirements --

[jira] Updated: (JEXL-35) Final API requirements

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: (was: JEXL-35.patch) Final API requirements --

[jira] Updated: (JEXL-35) Final API requirements

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-35: -- Attachment: (was: JEXL-35.patch) Final API requirements --

[jira] Issue Comment Edited: (JEXL-35) Final API requirements

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-35?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735593#action_12735593 ] Henri Biestro edited comment on JEXL-35 at 7/27/09 5:52 AM: The

[jira] Updated: (JEXL-60) Refactor o.a.c.jexl.util and o.a.c.jexl.util.introspection

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-60: -- Description: While working on JEXL-35 and looking at Cobertua reports, it appeared that some classes in

[jira] Updated: (JEXL-60) Refactor o.a.c.jexl.util and o.a.c.jexl.util.introspection

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated JEXL-60: -- Attachment: jexl60.tar.gz Since the patch can not apply cleanly, here is an alternate in the form of a

[jira] Issue Comment Edited: (JEXL-60) Refactor o.a.c.jexl.util and o.a.c.jexl.util.introspection

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735602#action_12735602 ] Henri Biestro edited comment on JEXL-60 at 7/27/09 6:37 AM: To

[jira] Issue Comment Edited: (JEXL-60) Refactor o.a.c.jexl.util and o.a.c.jexl.util.introspection

2009-07-27 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-60?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12735602#action_12735602 ] Henri Biestro edited comment on JEXL-60 at 7/27/09 6:39 AM: To

  1   2   3   4   5   6   7   8   9   10   >