Bug 108020 - Java element delta must surface IResourceDelta.DESCRIPTION
Summary: Java element delta must surface IResourceDelta.DESCRIPTION
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.3 RC4   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-25 13:44 EDT by Dirk Baeumer CLA
Modified: 2007-06-19 10:21 EDT (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 Dirk Baeumer CLA 2005-08-25 13:44:33 EDT
When the project description of an IProject changes the resource delta flags
this as a special DESCRIPTION change. However the Java model delta for a
corresponding Java project flags this as a unspecific content changed.

Shouldn't the Java model flag Description changes as well. Another interesting
flag to be surfaced as well could be the ENCODING flag.
Comment 1 Dirk Baeumer CLA 2005-08-25 13:47:11 EDT
Side note: the Javadoc comment for content changes says:

This flag is only valid for elements which correspond to files
Comment 2 Jerome Lanneluc CLA 2007-06-19 10:21:06 EDT
I'm not sure what is the use case for surfacing the DESCRIPTION or ENCODING flag.
No action planned.