Bug 94619

Summary: [reconciling] Editor not correctly reconciled after consecutive renames with changes in other CU
Product: [Eclipse Project] JDT Reporter: Markus Keller <markus.kell.r>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: major    
Priority: P2    
Version: 3.1   
Target Milestone: 3.1 RC2   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Markus Keller CLA 2005-05-11 04:04:04 EDT
I20050509-2010

- Have these two classes in separate CUs:

public class Other {
    public static void a() {}
}

public class Main {
    {
        Other.a();
    }
}

- open Other.java, then open Main.java
- in Main, select a and 'Refactor > Rename' to b
- 'Refactor > Rename' b to c
=> The editor shows a wrong error message "The method c() is undefined for the
type Other". The error is only in the editor and goes away as soon as the
document is changed.
Comment 1 Dani Megert CLA 2005-06-01 03:34:52 EDT
Needs to be investigated for 3.1 RC2.
Probably related to bug 96183.
Comment 2 Dani Megert CLA 2005-06-02 10:01:45 EDT

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