Files
openide/plugins/groovy/groovy-psi/resources/inspectionDescriptions/GroovyLocalVariableNamingConvention.html
Aleksandra Zolushkina 8e3e4b13d6 Proofread Groovy inspections descriptions
GitOrigin-RevId: be5fa9dd54de020987e985a46fca821e34e425ec
2021-06-24 06:55:08 +00:00

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>