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

LSP4Jakarta: Reduce the Code Duplication in Short names for Quick fixes #1095

Open
anusreelakshmi934 opened this issue Nov 13, 2024 · 0 comments · May be fixed by #1141
Open

LSP4Jakarta: Reduce the Code Duplication in Short names for Quick fixes #1095

anusreelakshmi934 opened this issue Nov 13, 2024 · 0 comments · May be fixed by #1141
Assignees
Labels
clean-up enhancement New feature or request
Milestone

Comments

@anusreelakshmi934
Copy link
Contributor

There is an existing method named getSimpleName defined in one of the classes. Update other classes that use similar methods like getShortName for obtaining the short name in quick fixes to instead use this getSimpleName method.

Additionally, refactor any classes that are still using the pattern annotationName.substring(annotationName.lastIndexOf('.') + 1) to extract the short name, so they also utilize the getSimpleName method.

@mrglavas mrglavas added clean-up enhancement New feature or request labels Nov 13, 2024
@mrglavas mrglavas added this to the CI/CD Next milestone Nov 13, 2024
@mrglavas mrglavas self-assigned this Dec 2, 2024
@mrglavas mrglavas modified the milestones: CI/CD Next, 24.0.12 Dec 2, 2024
@mrglavas mrglavas moved this from New Issues to In Progress in Open Liberty Developer Experience Dec 2, 2024
@mrglavas mrglavas changed the title Reduce the Code Duplication in Short names for Quick fixes LSP4Jakarta: Reduce the Code Duplication in Short names for Quick fixes Dec 2, 2024
@mrglavas mrglavas moved this from In Progress to In Review in Open Liberty Developer Experience Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean-up enhancement New feature or request
Projects
2 participants