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

forgot to "throw" TransformerConfigurationException

XMLWordPrintable

    • b02
    • Not verified

      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"

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

              Created:
              Updated:
              Resolved: