You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by GitBox <gi...@apache.org> on 2019/07/01 16:34:41 UTC

[GitHub] [groovy] eric-milles opened a new pull request #959: GROOVY-9176: fix line and column of error for property-generated method

eric-milles opened a new pull request #959: GROOVY-9176: fix line and column of error for property-generated method
URL: https://github.com/apache/groovy/pull/959
 
 
   Errors like covariant or override checks performed by Verifier go to line -1, column -1 for property-generated methods.  This change allows the error to be associated with the property node, which helps remove some of the mysticism of where an accessor method comes from.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services