1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00
Files
godot/doc/classes
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
..
2024-09-29 17:27:36 +09:00
2024-09-29 17:27:36 +09:00
2024-09-26 13:00:17 -07:00
2024-06-18 11:06:31 -04:00
2024-06-18 11:06:31 -04:00
2024-09-25 12:08:06 +02:00
2024-10-04 22:36:12 +02:00
2024-05-09 14:36:28 +02:00
2024-10-01 21:39:16 +02:00
2024-05-14 19:22:50 +12:00
2024-08-12 00:17:11 +01:00
2024-07-07 22:15:23 +02:00
2024-09-30 12:21:30 +02:00
2024-09-30 12:21:30 +02:00
2024-07-17 18:53:03 +02:00
2024-09-16 16:26:15 +02:00
2024-09-01 17:00:47 +02:00
2024-04-23 08:28:48 +04:00
2024-10-22 17:16:39 -07:00
2024-10-17 00:21:52 +02:00
2024-06-15 18:21:05 +02:00
2024-06-15 18:21:05 +02:00
2024-09-30 12:21:30 +02:00