Added ifThenToSafeAccessInspection

This commit is contained in:
Zack Grannan
2014-03-30 20:42:57 -07:00
parent cfc16b410e
commit 867925d5a1
7 changed files with 163 additions and 9 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports any if-then expressions that can be folded into safe-access (?.) expressions
</body>
</html>