-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fixes #512 - Transform the Quick Fixes which extends InsertAnnotationQuickFix to implement the code action participant extension point #523
Merged
aparnamichael
merged 21 commits into
OpenLiberty:code-action-unification
from
aparnamichael:issue25_refactor_-InsertAnnotationQuickFix
Oct 18, 2023
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
39df73d
Fixes #196
anusreelakshmi934 a395d29
FIXES #196
anusreelakshmi934 34f94aa
Update src/main/java/io/openliberty/tools/intellij/util/Constants.java
anusreelakshmi934 0c37098
Update src/main/java/io/openliberty/tools/intellij/lsp4mp/lsp4ij/serv…
anusreelakshmi934 a7e87ba
Changes mentioned #196
anusreelakshmi934 f404759
changes#196
anusreelakshmi934 498eab3
checkJavaHome return method #196
anusreelakshmi934 2b452f1
message exported to LibertyBundles.properties #196
anusreelakshmi934 29389db
Merge branch 'main' into bugfix/#196
TrevCraw 92b2826
Changed the error popup icon to Liberty icon #196
anusreelakshmi934 956f008
Fixed editing error #196
anusreelakshmi934 586068e
Merge pull request #493 from anusreelakshmi934/bugfix/#196
anusreelakshmi934 d348a99
Refactored the InsertAnnotationQuickfix class
aparnamichael f0f88ab
Added extension point in plugin.xml for AddPathParamsAnnotation
aparnamichael 75b84f1
enabled the code action test case and updated test case
aparnamichael 0f20360
Enabled quick fix testcase and updated the expected value
aparnamichael a1c53af
Added extension point for AddResourceMissingName and AddResourceMissi…
aparnamichael 0a1e862
Formatted the newly added code and added back the removed comment
aparnamichael a96dae4
Merge remote-tracking branch 'upstream/main' into issue25_refactor_-I…
aparnamichael b27b3c8
Revert "Merge remote-tracking branch 'upstream/main' into issue25_ref…
aparnamichael 1b5f461
updated the resource annotation test
aparnamichael File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@mrglavas - can we raise a separate PR for moving this method to a common file?
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.
@aparnamichael Yes. Feel free to open a separate issue and PR for this. Thanks.
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.
Created PR for the same - #531