Bug 69449 - [reconciling] there seems to be a timing problem with the reconciler
Summary: [reconciling] there seems to be a timing problem with the reconciler
Status: RESOLVED DUPLICATE of bug 67134
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-07 05:40 EDT by Dani Megert CLA
Modified: 2004-10-21 05:21 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 Dani Megert CLA 2004-07-07 05:40:23 EDT
R3.0

copied from bug 69336, comment 2

p/A.java:
package p;
public class A {
	void call () {
		new B().method(null);
	}
}

p/B.java:
package p;
public class B {
	void method(Object param) { }
}

- save both editors and split the editor pane such that both are visible
- select "method" in A.java and remove the parameter with Change Method Signature

=> Sometimes (but not always), there is a wrong error annotation in A.java
saying "The method method(Object) in the type B is not applicable for the
arguments ()". The error disappears as soon as a key is pressed in the editor.

I could also reproduce this problem by doing Refactor > Undo/Redo via keyboard
with varying waiting periods between successive invocations.
Comment 1 Dani Megert CLA 2004-10-21 05:11:30 EDT

*** This bug has been marked as a duplicate of 69240 ***
Comment 2 Dani Megert CLA 2004-10-21 05:20:53 EDT
wrong dup
Comment 3 Dani Megert CLA 2004-10-21 05:21:24 EDT

*** This bug has been marked as a duplicate of 67134 ***