You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Adam Lally (JIRA)" <ui...@incubator.apache.org> on 2006/12/28 15:32:25 UTC

[jira] Reopened: (UIMA-10) Split JCas into interface and implementation

     [ http://issues.apache.org/jira/browse/UIMA-10?page=all ]

Adam Lally reopened UIMA-10:
----------------------------

             
I've started reviewing this... so far I see several occurrences of JCasImpl in interface code - for example in JCasAnnotator_ImplBase, JCasMultiplier_ImplBase, and AnalysisEngine.  I think anything outside of an impl package should always refer to the JCas interface, never the JCasImpl.

> Split JCas into interface and implementation
> --------------------------------------------
>
>                 Key: UIMA-10
>                 URL: http://issues.apache.org/jira/browse/UIMA-10
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Adam Lally
>         Assigned To: Adam Lally
>             Fix For: 2.1
>
>
> We should split the existing JCAS class into an interface org.apache.uima.jcas.JCas and its implementation org.apache.uima.jcas.impl.JCasImpl.  This follows good design practices and also is consistent with the rest of uimaj-core.  It is important to do this prior to our first release since it will be a non-compatible change for user code.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira