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 2015/07/23 21:24:04 UTC

[jira] [Resolved] (UIMA-4530) make built-in uima types static

     [ https://issues.apache.org/jira/browse/UIMA-4530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-4530.
----------------------------------
    Resolution: Fixed

> make built-in uima types static
> -------------------------------
>
>                 Key: UIMA-4530
>                 URL: https://issues.apache.org/jira/browse/UIMA-4530
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.8.0SDK
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.8.1SDK
>
>
> UIMA's type system has lots of "built-in" things which are always the same, and must be (for interoperability with C++, etc.).  Yet, these are dynamically created for every type system.  Change this so the built-ins are static kinds of Java things;  this will (among other things) permit the use of codes like booleanTypeCode to be use in Java switch/case statements (they need to be "constant").



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)