Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0SDK-beta
-
None
Description
When JCas Classes are checked for conformity to UIMA Type Systems, a check is made that the super types match; if they don't, and error is thrown.
There are cases when JCas classes could be changed to have a different super class inserted, which would be allowable. Accommodate this by changing the action when this happens to be just a warning.