[
https://issues.apache.org/jira/browse/UIMA-394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor closed UIMA-394.
-------------------------------
Resolution: Fixed
This was resolved by deleting this hashmap, as part of the reorg in UIMA-409
> sofa2jcasMap not be consistenly set
> -----------------------------------
>
> Key: UIMA-394
> URL: https://issues.apache.org/jira/browse/UIMA-394
> Project: UIMA
> Issue Type: Bug
> Components: Core Java Framework
> Affects Versions: 2.1
> Reporter: Marshall Schor
> Assigned To: Marshall Schor
> Priority: Minor
> Fix For: 2.2
>
>
> While researching the fix for UIMA 386, found that the mechanism for adding
> entries to sofa2jcasMap was not happening for the case of
> aCas.getView(somenewsofa).getJCas(). This would cause a duplicate JCas to be
> added, when there already was one. As part of the research for fixing this,
> see if the map can be eliminated (in favor of using the sofa2tcasMap followed
> by getJCas on that).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.