This inspection reports instances of Groovy constants whose names are either too short, too long, or do not follow
the specified regular expression pattern. Constants are variables of immutable type declared static
final .
Use the fields provided below to specify mininum length, maximum length and regular expression expected for constant names.
(Regular expressions are in standard java.util.regex format.)
Powered by InspectorGroovy