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
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
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
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
added a commit
to Rawi01/lombok
that referenced
this issue
Nov 23, 2024
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
The text was updated successfully, but these errors were encountered: