Constant Field Values
Contents
org.codehaus.*
-
org.codehaus.groovy.transform.powerassert.ValueRecorder Modifier and Type Constant Field Value public static final StringCLEAR_METHOD_NAME"clear"public static final StringRECORD_METHOD_NAME"record"
org.codenarc.*
-
org.codenarc.rule.AbstractAstVisitorRule Modifier and Type Constant Field Value public static final StringCLOSURE_TEXT"{ -> ... }"protected static final StringDEFAULT_CONST_NAME"[A-Z][A-Z0-9_]*"protected static final StringDEFAULT_FIELD_NAME"[a-z][a-zA-Z0-9]*"protected static final StringDEFAULT_TEST_CLASS_NAMES"*Test,*Tests,*TestCase"protected static final StringDEFAULT_TEST_FILES".*(Test|Tests|TestCase)\\.groovy"protected static final StringDEFAULT_VAR_NAME"[a-z][a-zA-Z0-9]*"
-
org.codenarc.rule.convention.NoDefRule Modifier and Type Constant Field Value protected static final StringMESSAGE"def should not be used"
-
org.codenarc.rule.groovyism.CollectAllIsDeprecatedRule Modifier and Type Constant Field Value protected static final StringMESSAGE"collectAll{} is deprecated since Groovy 1.8.1. Use collectNested instead{}." -
org.codenarc.rule.groovyism.UseCollectManyRule Modifier and Type Constant Field Value protected static final StringMESSAGE"collect{}.flatten() can be collectMany{}" -
org.codenarc.rule.groovyism.UseCollectNestedRule Modifier and Type Constant Field Value protected static final StringMESSAGE"Instead of nested collect{}-calls use collectNested{}"
-
org.codenarc.ruleset.RuleSetUtil Modifier and Type Constant Field Value protected static final StringCLASS_LOADER_SYS_PROP"codenarc.useCurrentThreadContextClassLoader"