ComparingReferences.html: align description with guidelines

This commit is contained in:
Yann Cébron 2021-06-03 17:56:52 +02:00
parent 99a7767522
commit c796fd2f50

View File

@ -1,9 +1,12 @@
<!-- Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html lang="en">
<!-- Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
<html>
<body>
<b>SDK:</b> This inspection reports when the '==' or '!=' operator was used between expressions of
reference types. <br>
Classes to be inspected are controlled by a semi-colon separated <i>Options</i> list in the preferences panel for this inspection.
Reports usages of <code>==</code> and <code>!=</code> when comparing instances of specified types.
<p>
Quick-fix replaces operator with <code>equals()</code> call.
</p>
<!-- tooltip end -->
<p>Configure the inspection:</p>
List classes to be inspected separated by semi-colon.
</body>
</html>