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/11/15 21:03:08 UTC

[GitHub] [groovy] martin-grofcik commented on issue #1085: GROOVY-9175 migrate private methods to protected

martin-grofcik commented on issue #1085: GROOVY-9175 migrate private methods to protected
URL: https://github.com/apache/groovy/pull/1085#issuecomment-554527324
 
 
   "without the possibility of impacting extensions."
   That's true. 
   
   Methods are already made protected in master. Checkers are still private (without getters) so I can overwrite method without access to checker. 
   I am sorry for misunderstanding, but is there any class between SecureASTCustomizer <-> CompilationCustomizer? By interface you mean CompilationUnit.PrimaryClassNodeOperation.
   Thank you for your time and answers.

----------------------------------------------------------------
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