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

Quick fixes continue to be offered to the user even after the associated diagnostic has been resolved. #688

Open
mrglavas opened this issue Mar 13, 2024 · 3 comments
Labels
bug Something isn't working low priority

Comments

@mrglavas
Copy link
Contributor

From other observations that my peers have noted while using IntelliJ this might be a bug in the IDE itself, but this behaviour certainly isn't desirable.

image

If the user applies the quick fix again, it starts making destructive changes to the document.

image

A user should notice that the first time they applied the quick fix it resolved the problem so would hopefully not be tempted to apply it again.

@mrglavas mrglavas added the bug Something isn't working label Mar 13, 2024
@mrglavas mrglavas added this to New Issues in Open Liberty Developer Experience via automation Mar 13, 2024
@turkeylurkey
Copy link
Member

Mitigation: add a bit to the edit so it can only be applied once. After it is used continued clicking on the quick fix would be ignored.

@TrevCraw
Copy link
Contributor

We believe the source of this bug stems from IntelliJ behaviour.

@TrevCraw TrevCraw moved this from New Issues to Backlog in Open Liberty Developer Experience Mar 27, 2024
@turkeylurkey
Copy link
Member

This happens with IntelliJ Java support:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low priority
Development

No branches or pull requests

3 participants