mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Split shadowing inspection into built-in and names from outer scopes shadowing
The reason is to have compatible shared inspections profile files for various versions of the IDE.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection detects shadowing built-in names, such as 'len' or 'list'.
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,5 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection detects shadowing names defined in outer scopes, including built-in names.
|
||||
This inspection detects shadowing names defined in outer scopes.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user