Open GoogleCodeExporter opened 9 years ago
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.
Original comment by sberlin
on 5 Dec 2013 at 11:01
Original issue reported on code.google.com by
zorze...@gmail.com
on 30 May 2013 at 10:34