[
https://issues.apache.org/jira/browse/KYLIN-3290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692817#comment-16692817
]
ASF subversion and git services commented on KYLIN-3290:
--------------------------------------------------------
Commit cede58b5325bdb8b17dd8f0f1d59f8e0ded52ceb in kylin's branch
refs/heads/master from 武斌
[ https://gitbox.apache.org/repos/asf?p=kylin.git;h=cede58b ]
KYLIN-3290 Leverage getDecalredConstructor().newInstance() instead of
newInstance()
> Avoid calling Class#newInstance
> -------------------------------
>
> Key: KYLIN-3290
> URL: https://issues.apache.org/jira/browse/KYLIN-3290
> Project: Kylin
> Issue Type: Task
> Reporter: Ted Yu
> Assignee: Wu Bin
> Priority: Minor
> Labels: jdk
> Fix For: v2.6.0
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)