Bug 324411 - "Funny" bug: reconciler does not report problem for duplicated method
Summary: "Funny" bug: reconciler does not report problem for duplicated method
Status: VERIFIED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: 3.7 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-03 09:15 EDT by Dani Megert CLA
Modified: 2010-09-14 01:43 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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