Bug 3274 - Java Reconciler works strange on duplicate methods (1GE2Z8G)
Summary: Java Reconciler works strange on duplicate methods (1GE2Z8G)
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 3307 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by Olivier Thomann CLA
Modified: 2009-08-30 02:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Thomann CLA 2001-10-10 22:52:24 EDT
The java reconciler will lose some methods if duplicate methods are in a class

NOTES:
	
	To reproduce
		
		1.  Create a class (test)
		2.  type in the following:    public void one() {}
		3.  Below that method type the following:   public void two() {}
		4.  Below that method type the following:   public void one() {}
		5.  Save the class. (There should be two errors)
		6.  Delete the top method.
		7.  The two() method is gone.


KUM (5/23/01 6:19:28 PM)
	The outliner receives the following delta from the Java Model:

Foo.java[*]: {CHILDREN}
	class Foo[*]: {CHILDREN}
		one (not open)[-]: {}
		void two()[-]: {}

	Moved to ITPJCORE.


PM (5/28/2001 7:53:33 PM)
	Please try to reproduce.

DA (5/29/01 1:29:43 PM)
	Bug still exist in build 0.113
Comment 1 Philipe Mulet CLA 2001-10-11 09:38:57 EDT
*** Bug 3307 has been marked as a duplicate of this bug. ***
Comment 2 DJ Houghton CLA 2001-10-23 23:53:44 EDT
PRODUCT VERSION:

	SDK 106

Comment 3 Philipe Mulet CLA 2002-03-14 05:07:52 EST
Deferring post 2.0
Comment 4 Eclipse Webmaster CLA 2009-08-30 02:41:13 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.