Avoid using providers that failed during injection
Open
bug
imported
Priority-Medium
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
_From [limpbizkit](https://code.google.com/u/limpbizkit/) on October 30, 2008 16:38:17_
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: http://code.google.com/p/google-guice/issues/detail?id=267_
Contributor guide
Assessment
This issue has not been assessed yet.