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.==
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.