Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyInstanceVariableNamingConvention.html
blobdd0b9ec96fdec066f14df8b3082ece4751e931bc
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports instances of Groovy instance variables whose names are either too short, too long, or do not follow
5 the specified regular expression pattern.
6 <p>
7 Use the fields provided below to specify mininum length, maximum length and regular expression expected for
8 instance variable names.
9 (Regular expressions are in standard <b><font color="#000080">java.util.regex</font></b> format.)
10 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
11 </html>