Richard Eckart de Castilho created UIMA-6282:
------------------------------------------------
Summary: 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
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)