Skip to content

Code too large #2161

Answered by MarcMazas
ssteinhauser asked this question in Q&A
Feb 10, 2025 · 8 comments · 4 replies
Discussion options

You must be logged in to vote

Hi.
We advice you to take some time checking that JavaCC 8 solves your issue without functional & performance regressions.
I cloned https://github.com/ssteinhauser/JSqlParser/tree/feature/exasol-import-export, modified pom.xml:

...
        <!-- needed for parsing the Keywords via JTree in ParserKeywordsUtils -->
        <dependency>
<!--            <groupId>net.java.dev.javacc</groupId>-->
<!--            <artifactId>javacc</artifactId>-->
<!--            <version>[7.0.13,)</version>-->
            <groupId>org.javacc.generator</groupId>
            <artifactId>java</artifactId>
            <version>8.0.1</version>
<!--            <version>8.1.0-SNAPSHOT</version>-->
            <scope>te…

Replies: 8 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@manticore-projects
Comment options

@ssteinhauser
Comment options

Comment options

You must be logged in to vote
1 reply
@manticore-projects
Comment options

Answer selected by manticore-projects
Comment options

You must be logged in to vote
1 reply
@manticore-projects
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants