195196197198199200201202203204205
if (zero_list.isEmpty() && non_zero_list.isEmpty()) break; if (zero_list.isEmpty()) { throw new CycleInDagException(); } DesignerVertex cur = zero_list.remove(0); ret[cnt++] = (Table) (cur.getCatalogItem());