You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Hristo Spaschev Iliev (JIRA)" <ji...@apache.org> on 2009/06/25 10:47:07 UTC

[jira] Updated: (HARMONY-6245) NoSuchMethod error with three-level hierarchy

     [ https://issues.apache.org/jira/browse/HARMONY-6245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hristo Spaschev Iliev updated HARMONY-6245:
-------------------------------------------

    Attachment: NoSuchMethod.zip

Test class with 2 JAR files containing the hirarchy producing NoSuchMethod

> 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
>         Attachments: NoSuchMethod.zip
>
>
> 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.