DebugInfo.debug("UncheckedObject AUX:\n\n" + uco.toOIF());
ResultException ex = new ResultException();
ex.result.addResult(Result.ERROR,"Unknown class: " + uco.classes.get(i));
throw(ex);
}
rc.addAux(cd);
}
Iterator<String> names = uco.getAttributeNames();
while(names.hasNext()){
String n = names.next();