Bug 60544 - Wrong delta when creating class in default package
Summary: Wrong delta when creating class in default package
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-30 05:43 EDT by Jerome Lanneluc CLA
Modified: 2004-05-12 10:30 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Lanneluc CLA 2004-04-30 05:43:26 EDT
I20040428

1. Turn on Java  delta tracing
2. Create a Java project Foo where proj=src=bin
3. Add a class X in default package of Foo
Observe: You get the following delta:
Java Model[*]: {CHILDREN}
	Foo[*]: {CHILDREN}
		<project root>[*]: {CHILDREN}
			<default>[*]: {CHILDREN}
				X.java[+]: {}
		ResourceDelta(/Foo/X.java)[+]
The ResourceDelta should be filtered out.
Comment 1 Jerome Lanneluc CLA 2004-05-12 10:30:28 EDT
Cannot reproduce with latest JDT Core. Closing.