Files
openide/java/java-impl/resources/inspectionDescriptions/MagicCharacter.html
2025-02-05 04:43:28 +00:00

10 lines
340 B
HTML

<html>
<body>
Reports character literals that are used without constant declaration. These characters might result in
bad code readability. Also, there might be errors if a character is changed only in one location
but not everywhere in code.
<p><b>Example:</b></p>
<pre><code>char c = 'c';</code></pre>
<!-- tooltip end -->
</body>
</html>