-
Notifications
You must be signed in to change notification settings - Fork 32
Resolved inconsistent behaviour of @Dependency quickfix #1091
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
Resolved inconsistent behaviour of @Dependency quickfix #1091
Conversation
vaisakhkannan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dessina-devasia , Could you please share the screenshot after testing with this changes in the PR?
@vaisakhkannan please find the attached video having the latest behaviour Screen.Recording.2024-11-12.at.2.52.39.PM.mov |
vaisakhkannan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks , Looks good to me based on the screen recording that dessina shared.
...va/io/openliberty/tools/intellij/lsp4jakarta/lsp4ij/cdi/ManagedBeanDiagnosticsCollector.java
Show resolved
Hide resolved
mrglavas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dessina-devasia I spoke with @turkeylurkey and agreed that it's fine to move forward for now because this aligns exactly with LSP4Jakarta. I believe the user experience can be improved and will open an issue against LSP4Jakarta which describes that improvement.
In future, if you are copying and/or porting code from another project you should state that somewhere in the issue or PR. This helps the reviewer understand where the code came from and I would have reviewed this PR from the perspective of aligning the behaviour with LSP4Jakarta.
mrglavas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, now that I understand the provenance of the code. Thanks.
Thank you @mrglavas |
Sure @mrglavas |
Resolved inconsistent behaviour of @dependency quickfix
Fixes #784