mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 00:37:49 +08:00
13 lines
458 B
HTML
13 lines
458 B
HTML
<!-- Copyright 2000-2022 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>
|
|
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>
|