Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8254847

TestByteBuffer::testScopedBuffer is skipping tests

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools

      TestByteBuffer::testScopedBuffer is using the following code to skip some members of *Buffer it does not want to test:

                  if ((!e.getKey().getName().contains("get") &&
                          !e.getKey().getName().contains("put"))
                          || e.getValue().length > 2) { // skip bulk ops
                      //skip
                      return;
                  }

      But, because of the 'return' this is skipping all of the trailing method when encountering the first non-tested method.

            jvernee Jorn Vernee
            jvernee Jorn Vernee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: