You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (Jira)" <ji...@apache.org> on 2019/11/25 13:53:00 UTC

[jira] [Created] (JENA-1783) Cleaun up use of Class.newInstance

Andy Seaborne created JENA-1783:
-----------------------------------

             Summary: Cleaun up use of Class.newInstance 
                 Key: JENA-1783
                 URL: https://issues.apache.org/jira/browse/JENA-1783
             Project: Apache Jena
          Issue Type: Task
    Affects Versions: Jena 3.13.1
            Reporter: Andy Seaborne
            Assignee: Andy Seaborne


Class ::newIntance() is "deprecated" at Java9.

The migration is to replace "class.newInstance()" with "class.getConstructor().newInstance()".




--
This message was sent by Atlassian Jira
(v8.3.4#803005)