Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363595 - [xtext][builder][participant] No BuilderParticipant#handleDeletion()
Summary: [xtext][builder][participant] No BuilderParticipant#handleDeletion()
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.1.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 10:46 EST by Knut Wannheden CLA
Modified: 2011-11-11 10:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.