google-code-export / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
2 stars 1 forks source link

AssistedInject double binding error #330

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
AssistedInject doesn't work when the factory method's return type already has a 
binding.  In some 
apps a given type is produced both by a factory and by a regular binding.

Original issue reported on code.google.com by limpbizkit on 11 Feb 2009 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 26 Apr 2009 at 9:21

GoogleCodeExporter commented 9 years ago
The recent assistedinject changes did change code relating to this, but I'm not 
sure
what the bug actually is.  See the first two tests
('testImplicitForwardingAssistedBinding' and 
'testExplicitForwardingAssistedBinding')
in FactoryModuleBuilderTest.  Is this bug fixed, or is something else still 
wrong?

Original comment by sberlin on 23 May 2010 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by sberlin on 24 Sep 2010 at 1:17