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 5b8419b6 Use assertThrows()
     new d9bb982f Use assertThrows()
     new e87628d9 Use assertThrows()
     new c19dbe7b Use ThreadUtils.sleepQuietly()
     new 60303334 Use assertThrows()
     new e1a7138c Use assertThrows()
     new 28db4546 Use assertThrows()
     new 16c6853d More precise block boundaries
     new bd273bcd Remove redundant null checks
     new 7379ff0a Use assertTrue() and assertFalse()
     new b177e0ca Use longer lines
     new 161f849b Use assertThrows()
     new ba9950f9 Split out ExecutorService management
     new 4a3f7ff8 Use assertThrows()
     new 2f05d449 Remove unused local variable (not read)
     new b4520575 Javadoc
     new db1a18ac Split out ExecutorService management
     new 3f3a25d6 Use assertThrows()
     new e8135ecd Split out ExecutorService management
     new 3ff77b4b Use assertThrows()
     new 592f11ef Use assertThrows()
     new fb3de37f Split out ExecutorService management
     new d1e307fe Use assertThrows()
     new f8b5c6d0 Split out ExecutorService management
     new c66e0893 Use assertThrows()
     new 835de7a9 Use assertThrows()
     new c8a2750d No need to test an Object assignment: The test makes sure the 
API throws
     new 1ce6aa60 Split out ExecutorService management
     new ed14d086 Use assertThrows()
     new 3a8b60d8 Use assertThrows()
     new 112d7430 Remove unused local variable (not read)
     new 52052881 Split out ExecutorService management
     new 5be9ce70 Use assertThrows()
     new 765f1c28 Let manage exception reporting
     new ffcfbed9 Import instead of FQCN
     new 4d992ed8 Let manage exception reporting
     new 957080ba Use assertThrows()
     new 51c82adc Let JUnit manage exception reporting
     new 6629e41d Unused import
     new d73f692e Use assertThrows()
     new e972ce0a Use assertThrows()
     new 414e21b4 Use assertThrows()
     new 72659508 Use assertThrows()
     new 358f1441 Use assertThrows()
     new 3e3eb332 Use assertThrows()
     new 52677ae9 Use assertThrows()
     new 21b6e60e Format
     new 00f69f83 Format
     new 965b4782 Refactor duplication
     new 45552e2c Use assertThrows()
     new 9da27f8f Use assertThrows()
     new b89e2330 Format
     new 8f16449f Use assertThrows()
     new afabd80b Use assertThrows()
     new b7d3e475 Use final
     new 86591cd0 Use final
     new f3213393 Remove trailing whitespace
     new 20366331 Remove trailing whitespace
     new 59230e9f Use final
     new 4d3ed010 Use final
     new 1277d509 Use final
     new 4a3ade14 Use final
     new 03a13e9d Use final
     new fde4e092 Use final

The 63 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/AnnotationTest.java   |   2 +-
 .../java/org/apache/commons/jexl3/AssignTest.java  |   8 +-
 .../apache/commons/jexl3/CachePerformanceTest.java | 256 +++++++++---------
 src/test/java/org/apache/commons/jexl3/Jexl.java   |   9 +-
 .../org/apache/commons/jexl3/JexlTestCase.java     |   2 +-
 .../java/org/apache/commons/jexl3/LexicalTest.java |  85 ++----
 .../apache/commons/jexl3/ParseFailuresTest.java    |  63 ++---
 .../java/org/apache/commons/jexl3/PragmaTest.java  |  85 +++---
 .../apache/commons/jexl3/PropertyAccessTest.java   | 107 +++-----
 .../apache/commons/jexl3/ScriptCallableTest.java   | 300 +++++++--------------
 .../java/org/apache/commons/jexl3/ScriptTest.java  |  22 +-
 .../org/apache/commons/jexl3/SetLiteralTest.java   |  13 +-
 .../org/apache/commons/jexl3/SideEffectTest.java   |  18 +-
 .../apache/commons/jexl3/TryCatchFinallyTest.java  |  56 ++--
 .../java/org/apache/commons/jexl3/VarTest.java     |  30 +--
 .../commons/jexl3/introspection/SandboxTest.java   |  12 +-
 .../apache/commons/jexl3/jexl342/OptionalTest.java |   4 +-
 .../org/apache/commons/jexl3/junit/Asserter.java   |  14 +-
 .../apache/commons/jexl3/parser/ParserTest.java    |   2 +-
 19 files changed, 401 insertions(+), 687 deletions(-)

Reply via email to