Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ArrayEquality.html
blob: 3b44d8e6846f7cc9644bf10ca522a987b296122a [
file
] [
log
] [
blame
]
<html>
<body>
Reports any use of
<b>
==
</b>
to test for Array equality,
rather than the
<b>
"java.util.Arrays.equals()"
</b>
method.
<!-- tooltip end -->
<p>
</body>
</html>