[
https://issues.apache.org/jira/browse/LUCENE-7185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229825#comment-15229825
]
Dawid Weiss commented on LUCENE-7185:
-------------------------------------
{code}
+ // may trigger divide by zero
+ return 0.0;
{code}
Given that ((Double) +0.0).equals/compareTo(-0.0) equals false, even though
unboxed comparison obviously equals true, I'd add -0.0 to the list of surprises
as well.
> fix random number generation used for spatial tests
> ---------------------------------------------------
>
> Key: LUCENE-7185
> URL: https://issues.apache.org/jira/browse/LUCENE-7185
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Robert Muir
> Attachments: LUCENE-7185.patch
>
>
> The current method is not very good for testing.
> * It will only rarely or never return edge cases like -180/180/-90/90
> * It will only rarely return 0
> * There are many possible doubles within the ranges (-180..180/-90..90) it
> will never return
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]