2022-01-12 12:09:34 +01:00

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>