Peter Klügl created UIMA-3689:
---------------------------------
Summary: Ruta Workbench: AST parser creates wrong node for missing
identifier
Key: UIMA-3689
URL: https://issues.apache.org/jira/browse/UIMA-3689
Project: UIMA
Issue Type: Bug
Components: ruta
Affects Versions: 2.1.0ruta
Reporter: Peter Klügl
Priority: Minor
AST parser creates wrong node for missing identifier. Example:
{noformat}
TYPESYSTEM _
DECLARE Test;
{noformat}
Autocompletion at underscore proposes all various types, but should list the
type systems. This is caused by the parser skipping the declare keyword and
creating a component reference covering "Test". The node for completion is then
null.
--
This message was sent by Atlassian JIRA
(v6.2#6252)