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

Always inject FinishedJobs instance into ProgressServiceImpl #1887 #1888

Merged

Commits on Jun 3, 2024

  1. Always inject FinishedJobs instance into ProgressServiceImpl eclipse-…

    …platform#1887
    
    The "finishedJobs" variable isn´t injected, thus is always null, when used
    from a progress dialog. Since the @optional field in combination with @Inject
    only refers to already created instances of FinishedJobs. But, this does
    not happen in this flow.
    
    Fixes eclipse-platform#1887
    selundqma authored and fedejeanne committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    063a2fa View commit details
    Browse the repository at this point in the history