Peter Klügl created UIMA-3606:
---------------------------------
Summary: Ruta Workbench: Check type in feature assignments
Key: UIMA-3606
URL: https://issues.apache.org/jira/browse/UIMA-3606
Project: UIMA
Issue Type: Bug
Components: ruta
Affects Versions: 2.2.0ruta
Reporter: Peter Klügl
Priority: Minor
Ruta Workbench: Check type in feature assignments:
{noformat}
DECLARE Annotation A (INT i);
DECLARE A B(INT j);
Document{-> CREATE(B, "i" = "1", "j" = 2)};
{noformat}
... should report an error.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)