You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2014/04/03 17:28:14 UTC

[jira] [Created] (UIMA-3722) JCasHashMap lifecycle size management broken

Marshall Schor created UIMA-3722:
------------------------------------

             Summary: JCasHashMap lifecycle size management broken
                 Key: UIMA-3722
                 URL: https://issues.apache.org/jira/browse/UIMA-3722
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.6.0SDK
            Reporter: Marshall Schor
            Assignee: Marshall Schor
             Fix For: 2.6.0SDK


The code which decides whether or not the map table expansion is needed does 
{code}
if (size >= sizeWhichTriggersExpansion) {
      increaseSize();
{code}
but fails to then recalculate sizeWhichTriggersExpansion... 



--
This message was sent by Atlassian JIRA
(v6.2#6252)