Bug 35286 - Changes in Java Editor do not propagate to other views.
Summary: Changes in Java Editor do not propagate to other views.
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-19 09:15 EST by Andreas Krüger CLA
Modified: 2003-05-05 13:13 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 Andreas Krüger CLA 2003-03-19 09:15:44 EST
I had a type C open in both the Java editor and the type hirarchy.

Focus of the type hirarchy was on some baseclass A.

The type hirarchy showed a sibling class B of C, i.e.,

  class B extends A
  class C extends A

I manually edited the source code of C, in the Java editor, changing it to

  class C extends B

, and saved that change.

That structural change did not propagate properly to the type view.

This may or may not be related to bug 35020.
Comment 1 Dirk Baeumer CLA 2003-03-19 09:39:07 EST
Can't be reproduce using the simple A, B, C case. When changing the supertype 
of C from A to B the type hierarchy updates correctly.

Andreas, can you provide any additional information. Is there something in the 
log ?
Comment 2 Dirk Baeumer CLA 2003-03-19 09:39:37 EST
Forgot to mention that I used I20030318
Comment 3 Andreas Krüger CLA 2003-03-19 10:07:18 EST
Ooops - I should have mentioned,
B and C are inner types of some (different) classes.

I use RC2 aka 200303071024.
Comment 4 Dirk Baeumer CLA 2003-03-23 16:33:23 EST
Can't reproduce even if B and C are static inner types of a class D. Any 
additional hint to reproduce this.
Comment 5 Dirk Baeumer CLA 2003-05-05 13:13:34 EDT
Closing, no reponse from reporter and not able to reproduce problem.