From c796fd2f50c2704b9f6ee4562348b35b9dd96f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 3 Jun 2021 17:56:52 +0200 Subject: [PATCH] ComparingReferences.html: align description with guidelines --- .../ComparingReferences.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html b/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html index d343024c0..bb1424ccd 100644 --- a/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html +++ b/comparing_references_inspection/src/main/resources/inspectionDescriptions/ComparingReferences.html @@ -1,9 +1,12 @@ - - - + + -SDK: This inspection reports when the '==' or '!=' operator was used between expressions of -reference types.
-Classes to be inspected are controlled by a semi-colon separated Options list in the preferences panel for this inspection. +Reports usages of == and != when comparing instances of specified types. +

+ Quick-fix replaces operator with equals() call. +

+ +

Configure the inspection:

+List classes to be inspected separated by semi-colon.