1
0
Fork 0
godot/modules/gdscript/tests/scripts
girdenis-p 413490c270 Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses
This fixes a bug in the analyzer where it did not push the SHADOWED_VARIABLE_BASE_CLASS
warning for members shadowed by variable in subclass. It does this by comparing the class
which contains the shadowed member with the class containing the variable, and pushing
SHADOWED_VARIABLE only if the classes are the same. Additionally, SHADOWED_VARIABLE_BASE_CLASS
can take an extra symbol which helps to specify the line for non native base class.
2024-11-06 15:04:14 +00:00
..
analyzer Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 2024-11-06 15:04:14 +00:00
completion Remove unneeded quotes from autocomplete % nodes 2024-09-07 17:49:20 +03:00
lsp Style: Trim trailing whitespace and ensure newline at EOF 2024-05-08 10:12:46 +02:00
parser Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 2024-11-06 15:04:14 +00:00
runtime Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 2024-11-06 15:04:14 +00:00
.editorconfig Create `.editorconfig` file only on project creation 2024-10-05 14:32:55 +08:00
.gitignore
project.godot Changed the default deadzone value for new actions from 0.5 to 0.2 2024-10-01 16:47:44 +04:00
utils.notest.gd Always add decimal when printing float 2024-10-23 15:00:21 +02:00