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

Details

    • Bug
    • Resolution: Fixed
    • P5
    • openjdk8u242
    • 10, 11, 12, 13, 14, 15
    • security-libs
    • None
    • b17
    • 10
    • b07
    • generic
    • generic

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: