Martin Toepfer created UIMA-3482:
------------------------------------
Summary: Ruta: Error highlighting for unknown types in inlined
rules
Key: UIMA-3482
URL: https://issues.apache.org/jira/browse/UIMA-3482
Project: UIMA
Issue Type: Bug
Components: ruta
Affects Versions: 2.1.0ruta
Reporter: Martin Toepfer
The editor does not highlight (or check) missing types used in inlined rules.
For Example:
CONCEPT_ROOT (defined in a type system that is not available in the script) is
not marked as a missing type for the inlined rule:
SENTENCE -> {
(CONCEPT_ROOT.isAttribute == false) {->ERR};
};
--
This message was sent by Atlassian JIRA
(v6.1#6144)