class MethodParameterTypeRequired extends AbstractAstVisitorRule
Checks that method parameters are not dynamically typed, that is they are explicitly stated and different than def.
The ignoredParameters property optionally specifies which parameter names to ignore. Format is a comma separated list.
| Fields inherited from class | Fields |
|---|---|
class AbstractAstVisitorRule |
CLOSURE_TEXT, DEFAULT_CONST_NAME, DEFAULT_FIELD_NAME, DEFAULT_TEST_CLASS_NAMES, DEFAULT_TEST_FILES, DEFAULT_VAR_NAME |
| Type | Name and description |
|---|---|
java.lang.Class |
astVisitorClass |
java.lang.String |
ignoreMethodParameterNames |
java.lang.String |
name |
int |
priority |
| Constructor and description |
|---|
MethodParameterTypeRequired
() |
Groovy Documentation