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

markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


    from daeee9c38a Changelog update
     new b145298584 Add further test case for BZ 69338
     new d8a2effa68 Add tests for empty
     new f9a0336be9 Complete fix for BZ 69338. Optimise "not empty"
     new d74158a9cb Code clean-up - no fucntional change
     new 0067cdc9ba Update generated code after 'not empty' optimisations

The 5 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:
 .../{AstEmpty.java => AstAbstractEmpty.java}       |   36 +-
 java/org/apache/el/parser/AstEmpty.java            |   38 +-
 .../org/apache/el/parser/AstNotEmpty.java          |   13 +-
 java/org/apache/el/parser/ELParser.java            | 1472 +++++++++-----------
 java/org/apache/el/parser/ELParser.jjt             |    3 +
 .../org/apache/el/parser/ELParserTokenManager.java |  701 ++++------
 .../apache/el/parser/ELParserTreeConstants.java    |   45 +-
 .../parser/{TestAstNot.java => TestAstEmpty.java}  |   16 +-
 .../{TestAstNot.java => TestAstNotEmpty.java}      |   14 +-
 .../apache/el/parser/TestELParserPerformance.java  |   32 +
 webapps/docs/changelog.xml                         |    3 +-
 11 files changed, 990 insertions(+), 1383 deletions(-)
 copy java/org/apache/el/parser/{AstEmpty.java => AstAbstractEmpty.java} (62%)
 copy test/org/apache/el/parser/TesterBeanB.java => 
java/org/apache/el/parser/AstNotEmpty.java (82%)
 copy test/org/apache/el/parser/{TestAstNot.java => TestAstEmpty.java} (78%)
 copy test/org/apache/el/parser/{TestAstNot.java => TestAstNotEmpty.java} (78%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to