Constant Field Values

Contents

org.codehaus.*

org.codenarc.*

  • org.codenarc.rule.convention.NoDefRule 
    Modifier and Type Constant Field Value
    protected static final String MESSAGE "def should not be used"
  • org.codenarc.rule.groovyism.CollectAllIsDeprecatedRule 
    Modifier and Type Constant Field Value
    protected static final String MESSAGE "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 String MESSAGE "collect{}.flatten() can be collectMany{}"
  • org.codenarc.rule.groovyism.UseCollectNestedRule 
    Modifier and Type Constant Field Value
    protected static final String MESSAGE "Instead of nested collect{}-calls use collectNested{}"