Marshall Schor created UIMA-4147:
------------------------------------
Summary: Deserializing XMI delta FsIntList gets wrong value
Key: UIMA-4147
URL: https://issues.apache.org/jira/browse/UIMA-4147
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Reporter: Marshall Schor
Assignee: Marshall Schor
Fix For: 2.7.0SDK
When deserializing a list of ints, into a CAS where the list already exists,
the code to update the existing list mistakenly converts the value from the
serialized form, which is read as an "int", into a float, and then converts it
back to an int.
For large ints, this causes a loss of precision. The conversion appears to be
entirely due to a cut/paste error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)