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 42afe42a Clearer Collection API usage
new 8d7a479a Sort members
new e5dac71a Sort imports
new 226d26df Remove noop
new 04e3899d Remove noop
new bb2d295c Use assertThrows()
new 3aceddf0 Use assertThrows()
new 5c291e7c Use assertThrows()
new 38e6e95c Use assertThrows()
new ff169f36 Use assertThrows()
new d301d60f Use assertThrows()
new 08449e5a Use assertThrows()
new 3b2dbe61 Let JUnit handle exception
new 60c4372c Use assertThrows()
new dffb2282 Use assertThrows()
new c7553341 Use assertThrows()
new da107e8e Use assertThrows()
new d63664ad Use assertThrows()
new 50c21764 Use assertThrows()
new 06e3c80a Use assertThrows()
new 0a95ba62 Use assertThrows()
new 477a9b6a Use assertThrows()
new c810d3fd Use assertThrows()
new d3d67e39 Use assertThrows()
new fa3adb2b Use assertThrows()
new b0c40886 Sort imports
new 62a5b795 Normalize formatting
The 26 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:
.../apache/commons/jexl3/internal/Debugger.java | 97 +++++++-
.../apache/commons/jexl3/internal/Interpreter.java | 96 +++++++-
.../commons/jexl3/internal/ScriptVisitor.java | 95 +++++++-
.../org/apache/commons/jexl3/AnnotationTest.java | 41 +---
.../org/apache/commons/jexl3/AntishCallTest.java | 69 ++----
.../org/apache/commons/jexl3/ArithmeticTest.java | 32 +--
.../org/apache/commons/jexl3/ArrayLiteralTest.java | 26 +-
.../java/org/apache/commons/jexl3/AssignTest.java | 78 ++----
.../java/org/apache/commons/jexl3/CacheTest.java | 34 +--
.../commons/jexl3/ComposePermissionsTest.java | 118 ++++-----
.../java/org/apache/commons/jexl3/JXLTTest.java | 12 +-
.../apache/commons/jexl3/internal/RangeTest.java | 48 +---
.../introspection/MiscIntrospectionTest.java | 51 +---
.../internal/introspection/PermissionsTest.java | 41 +---
.../commons/jexl3/introspection/SandboxTest.java | 264 +++++++--------------
.../apache/commons/jexl3/jexl342/OptionalTest.java | 45 ++--
.../apache/commons/jexl3/junit/AsserterTest.java | 18 +-
.../apache/commons/jexl3/parser/ParserTest.java | 25 +-
.../jexl3/scripting/JexlScriptEngineTest.java | 174 +++++---------
19 files changed, 621 insertions(+), 743 deletions(-)