Community
Participate
Working Groups
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.