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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P5 P5
    • openjdk8u242
    • 10, 11, 12, 13, 14, 15
    • 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.

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

                Created:
                Updated:
                Resolved: