Skip to content

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

Open
@laeubi

Description

@laeubi

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions