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

[performance] CloseUnrelatedProjectsAction.buildConnectedComponents(IProject[]) blocks UI startup #2636

Open
laeubi opened this issue Dec 17, 2024 · 0 comments
Labels
enhancement New feature or request performance

Comments

@laeubi
Copy link
Contributor

laeubi commented Dec 17, 2024

org.eclipse.ui.actions.CloseUnrelatedProjectsAction.buildConnectedComponents(IProject[]) calls the following code possibly in the UI thread:

this leads to all classpath containers of all projects to be resolved what is a costly operation and blocks the whole IDE startup procedure see here:

instead the computation should happen in the background and only the UI has to be updated once the operation succeeded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

2 participants