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

forgot to "throw" TransformerConfigurationException

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • P3
    • Resolution: Fixed
    • None
    • 12
    • xml
    • b02
    • Not verified

    Description

      As found by errorprone,

      java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java

                      catch (TransformerException e2) {
                          new TransformerConfigurationException(e2);
                      }

      is probably missing a "throw"

      Attachments

        Activity

          People

            joehw Joe Wang
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: