afs commented on PR #2164:
URL: https://github.com/apache/jena/pull/2164#issuecomment-1885469067
The files ARQParser.java and ARQParserTokenManager.java are automatically
generated - same for all the pairs like that.
```
/* Generated By:JavaCC: Do not edit this line. ARQParser.java */
```
JavaCC isn't run in the build. In each directory there a shell script that
does several things - clear up old stuff, generate the parser, generate the txt
file that can be used to produce complete HTML (jjdoc does not), then some
patching up such as adding _SuppressWarnings ("unused")_.
1. People can build Jena without needing to have javacc
1. The source is available when debugging
1. The files do not change every often.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]