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:
Andrey Vlasovskikh
2013-09-06 17:20:29 +04:00
parent 1b6b4a6e78
commit de8cc97b67
9 changed files with 234 additions and 169 deletions
@@ -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>