Reports unnecessarily escaped characters in
String
and optionally
char
literals. For example
\'
in a
String
literal or
\n
in a Java 13 Preview text block. The escaped tab character
\t
is not reported.
New in 2019.3