mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
15 lines
791 B
HTML
15 lines
791 B
HTML
<html>
|
|
<body>
|
|
Reports local variables whose names are too short, too long, or do not follow
|
|
the specified regular expression pattern.
|
|
<p><b>Example:</b> <code>int X = 42;</code>
|
|
should be reported if the inspection is enabled with the default settings in which a variable name should start with a lowercase letter.</p>
|
|
|
|
<!-- tooltip end -->
|
|
<p>Configure the inspection:</p>
|
|
<p>
|
|
Use the fields in the <b>Options</b> section to specify the minimum length, maximum length, and a regular expression expected for local variable names.
|
|
Specify <b>0</b> in order not to check the length of names. Regular expressions should be specified in the standard <b>java.util.regex</b> format.
|
|
<p>Use checkboxes to ignore <code>for</code>-loop and <code>catch</code> section parameters.</p>
|
|
</body>
|
|
</html> |