Bug 3301 - Incremental build doesn't detect disappearance of field. (1GF5UG8)
Summary: Incremental build doesn't detect disappearance of field. (1GF5UG8)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P3 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:52 EDT by David Audel CLA
Modified: 2002-01-14 11:08 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 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.