apex-enterprise-patterns / force-di

Generic DI library with support for Apex, Triggers, Visualforce and Lightning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List index out of bounds on binding replace

ImJohnMDaniel opened this issue · comments

You will get a "list index out of bounds" exception if you try to replace a binding that is not present. See di_Binding.Resolver.replaceBindingWith(Object) method