Selection sel = (listItem != null) ? SelectionFactory.newOrderedSelection(listItem) : Selection.EMPTY;
entityList.setSelection(sel);
}
private void initDataStructures(DeployWarnings results) {
DeployResultStructureBuilder builder = new DeployResultStructureBuilder(results);
globalWarnings = builder.getGlobalWarnings();
entityWarnings = builder.getItemWarningsMap();
renamedEntities = builder.getRenameMap();
}