You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Braun (JIRA)" <ji...@apache.org> on 2018/06/03 18:45:00 UTC

[jira] [Created] (LUCENE-8345) Add wrapper class constructors to forbiddenapis

Michael Braun created LUCENE-8345:
-------------------------------------

             Summary: Add wrapper class constructors to forbiddenapis
                 Key: LUCENE-8345
                 URL: https://issues.apache.org/jira/browse/LUCENE-8345
             Project: Lucene - Core
          Issue Type: Improvement
         Environment: Wrapper classes for the Java primitives (Boolean, Byte, Short, Character, Integer, Long, Float, Double) have constructors which will always create new objects. These constructors are officially deprecated as of Java 9 and it is recommended to use the public static methods since these can reuse the same underlying objects. In 99% of cases we should be doing this, so these constructors should be added to forbiddenapis and code corrected to use autoboxing or call the static methods (.valueOf, .parse*) explicitly. 
            Reporter: Michael Braun






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org