[TESTBUG] Remove pointless catch block in test/jdk/sun/security/util/DerValue/BadValue.java

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P5
    • openjdk8u242
    • Affects Version/s: 10, 11, 12, 13, 14, 15
    • Component/s: security-libs
    • None
    • b17
    • 10
    • b07
    • generic
    • generic

        JDK-8183591 introduced a completely redundant catch block that we spotted in backporting it to 8u:

        + } catch (IOException ex) {
        + throw ex;
                 }

        This can be removed without altering the behaviour of the test.

              Assignee:
              Andrew Hughes
              Reporter:
              Andrew Hughes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: