Inspections: Explicit "get"

This commit is contained in:
Alexey Sedunov
2014-03-19 16:20:55 +04:00
parent a0bc6a7b39
commit 1bbec14cc0
7 changed files with 87 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports any explicit calls of 'get' which can be replaced by indexing operator []
</body>
</html>