Uploaded image for project: 'Kylin'
  1. Kylin
  2. KYLIN-3290

Avoid calling Class#newInstance

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • v2.6.0
    • None

    Description

      Class#newInstance is deprecated starting in Java 9 - https://bugs.openjdk.java.net/browse/JDK-6850612 - because it may throw undeclared checked exceptions.

      The suggested replacement is getDeclaredConstructor().newInstance(), which wraps the checked exceptions in InvocationException.

      Attachments

        Issue Links

          Activity

            People

              skywind2006 Wu Bin
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: