Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-2568

Java PackTest.java compilation error

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • WT2.9.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      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@mongodb.com Donald Anderson
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: