solomax commented on PR #144:
URL: https://github.com/apache/openjpa/pull/144#issuecomment-4474927636
Hello @cristof, All
sorry for being silent for too long (burden at day -time job :(( )
I've noticed these WARNINGS:
```
Java Compiler Compiler Version 5.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Warning: Bad option value in "-JDK_VERSION=17" will be ignored.
Reading from file
/home/solomax/work/_oss/openjpa/openjpa-kernel/src/main/jjtree/org/apache/openjpa/kernel/jpql/JPQL.jjt
. . .
File "Node.java" does not exist. Will create one.
File "JPQLTreeConstants.java" does not exist. Will create one.
File "JJTJPQLState.java" does not exist. Will create one.
Annotated grammar generated successfully in
/home/solomax/work/_oss/openjpa/openjpa-kernel/target/javacc-1779085259067/node/JPQL.jj
Java Compiler Compiler Version 5.0 (Parser Generator)
(type "javacc" with no arguments for help)
Warning: Bad option value in "-JDK_VERSION=17" will be ignored.
Reading from file
/home/solomax/work/_oss/openjpa/openjpa-kernel/target/javacc-1779085259067/node/JPQL.jj
. . .
Warning: Choice conflict in (...)* construct at line 1053, column 17.
Expansion nested within construct and expansion following construct
have common prefixes, one of which is: "+"
Consider using a lookahead of 2 or more for nested expansion.
Warning: Choice conflict in (...)* construct at line 1062, column 17.
Expansion nested within construct and expansion following construct
have common prefixes, one of which is: "*"
Consider using a lookahead of 2 or more for nested expansion.
Warning: Choice conflict involving two expansions at
line 1533, column 12 and line 1534, column 12 respectively.
A common prefix is: "AVG" "("
Consider using a lookahead of 3 or more for earlier expansion.
Warning: Choice conflict involving two expansions at
line 1533, column 34 and line 1534, column 12 respectively.
A common prefix is: <IDENTIFIER>
Consider using a lookahead of 2 for earlier expansion.
File "TokenMgrError.java" does not exist. Will create one.
File "ParseException.java" does not exist. Will create one.
File "Token.java" does not exist. Will create one.
File "JavaCharStream.java" does not exist. Will create one.
Parser generated with 0 errors and 4 warnings.
```
Maybe `Choice conflict in` above need to be addressed?
--
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]