Update UsingStringPlusMessage inspection message

This commit is contained in:
Him188 2021-01-16 15:10:16 +08:00
parent f2830610a7
commit 64c7770b56

View File

@ -1,14 +1,8 @@
<html> <html>
<body> <body>
<p>Write your description here. <p>Detects `String + Message` calls.</p>
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 doesnt just repeat the inspection title.
</p>
<!-- tooltip end --> <!-- tooltip end -->
<p>Text after this comment will only be shown in the settings of the inspection.</p> <p>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.</p>
</body> </body>
</html> </html>