Bug 29832 - Bogus quickfixes after removing/adding core plugins
Summary: Bogus quickfixes after removing/adding core plugins
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 M5   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-20 14:56 EST by Knut Radloff CLA
Modified: 2003-02-10 10:22 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 Knut Radloff CLA 2003-01-20 14:56:20 EST
build 20030115

I have a class org.eclipse.ui.dialogs.NewFolderDialog with the following 
imports:
import org.eclipse.core.resources.*;
import org.eclipse.core.runtime.*;

I had the resources and runtime plugins loaded as binary plugins. I removed 
them and added both from the repository (turning off autobuild before removing 
and enabling autobuild again after adding). 
After this there were quickfix errors on every line in NewFolderDialog that 
used IContainer, IResource or other classes from the two core plugins. The two 
import statements were shown as never being used.
Comment 1 Philipe Mulet CLA 2003-01-22 05:58:47 EST
Did you see markers for these ? Also, did close/open offending editors fix the 
problem ? Suspecting an editor refresh issue.
Comment 2 Knut Radloff CLA 2003-01-22 10:20:24 EST
No markers.
I turned off quickfixes so I don't know when the bogus ones would have 
disappeared.
Comment 3 Philipe Mulet CLA 2003-01-25 07:24:47 EST
David - pls try to reproduce (time permitting for M5)
Comment 4 David Audel CLA 2003-02-04 04:25:49 EST
Problem : the namelookup and the searchable environment of a project are not 
reinitialize when a required project is deleted.

Fixed.



Comment 5 David Audel CLA 2003-02-10 10:22:29 EST
Verified.