Hi, Michael,
Attched is the changes for issue 1355. The issue is about adding line
and column information when there is any error in a Java Persistence
query results in a EJBQLException.
Basically, there are two type of error handling for jpql in the current
code: one is thrown from EJBQLParser.handleANTLRException(); the other
is all validation methods in the Node subclasses. Line and column
information are added in these two category. If the same error method is
used in other place and don't have line and column information, a new
method is added with same same having suffix 2.
Would you please review the changes?
Thanks.
Jielin