Bug 14754 - CodeAssist - Duplicate method declaration proposal inside anonymous type
Summary: CodeAssist - Duplicate method declaration proposal inside anonymous type
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 11:54 EDT by Philipe Mulet CLA
Modified: 2002-05-02 05:56 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2002-04-26 11:54:48 EDT
Build 20020423

Method declaration completions are not checking properly for duplicates inside 
anonymous types.

public class X {
  void foo(){
    new Object(){
	protected Object clone() throws CloneNotSupportedException {
	  return super.clone();
	}
	<|> --> CODE ASSIST SHOULD NOT PROPOSE CLONE() AGAIN
Comment 1 David Audel CLA 2002-05-02 05:56:01 EDT
Fixed.