Bug 94619 - [reconciling] Editor not correctly reconciled after consecutive renames with changes in other CU
Summary: [reconciling] Editor not correctly reconciled after consecutive renames with ...
Status: RESOLVED DUPLICATE of bug 96183
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P2 major (vote)
Target Milestone: 3.1 RC2   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-11 04:04 EDT by Markus Keller CLA
Modified: 2005-06-02 10:01 EDT (History)
0 users

See Also:


Attachments

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