Peter Klügl created UIMA-6268:
---------------------------------
Summary: Ruta: internal indexing not robust concerning
modifications in pipeline
Key: UIMA-6268
URL: https://issues.apache.org/jira/browse/UIMA-6268
Project: UIMA
Issue Type: Bug
Components: Ruta
Affects Versions: 3.0.1ruta, 2.8.1ruta
Reporter: Peter Klügl
Fix For: 2.8.2ruta, 3.0.2ruta
The internal indexing is actually not checking the modifications in previous
pipeline operations robust enough. This can cause erroneous rule execution.
The problem occurs in pipelines with multiple ruta engine combined with
additional modification in arbitrary java analysis engines:
{noformat}
# ruta create some annotations
# java remove some annotations
# ruta check on annotation types with e.g. PARTOF
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)