You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Peter Klügl (JIRA)" <de...@uima.apache.org> on 2016/10/06 07:31:20 UTC

[jira] [Created] (UIMA-5130) Ruta: feature expression in composed string expression

Peter Klügl created UIMA-5130:
---------------------------------

             Summary: Ruta: feature expression in composed string expression
                 Key: UIMA-5130
                 URL: https://issues.apache.org/jira/browse/UIMA-5130
             Project: UIMA
          Issue Type: Bug
          Components: Ruta
    Affects Versions: 2.5.0ruta
            Reporter: Peter Klügl
            Assignee: Peter Klügl
             Fix For: 2.5.1ruta


Ruta: feature expression in composed string expression is not resolved as feature expression but as simple type expression which leads to the plain string of the expression.
{noformat}
NumericValue<-{ANY{INLIST(multipyIndicatorList) -> dim  = dim + 1};}
        u:Unit {-> u.normalized = null, u.normalizedAscii = null, u.dimension = null, 
                 u.parsed = ""+ u.parsed + "^" + (dim)};
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)