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/09/29 23:36:35 UTC

[jira] [Created] (UIMA-4031) type system initialization of built-in arrays has wrong supertype

Marshall Schor created UIMA-4031:
------------------------------------

             Summary: type system initialization of built-in arrays has wrong supertype
                 Key: UIMA-4031
                 URL: https://issues.apache.org/jira/browse/UIMA-4031
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.6.0SDK
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 2.6.1SDK


While working Json serialization, I noticed an unexpected listing of subtype information which was eventually traced to the built-in array types having a wrong supertype.  This is due to a bad initialization ordering - the part which sets up the supertype for the built-in array types was depending on some initialization which hadn't happened yet.

Fix by moving the initialization done later into the main type system setup code.  I verified that via adding a test case to TypeSystemTest that this is a very old error - it existed in the code back in 2008 while still in the incubator - in 2.2.1-incubating release.



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