Bug 29832

Summary: Bogus quickfixes after removing/adding core plugins
Product: [Eclipse Project] JDT Reporter: Knut Radloff <knut_radloff>
Component: CoreAssignee: David Audel <david_audel>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M5   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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.