Merge branch 'idea90' of git.labs.intellij.net:idea/community into idea90
[fedora-idea.git] / plugins / groovy / resources / inspectionDescriptions / GroovyStaticMethodNamingConvention.html
blob8085969683a99357591105899916b207148cfa28
1 <html>
2 <body><table> <tr> <td valign="top" height="150">
3 <font face="verdana" size="-1">
4 This inspection reports instances of Groovy static methods 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 static method names.
8 (Regular expressions are in standard <b><font color="#000080">java.util.regex</font></b> format.)
9 </font></td> </tr> <tr> <td height="20"> <font face="verdana" size="-2">Powered by InspectorGroovy </font> </td> </tr> </table> </body>
10 </html>