frjaeger220 / google-guice

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

Avoid using providers that failed during injection #267

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We 'keep going' while injecting to catch extra errors. This is nice. But when 
injecting a Provider 
instance fails, we shouldn't reuse that provider. Otherwise it'll blow up with 
strange errors.

Original issue reported on code.google.com by limpbizkit on 30 Oct 2008 at 8:38

GoogleCodeExporter commented 9 years ago

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