This is an automated email from the ASF dual-hosted git repository.

henrib pushed a change to branch JEXL-418
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


    from 6fb7c7b1 Merge pull request #229 from apache/master
     add 67fbd237 JEXL-418: improve try-with-resources handling; add throw 
handling; more tests;

No new revisions were added by this update.

Summary of changes:
 .../org/apache/commons/jexl3/JexlException.java    |  30 ++++++
 .../apache/commons/jexl3/internal/Debugger.java    |  47 +++++----
 .../apache/commons/jexl3/internal/Interpreter.java | 102 ++++++++-----------
 .../commons/jexl3/internal/InterpreterBase.java    |  12 +++
 .../commons/jexl3/internal/ScriptVisitor.java      |  10 ++
 .../parser/{ASTVar.java => ASTTryResources.java}   |  11 +--
 .../commons/jexl3/parser/ASTTryStatement.java      |   2 +-
 .../org/apache/commons/jexl3/parser/Parser.jjt     |  25 +++--
 .../apache/commons/jexl3/parser/ParserVisitor.java |   4 +
 .../apache/commons/jexl3/TryCatchFinallyTest.java  | 110 +++++++++++++++++----
 10 files changed, 242 insertions(+), 111 deletions(-)
 copy src/main/java/org/apache/commons/jexl3/parser/{ASTVar.java => 
ASTTryResources.java} (84%)

Reply via email to