mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
11 lines
412 B
HTML
11 lines
412 B
HTML
<html>
|
|
<body>
|
|
Reports local variables whose names are too short, too long, or do not follow
|
|
the specified regular expression pattern.
|
|
<!-- tooltip end -->
|
|
<p>
|
|
Use the fields provided below to specify minimum length, maximum length and regular expression expected for local variables names.</p>
|
|
<p>Regular expressions should be specified in the standard <code>java.util.regex</code> format.</p>
|
|
</body>
|
|
</html>
|