Skip to content

Run the type checker in the background as an Eclipse job #5

@reprogrammer

Description

@reprogrammer

Computation of the change tree requires running the type checker. Since the type checker is slow, we should run it within an Eclipse job in a non-UI thread. This has several benefits:

  1. Eclipse will show a progress bar to inform the user about the progress of the task.
  2. Eclipse can show a message on the progress bar telling the user more about the task that is being performed.
  3. Eclipse will run the type checker in the background and void a UI freeze.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions