Marshall Schor created UIMA-4548:
------------------------------------
Summary: ArrayOutOfBounds exception thrown during delta CAS
deserialization
Key: UIMA-4548
URL: https://issues.apache.org/jira/browse/UIMA-4548
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Affects Versions: 2.7.0SDK
Reporter: Marshall Schor
Assignee: Marshall Schor
Fix For: 2.8.1SDK
Bhavani reports a reproducable ArrayIndexOutOfBounds exception while
deserializing a delta CAS. Debugging traced this to a wrong "end" argument
passed to Arrays.binarySearch with bounds - the end bound is "exclusive", but
the value passed needed to be in the range considered.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)