[ 
https://issues.apache.org/jira/browse/LUCENE-9029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16973709#comment-16973709
 ] 

ASF subversion and git services commented on LUCENE-9029:
---------------------------------------------------------

Commit c1ac14645409b6652c0c48858c2522c49c941be1 in lucene-solr's branch 
refs/heads/master from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=c1ac146 ]

LUCENE-9029: Deprecate SloppyMath toRadians/toDegrees in favor of Java Math


> Deprecate SloppyMath toRadians/toDegrees in favor of Java Math
> --------------------------------------------------------------
>
>                 Key: LUCENE-9029
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9029
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Jack Conradson
>            Priority: Trivial
>         Attachments: LUCENE-9029.patch, LUCENE-9029.patch
>
>
> This change follows a TODO left in SloppyMath to remove toRadians/toDegrees 
> since from Java 9 forward Math toRadians/toDegrees is now identical. Since 
> these methods/constants are public, deprecation messages are added to each 
> one. Internally, in Lucene, all instances of the SloppyMath versions are 
> replaced with the standard Java Math versions.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to