mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
9 lines
430 B
HTML
9 lines
430 B
HTML
<html>
|
|
<body>
|
|
Reports any instances of hardcoded <code>String</code> literals.
|
|
<p>Hardcoded <code>String</code> literals are probably errors in an
|
|
internationalized environment. This inspection won't report empty strings and strings consisting only of whitespaces. A quick-fix is available
|
|
to transform a string literal into a <code>java.util.ResourceBundle.getString()</code> method call.</p>
|
|
<!-- tooltip end -->
|
|
</body>
|
|
</html> |