}
for (String uncheckedTypeName : typesToTransferUnchecked) {
Type type = cas.getTypeSystem().getType(uncheckedTypeName);
if (type != null) {
for (AnnotationFS annot : casSource.getAnnotationIndex(type)) {
cas.addFsToIndexes(cas.createAnnotation(type, annot.getBegin(), annot.getEnd()));
}
}
}
AnnotationCheckTreeNode[] annotationNodes = each.getChildren();
for (AnnotationCheckTreeNode eachAN : annotationNodes) {