[
https://issues.apache.org/jira/browse/UIMA-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eddie Epstein resolved UIMA-4900.
---------------------------------
Resolution: Won't Fix
Although it may not be explicitly documented, the maximum document size that
can be embedded in a UIMA CAS is INT32_MAX.
> 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
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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
(v8.3.4#803005)