Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 363595

Summary: [xtext][builder][participant] No BuilderParticipant#handleDeletion()
Product: [Modeling] TMF Reporter: Knut Wannheden <knut.wannheden>
Component: XtextAssignee: Project Inbox <tmf.xtext-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.1.0   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Knut Wannheden CLA 2011-11-11 10:46:38 EST
The new deprecated class JavaProjectBasedBuilderParticipant had a method #handleDeletion(). This method was not added to the new class BuilderParticipant. I think it would make sense to include it again, as a builder participant may want to react on deleted files in other ways than the additional cleanup of derived resources. This is currently a bit ugly to implement as the #build() method is rather large and needs to be copied.