View | Details | Raw Unified | Return to bug 141252 | Differences between
and this patch

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/lookup/WildcardBinding.java (+7 lines)
Lines 290-295 Link Here
290
       }
290
       }
291
	
291
	
292
	/**
292
	/**
293
	 * @see org.eclipse.jdt.internal.compiler.lookup.TypeBinding#constantPoolName()
294
	 */
295
	public char[] constantPoolName() {
296
		return this.erasure().constantPoolName();
297
	}
298
	
299
	/**
293
	 * @see org.eclipse.jdt.internal.compiler.lookup.TypeBinding#debugName()
300
	 * @see org.eclipse.jdt.internal.compiler.lookup.TypeBinding#debugName()
294
	 */
301
	 */
295
	public String debugName() {
302
	public String debugName() {

Return to bug 141252