mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
Update UsingStringPlusMessage inspection message
This commit is contained in:
parent
f2830610a7
commit
64c7770b56
@ -1,14 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>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.
|
||||
</p>
|
||||
<p>Detects `String + Message` calls.</p>
|
||||
<!-- 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>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user