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

In the redhat-java plug-in of VSCODE (+ Eclipse), the function "Extract as a local variable (replacing all occurrences)" does not work properly. (@Getter Annotation issue) #3783

Open
khpark0203 opened this issue Nov 18, 2024 · 0 comments · May be fixed by #3786

Comments

@khpark0203
Copy link

In the redhat-java plug-in of VSCODE, the function "Extract as a local variable (replacing all occurrences)" does not work properly.

The identification of the issue is found to occur when there is a Getter annotation of Lombok in the implemented class.

When implemented in real code instead of Getter annotation, we were able to confirm that all variables were converted properly.

This is related to the url. https://github.com/redhat-developer/vscode-java/issues/3860

-- not working mp4 --

386970660-422c3eaa-4834-4e4c-95aa-68142ea157be.mp4

-- working mp4 --

386685250-4279efb7-1140-4633-8321-0d19ea6124c4.mp4
@khpark0203 khpark0203 changed the title In the redhat-java plug-in of VSCODE, the function "Extract as a local variable (replacing all occurrences)" does not work properly. In the redhat-java plug-in of VSCODE (+ Eclipse), the function "Extract as a local variable (replacing all occurrences)" does not work properly. Nov 18, 2024
@khpark0203 khpark0203 changed the title In the redhat-java plug-in of VSCODE (+ Eclipse), the function "Extract as a local variable (replacing all occurrences)" does not work properly. In the redhat-java plug-in of VSCODE (+ Eclipse), the function "Extract as a local variable (replacing all occurrences)" does not work properly. (@Getter Annotation issue) Nov 18, 2024
@Rawi01 Rawi01 linked a pull request Nov 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant