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/24 16:19:04 UTC

[jira] [Created] (UIMA-4533) Regression - class cast exception in CasAnnotationViewer

Marshall Schor created UIMA-4533:
------------------------------------

             Summary: Regression - class cast exception in CasAnnotationViewer
                 Key: UIMA-4533
                 URL: https://issues.apache.org/jira/browse/UIMA-4533
             Project: UIMA
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.8.0SDK
            Reporter: Marshall Schor
            Assignee: Marshall Schor
             Fix For: 2.8.1SDK


The changes introduced in UIMA-3374 broke the viewer due the changed code assuming non-JCas kinds of Java cover classes.  One instance of this is the line 
{code}
StringArrayFSImpl arrayFS = (StringArrayFSImpl) aFS.getFeatureValue(feature);
{code}
which generates a cast exception if the JCas is being used.



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