Bug 3301

Summary: Incremental build doesn't detect disappearance of field. (1GF5UG8)
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: All   
OS: Windows NT   
Whiteboard:

Description David Audel CLA 2001-10-10 22:52:51 EDT
Step to repreduce :
	1) create a project P1.
	2) add a class A with a field y in P1.
	3) create a project P2 with P1 in build path.
	4) add a class B with this method
			public void foo(){
				int x = new A().y;
			}
	5) delete y field in A.

	No error signaled in B.

NOTES:

PM (6/12/01 12:35:17 AM)
	Also see: 1GF5TZT: ITPJCORE:WINNT - Incremental build doesn't detect abstract method to implements.
Comment 1 DJ Houghton CLA 2001-10-29 17:08:04 EST
PRODUCT VERSION:
build 0.122

Comment 2 Kent Johnson CLA 2001-12-10 16:13:16 EST
Closed - not reproducable with new builder.