Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLEAR_METHOD_NAME |
"clear" |
public static final String |
RECORD_METHOD_NAME |
"record" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLOSURE_TEXT |
"{ -> ... }" |
protected static final String |
DEFAULT_CONST_NAME |
"[A-Z][A-Z0-9_]*" |
protected static final String |
DEFAULT_FIELD_NAME |
"[a-z][a-zA-Z0-9]*" |
protected static final String |
DEFAULT_TEST_CLASS_NAMES |
"*Test,*Tests,*TestCase" |
protected static final String |
DEFAULT_TEST_FILES |
".*(Test|Tests|TestCase)\\.groovy" |
protected static final String |
DEFAULT_VAR_NAME |
"[a-z][a-zA-Z0-9]*" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
MESSAGE |
"def should not be used" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
MESSAGE |
"collectAll{} is deprecated since Groovy 1.8.1. Use collectNested instead{}." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
MESSAGE |
"collect{}.flatten() can be collectMany{}" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
MESSAGE |
"Instead of nested collect{}-calls use collectNested{}" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CLASS_LOADER_SYS_PROP |
"codenarc.useCurrentThreadContextClassLoader" |
Copyright © 2022. All rights reserved.