You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Lukasz Gajowy (Jira)" <ji...@apache.org> on 2019/09/19 13:26:00 UTC

[jira] [Work started] (BEAM-3845) Avoid calling Class#newInstance

     [ https://issues.apache.org/jira/browse/BEAM-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on BEAM-3845 started by Lukasz Gajowy.
-------------------------------------------
> Avoid calling Class#newInstance
> -------------------------------
>
>                 Key: BEAM-3845
>                 URL: https://issues.apache.org/jira/browse/BEAM-3845
>             Project: Beam
>          Issue Type: Task
>          Components: sdk-java-core
>            Reporter: Ted Yu
>            Assignee: Lukasz Gajowy
>            Priority: Minor
>              Labels: triaged
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)