return DeeImages.getIDEInternalErrorImageDescriptor();
}
ImageDescriptor baseImage = getBaseImageDescriptor(elementDesc, iconStyle);
EProtection prot;
if (iconStyle == ElementIconsStyle.JDTLIKE &&
(archeType == EArcheType.Variable || archeType == EArcheType.Function)) {
prot = null; // Don't render protection adornment
} else {
prot = DefElementFlagsUtil.elementFlagsToProtection(elementFlags, null);