[
https://issues.apache.org/jira/browse/UIMA-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15551167#comment-15551167
]
Peter Klügl commented on UIMA-5128:
-----------------------------------
Another example:
{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}
> Ruta: false positive problem in editor for stacked feature expresson on label
> expression
> ----------------------------------------------------------------------------------------
>
> Key: UIMA-5128
> URL: https://issues.apache.org/jira/browse/UIMA-5128
> 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: false positive problem in editor for stacked feature expresson on label
> expression. Example:
> {noformat}
> ((NumericValue{-> CREATE(Measurement, "unit" = mi.low.unit, "value" =
> NumericValue)}
> ANY{INLIST(IntervalIndicatorList)}
> NumericValue{-> CREATE(Measurement, "unit" = mi.low.unit, "value" =
> NumericValue)})
> {-PARTOF(MeasurementInterval)}
> ->{Measurement ANY{INLIST(IntervalIndicatorList)} Measurement{->
> GATHER(MeasurementInterval, 1, 3, "low" = 1, "high" = 3)}; }
> SPECIAL.ct=="/")+
> mi:@MeasurementInterval;
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)