Changelog for Groovy 2.3.0-rc-4

Bug

  • [GROOVY-6415] - @CompileStatic complains when trying to call generic methods with different generic type parameter names
  • [GROOVY-6723] - Type checking generic types on static methods incorrectly fails for trivial cases
  • [GROOVY-6733] - VerifyError with CompileStatic
  • [GROOVY-6734] - StringGM#findAll(CharSequence, CharSequence, Closure) variant missing @CP hint
  • [GROOVY-6735] - regression in varargs treatment for static compilation
  • [GROOVY-6737] - @Delegate triggers BUG! exception in phase 'class generation'