KT-14779 Inspection to replace String.format with string templates (#1645)
* Add inspection to replace String.format with string templates #KT-14779 Fixed * KT-14779 Fixed
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
e41a34af88
commit
6675d7814c
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports <b>String.format</b> call can be replaced with string templates.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user