Inspection to warn on using == with array types #KT-13384 Fixed

This commit is contained in:
shiraji
2016-08-18 11:30:21 +03:00
committed by Mikhail Glukhikh
parent 7d35316d95
commit 1bbde54e9d
15 changed files with 176 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection detects '==' operator for arrays that should be replaced with 'Arrays.equals'
</body>
</html>