Commit Graph

2 Commits

Author SHA1 Message Date
Bas Leijdekkers
df2af98547 IG: don't warn on call to .formatted() when qualifier contains %n (IDEA-284569)
GitOrigin-RevId: e1b9a826f67e0209f82810ed19f907b2d0161605
2022-01-06 20:08:21 +00:00
Nikita Eshkeev
8db5967f7b [codeInsight] IDEA-113640 Provide intention to combine System.out.println(String.format(...)) into System.out.printf
This patch adds processing of Java 14's text blocks to RedundantStringFormatCallInspection and fixes the problems from the code review

Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com>

GitOrigin-RevId: 126cfc001e7b201b62060333de7f71480403fb93
2020-05-08 00:38:22 +00:00