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

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


    from b50094a2 Complete port from JUnit 4 to 5
     new a0ea7d9d Remove redundant keyword
     new 0f4bd17f Use final
     new 4ef6b927 Remove redundant keyword
     new 0af365bf Use final
     new ddbb99b7 Use final
     new 02fc2bb0 Remove redundant keyword
     new 18486806 Use final
     new 245872a0 Use final
     new c3d7bdd6 Use final
     new 3cbdeb4a Remove redundant keyword; use final
     new faf00839 Use final
     new 1d118a8b Use final
     new 95a59d34 Use final
     new 0f1bc5b2 Use final
     new d68f4777 Use final
     new 3065c48e Use final
     new df37f012 Remove redundant parens
     new 978f23d1 Remove redundant keyword
     new 37c86945 Remove redundant keyword; use final
     new bd554f9c Use final
     new 73e91cbb Remove redundant keyword
     new 65cd4b47 Use final
     new 609b9f01 Use final
     new a032ab7e Use final
     new 565cf8ac Use final
     new 0674dcb9 Use final
     new cee400ce Use final
     new 896e82f6 Use final; remove redundant parens
     new 30eb4dd0 Use final
     new 8e9e651a Use else if
     new 96ffa6c9 Use for each
     new f96caf10 Use multi-catch clause
     new 5fc40460 Use compact array notation
     new 85dd5a02 Merge identical if tests
     new c81b160d Merge ifs
     new bb24cf00 Inline single use local variable just before a return
     new 6b56d109 Inline single use local variable just before a return
     new 851edfe7 Inline single use local variable just before a return
     new 42afe42a Clearer Collection API usage

The 39 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../org/apache/commons/jexl3/JexlArithmetic.java   |  16 +--
 .../org/apache/commons/jexl3/JexlFeatures.java     |   8 +-
 .../commons/jexl3/internal/ArrayBuilder.java       |   4 +-
 .../apache/commons/jexl3/internal/Debugger.java    |  10 +-
 .../org/apache/commons/jexl3/internal/Engine.java  |   8 +-
 .../apache/commons/jexl3/internal/Engine32.java    |  10 +-
 .../apache/commons/jexl3/internal/Interpreter.java |  16 +--
 .../commons/jexl3/internal/InterpreterBase.java    |   2 +-
 .../org/apache/commons/jexl3/internal/Source.java  |   2 +-
 .../commons/jexl3/internal/TemplateEngine.java     |   3 +-
 .../internal/introspection/AbstractExecutor.java   |   6 +-
 .../jexl3/internal/introspection/ClassMisc.java    |   6 +-
 .../apache/commons/jexl3/parser/ASTJexlScript.java |   2 +-
 .../org/apache/commons/jexl3/parser/JexlNode.java  |  12 +-
 .../apache/commons/jexl3/parser/JexlParser.java    |  12 +-
 .../org/apache/commons/jexl3/AnnotationTest.java   |   2 +-
 .../org/apache/commons/jexl3/ArithmeticTest.java   |  38 +++---
 .../org/apache/commons/jexl3/ArrayTypeTest.java    |  40 +++----
 .../apache/commons/jexl3/CachePerformanceTest.java |  26 ++---
 .../org/apache/commons/jexl3/FeaturesTest.java     |  22 ++--
 .../org/apache/commons/jexl3/Issues300Test.java    |  11 +-
 .../org/apache/commons/jexl3/Issues400Test.java    |  74 ++++++------
 .../org/apache/commons/jexl3/JexlTestCase.java     |   4 +-
 .../java/org/apache/commons/jexl3/LambdaTest.java  |   8 +-
 .../java/org/apache/commons/jexl3/LexicalTest.java |   2 +-
 .../java/org/apache/commons/jexl3/PragmaTest.java  |   8 +-
 .../org/apache/commons/jexl3/SideEffectTest.java   |   2 +-
 .../java/org/apache/commons/jexl3/SpreadCache.java |  26 ++---
 .../apache/commons/jexl3/TryCatchFinallyTest.java  | 128 ++++++++++-----------
 .../java/org/apache/commons/jexl3/VarTest.java     |   3 +-
 .../apache/commons/jexl3/examples/StreamTest.java  |   8 +-
 .../org/apache/commons/jexl3/internal/Dumper.java  |   5 +-
 .../apache/commons/jexl3/internal/RangeTest.java   |  20 ++--
 .../internal/introspection/PermissionsTest.java    |   3 +-
 src/test/java/org/example/SomeTest.java            |  17 +--
 35 files changed, 277 insertions(+), 287 deletions(-)

Reply via email to