Yes, this could be a problem maybe. It's the IDE parser... there are no
tests :-(
I'll investigate it.
Best,
Peter
Am 31.08.2016 um 16:51 schrieb Marshall Schor:
> During build from source, ANTLR Parser generator gives warnings - are these OK
> or indications of a grammar issue:
>
> warning(203): org\apache\uima\ruta\ide\core\parser\RutaParser.g:489:55: Input
> such as "{Identifier, RessourceLiteral}" is insufficiently covered with
> predicates at locations: alt 2: line 2374: at Identifier, line 2577: at
> Identifier
> warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:489:55:
> Decision can match input such as "{Identifier, RessourceLiteral}" using
> multiple
> alternatives: 1, 2
>
> As a result, alternative(s) 2 were disabled for that input
>
>
> warning(203): org\apache\uima\ruta\ide\core\parser\RutaParser.g:496:56: Input
> such as "{Identifier, RessourceLiteral}" is insufficiently covered with
> predicates at locations: alt 2: line 2374: at Identifier, line 2577: at
> Identifier
> warning(200): org\apache\uima\ruta\ide\core\parser\RutaParser.g:496:56:
> Decision can match input such as "{Identifier, RessourceLiteral}" using
> multiple
> alternatives: 1, 2
>
> As a result, alternative(s) 2 were disabled for that input
>
> -Marshall
>