Maybe you can attach a full Maven project which reproduces the issue on your 
machine to the Jira.

If I can reproduce it locally, I can look into fixing the issue.

-- Richard

> On 3. Nov 2020, at 13:52, Mario Juric <[email protected]> wrote:
> 
> Hi Richard,
> 
> I was in the middle of reporting the issue in JIra, when I received your 
> mail. The test fails in my project, but it passes when I do like you do. 
> Don’t know what the difference is, except that we use uiamFIT in our project. 
> I also tried to define SubType manually outside the XML type description, and 
> it worked in this case in my project as well, e.g. just added this static 
> class to the test class.
> 
> 
> public static class SubType extends Annotation {
> 
>  public SubType(JCas jcas, int begin, int end) {
>    super(jcas, begin, end);
>  }
> 
> }
> 
> I actually don’t have a clue why I am seeing this difference in behaviour.
> 
> Cheers
> Mario

Reply via email to