Bug 3344 - JavaElementDelta reports changed class files (1GIV8IK)
Summary: JavaElementDelta reports changed class files (1GIV8IK)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows NT
: P1 normal (vote)
Target Milestone: 2.0 M3   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 3291 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 22:53 EDT by Martin Aeschlimann CLA
Modified: 2002-02-03 10:54 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Aeschlimann CLA 2001-10-10 22:53:34 EDT
MA (22.08.2001 17:13:50)
	1. Load the JUnit classes, use project for sources and as output folder.
	2. Enable autobuild
	3. Edit in a class, eg. junit extensions.ActiveTest, save (->builds)
	4. When you look at the JavaElementDeltas, you see that for the
		package 'junit.extensions.ActiveTest' you have 3 changes: the CU, the class file and an inner class.
	
	5. Problem is here that the package viewer does a refresh on the not really existing element.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 17:11:11 EST
PRODUCT VERSION:
	128

Comment 2 Philipe Mulet CLA 2002-01-09 12:57:44 EST
Given our changes in the delta area, is this one solved ?
Comment 3 Philipe Mulet CLA 2002-01-27 09:51:59 EST
I guess this one can be closed ?
Comment 4 Jerome Lanneluc CLA 2002-01-28 06:27:00 EST
Bug is still there (the changes in the delta processor didn't fix it).
Comment 5 Jerome Lanneluc CLA 2002-01-30 10:04:08 EST
DeltaProcessor now takes the output location of the project into account. 
Deltas in this folder are not reported. However if the output location is the 
project itself, only .class files are filtered out.
Comment 6 Jerome Lanneluc CLA 2002-02-03 10:54:27 EST
*** Bug 3291 has been marked as a duplicate of this bug. ***