mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
20 lines
663 B
HTML
20 lines
663 B
HTML
<html>
|
|
<body>
|
|
Reports variables with 'standard' names that do not correspond to their types.
|
|
Such names may be confusing. There are the following standard names for specific types:
|
|
<ul>
|
|
<li>i, j, k, m, n - <code>int</code></li>
|
|
<li>f - <code>float</code></li>
|
|
<li>d - <code>double</code></li>
|
|
<li>b - <code>byte</code></li>
|
|
<li>c, ch - <code>char</code></li>
|
|
<li>l - <code>long</code></li>
|
|
<li>s, str - <code>String</code></li>
|
|
</ul>
|
|
<p>Rename quick-fix is suggested only in the editor.</p>
|
|
<!-- tooltip end -->
|
|
<p>
|
|
Use the option to ignore parameter names which are identical to the parameter name from a direct super method.
|
|
</p>
|
|
</body>
|
|
</html> |