You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Philipp Neuschwander (Jira)" <ji...@apache.org> on 2020/01/17 16:21:00 UTC

[jira] [Created] (JENA-1818) Bug: CustomCoordinateSequence::setOrdinate missing break statements

Philipp Neuschwander created JENA-1818:
------------------------------------------

             Summary: Bug: CustomCoordinateSequence::setOrdinate missing break statements
                 Key: JENA-1818
                 URL: https://issues.apache.org/jira/browse/JENA-1818
             Project: Apache Jena
          Issue Type: Bug
          Components: Spatial
    Affects Versions: Jena 3.13.1
            Reporter: Philipp Neuschwander


https://github.com/apache/jena/blob/master/jena-geosparql/src/main/java/org/apache/jena/geosparql/implementation/jts/CustomCoordinateSequence.java#L441

 

There should be "break" statements in that switch.
Currently there is a fallthrough manipulating other axis' values leading to data corruption.

 



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