Comment #12 on issue 643 by [email protected]: ClassLoader leaks in IndicesCallbackFilter
http://code.google.com/p/google-guice/issues/detail?id=643

Here's an alternative patch that also avoids a strong reference to the declaring class or its methods. It uses the MethodWrapper utility class from CGLIB to create keys based on the method signatures - this same utility class is used to de-duplicate the original method list in the Enhancer, so it's safe to use it in the callback filter.

Attachments:
        GUICE_ISSUE_643_20111028.patch  2.2 KB

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to