Show warning also if arrays are compared by '!=' #KT-20259 Fixed

This commit is contained in:
Toshiaki Kameyama
2017-09-17 17:44:51 +03:00
committed by Mikhail Glukhikh
parent 93252926ba
commit f08e9832a6
8 changed files with 44 additions and 4 deletions
@@ -1,5 +1,5 @@
<html>
<body>
This inspection detects '==' operator for arrays that should be replaced with 'Arrays.equals'
This inspection detects '==' or '!=' operator for arrays that should be replaced with 'Arrays.equals'
</body>
</html>