Community
Participate
Working Groups
Build Identifier: In the old validation framework we got notified for remove events and still need this support in the new V2 framework. Currently validators using the new framework are only getting notified for add and change events. It looks like remove events are filtered out in ValBuilderJob.visit(IResourceDelta delta). To fix this, the project that contains the removed resource will be validated once. Reproducible: Always
Created attachment 210005 [details] Proposed R3_2_5_P patch
looks good - waiting on PMC approval from https://bugs.eclipse.org/bugs/show_bug.cgi?id=257640
Closing as Invalid. Fix is dropped only into HEAD for now.
Comment on attachment 210005 [details] Proposed R3_2_5_P patch Since this bug was invalid, this attachment should be obsolete.
Reopening this bug to include the fix in R3.2.5 P
Created attachment 212235 [details] Proposed R3.2.5_P patch This patch contains the fix for a defect found in the Dependent Resource. I was sending a REMOVE flag for the Dependent Resource but NO_CHANGE flag should be sent.
Code committed and released to R3_2_5_patches.