Bug 282521 - Improve javadoc for PRE_BUILD and POST_BUILD events in IResourceChangeEvent
Summary: Improve javadoc for PRE_BUILD and POST_BUILD events in IResourceChangeEvent
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.6 M1   Edit
Assignee: Tomasz Zarna CLA
QA Contact:
URL:
Whiteboard: hasPatch
Keywords: Documentation
Depends on:
Blocks:
 
Reported: 2009-07-06 10:01 EDT by Szymon Brandys CLA
Modified: 2009-07-21 05:56 EDT (History)
0 users

See Also:


Attachments
Fix v01 (4.09 KB, patch)
2009-07-09 05:56 EDT, Tomasz Zarna CLA
no flags Details | Diff
mylyn/context/zip (30.64 KB, application/octet-stream)
2009-07-09 05:56 EDT, Tomasz Zarna CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Szymon Brandys CLA 2009-07-06 10:01:23 EDT
For PRE_BUILD there is:

* Event type constant (bit mask) indicating an before-the-fact 
* report of creations, deletions, and modifications
* to one or more resources expressed as a hierarchical
* resource delta as returned by <code>getDelta</code>.
* See class comments for further details.
	 
Should be mentioned that event indicates incoming build. Similarly for POST_BUILD.
Comment 1 Tomasz Zarna CLA 2009-07-09 05:56:20 EDT
Created attachment 141182 [details]
Fix v01
Comment 2 Tomasz Zarna CLA 2009-07-09 05:56:34 EDT
Created attachment 141183 [details]
mylyn/context/zip
Comment 3 Szymon Brandys CLA 2009-07-21 05:56:36 EDT
Slightly changed and released. Thanks Tomasz.