Bug 9607 - [Java Browsing] Types View not updated on save
Summary: [Java Browsing] Types View not updated on save
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-13 09:36 EST by Kai-Uwe Maetzel CLA
Modified: 2002-02-14 09:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai-Uwe Maetzel CLA 2002-02-13 09:36:49 EST
1) Create JUnit project
2) Create new *Simple* file "Foo.java"
-> Editor opens and is empty as expected
3) Enter "class Foo {}"
4) Save
-> Types view is not updated
Comment 1 Dani Megert CLA 2002-02-14 06:46:14 EST
Only a problem after directly creating a new class. Guess that Members view is
not yet "linked" with the Types view.

It works if the editor is opened on an existing file.

Comment 2 Dani Megert CLA 2002-02-14 09:40:12 EST
Fixed