mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
8 lines
357 B
HTML
8 lines
357 B
HTML
<html>
|
|
<body>
|
|
Reports variables declared as <code>StringBuffer</code> and suggests replacing them with <code>StringBuilder</code>.
|
|
<code>StringBuilder</code> is a non-thread-safe replacement for <code>StringBuffer</code>.
|
|
<!-- tooltip end -->
|
|
<p>This inspection only reports if the language level of the project or module is 5 or higher.</p>
|
|
</body>
|
|
</html> |