You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (Jira)" <de...@uima.apache.org> on 2020/10/20 20:05:00 UTC

[jira] [Updated] (UIMA-6282) select.at() may fail to respect bounds

     [ https://issues.apache.org/jira/browse/UIMA-6282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard Eckart de Castilho updated UIMA-6282:
---------------------------------------------
    Description: 
select.at() may fail to respect bounds.

* add an annotation x at (10, 20)
* add an annotation y at (21, MAX_INT)
* call {{cas.select(Annotation).at\(x).asList().contains\(y)}} -> expected to return false, but returns true


  was:
select.at() may fail to respect bounds.

* add an annotation x at (10, 20)
* add an annotation y at (21, MAX_INT)
* call {{cas.select(Annotation).at(\x).asList().contains(\y)}} -> expected to return false, but returns true



> select.at() may fail to respect bounds
> --------------------------------------
>
>                 Key: UIMA-6282
>                 URL: https://issues.apache.org/jira/browse/UIMA-6282
>             Project: UIMA
>          Issue Type: Task
>          Components: Core Java Framework
>    Affects Versions: 3.1.1SDK
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Major
>             Fix For: 3.2.0SDK
>
>
> select.at() may fail to respect bounds.
> * add an annotation x at (10, 20)
> * add an annotation y at (21, MAX_INT)
> * call {{cas.select(Annotation).at\(x).asList().contains\(y)}} -> expected to return false, but returns true



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