You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request #511 added a quick fix which removes all three annotations from a parameter when some of the annotations are in conflict. E.g. "@Disposes@Observes@ObservesAsync String name" There should be two quick fixes, one that removes @Disposes and one that removes @Observes and @ObservesAsync.
Current behaviour (screenshots are examples from IntelliJ, but this applies to LSP4Jakarta):
Diagnostic:
Quick fix:
Pull request #539 temporarily disables these quick fixes until this issue is resolved.
The text was updated successfully, but these errors were encountered:
mrglavas
changed the title
Disposer method quick fix removes all annotations instead of mutually exclusive ones.
Disposer method quick fixes remove all annotations instead of mutually exclusive ones.
Nov 15, 2024
Pull request #511 added a quick fix which removes all three annotations from a parameter when some of the annotations are in conflict. E.g. "
@Disposes
@Observes
@ObservesAsync
String name" There should be two quick fixes, one that removes@Disposes
and one that removes@Observes
and@ObservesAsync
.Current behaviour (screenshots are examples from IntelliJ, but this applies to LSP4Jakarta):
Diagnostic:
Quick fix:
Pull request #539 temporarily disables these quick fixes until this issue is resolved.
The text was updated successfully, but these errors were encountered: