Inspectopedia
 
2024.3

Unnecessary unicode escape sequence

Warning
New
Last modified: 03 December 2024

Reports unnecessary unicode escape sequences. For example, when the file encoding can handle the character without escaping it. Unicode control characters are not reported by this inspection (except for a line feed and a tab).

Example:

String s = "\u0062";