Groovy 2.1.0-rc-1

Deprecated API


Methods
DefaultGroovyMethods#collectNested(Collection self, Closure transform)
      Deprecated alias for collectNested
GenericsUtils#parameterizeInterfaceGenerics(ClassNode hint, ClassNode target)
      Interface class nodes retrieved from ClassNode.getInterfaces or ClassNode.getAllInterfaces are returned with generic type arguments.
GroovyClassLoader#parseClass(InputStream in, String fileName)
      @deprecated Prefer using methods taking a Reader rather than an InputStream to avoid wrong encoding issues.
ReturnAdder#addReturnIfNeeded(MethodNode node)
      Adds return statements in method code whenever an implicit return is detected.


Copyright © 2003-2013 The Codehaus. All rights reserved.