Big support for Adam's comment. Even thought about doing something like that for myself!
Btw: It might also be possible to prove those methods by byte-code-analysis.
Any methods that does none of the following has no need to initialize the proxy:
access instance variables
call private methods
Calls to non-private methods don't hurt since they will be intercepted by the proxy and checked for themselves.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Big support for Adam's comment. Even thought about doing something like that for myself!
Btw: It might also be possible to prove those methods by byte-code-analysis.
Any methods that does none of the following has no need to initialize the proxy:
Calls to non-private methods don't hurt since they will be intercepted by the proxy and checked for themselves.