Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProjectModifyOperation#execute never reports done to progress monitor #365

Open
JanWittler opened this issue Oct 17, 2022 · 0 comments
Open

Comments

@JanWittler
Copy link

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.

Actual result

Done status is not reported

Expected result

Done status is reported

Environment

Eclipse 06-2022, macOS 12.6 (aarch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant