We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 6395553 commit 6a327b1Copy full SHA for 6a327b1
src/test/java/net/sf/jsqlparser/parser/ParserKeywordsUtilsTest.java
@@ -145,11 +145,11 @@ public static TreeSet<String> getAllKeywordsUsingJavaCC(File file) throws Except
145
});
146
Path jjGrammarFile = jjGrammarOutputDir.resolve("JSqlParserCC.jj");
147
148
- JavaCCErrors.reInit();
149
JavaCCParser parser = new JavaCCParser(new java.io.FileInputStream(jjGrammarFile.toFile()));
150
parser.javacc_input();
151
152
// needed for filling JavaCCGlobals
+ JavaCCErrors.reInit();
153
Semanticize.start();
154
155
// read all the Token and get the String image
0 commit comments