"GdbMiEventTypes.doneEventTypes list but does not have a" +
"GdbMiDoneEvent annotation");
continue;
}
if (doneEventAnnotation.command().equals(commandType)) {
// Found a match; check if we need to transpose a specific result
// onto this class
if (!doneEventAnnotation.transpose().isEmpty()) {
List<GdbMiResult> transposedResults = transposeDoneEvent(record,
doneEventAnnotation);