}
}
} else if (featureValue instanceof CommonArrayFS) {
// handle all other kind of CommonArrayFS nodes (ArrayFS handled above)
CommonArrayFS array = (CommonArrayFS) featureValue;
String text = "[" + StringUtils.join(array.toStringArray(), ", ") + "]";
parent.addChild(new ArrayFeatureTreeNode(this, f, text));
}
} else if (f.getRange().isPrimitive()) {
if ("uima.cas.AnnotationBase:sofa".equals(f.getName())) {
} else {