Sometimes the Jenkins tests fail in PatternRuleMatcher line 300, usually 
when running the Catalan pattern tests:

     if (j >= positions.size()) {

j is an int, positions is List<Integer>, both are local variables. How 
can this cause a NullPointerException? I see no place in the code where 
positions is ever set to null. Any ideas? Can anybody reproduce this 
test failure locally?

Regards
  Daniel


------------------------------------------------------------------------------
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to