Bug 9607

Summary: [Java Browsing] Types View not updated on save
Product: [Eclipse Project] JDT Reporter: Kai-Uwe Maetzel <kai-uwe_maetzel>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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