Index: dom/org/eclipse/jdt/core/dom/TypeBinding.java =================================================================== RCS file: /home/eclipse/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/TypeBinding.java,v retrieving revision 1.101 diff -u -r1.101 TypeBinding.java --- dom/org/eclipse/jdt/core/dom/TypeBinding.java 30 May 2005 13:58:02 -0000 1.101 +++ dom/org/eclipse/jdt/core/dom/TypeBinding.java 6 Jun 2005 18:02:20 -0000 @@ -991,7 +991,7 @@ * @see ITypeBinding#isInterface() */ public boolean isInterface() { - return this.binding.isInterface(); + return this.binding.isInterface() && !this.binding.isTypeVariable() && !this.binding.isWildcard(); } /*