### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java,v retrieving revision 1.54 diff -u -r1.54 WildcardBinding.java --- compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java 25 Jun 2006 21:33:33 -0000 1.54 +++ compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java 30 Oct 2006 11:28:05 -0000 @@ -312,9 +312,10 @@ return typeVariable().erasure(); } // intersection type - return this.bound.id == TypeIds.T_JavaLangObject - ? this.otherBounds[0].erasure() - : this.bound.erasure(); + return this.bound.erasure(); +// return this.bound.id == TypeIds.T_JavaLangObject +// ? this.otherBounds[0].erasure() +// : this.bound.erasure(); } /* (non-Javadoc)