/* 896 */ for (ControllerContext ctx : contexts)
/* */ {
/* 898 */ if (advance(ctx))
/* */ {
/* 900 */ DependencyInfo dependencies = ctx.getDependencyInfo();
/* 901 */ if (dependencies.resolveDependencies(this, state)) {
/* 902 */ result.add(ctx);
/* */ }
/* */ }
/* */ }
/* */ }