Bug 580922 - ProjectModifyOperation#execute never reports done to progress monitor
Summary: ProjectModifyOperation#execute never reports done to progress monitor
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 4.24   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 09:39 EDT by Nobody - feel free to take it CLA
Modified: 2022-10-17 10:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nobody - feel free to take it CLA 2022-10-17 09:39:08 EDT
When modifying a project, the ProjectModifyOperation#execute does not report its done status. More specific, of the six subtasks executed during the method call, only five report their done status to the parent IProgressMonitor.

Steps to reproduce:
1) Create a new project (IProject#create).
2) Call apply on the project's IBundleProjectDescription.
2.1) Pass a progress monitor like a customized NullProgressMonitor and observe the done method not being called.

The actual result is that the done status is not reported, while the expected result is to have the done status reported.
Reproduced with Eclipse 06-2022 on macOS 12.6 (aarch).
Comment 1 Vikas Chandra CLA 2022-10-17 10:44:21 EDT
PDE moved to github 
Please raise issue here ->https://github.com/eclipse-pde/eclipse.pde/issues
Comment 2 Nobody - feel free to take it CLA 2022-10-17 10:50:14 EDT
Thanks for the hint
Moved to https://github.com/eclipse-pde/eclipse.pde/issues/365