You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2015/06/03 21:36:38 UTC

[jira] [Commented] (LUCENE-6520) Geo3D GeoPath: co-linear end-points result in NPE

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

David Smiley commented on LUCENE-6520:
--------------------------------------

First patch from Karl is here:  https://reviews.apache.org/r/34994/

> Geo3D GeoPath: co-linear end-points result in NPE
> -------------------------------------------------
>
>                 Key: LUCENE-6520
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6520
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/spatial
>    Affects Versions: 5.2
>            Reporter: David Smiley
>            Assignee: David Smiley
>
> FAILED:  org.apache.lucene.spatial.spatial4j.Geo3dRptTest.testOperations {#2 seed=[4AB0FA45EF43F0C3:2240DF3E6EDF83C]}
> {noformat}
> Stack Trace:
> java.lang.NullPointerException
>         at __randomizedtesting.SeedInfo.seed([4AB0FA45EF43F0C3:2240DF3E6EDF83C]:0)
>         at org.apache.lucene.spatial.spatial4j.geo3d.GeoPath$SegmentEndpoint.<init>(GeoPath.java:480)
>         at org.apache.lucene.spatial.spatial4j.geo3d.GeoPath.done(GeoPath.java:121)
>         at org.apache.lucene.spatial.spatial4j.Geo3dRptTest.randomQueryShape(Geo3dRptTest.java:195)
>         at org.apache.lucene.spatial.prefix.RandomSpatialOpStrategyTestCase.testOperationRandomShapes(RandomSpatialOpStrategyTestCase.java:53)
>         at org.apache.lucene.spatial.spatial4j.Geo3dRptTest.testOperations(Geo3dRptTest.java:100)
> {noformat}
> [~daddywri] says:
> bq. This is happening because the endpoints that define two path segments are co-linear.  There's a check for that too, but clearly it's not firing properly in this case for some reason.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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