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

fix: Adapt resolveCodeAction to handle timeout and interrupted exception #1099

Merged
merged 2 commits into from
Sep 5, 2024

Conversation

rubenporras
Copy link
Contributor

Adapt resolveCodeAction to handle timeout and interrupted exception to follow the usual pattern in the codebase (TimeoutException -> log warning giving the time constraint, InterruptedException -> interrupt thread and log error).

Adapt resolveCodeAction to handle timeout and interrupted exception to
follow the usual pattern in the codebase (TimeoutException -> log
warning giving the time constraint, InterruptedException -> interrupt
thread and log error).
@rubenporras rubenporras merged commit 1645fb3 into eclipse:main Sep 5, 2024
6 checks passed
@rubenporras rubenporras deleted the fixExceptionHandling branch September 5, 2024 05:16
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

Successfully merging this pull request may close these issues.

1 participant