Updates:
        Status: WontFix

Comment #1 on issue 752 by sberlin: Guice.createInjector enforces bindings that become unused by Modules.override
http://code.google.com/p/google-guice/issues/detail?id=752

This is happening because of the way @Provides methods are implemented -- we call binder.getProvider(Class) for each arg of an @Provides method when doing the binding. Unfortunately there's no built-in way to know "what caused this binding", nor is there any graph analysis to know what's dead or not. So unfortunately there's really no way of fixing this until we do full graph analysis (and record who "wanted" each binding).

I'm gonna close this one as WontFix 'cause there's really no way I can see this happening.. but if you or anyone can dig in and supply a patch that makes this happen, awesome.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to