[ 
https://issues.apache.org/jira/browse/UIMA-3292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843376#comment-13843376
 ] 

Alexandre Patry commented on UIMA-3292:
---------------------------------------

This should be fixed by UIMA-3322. I will confirm it and change the status of 
the bug once I am on a machine where I can develop.

> Conflicting types are not flagged by RUTA
> -----------------------------------------
>
>                 Key: UIMA-3292
>                 URL: https://issues.apache.org/jira/browse/UIMA-3292
>             Project: UIMA
>          Issue Type: Bug
>          Components: ruta
>    Affects Versions: 2.1.0ruta
>            Reporter: Alexandre Patry
>            Assignee: Alexandre Patry
>             Fix For: 2.1.1ruta
>
>
> *Steps to reproduce*
> # Create a RUTA script containing the rule {{W {-> T1}}}
> # Add this script to an aggregate whose type system contains {{conflicting.W}}
> # Run the script on the text _word_
> *Expected behaviour*
> _word_ is annotated with {{T1}}
> *Observed behaviour*
> Depending on the on the order in which the types iterated on in 
> RutaEnvironment#initializeTypes, one of the following is observed: 
> * {{W}} is resolved to {{org.apache.uima.ruta.type.W}} and _word_ is 
> annotated with {{T1}}
> * {{W}} is resolved to {{conflicting.W}} and no {{T1}} annotation is created.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to