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/08/12 07:47:13 UTC

[GitHub] [groovy] danielsun1106 opened a new pull request #988: Make inner class `MethodIndex` `static`

danielsun1106 opened a new pull request #988: Make inner class `MethodIndex` `static`
URL: https://github.com/apache/groovy/pull/988
 
 
   A static inner class does not keep an implicit reference to its enclosing instance. This prevents a common cause of memory leaks and uses less memory per instance of the class.

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