Bug 73008 - Correcting compile problems doesnt reflect in dependent classes
Summary: Correcting compile problems doesnt reflect in dependent classes
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux-GTK
: P2 major (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 78940 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-31 16:46 EDT by Srimanth CLA
Modified: 2011-06-13 11:37 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srimanth CLA 2004-08-31 16:46:44 EDT
Was performing the 'Interdependency Tests' testcase found here:
http://dev.eclipse.org/viewcvs/indextools.cgi/%7Echeckout%7E/vep-home/WebContent/docs/testcases/interdependency/interdependency.htm
Basically Project1 had JFrame, Project 2 had JPanel. The JFrame has contentpane
set to the JPanel in Project2. A compiler problem was induced into the JPanel
class (added import foo.bar;) and the class saved. Going to the JFrame shows the
error in the contentpane. Now go back to Panel and remove the erroneous import
and save the file. Going back to the JFrame doesnt fix the problem.
Comment 1 Richard Kulp CLA 2004-10-28 18:47:21 EDT
Removing target. This can't be contained for 1.0.2 because it is too big. The
problem is that for us to know that we need to recycle the VM, we need to know
that we are referencing that class. The way we do it now is that we see if the
vm proxy registry has referenced that class. The problem here is that once it
goes bad, though it looks good in the code (i.e. there are no compile errors in
the JFrame), it never succesfully instantiates so we can't get a reference to it
in the proxy registry. Since it is now not in the registry we don't know that it
is now good and of interest.
Comment 2 Richard Kulp CLA 2004-11-18 10:09:11 EST
*** Bug 78940 has been marked as a duplicate of this bug. ***