Marshall Schor created UIMA-5706:
------------------------------------
Summary: uv3 feature validation for getters setters weaker than v2
Key: UIMA-5706
URL: https://issues.apache.org/jira/browse/UIMA-5706
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Affects Versions: 3.0.0SDK-beta
Reporter: Marshall Schor
Assignee: Marshall Schor
Fix For: 3.0.0SDK
Methods like fs.get/set[valueKind](feature) fail to compare the valueKind with
the range of the feature. Examples:
* valueKind = featureValue, the range should be a Feature Structure.
* valueKind = intValue, the range should be a uima.cas.Integer
* valueKind = shortValue, the range should be uima.cas.Short
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)