Uploaded image for project: 'Harmony'
  1. Harmony
  2. HARMONY-6245

NoSuchMethod error with three-level hierarchy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 5.0M10
    • 5.0M11
    • VM
    • None

    Description

      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

      Running the same with SunVM produces no such Error

      Attachments

        1. NoSuchMethod.zip
          824 kB
          Hristo Spaschev Iliev

        Activity

          People

            tellison Tim Ellison
            hsiliev Hristo Spaschev Iliev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: