Refactoring: make "replace get or set" an inspection
This commit is contained in:
@@ -1 +0,0 @@
|
||||
inst[a, b]
|
||||
@@ -1 +0,0 @@
|
||||
inst.get(a, b)
|
||||
@@ -1,5 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention replaces <code>get</code> or <code>set</code> function calls with the indexing operator (<code>[]</code>).
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user