Groovy Documentation

Deprecated API


Methods
DefaultGroovyMethods#collectNested(java.util.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(java.io.InputStream in, java.lang.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, java.lang.String name)
      @deprecated Use findDGMMethodsForClassNode(ClassLoader,ClassNode,String) instead
StaticTypeCheckingSupport#findDGMMethodsForClassNode(ClassNode clazz, java.lang.String name, java.util.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


Groovy Documentation