Bug 138938

Summary: [content assist] duplicated variable proposal
Product: [Eclipse Project] JDT Reporter: Martin Aeschlimann <martinae>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2   
Target Milestone: 3.4 M1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
screenshot none

Description Martin Aeschlimann CLA 2006-04-27 10:46:49 EDT
20060427

Do a code assist after 'newType' (before the '='):
  - you get 2 proposals that are the same

package test;
public class E {
	public void get() {
		TypeParameter newType= newTypeParameter();
	}
	
	class TypeParameter {}
	private TypeParameter newTypeParameter() {
		return null;
	}
}
Comment 1 Martin Aeschlimann CLA 2006-04-27 10:47:48 EDT
Created attachment 39669 [details]
screenshot
Comment 2 David Audel CLA 2006-04-27 10:51:04 EDT

*** This bug has been marked as a duplicate of 132139 ***
Comment 3 Frederic Fusier CLA 2007-08-03 06:58:55 EDT
Verified for 3.4M1 using build I20070802-0800.