Java PackTest.java compilation error

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Major - P3
    • WT2.9.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None

      Recompiling all java results in errors of:

      .../test/java/com/wiredtiger/test/PackTest.java:82: error: no suitable constructor found for PackInputStream(String,byte[])
      PackInputStream unpacker = new PackInputStream(format, packed);
      ^
      constructor PackInputStream.PackInputStream(String,byte[],boolean) is not applicable
      (actual and formal argument lists differ in length)
      constructor PackInputStream.PackInputStream(String,byte[],boolean,int,int) is not applicable
      (actual and formal argument lists differ in length)

            Assignee:
            Donald Anderson
            Reporter:
            Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: