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