Groovy 2.1.9

Deprecated API


Methods
DefaultGroovyMethods#collectNested(Collection self, Closure transform)
      Deprecated alias for collectNested
FileSystemCompiler#createTempDir()
      Creates a temporary directory in the default temporary directory (as specified by the system propery java.io.tmpdir.
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.
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name)
      @deprecated Use findDGMMethodsForClassNode(ClassLoader,ClassNode,String) instead
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, String name, TreeSet accumulator)
      @deprecated Use findDGMMethodsForClassNode(ClassLoader, ClassNode, String, TreeSet) instead
StaticTypeCheckingSupport#getMaximumInterfaceDistance(ClassNode c, ClassNode interfaceClass)
      @deprecated Use findDGMMethodsByNameAndArguments(ClassLoader, org.codehaus.groovy.ast.ClassNode, String, org.codehaus.groovy.ast.ClassNode[], java.util.List) instead


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