}
};
FileTreeModel fileTreeModel = new FileTreeModel(new MockOutgoingController());
DebuggingModel debuggingModel = new DebuggingModel();
Editor editor = Editor.create(context);
EditorPopupController editorPopupController =
EditorPopupController.create(context.getResources(), editor);
DebuggingModelController debuggingModelController = DebuggingModelController.create(
place, context, debuggingModel, editor, editorPopupController, null);
JsoStringMap<String> templates = JsoStringMap.create();