mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
13 lines
542 B
HTML
13 lines
542 B
HTML
<html>
|
|
<body>
|
|
Reports numeric literals with underscores and suggests removing them with a quick-fix.
|
|
This may be useful if you need to lower the language level.
|
|
<p>The quick-fix removes underscores from numeric literals. For example <code>1_000_000</code> will be converted to <code>1000000</code>.</p>
|
|
<!-- tooltip end -->
|
|
<p>
|
|
<i>Numeric literals with underscores</i> appeared in Java 7.
|
|
This inspection can help to downgrade for backward compatibility with earlier Java versions.
|
|
</p>
|
|
<p><small>New in 2020.2</small></p>
|
|
</body>
|
|
</html> |