// String idB = new String(CharOperation.replace(
// elementB.toStringWithAncestors().toCharArray(),
// getExternalJCLPathString().toCharArray(),
// tempJCLPath));
return elementA.toStringWithAncestors().compareTo(
elementB.toStringWithAncestors().toString());
// return idA.compareTo(idB);
}
};
org.eclipse.dltk.internal.core.util.Util.sort(elements, comparer);
}