I've always used JavaModelUtil.getResolvedTypeName(ifield.getTypeSignature(), itype) in my plugincode. This is internal code of eclipse and I'm trying to replace this code with a "legal" variation. But I seem to be unable to find an alternative.
So what can I use instead of JavaModelUtil to get the qualified classname, if I have only the IField and the IType in which the IField exists.
Thanks for any help!