diff --git a/tools/intellij-plugin/resources/inspectionDescriptions/UsingStringPlusMessage.html b/tools/intellij-plugin/resources/inspectionDescriptions/UsingStringPlusMessage.html index c2473ef5d..c18d41680 100644 --- a/tools/intellij-plugin/resources/inspectionDescriptions/UsingStringPlusMessage.html +++ b/tools/intellij-plugin/resources/inspectionDescriptions/UsingStringPlusMessage.html @@ -1,14 +1,8 @@ -

Write your description here. - Start the description with a verb in 3rd person singular, like reports, detects, highlights. - In the first sentence, briefly explain what exactly the inspection helps you detect. - Make sure the sentence is not very long and complicated. - The first sentence must be in a dedicated paragraph separated from the rest of the text. This will make the - description easier to read. - Make sure the description doesn’t just repeat the inspection title. -

+

Detects `String + Message` calls.

-

Text after this comment will only be shown in the settings of the inspection.

+

Detects `String + Message` calls. `String + Message` is essentially `String + Message.toString()` and is different + from `Message + Message`. Such conversions are implicit and may lead to confusing behavior.

\ No newline at end of file