Bug 324411

Summary: "Funny" bug: reconciler does not report problem for duplicated method
Product: [Eclipse Project] JDT Reporter: Dani Megert <daniel_megert>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED WORKSFORME QA Contact:
Severity: major    
Priority: P3 CC: amj87.iitr, markus.kell.r, satyam.kandula
Version: 3.7   
Target Milestone: 3.7 M2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dani Megert CLA 2010-09-03 09:15:54 EDT
N20100902-2000.

1. check out 'org.eclipse.jdt.text.tests' from HEAD.
2. open type 'CodeCompletionTest'
3. paste this into the class body
	void foo() {}
	void foo() {}
==> reconciler does not report error.

Works fine in other classes.
Comment 1 Ayushman Jain CLA 2010-09-10 03:09:20 EDT
(In reply to comment #0)
> N20100902-2000.
> 
> 1. check out 'org.eclipse.jdt.text.tests' from HEAD.
> 2. open type 'CodeCompletionTest'
> 3. paste this into the class body
>     void foo() {}
>     void foo() {}
> ==> reconciler does not report error.
> 
> Works fine in other classes.

Dani, I couldn't reproduce using build I20100907-0800 , and HEAD. Can you please confirm?
Comment 2 Markus Keller CLA 2010-09-10 05:49:38 EDT
I could reproduce at the time Dani filed the bug, but I also can't reproduce now (I20100907-0800).
Comment 3 Dani Megert CLA 2010-09-13 06:43:06 EDT
>Dani, I couldn't reproduce using build I20100907-0800 , and HEAD. Can you
>please confirm?
Yes.
Comment 4 Satyam Kandula CLA 2010-09-14 01:37:16 EDT
Changed the status to WORKSFORME, as it is not reproducable.
Comment 5 Satyam Kandula CLA 2010-09-14 01:43:10 EDT
Verified for 3.7M2