Show warning also if arrays are compared by '!=' #KT-20259 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
93252926ba
commit
f08e9832a6
@@ -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>
|
||||
Reference in New Issue
Block a user