We'd hit this bar twice or thrice, and it looks like we'd hit it again. It's ANTLR parser used in DRLVM. AFAIR somebody volunteered to rewrite the parser from scratch. Is there any progress on this?
---------- Forwarded message ---------- From: "Hristo Spaschev Iliev (JIRA)" <j...@apache.org> Date: Thu, 25 Jun 2009 01:35:07 -0700 (PDT) Subject: [jira] Created: (HARMONY-6245) NoSuchMethod error with three-level hierarchy To: comm...@harmony.apache.org NoSuchMethod error with three-level hierarchy --------------------------------------------- Key: HARMONY-6245 URL: https://issues.apache.org/jira/browse/HARMONY-6245 Project: Harmony Issue Type: Bug Components: VM Affects Versions: 5.0M10 Environment: Windows XP SP2 32bit C:\jdk\harmony-jdk-782693\bin>java -version Apache Harmony Launcher : (c) Copyright 1991, 2009 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r782693, (Jun 12 2009), Windows/ia32/msvc 1310, release build http://harmony.apache.org Reporter: Hristo Spaschev Iliev Running the attached class produces: java.lang.NoSuchMethodError: com/sap/sql/sqlparser/SQLParser.resetTokenBuffer()V while resolving constant pool entry at index 9 in class Test at Test.main(Test.java:13) The hierarchy used is: public class SQLParser extends LLkParser public class LLkParser extends Parser The method resetTokenBuffer() however can be found in antlr.Parser -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.