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 27c71e90 Add Checkstyle TypecastParenPad new 5ca6d506 Fix ParenPad new 61a46c32 Add Checkstyle ParenPad The 2 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: src/main/config/checkstyle.xml | 1 + src/main/java/org/apache/commons/jexl3/JexlFeatures.java | 4 ++-- src/main/java/org/apache/commons/jexl3/internal/Debugger.java | 2 +- src/main/java/org/apache/commons/jexl3/internal/Engine32.java | 4 ++-- .../java/org/apache/commons/jexl3/internal/LexicalFrame.java | 2 +- src/main/java/org/apache/commons/jexl3/internal/SoftCache.java | 2 +- .../org/apache/commons/jexl3/scripting/JexlScriptEngine.java | 2 +- .../java/org/apache/commons/jexl3/ArithmeticOperatorTest.java | 7 ++++--- src/test/java/org/apache/commons/jexl3/ArithmeticTest.java | 6 +++--- src/test/java/org/apache/commons/jexl3/AssignTest.java | 2 +- .../java/org/apache/commons/jexl3/CollectionLiteralTest.java | 4 ++-- src/test/java/org/apache/commons/jexl3/JexlTestCase.java | 2 +- src/test/java/org/apache/commons/jexl3/ScriptTest.java | 4 ++-- src/test/java/org/apache/commons/jexl3/ShiftOperatorsTest.java | 9 +++++---- src/test/java/org/apache/commons/jexl3/StrategyTest.java | 2 +- src/test/java/org/apache/commons/jexl3/examples/StreamTest.java | 2 +- 16 files changed, 29 insertions(+), 26 deletions(-)