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)