Benjamin De Boe created UIMA-4900:
-------------------------------------
Summary: UIMACPP 64bit issue
Key: UIMA-4900
URL: https://issues.apache.org/jira/browse/UIMA-4900
Project: UIMA
Issue Type: Bug
Components: C++ Framework
Affects Versions: 2.8.0SDK
Environment: any
Reporter: Benjamin De Boe
Priority: Minor
in framework/uima/strtools.hpp:_strreplaceall_env(), the variables envBegPos
and envEndPos are declared as unsigned integers, whereas the find() method on
64bit would return a 64bit value, which is too big for this data type. We think
they should be declared as size_t instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)