Source compatibility report for the Grails library between 2.1.5 and 2.2.0 versions
Test Info
Library Name | Grails |
Version #1 | 2.1.5 |
Version #2 | 2.2.0 |
Test Results
Total Java ARchives | 21 |
---|
Total Methods / Classes | 16088 / 2314 |
---|
Verdict | Incompatible (24.2%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 662 |
---|
Removed Methods | High | 250 |
---|
Problems with Data Types | High | 283 |
---|
Medium | 2 |
Low | 1 |
Problems with Methods | High | 5 |
---|
Medium | 1 |
Low | 0 |
Other Changes in Data Types | - | 87 |
Added Methods (662)
grails-bootstrap-2.2.0.jar, AbstractFileResolvingResource.class
package org.codehaus.groovy.grails.io.support
AbstractFileResolvingResource.AbstractFileResolvingResource ( )
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource."<init>":()V]
AbstractFileResolvingResource.contentLength ( ) : long
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource.contentLength:()J]
AbstractFileResolvingResource.exists ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource.exists:()Z]
AbstractFileResolvingResource.getFile ( ) : File
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource.getFile:()Ljava/io/File;]
AbstractFileResolvingResource.getFile ( URI uri ) : File
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource.getFile:(Ljava/net/URI;)Ljava/io/File;]
AbstractFileResolvingResource.getFileForLastModifiedCheck ( ) : File
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource.getFileForLastModifiedCheck:()Ljava/io/File;]
AbstractFileResolvingResource.isReadable ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource.isReadable:()Z]
AbstractFileResolvingResource.lastModified ( ) : long
[mangled: org/codehaus/groovy/grails/io/support/AbstractFileResolvingResource.lastModified:()J]
grails-bootstrap-2.2.0.jar, AntPathMatcher.class
package org.codehaus.groovy.grails.io.support
AntPathMatcher.AntPathMatcher ( )
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher."<init>":()V]
AntPathMatcher.combine ( String pattern1, String pattern2 ) : String
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.combine:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AntPathMatcher.countOccurrencesOf ( String str, String sub ) [static] : int
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.countOccurrencesOf:(Ljava/lang/String;Ljava/lang/String;)I]
AntPathMatcher.doMatch ( String pattern, String path, boolean fullMatch, Map uriTemplateVariables ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.doMatch:(Ljava/lang/String;Ljava/lang/String;ZLjava/util/Map;)Z]
AntPathMatcher.extractPathWithinPattern ( String pattern, String path ) : String
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.extractPathWithinPattern:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
AntPathMatcher.extractUriTemplateVariables ( String pattern, String path ) : Map
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.extractUriTemplateVariables:(Ljava/lang/String;Ljava/lang/String;)Ljava/util/Map;]
AntPathMatcher.getPatternComparator ( String path ) : Comparator
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.getPatternComparator:(Ljava/lang/String;)Ljava/util/Comparator;]
AntPathMatcher.isPattern ( String path ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.isPattern:(Ljava/lang/String;)Z]
AntPathMatcher.match ( String pattern, String path ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.match:(Ljava/lang/String;Ljava/lang/String;)Z]
AntPathMatcher.matchStart ( String pattern, String path ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.matchStart:(Ljava/lang/String;Ljava/lang/String;)Z]
AntPathMatcher.setPathSeparator ( String pathSeparator ) : void
[mangled: org/codehaus/groovy/grails/io/support/AntPathMatcher.setPathSeparator:(Ljava/lang/String;)V]
grails-bootstrap-2.2.0.jar, AstPluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
AstPluginDescriptorReader.readPluginInfo ( Resource pluginLocation ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/AstPluginDescriptorReader.readPluginInfo:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-bootstrap-2.2.0.jar, BaseSettingsApi.class
package org.codehaus.groovy.grails.cli.api
BaseSettingsApi.copyGrailsResource ( Object targetFile, Resource resource ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.copyGrailsResource:(Ljava/lang/Object;Lorg/codehaus/groovy/grails/io/support/Resource;)V]
BaseSettingsApi.copyGrailsResource ( Object targetFile, Resource resource, boolean overwrite ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.copyGrailsResource:(Ljava/lang/Object;Lorg/codehaus/groovy/grails/io/support/Resource;Z)V]
BaseSettingsApi.getResolver ( ) : PathMatchingResourcePatternResolver
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.getResolver:()Lorg/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver;]
BaseSettingsApi.grailsResource ( String path ) : Resource
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.grailsResource:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
BaseSettingsApi.isDeclared ( Object cla, Method readMethod ) : boolean
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.isDeclared:(Ljava/lang/Object;Ljava/lang/reflect/Method;)Z]
BaseSettingsApi.makeApiAvailableToScripts ( GantBinding binding, Object cla ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.makeApiAvailableToScripts:(Lorg/codehaus/gant/GantBinding;Ljava/lang/Object;)V]
BaseSettingsApi.readAllPluginXmlMetadata ( ) : List
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.readAllPluginXmlMetadata:()Ljava/util/List;]
BaseSettingsApi.readPluginXmlMetadata ( String pluginName ) : GPathResult
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.readPluginXmlMetadata:(Ljava/lang/String;)Lgroovy/util/slurpersupport/GPathResult;]
BaseSettingsApi.resolveResources ( String pattern ) : Resource[ ]
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.resolveResources:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
grails-bootstrap-2.2.0.jar, BasicGrailsPluginInfo.class
package org.codehaus.groovy.grails.plugins
BasicGrailsPluginInfo.BasicGrailsPluginInfo ( Resource pluginLocation )
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo."<init>":(Lorg/codehaus/groovy/grails/io/support/Resource;)V]
BasicGrailsPluginInfo.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getDescriptor:()Lorg/codehaus/groovy/grails/io/support/Resource;]
BasicGrailsPluginInfo.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getPluginDir:()Lorg/codehaus/groovy/grails/io/support/Resource;]
grails-bootstrap-2.2.0.jar, BuildSettings.class
package grails.util
BuildSettings.getAutodeployDir ( ) : File
[mangled: grails/util/BuildSettings.getAutodeployDir:()Ljava/io/File;]
BuildSettings.getForkSettings ( ) : Map
[mangled: grails/util/BuildSettings.getForkSettings:()Ljava/util/Map;]
BuildSettings.getLogScriptTiming ( ) : boolean
[mangled: grails/util/BuildSettings.getLogScriptTiming:()Z]
BuildSettings.isLogScriptTiming ( ) : boolean
[mangled: grails/util/BuildSettings.isLogScriptTiming:()Z]
BuildSettings.makeAbsolute ( File dir ) : File
[mangled: grails/util/BuildSettings.makeAbsolute:(Ljava/io/File;)Ljava/io/File;]
BuildSettings.setAutodeployDir ( File p1 ) : void
[mangled: grails/util/BuildSettings.setAutodeployDir:(Ljava/io/File;)V]
BuildSettings.setForkSettings ( Map p1 ) : void
[mangled: grails/util/BuildSettings.setForkSettings:(Ljava/util/Map;)V]
BuildSettings.setLogScriptTiming ( boolean b ) : void
[mangled: grails/util/BuildSettings.setLogScriptTiming:(Z)V]
grails-bootstrap-2.2.0.jar, ByteArrayResource.class
package org.codehaus.groovy.grails.io.support
ByteArrayResource.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.__.swapInit:()V]
ByteArrayResource.ByteArrayResource ( byte[ ] p1 )
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource."<init>":([B)V]
ByteArrayResource.ByteArrayResource ( byte[ ] p1, String p2 )
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource."<init>":([BLjava/lang/String;)V]
ByteArrayResource.contentLength ( ) : long
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.contentLength:()J]
ByteArrayResource.createRelative ( String relativePath ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.createRelative:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
ByteArrayResource.exists ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.exists:()Z]
ByteArrayResource.getBytes ( ) : byte[ ]
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getBytes:()[B]
ByteArrayResource.getDescription ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getDescription:()Ljava/lang/String;]
ByteArrayResource.getFile ( ) : File
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getFile:()Ljava/io/File;]
ByteArrayResource.getFilename ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getFilename:()Ljava/lang/String;]
ByteArrayResource.getInputStream ( ) : InputStream
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getInputStream:()Ljava/io/InputStream;]
ByteArrayResource.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getMetaClass:()Lgroovy/lang/MetaClass;]
ByteArrayResource.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ByteArrayResource.getURI ( ) : URI
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getURI:()Ljava/net/URI;]
ByteArrayResource.getURL ( ) : URL
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.getURL:()Ljava/net/URL;]
ByteArrayResource.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ByteArrayResource.isReadable ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.isReadable:()Z]
ByteArrayResource.lastModified ( ) : long
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.lastModified:()J]
ByteArrayResource.setBytes ( byte[ ] p1 ) : void
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.setBytes:([B)V]
ByteArrayResource.setDescription ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.setDescription:(Ljava/lang/String;)V]
ByteArrayResource.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.setMetaClass:(Lgroovy/lang/MetaClass;)V]
ByteArrayResource.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-bootstrap-2.2.0.jar, ClassNameCompletor.class
package org.codehaus.groovy.grails.cli.interactive.completors
ClassNameCompletor.shouldInclude ( Resource res ) : boolean
[mangled: org/codehaus/groovy/grails/cli/interactive/completors/ClassNameCompletor.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, ClassPathResource.class
package org.codehaus.groovy.grails.io.support
ClassPathResource.ClassPathResource ( String path )
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource."<init>":(Ljava/lang/String;)V]
ClassPathResource.ClassPathResource ( String path, Class clazz )
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
ClassPathResource.ClassPathResource ( String path, ClassLoader classLoader )
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;)V]
ClassPathResource.ClassPathResource ( String path, ClassLoader classLoader, Class clazz )
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/Class;)V]
ClassPathResource.createRelative ( String relativePath ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.createRelative:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
ClassPathResource.equals ( Object obj ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.equals:(Ljava/lang/Object;)Z]
ClassPathResource.exists ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.exists:()Z]
ClassPathResource.getClassLoader ( ) : ClassLoader
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.getClassLoader:()Ljava/lang/ClassLoader;]
ClassPathResource.getDescription ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.getDescription:()Ljava/lang/String;]
ClassPathResource.getFilename ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.getFilename:()Ljava/lang/String;]
ClassPathResource.getInputStream ( ) : InputStream
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.getInputStream:()Ljava/io/InputStream;]
ClassPathResource.getPath ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.getPath:()Ljava/lang/String;]
ClassPathResource.getURI ( ) : URI
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.getURI:()Ljava/net/URI;]
ClassPathResource.getURL ( ) : URL
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.getURL:()Ljava/net/URL;]
ClassPathResource.hashCode ( ) : int
[mangled: org/codehaus/groovy/grails/io/support/ClassPathResource.hashCode:()I]
grails-bootstrap-2.2.0.jar, CodeSnippetPrinter.class
package org.codehaus.groovy.grails.exceptions
CodeSnippetPrinter.prettyPrintCodeSnippet ( Throwable p1 ) [abstract] : String
[mangled: org/codehaus/groovy/grails/exceptions/CodeSnippetPrinter.prettyPrintCodeSnippet:(Ljava/lang/Throwable;)Ljava/lang/String;]
grails-bootstrap-2.2.0.jar, CompositePluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
CompositePluginDescriptorReader.readPluginInfo ( Resource r ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/CompositePluginDescriptorReader.readPluginInfo:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-bootstrap-2.2.0.jar, CreateController.class
package grails.build.interactive.completors
CreateController.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateController.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, CreateScaffoldController.class
package grails.build.interactive.completors
CreateScaffoldController.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateScaffoldController.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, CreateService.class
package grails.build.interactive.completors
CreateService.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateService.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, CreateTagLib.class
package grails.build.interactive.completors
CreateTagLib.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateTagLib.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, DefaultResourceLoader.class
package org.codehaus.groovy.grails.io.support
DefaultResourceLoader.DefaultResourceLoader ( )
[mangled: org/codehaus/groovy/grails/io/support/DefaultResourceLoader."<init>":()V]
DefaultResourceLoader.DefaultResourceLoader ( ClassLoader classLoader )
[mangled: org/codehaus/groovy/grails/io/support/DefaultResourceLoader."<init>":(Ljava/lang/ClassLoader;)V]
DefaultResourceLoader.getClassLoader ( ) : ClassLoader
[mangled: org/codehaus/groovy/grails/io/support/DefaultResourceLoader.getClassLoader:()Ljava/lang/ClassLoader;]
DefaultResourceLoader.getDefaultClassLoader ( ) [static] : ClassLoader
[mangled: org/codehaus/groovy/grails/io/support/DefaultResourceLoader.getDefaultClassLoader:()Ljava/lang/ClassLoader;]
DefaultResourceLoader.getResource ( String location ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/DefaultResourceLoader.getResource:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
DefaultResourceLoader.getResourceByPath ( String path ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/DefaultResourceLoader.getResourceByPath:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
DefaultResourceLoader.setClassLoader ( ClassLoader classLoader ) : void
[mangled: org/codehaus/groovy/grails/io/support/DefaultResourceLoader.setClassLoader:(Ljava/lang/ClassLoader;)V]
grails-bootstrap-2.2.0.jar, Environment.class
package grails.util
Environment.isFork ( ) [static] : boolean
[mangled: grails/util/Environment.isFork:()Z]
grails-bootstrap-2.2.0.jar, ExecutionContext.class
package org.codehaus.groovy.grails.cli.fork
ExecutionContext.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.__.swapInit:()V]
ExecutionContext.ExecutionContext ( )
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext."<init>":()V]
ExecutionContext.getBaseDir ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getBaseDir:()Ljava/io/File;]
ExecutionContext.getBuildDependencies ( ) : List
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getBuildDependencies:()Ljava/util/List;]
ExecutionContext.getClassesDir ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getClassesDir:()Ljava/io/File;]
ExecutionContext.getEnv ( ) : String
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getEnv:()Ljava/lang/String;]
ExecutionContext.getGrailsHome ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getGrailsHome:()Ljava/io/File;]
ExecutionContext.getGrailsWorkDir ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getGrailsWorkDir:()Ljava/io/File;]
ExecutionContext.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getMetaClass:()Lgroovy/lang/MetaClass;]
ExecutionContext.getProjectPluginsDir ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getProjectPluginsDir:()Ljava/io/File;]
ExecutionContext.getProjectWorkDir ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getProjectWorkDir:()Ljava/io/File;]
ExecutionContext.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ExecutionContext.getProvidedDependencies ( ) : List
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getProvidedDependencies:()Ljava/util/List;]
ExecutionContext.getResourcesDir ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getResourcesDir:()Ljava/io/File;]
ExecutionContext.getRuntimeDependencies ( ) : List
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getRuntimeDependencies:()Ljava/util/List;]
ExecutionContext.getTestClassesDir ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.getTestClassesDir:()Ljava/io/File;]
ExecutionContext.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ExecutionContext.setBaseDir ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setBaseDir:(Ljava/io/File;)V]
ExecutionContext.setBuildDependencies ( List p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setBuildDependencies:(Ljava/util/List;)V]
ExecutionContext.setClassesDir ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setClassesDir:(Ljava/io/File;)V]
ExecutionContext.setEnv ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setEnv:(Ljava/lang/String;)V]
ExecutionContext.setGrailsHome ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setGrailsHome:(Ljava/io/File;)V]
ExecutionContext.setGrailsWorkDir ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setGrailsWorkDir:(Ljava/io/File;)V]
ExecutionContext.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setMetaClass:(Lgroovy/lang/MetaClass;)V]
ExecutionContext.setProjectPluginsDir ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setProjectPluginsDir:(Ljava/io/File;)V]
ExecutionContext.setProjectWorkDir ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setProjectWorkDir:(Ljava/io/File;)V]
ExecutionContext.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
ExecutionContext.setProvidedDependencies ( List p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setProvidedDependencies:(Ljava/util/List;)V]
ExecutionContext.setResourcesDir ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setResourcesDir:(Ljava/io/File;)V]
ExecutionContext.setRuntimeDependencies ( List p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setRuntimeDependencies:(Ljava/util/List;)V]
ExecutionContext.setTestClassesDir ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.setTestClassesDir:(Ljava/io/File;)V]
grails-bootstrap-2.2.0.jar, FileSystemResource.class
package org.codehaus.groovy.grails.io.support
FileSystemResource.assertNotNull ( Object object, String message ) : void
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.assertNotNull:(Ljava/lang/Object;Ljava/lang/String;)V]
FileSystemResource.contentLength ( ) : long
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.contentLength:()J]
FileSystemResource.createRelative ( String relativePath ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.createRelative:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
FileSystemResource.equals ( Object obj ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.equals:(Ljava/lang/Object;)Z]
FileSystemResource.exists ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.exists:()Z]
FileSystemResource.FileSystemResource ( File file )
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource."<init>":(Ljava/io/File;)V]
FileSystemResource.FileSystemResource ( String path )
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource."<init>":(Ljava/lang/String;)V]
FileSystemResource.getDescription ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getDescription:()Ljava/lang/String;]
FileSystemResource.getFile ( ) : File
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getFile:()Ljava/io/File;]
FileSystemResource.getFilename ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getFilename:()Ljava/lang/String;]
FileSystemResource.getInputStream ( ) : InputStream
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getInputStream:()Ljava/io/InputStream;]
FileSystemResource.getOutputStream ( ) : OutputStream
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getOutputStream:()Ljava/io/OutputStream;]
FileSystemResource.getPath ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getPath:()Ljava/lang/String;]
FileSystemResource.getURI ( ) : URI
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getURI:()Ljava/net/URI;]
FileSystemResource.getURL ( ) : URL
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.getURL:()Ljava/net/URL;]
FileSystemResource.hashCode ( ) : int
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.hashCode:()I]
FileSystemResource.isReadable ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.isReadable:()Z]
FileSystemResource.isWritable ( ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.isWritable:()Z]
FileSystemResource.lastModified ( ) : long
[mangled: org/codehaus/groovy/grails/io/support/FileSystemResource.lastModified:()J]
grails-bootstrap-2.2.0.jar, ForkedGrailsProcess.class
package org.codehaus.groovy.grails.cli.fork
ForkedGrailsProcess.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.__.swapInit:()V]
ForkedGrailsProcess.buildMinimalIsolatedClasspath ( BuildSettings buildSettings ) [static] : List
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.buildMinimalIsolatedClasspath:(Lgrails/util/BuildSettings;)Ljava/util/List;]
ForkedGrailsProcess.configure ( Map forkConfig ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.configure:(Ljava/util/Map;)V]
ForkedGrailsProcess.createClassLoader ( BuildSettings buildSettings ) : URLClassLoader
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.createClassLoader:(Lgrails/util/BuildSettings;)Ljava/net/URLClassLoader;]
ForkedGrailsProcess.createExecutionContext ( ) [abstract] : ExecutionContext
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.createExecutionContext:()Lorg/codehaus/groovy/grails/cli/fork/ExecutionContext;]
ForkedGrailsProcess.discoverAndSetAgent ( ExecutionContext executionContext ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.discoverAndSetAgent:(Lorg/codehaus/groovy/grails/cli/fork/ExecutionContext;)V]
ForkedGrailsProcess.findJarFile ( Class targetClass ) [static] : File
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.findJarFile:(Ljava/lang/Class;)Ljava/io/File;]
ForkedGrailsProcess.fork ( ) : Process
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.fork:()Ljava/lang/Process;]
ForkedGrailsProcess.ForkedGrailsProcess ( )
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess."<init>":()V]
ForkedGrailsProcess.getDebug ( ) : boolean
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getDebug:()Z]
ForkedGrailsProcess.getJvmArgs ( ) : List
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getJvmArgs:()Ljava/util/List;]
ForkedGrailsProcess.getMaxMemory ( ) : int
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getMaxMemory:()I]
ForkedGrailsProcess.getMaxPerm ( ) : int
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getMaxPerm:()I]
ForkedGrailsProcess.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getMetaClass:()Lgroovy/lang/MetaClass;]
ForkedGrailsProcess.getMinMemory ( ) : int
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getMinMemory:()I]
ForkedGrailsProcess.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ForkedGrailsProcess.getReloadingAgent ( ) : File
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.getReloadingAgent:()Ljava/io/File;]
ForkedGrailsProcess.initializeLogging ( File grailsHome, ClassLoader classLoader ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.initializeLogging:(Ljava/io/File;Ljava/lang/ClassLoader;)V]
ForkedGrailsProcess.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ForkedGrailsProcess.isDebug ( ) : boolean
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.isDebug:()Z]
ForkedGrailsProcess.readExecutionContext ( ) : ExecutionContext
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.readExecutionContext:()Lorg/codehaus/groovy/grails/cli/fork/ExecutionContext;]
ForkedGrailsProcess.setDebug ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setDebug:(Z)V]
ForkedGrailsProcess.setJvmArgs ( List p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setJvmArgs:(Ljava/util/List;)V]
ForkedGrailsProcess.setMaxMemory ( int p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setMaxMemory:(I)V]
ForkedGrailsProcess.setMaxPerm ( int p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setMaxPerm:(I)V]
ForkedGrailsProcess.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setMetaClass:(Lgroovy/lang/MetaClass;)V]
ForkedGrailsProcess.setMinMemory ( int p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setMinMemory:(I)V]
ForkedGrailsProcess.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
ForkedGrailsProcess.setReloadingAgent ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setReloadingAgent:(Ljava/io/File;)V]
ForkedGrailsProcess.setupReloading ( URLClassLoader classLoader, BuildSettings buildSettings ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.setupReloading:(Ljava/net/URLClassLoader;Lgrails/util/BuildSettings;)V]
grails-bootstrap-2.2.0.jar, GenerateAll.class
package grails.build.interactive.completors
GenerateAll.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/GenerateAll.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, GenerateController.class
package grails.build.interactive.completors
GenerateController.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/GenerateController.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, GenerateViews.class
package grails.build.interactive.completors
GenerateViews.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/GenerateViews.shouldInclude:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, GrailsConsole.class
package grails.build.logging
GrailsConsole.append ( String msg ) : void
[mangled: grails/build/logging/GrailsConsole.append:(Ljava/lang/String;)V]
GrailsConsole.isStacktrace ( ) : boolean
[mangled: grails/build/logging/GrailsConsole.isStacktrace:()Z]
grails-bootstrap-2.2.0.jar, GrailsInteractiveCompletor.class
package org.codehaus.groovy.grails.cli.interactive
GrailsInteractiveCompletor.getScriptNames ( List scriptResources ) [static] : String[ ]
[mangled: org/codehaus/groovy/grails/cli/interactive/GrailsInteractiveCompletor.getScriptNames:(Ljava/util/List;)[Ljava/lang/String;]
grails-bootstrap-2.2.0.jar, GrailsPluginInfo.class
package org.codehaus.groovy.grails.plugins
GrailsPluginInfo.getDescriptor ( ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getDescriptor:()Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginInfo.getPluginDir ( ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getPluginDir:()Lorg/codehaus/groovy/grails/io/support/Resource;]
grails-bootstrap-2.2.0.jar, GrailsPluginUtils.class
package org.codehaus.groovy.grails.plugins
GrailsPluginUtils.getArtefactResources ( String basedir ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getArtefactResources:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getArtefactResourcesForOne ( String projectDir ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getArtefactResourcesForOne:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getAvailableScripts ( String grailsHome, String pluginDirPath, String basedir ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getAvailableScripts:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getBasePluginDescriptor ( String basedir ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getBasePluginDescriptor:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getDescriptorForPlugin ( Resource pluginDir ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getDescriptorForPlugin:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getMetadataForPlugin ( Resource pluginDir ) [static] : GPathResult
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getMetadataForPlugin:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lgroovy/util/slurpersupport/GPathResult;]
GrailsPluginUtils.getPluginDescriptors ( String basedir, String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDescriptors:(Ljava/lang/String;Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginDirectories ( ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirectories:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginDirectories ( String pluginDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirectories:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginDirForName ( String pluginName ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirForName:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginDirForName ( String pluginsDirPath, String pluginName ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirForName:(Ljava/lang/String;Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginI18nDirectories ( ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginI18nDirectories:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginI18nDirectories ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginI18nDirectories:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginJarFiles ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginJarFiles:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginLibDirectories ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginLibDirectories:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginResourceBundles ( String pluginDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginResourceBundles:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginScripts ( String pluginDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginScripts:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginSourceFiles ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginSourceFiles:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.getPluginXmlMetadata ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginXmlMetadata:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsPluginUtils.isGlobalPluginLocation ( Resource pluginDir ) [static] : boolean
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.isGlobalPluginLocation:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
grails-bootstrap-2.2.0.jar, GrailsResourceUtils.class
package org.codehaus.groovy.grails.io.support
GrailsResourceUtils.applyRelativePath ( String path, String relativePath ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.applyRelativePath:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
GrailsResourceUtils.classPackageAsResourcePath ( Class clazz ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.classPackageAsResourcePath:(Ljava/lang/Class;)Ljava/lang/String;]
GrailsResourceUtils.cleanPath ( String path ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.cleanPath:(Ljava/lang/String;)Ljava/lang/String;]
GrailsResourceUtils.extractJarFileURL ( URL jarUrl ) [static] : URL
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.extractJarFileURL:(Ljava/net/URL;)Ljava/net/URL;]
GrailsResourceUtils.getAppDir ( Resource resource ) [static] : Resource
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getAppDir:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsResourceUtils.getClassName ( Resource resource ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getClassName:(Lorg/codehaus/groovy/grails/io/support/Resource;)Ljava/lang/String;]
GrailsResourceUtils.getFile ( URI resourceUri ) [static] : File
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getFile:(Ljava/net/URI;)Ljava/io/File;]
GrailsResourceUtils.getFile ( URI resourceUri, String description ) [static] : File
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getFile:(Ljava/net/URI;Ljava/lang/String;)Ljava/io/File;]
GrailsResourceUtils.getFile ( URL resourceUrl, String description ) [static] : File
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getFile:(Ljava/net/URL;Ljava/lang/String;)Ljava/io/File;]
GrailsResourceUtils.getFilename ( String path ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getFilename:(Ljava/lang/String;)Ljava/lang/String;]
GrailsResourceUtils.getRelativeInsideWebInf ( Resource resource ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getRelativeInsideWebInf:(Lorg/codehaus/groovy/grails/io/support/Resource;)Ljava/lang/String;]
GrailsResourceUtils.getStaticResourcePathForResource ( Resource resource, String contextPath ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getStaticResourcePathForResource:(Lorg/codehaus/groovy/grails/io/support/Resource;Ljava/lang/String;)Ljava/lang/String;]
GrailsResourceUtils.getViewsDir ( Resource resource ) [static] : Resource
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getViewsDir:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/io/support/Resource;]
GrailsResourceUtils.instantiateFromConfig ( ConfigObject config, String configKey, String defaultClassName ) [static] : Object
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.instantiateFromConfig:(Lgroovy/util/ConfigObject;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
GrailsResourceUtils.instantiateFromFlatConfig ( Map flatConfig, String configKey, String defaultClassName ) [static] : Object
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.instantiateFromFlatConfig:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
GrailsResourceUtils.isFileURL ( URL url ) [static] : boolean
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.isFileURL:(Ljava/net/URL;)Z]
GrailsResourceUtils.isGrailsResource ( Resource r ) [static] : boolean
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.isGrailsResource:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
GrailsResourceUtils.isJarURL ( URL url ) [static] : boolean
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.isJarURL:(Ljava/net/URL;)Z]
GrailsResourceUtils.toURI ( String location ) [static] : URI
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.toURI:(Ljava/lang/String;)Ljava/net/URI;]
GrailsResourceUtils.toURI ( URL url ) [static] : URI
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.toURI:(Ljava/net/URL;)Ljava/net/URI;]
GrailsResourceUtils.useCachesIfNecessary ( URLConnection con ) [static] : void
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.useCachesIfNecessary:(Ljava/net/URLConnection;)V]
grails-bootstrap-2.2.0.jar, InteractiveMode.class
package org.codehaus.groovy.grails.cli.interactive
InteractiveMode.append ( String param0 ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.append:(Ljava/lang/String;)V]
InteractiveMode.exit ( boolean shouldStopApp ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.exit:(Z)V]
InteractiveMode.isStacktrace ( ) : boolean
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.isStacktrace:()Z]
InteractiveMode.quit ( ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.quit:()V]
InteractiveMode.stopApp ( ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.stopApp:()V]
grails-bootstrap-2.2.0.jar, IOUtils.class
package org.codehaus.groovy.grails.io.support
IOUtils.addAll ( Object[ ] array1, Object[ ] array2 ) [static] : Object[ ]
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.addAll:([Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;]
IOUtils.copy ( byte[ ] in, File out ) [static] : void
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copy:([BLjava/io/File;)V]
IOUtils.copy ( byte[ ] in, OutputStream out ) [static] : void
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copy:([BLjava/io/OutputStream;)V]
IOUtils.copy ( File in, File out ) [static] : int
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copy:(Ljava/io/File;Ljava/io/File;)I]
IOUtils.copy ( InputStream in, OutputStream out ) [static] : int
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;)I]
IOUtils.copy ( Reader in, Writer out ) [static] : int
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copy:(Ljava/io/Reader;Ljava/io/Writer;)I]
IOUtils.copy ( String in, Writer out ) [static] : void
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copy:(Ljava/lang/String;Ljava/io/Writer;)V]
IOUtils.copyToByteArray ( File in ) [static] : byte[ ]
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copyToByteArray:(Ljava/io/File;)[B]
IOUtils.copyToByteArray ( InputStream in ) [static] : byte[ ]
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copyToByteArray:(Ljava/io/InputStream;)[B]
IOUtils.copyToString ( Reader in ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/IOUtils.copyToString:(Ljava/io/Reader;)Ljava/lang/String;]
IOUtils.IOUtils ( )
[mangled: org/codehaus/groovy/grails/io/support/IOUtils."<init>":()V]
grails-bootstrap-2.2.0.jar, PathMatchingResourcePatternResolver.class
package org.codehaus.groovy.grails.io.support
PathMatchingResourcePatternResolver.convertClassLoaderURL ( URL url ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.convertClassLoaderURL:(Ljava/net/URL;)Lorg/codehaus/groovy/grails/io/support/Resource;]
PathMatchingResourcePatternResolver.determineRootDir ( String location ) : String
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.determineRootDir:(Ljava/lang/String;)Ljava/lang/String;]
PathMatchingResourcePatternResolver.doFindMatchingFileSystemResources ( File rootDir, String subPattern ) : Set
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.doFindMatchingFileSystemResources:(Ljava/io/File;Ljava/lang/String;)Ljava/util/Set;]
PathMatchingResourcePatternResolver.doFindPathMatchingFileResources ( Resource rootDirResource, String subPattern ) : Set
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.doFindPathMatchingFileResources:(Lorg/codehaus/groovy/grails/io/support/Resource;Ljava/lang/String;)Ljava/util/Set;]
PathMatchingResourcePatternResolver.doFindPathMatchingJarResources ( Resource rootDirResource, String subPattern ) : Set
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.doFindPathMatchingJarResources:(Lorg/codehaus/groovy/grails/io/support/Resource;Ljava/lang/String;)Ljava/util/Set;]
PathMatchingResourcePatternResolver.doRetrieveMatchingFiles ( String fullPattern, File dir, Set result ) : void
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.doRetrieveMatchingFiles:(Ljava/lang/String;Ljava/io/File;Ljava/util/Set;)V]
PathMatchingResourcePatternResolver.findAllClassPathResources ( String location ) : Resource[ ]
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.findAllClassPathResources:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
PathMatchingResourcePatternResolver.findPathMatchingResources ( String locationPattern ) : Resource[ ]
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.findPathMatchingResources:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
PathMatchingResourcePatternResolver.getClassLoader ( ) : ClassLoader
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.getClassLoader:()Ljava/lang/ClassLoader;]
PathMatchingResourcePatternResolver.getJarFile ( String jarFileUrl ) : JarFile
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.getJarFile:(Ljava/lang/String;)Ljava/util/jar/JarFile;]
PathMatchingResourcePatternResolver.getPathMatcher ( ) : AntPathMatcher
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.getPathMatcher:()Lorg/codehaus/groovy/grails/io/support/AntPathMatcher;]
PathMatchingResourcePatternResolver.getResource ( String location ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.getResource:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
PathMatchingResourcePatternResolver.getResourceLoader ( ) : ResourceLoader
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.getResourceLoader:()Lorg/codehaus/groovy/grails/io/support/ResourceLoader;]
PathMatchingResourcePatternResolver.getResources ( String locationPattern ) : Resource[ ]
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.getResources:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
PathMatchingResourcePatternResolver.isJarResource ( Resource resource ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.isJarResource:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
PathMatchingResourcePatternResolver.PathMatchingResourcePatternResolver ( )
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver."<init>":()V]
PathMatchingResourcePatternResolver.PathMatchingResourcePatternResolver ( ClassLoader classLoader )
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver."<init>":(Ljava/lang/ClassLoader;)V]
PathMatchingResourcePatternResolver.PathMatchingResourcePatternResolver ( ResourceLoader resourceLoader )
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver."<init>":(Lorg/codehaus/groovy/grails/io/support/ResourceLoader;)V]
PathMatchingResourcePatternResolver.resolveRootDirResource ( Resource original ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.resolveRootDirResource:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/io/support/Resource;]
PathMatchingResourcePatternResolver.retrieveMatchingFiles ( File rootDir, String pattern ) : Set
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.retrieveMatchingFiles:(Ljava/io/File;Ljava/lang/String;)Ljava/util/Set;]
PathMatchingResourcePatternResolver.setPathMatcher ( AntPathMatcher pathMatcher ) : void
[mangled: org/codehaus/groovy/grails/io/support/PathMatchingResourcePatternResolver.setPathMatcher:(Lorg/codehaus/groovy/grails/io/support/AntPathMatcher;)V]
grails-bootstrap-2.2.0.jar, PluginBuildSettings.class
package grails.util
PluginBuildSettings.addPluginScopeInfoForDirAndInfo ( PluginScopeInfo compileInfo, GrailsPluginInfo info, Resource dir ) : void
[mangled: grails/util/PluginBuildSettings.addPluginScopeInfoForDirAndInfo:(Lorg/codehaus/groovy/grails/plugins/build/scopes/PluginScopeInfo;Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;Lorg/codehaus/groovy/grails/io/support/Resource;)V]
PluginBuildSettings.getArtefactResources ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getArtefactResources:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getArtefactResourcesForCurrentEnvironment ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getArtefactResourcesForCurrentEnvironment:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getArtefactResourcesForOne ( String projectDir ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getArtefactResourcesForOne:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getAvailableScripts ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getAvailableScripts:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getBasePluginDescriptor ( ) : Resource
[mangled: grails/util/PluginBuildSettings.getBasePluginDescriptor:()Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getDescriptorForPlugin ( Resource pluginDir ) : Resource
[mangled: grails/util/PluginBuildSettings.getDescriptorForPlugin:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getInlinePluginDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getInlinePluginDirectories:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getMetadataForPlugin ( Resource pluginDir ) : GPathResult
[mangled: grails/util/PluginBuildSettings.getMetadataForPlugin:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lgroovy/util/slurpersupport/GPathResult;]
PluginBuildSettings.getPluginDescriptor ( Resource pluginDir ) : Resource
[mangled: grails/util/PluginBuildSettings.getPluginDescriptor:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginDescriptors ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginDescriptors:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginDescriptorsForCurrentEnvironment ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginDescriptorsForCurrentEnvironment:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginDirectories:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginDirForName ( String pluginName ) : Resource
[mangled: grails/util/PluginBuildSettings.getPluginDirForName:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginI18nDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginI18nDirectories:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginJarFiles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginJarFiles:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginLibDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginLibDirectories:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginResourceBundles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginResourceBundles:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginScripts ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginScripts:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginSourceDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceDirectories:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginSourceDirectories ( File pluginDir ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceDirectories:(Ljava/io/File;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginSourceFiles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceFiles:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginSourceFiles ( File pluginDir ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceFiles:(Ljava/io/File;)[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getPluginXmlMetadata ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginXmlMetadata:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.getUnmanagedPluginJarFiles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getUnmanagedPluginJarFiles:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginBuildSettings.isGlobalPluginLocation ( Resource pluginDir ) : boolean
[mangled: grails/util/PluginBuildSettings.isGlobalPluginLocation:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
PluginBuildSettings.isInlinePluginLocation ( Resource pluginLocation ) : boolean
[mangled: grails/util/PluginBuildSettings.isInlinePluginLocation:(Lorg/codehaus/groovy/grails/io/support/Resource;)Z]
PluginBuildSettings.registerPluginZipWithScope ( File pluginZip, PluginScopeInfo scopeInfo ) : void
[mangled: grails/util/PluginBuildSettings.registerPluginZipWithScope:(Ljava/io/File;Lorg/codehaus/groovy/grails/plugins/build/scopes/PluginScopeInfo;)V]
grails-bootstrap-2.2.0.jar, PluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
PluginDescriptorReader.readPluginInfo ( Resource p1 ) [abstract] : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/PluginDescriptorReader.readPluginInfo:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-bootstrap-2.2.0.jar, PluginInfo.class
package org.codehaus.groovy.grails.plugins
PluginInfo.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getDescriptor:()Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginInfo.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getPluginDir:()Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginInfo.getPluginDirectory ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getPluginDirectory:()Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginInfo.parseMetadata ( Resource pluginXml ) : GPathResult
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.parseMetadata:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lgroovy/util/slurpersupport/GPathResult;]
PluginInfo.PluginInfo ( Resource p1, PluginBuildSettings p2 )
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo."<init>":(Lorg/codehaus/groovy/grails/io/support/Resource;Lgrails/util/PluginBuildSettings;)V]
PluginInfo.setPluginDir ( Resource p1 ) : void
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.setPluginDir:(Lorg/codehaus/groovy/grails/io/support/Resource;)V]
grails-bootstrap-2.2.0.jar, PluginResolveEngine.class
package org.codehaus.groovy.grails.resolve
PluginResolveEngine.printDependencies ( Object output, Object dependencies ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.printDependencies:(Ljava/lang/Object;Ljava/lang/Object;)V]
PluginResolveEngine.printLineSeparator ( PrintWriter output ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.printLineSeparator:(Ljava/io/PrintWriter;)V]
PluginResolveEngine.printSectionTitle ( PrintWriter output, String title ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.printSectionTitle:(Ljava/io/PrintWriter;Ljava/lang/String;)V]
grails-bootstrap-2.2.0.jar, RepositoriesConfigurer.class
package org.codehaus.groovy.grails.resolve.config
RepositoriesConfigurer.mavenLocal ( ) : void
[mangled: org/codehaus/groovy/grails/resolve/config/RepositoriesConfigurer.mavenLocal:()V]
grails-bootstrap-2.2.0.jar, Resource.class
package org.codehaus.groovy.grails.io.support
Resource.contentLength ( ) [abstract] : long
[mangled: org/codehaus/groovy/grails/io/support/Resource.contentLength:()J]
Resource.createRelative ( String p1 ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/io/support/Resource.createRelative:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
Resource.exists ( ) [abstract] : boolean
[mangled: org/codehaus/groovy/grails/io/support/Resource.exists:()Z]
Resource.getDescription ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/io/support/Resource.getDescription:()Ljava/lang/String;]
Resource.getFile ( ) [abstract] : File
[mangled: org/codehaus/groovy/grails/io/support/Resource.getFile:()Ljava/io/File;]
Resource.getFilename ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/io/support/Resource.getFilename:()Ljava/lang/String;]
Resource.getInputStream ( ) [abstract] : InputStream
[mangled: org/codehaus/groovy/grails/io/support/Resource.getInputStream:()Ljava/io/InputStream;]
Resource.getURI ( ) [abstract] : URI
[mangled: org/codehaus/groovy/grails/io/support/Resource.getURI:()Ljava/net/URI;]
Resource.getURL ( ) [abstract] : URL
[mangled: org/codehaus/groovy/grails/io/support/Resource.getURL:()Ljava/net/URL;]
Resource.isReadable ( ) [abstract] : boolean
[mangled: org/codehaus/groovy/grails/io/support/Resource.isReadable:()Z]
Resource.lastModified ( ) [abstract] : long
[mangled: org/codehaus/groovy/grails/io/support/Resource.lastModified:()J]
grails-bootstrap-2.2.0.jar, ResourceLoader.class
package org.codehaus.groovy.grails.io.support
ResourceLoader.getClassLoader ( ) [abstract] : ClassLoader
[mangled: org/codehaus/groovy/grails/io/support/ResourceLoader.getClassLoader:()Ljava/lang/ClassLoader;]
ResourceLoader.getResource ( String p1 ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/io/support/ResourceLoader.getResource:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
grails-bootstrap-2.2.0.jar, TextDumper.class
package org.codehaus.groovy.grails.cli.fork
ForkedGrailsProcess.TextDumper.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.__.swapInit:()V]
ForkedGrailsProcess.TextDumper.ForkedGrailsProcess.TextDumper ( InputStream p1 )
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper."<init>":(Ljava/io/InputStream;)V]
ForkedGrailsProcess.TextDumper.getInput ( ) : InputStream
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.getInput:()Ljava/io/InputStream;]
ForkedGrailsProcess.TextDumper.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.getMetaClass:()Lgroovy/lang/MetaClass;]
ForkedGrailsProcess.TextDumper.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ForkedGrailsProcess.TextDumper.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ForkedGrailsProcess.TextDumper.methodMissing ( String name, Object args ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.methodMissing:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ForkedGrailsProcess.TextDumper.propertyMissing ( String name ) : Object
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.propertyMissing:(Ljava/lang/String;)Ljava/lang/Object;]
ForkedGrailsProcess.TextDumper.propertyMissing ( String name, Object val ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.propertyMissing:(Ljava/lang/String;Ljava/lang/Object;)V]
ForkedGrailsProcess.TextDumper.run ( ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.run:()V]
ForkedGrailsProcess.TextDumper.setInput ( InputStream p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.setInput:(Ljava/io/InputStream;)V]
ForkedGrailsProcess.TextDumper.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.setMetaClass:(Lgroovy/lang/MetaClass;)V]
ForkedGrailsProcess.TextDumper.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-bootstrap-2.2.0.jar, UaaIntegration.class
package org.codehaus.groovy.grails.cli
UaaIntegration.enable ( BuildSettings settings, PluginBuildSettings pluginSettings, boolean interactive ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/UaaIntegration.enable:(Lgrails/util/BuildSettings;Lgrails/util/PluginBuildSettings;Z)V]
UaaIntegration.isAvailable ( ) [static] : boolean
[mangled: org/codehaus/groovy/grails/cli/UaaIntegration.isAvailable:()Z]
UaaIntegration.isEnabled ( ) [static] : boolean
[mangled: org/codehaus/groovy/grails/cli/UaaIntegration.isEnabled:()Z]
UaaIntegration.UaaIntegration ( )
[mangled: org/codehaus/groovy/grails/cli/UaaIntegration."<init>":()V]
grails-bootstrap-2.2.0.jar, UaaIntegrationSupport.class
package org.codehaus.groovy.grails.cli
UaaIntegrationSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport.__.swapInit:()V]
UaaIntegrationSupport.findPlugin ( Object pluginList, String pluginName ) [static] : Object
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport.findPlugin:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
UaaIntegrationSupport.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport.getMetaClass:()Lgroovy/lang/MetaClass;]
UaaIntegrationSupport.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
UaaIntegrationSupport.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
UaaIntegrationSupport.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport.setMetaClass:(Lgroovy/lang/MetaClass;)V]
UaaIntegrationSupport.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
UaaIntegrationSupport.UaaIntegrationSupport ( )
[mangled: org/codehaus/groovy/grails/cli/UaaIntegrationSupport."<init>":()V]
grails-bootstrap-2.2.0.jar, UrlResource.class
package org.codehaus.groovy.grails.io.support
UrlResource.createRelative ( String relativePath ) : Resource
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.createRelative:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
UrlResource.equals ( Object obj ) : boolean
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.equals:(Ljava/lang/Object;)Z]
UrlResource.getDescription ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.getDescription:()Ljava/lang/String;]
UrlResource.getFile ( ) : File
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.getFile:()Ljava/io/File;]
UrlResource.getFilename ( ) : String
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.getFilename:()Ljava/lang/String;]
UrlResource.getInputStream ( ) : InputStream
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.getInputStream:()Ljava/io/InputStream;]
UrlResource.getURI ( ) : URI
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.getURI:()Ljava/net/URI;]
UrlResource.getURL ( ) : URL
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.getURL:()Ljava/net/URL;]
UrlResource.hashCode ( ) : int
[mangled: org/codehaus/groovy/grails/io/support/UrlResource.hashCode:()I]
UrlResource.UrlResource ( String path )
[mangled: org/codehaus/groovy/grails/io/support/UrlResource."<init>":(Ljava/lang/String;)V]
UrlResource.UrlResource ( URI uri )
[mangled: org/codehaus/groovy/grails/io/support/UrlResource."<init>":(Ljava/net/URI;)V]
UrlResource.UrlResource ( URL url )
[mangled: org/codehaus/groovy/grails/io/support/UrlResource."<init>":(Ljava/net/URL;)V]
grails-bootstrap-2.2.0.jar, XmlPluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
XmlPluginDescriptorReader.readPluginInfo ( Resource pluginDescriptor ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/XmlPluginDescriptorReader.readPluginInfo:(Lorg/codehaus/groovy/grails/io/support/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-core-2.2.0.jar, ConfigurationHelper.class
package org.codehaus.groovy.grails.commons.cfg
ConfigurationHelper.loadConfigFromClasspath ( DefaultGrailsApplication application ) [static] : ConfigObject
[mangled: org/codehaus/groovy/grails/commons/cfg/ConfigurationHelper.loadConfigFromClasspath:(Lorg/codehaus/groovy/grails/commons/DefaultGrailsApplication;)Lgroovy/util/ConfigObject;]
ConfigurationHelper.loadConfigFromClasspath ( DefaultGrailsApplication application, String environment ) [static] : ConfigObject
[mangled: org/codehaus/groovy/grails/commons/cfg/ConfigurationHelper.loadConfigFromClasspath:(Lorg/codehaus/groovy/grails/commons/DefaultGrailsApplication;Ljava/lang/String;)Lgroovy/util/ConfigObject;]
grails-core-2.2.0.jar, DefaultErrorsPrinter.class
package org.codehaus.groovy.grails.exceptions
DefaultErrorsPrinter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.__.swapInit:()V]
DefaultErrorsPrinter.DefaultErrorsPrinter ( )
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter."<init>":()V]
DefaultErrorsPrinter.DefaultErrorsPrinter ( ResourceLocator p1 )
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter."<init>":(Lorg/codehaus/groovy/grails/core/io/ResourceLocator;)V]
DefaultErrorsPrinter.formatCodeSnippetEnd ( Resource resource, int lineNumber ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.formatCodeSnippetEnd:(Lorg/springframework/core/io/Resource;I)Ljava/lang/String;]
DefaultErrorsPrinter.formatCodeSnippetErrorLine ( int currentLineNumber, Object currentLine ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.formatCodeSnippetErrorLine:(ILjava/lang/Object;)Ljava/lang/String;]
DefaultErrorsPrinter.formatCodeSnippetLine ( int currentLineNumber, Object currentLine ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.formatCodeSnippetLine:(ILjava/lang/Object;)Ljava/lang/String;]
DefaultErrorsPrinter.formatCodeSnippetStart ( Resource resource, int lineNumber ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.formatCodeSnippetStart:(Lorg/springframework/core/io/Resource;I)Ljava/lang/String;]
DefaultErrorsPrinter.getFileName ( StackTraceElement te ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.getFileName:(Ljava/lang/StackTraceElement;)Ljava/lang/String;]
DefaultErrorsPrinter.getFileNameInfo ( Throwable cause, Resource res ) : Resource
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.getFileNameInfo:(Ljava/lang/Throwable;Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
DefaultErrorsPrinter.getLineNumberInfo ( Throwable cause, int defaultInfo ) : int
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.getLineNumberInfo:(Ljava/lang/Throwable;I)I]
DefaultErrorsPrinter.getResourceLocator ( ) : ResourceLocator
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.getResourceLocator:()Lorg/codehaus/groovy/grails/core/io/ResourceLocator;]
DefaultErrorsPrinter.getRootCause ( Throwable ex ) : Throwable
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.getRootCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;]
DefaultErrorsPrinter.prettyPrintCodeSnippet ( Throwable exception ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.prettyPrintCodeSnippet:(Ljava/lang/Throwable;)Ljava/lang/String;]
DefaultErrorsPrinter.setResourceLocator ( ResourceLocator p1 ) : void
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.setResourceLocator:(Lorg/codehaus/groovy/grails/core/io/ResourceLocator;)V]
grails-core-2.2.0.jar, DefaultGrailsApplication.class
package org.codehaus.groovy.grails.commons
DefaultGrailsApplication.DefaultGrailsApplication ( Resource[ ] resources )
[mangled: org/codehaus/groovy/grails/commons/DefaultGrailsApplication."<init>":([Lorg/codehaus/groovy/grails/io/support/Resource;)V]
grails-core-2.2.0.jar, DefaultGrailsDomainClassProperty.class
package org.codehaus.groovy.grails.commons
DefaultGrailsDomainClassProperty.setIdentity ( boolean b ) : void
[mangled: org/codehaus/groovy/grails/commons/DefaultGrailsDomainClassProperty.setIdentity:(Z)V]
grails-core-2.2.0.jar, DefaultGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
DefaultGrailsPlugin.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getDescriptor:()Lorg/codehaus/groovy/grails/io/support/Resource;]
DefaultGrailsPlugin.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getPluginDir:()Lorg/codehaus/groovy/grails/io/support/Resource;]
grails-core-2.2.0.jar, GrailsASTUtils.class
package org.codehaus.groovy.grails.compiler.injection
GrailsASTUtils.addFieldIfNonExistent ( ClassNode classNode, ClassNode fieldType, String fieldName ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addFieldIfNonExistent:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;Ljava/lang/String;)V]
GrailsASTUtils.isDomainClass ( ClassNode classNode, SourceUnit sourceNode ) [static] : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.isDomainClass:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/control/SourceUnit;)Z]
grails-core-2.2.0.jar, GrailsProjectPackager.class
package org.codehaus.groovy.grails.project.packaging
GrailsProjectPackager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.__.swapInit:()V]
GrailsProjectPackager.configureServerContextPath ( ) : String
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.configureServerContextPath:()Ljava/lang/String;]
GrailsProjectPackager.createConfig ( ) : ConfigObject
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.createConfig:()Lgroovy/util/ConfigObject;]
GrailsProjectPackager.generatePluginXml ( File descriptor ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.generatePluginXml:(Ljava/io/File;)Ljava/lang/Object;]
GrailsProjectPackager.generatePluginXml ( File descriptor, boolean compilePlugin ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.generatePluginXml:(Ljava/io/File;Z)Ljava/lang/Object;]
GrailsProjectPackager.generateWebXml ( GrailsPluginManager pluginManager ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.generateWebXml:(Lorg/codehaus/groovy/grails/plugins/GrailsPluginManager;)V]
GrailsProjectPackager.getAnt ( ) : AntBuilder
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getAnt:()Lgroovy/util/AntBuilder;]
GrailsProjectPackager.getAsync ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getAsync:()Z]
GrailsProjectPackager.getClassLoader ( ) : ClassLoader
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getClassLoader:()Ljava/lang/ClassLoader;]
GrailsProjectPackager.getConfigFile ( ) : File
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getConfigFile:()Ljava/io/File;]
GrailsProjectPackager.getGrailsConsole ( ) : GrailsConsole
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getGrailsConsole:()Lgrails/build/logging/GrailsConsole;]
GrailsProjectPackager.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getMetaClass:()Lgroovy/lang/MetaClass;]
GrailsProjectPackager.getNative2ascii ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getNative2ascii:()Z]
GrailsProjectPackager.getProjectCompiler ( ) : GrailsProjectCompiler
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getProjectCompiler:()Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;]
GrailsProjectPackager.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
GrailsProjectPackager.getServletVersion ( ) : String
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getServletVersion:()Ljava/lang/String;]
GrailsProjectPackager.getWarMode ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.getWarMode:()Z]
GrailsProjectPackager.GrailsProjectPackager ( GrailsProjectCompiler compiler, File configFile )
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager."<init>":(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;Ljava/io/File;)V]
GrailsProjectPackager.GrailsProjectPackager ( GrailsProjectCompiler compiler, File configFile, boolean doCompile )
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager."<init>":(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;Ljava/io/File;Z)V]
GrailsProjectPackager.GrailsProjectPackager ( GrailsProjectCompiler compiler, GrailsBuildEventListener buildEventListener, File configFile )
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager."<init>":(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;Ljava/io/File;)V]
GrailsProjectPackager.GrailsProjectPackager ( GrailsProjectCompiler compiler, GrailsBuildEventListener buildEventListener, File configFile, boolean doCompile )
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager."<init>":(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;Ljava/io/File;Z)V]
GrailsProjectPackager.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
GrailsProjectPackager.isAsync ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.isAsync:()Z]
GrailsProjectPackager.isNative2ascii ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.isNative2ascii:()Z]
GrailsProjectPackager.isWarMode ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.isWarMode:()Z]
GrailsProjectPackager.packageApplication ( ) : ConfigObject
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.packageApplication:()Lgroovy/util/ConfigObject;]
GrailsProjectPackager.packageConfigFiles ( Object from ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.packageConfigFiles:(Ljava/lang/Object;)V]
GrailsProjectPackager.packageJspFiles ( ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.packageJspFiles:()V]
GrailsProjectPackager.packagePlugins ( ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.packagePlugins:()V]
GrailsProjectPackager.packagePluginsForWar ( Object targetDir ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.packagePluginsForWar:(Ljava/lang/Object;)V]
GrailsProjectPackager.packageTemplates ( Object scaffoldDir ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.packageTemplates:(Ljava/lang/Object;)V]
GrailsProjectPackager.packageTlds ( ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.packageTlds:()V]
GrailsProjectPackager.processMessageBundles ( ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.processMessageBundles:()V]
GrailsProjectPackager.setAsync ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setAsync:(Z)V]
GrailsProjectPackager.setClassLoader ( ClassLoader p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setClassLoader:(Ljava/lang/ClassLoader;)V]
GrailsProjectPackager.setConfigFile ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setConfigFile:(Ljava/io/File;)V]
GrailsProjectPackager.setGrailsConsole ( GrailsConsole p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setGrailsConsole:(Lgrails/build/logging/GrailsConsole;)V]
GrailsProjectPackager.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setMetaClass:(Lgroovy/lang/MetaClass;)V]
GrailsProjectPackager.setNative2ascii ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setNative2ascii:(Z)V]
GrailsProjectPackager.setProjectCompiler ( GrailsProjectCompiler p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setProjectCompiler:(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;)V]
GrailsProjectPackager.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
GrailsProjectPackager.setServletVersion ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setServletVersion:(Ljava/lang/String;)V]
GrailsProjectPackager.setWarMode ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.setWarMode:(Z)V]
GrailsProjectPackager.startLogging ( ConfigObject config ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.startLogging:(Lgroovy/util/ConfigObject;)V]
grails-core-2.2.0.jar, GrailsProjectPluginLoader.class
package org.codehaus.groovy.grails.project.plugins
GrailsProjectPluginLoader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.__.swapInit:()V]
GrailsProjectPluginLoader.getClassLoader ( ) : ClassLoader
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.getClassLoader:()Ljava/lang/ClassLoader;]
GrailsProjectPluginLoader.getGrailsApplication ( ) : GrailsApplication
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.getGrailsApplication:()Lorg/codehaus/groovy/grails/commons/GrailsApplication;]
GrailsProjectPluginLoader.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.getMetaClass:()Lgroovy/lang/MetaClass;]
GrailsProjectPluginLoader.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
GrailsProjectPluginLoader.GrailsProjectPluginLoader ( GrailsApplication grailsApplication, ClassLoader classLoader, BuildSettings buildSettings, GrailsBuildEventListener buildEventListener )
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader."<init>":(Lorg/codehaus/groovy/grails/commons/GrailsApplication;Ljava/lang/ClassLoader;Lgrails/util/BuildSettings;Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;)V]
GrailsProjectPluginLoader.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
GrailsProjectPluginLoader.loadPlugins ( ) : GrailsPluginManager
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.loadPlugins:()Lorg/codehaus/groovy/grails/plugins/GrailsPluginManager;]
GrailsProjectPluginLoader.setClassLoader ( ClassLoader p1 ) : void
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.setClassLoader:(Ljava/lang/ClassLoader;)V]
GrailsProjectPluginLoader.setGrailsApplication ( GrailsApplication p1 ) : void
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.setGrailsApplication:(Lorg/codehaus/groovy/grails/commons/GrailsApplication;)V]
GrailsProjectPluginLoader.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.setMetaClass:(Lgroovy/lang/MetaClass;)V]
GrailsProjectPluginLoader.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-core-2.2.0.jar, GrailsProjectWarCreator.class
package org.codehaus.groovy.grails.project.packaging
GrailsProjectWarCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.__.swapInit:()V]
GrailsProjectWarCreator.cleanUpAfterWar ( ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.cleanUpAfterWar:()Ljava/lang/Object;]
GrailsProjectWarCreator.configureWarName ( ) : String
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.configureWarName:()Ljava/lang/String;]
GrailsProjectWarCreator.configureWarName ( String commandLineName ) : String
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.configureWarName:(Ljava/lang/String;)Ljava/lang/String;]
GrailsProjectWarCreator.createDescriptor ( ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.createDescriptor:()V]
GrailsProjectWarCreator.createDescriptorInternal ( Object pluginInfos, Object resourceList ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.createDescriptorInternal:(Ljava/lang/Object;Ljava/lang/Object;)V]
GrailsProjectWarCreator.getAdditionalEventArgs ( ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getAdditionalEventArgs:()Ljava/lang/Object;]
GrailsProjectWarCreator.getBuildExplodedWar ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getBuildExplodedWar:()Z]
GrailsProjectWarCreator.getDefaultWarDependencies ( ) : Closure
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getDefaultWarDependencies:()Lgroovy/lang/Closure;]
GrailsProjectWarCreator.getEventListener ( ) : GrailsBuildEventListener
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getEventListener:()Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;]
GrailsProjectWarCreator.getGrailsSettings ( ) : BuildSettings
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getGrailsSettings:()Lgrails/util/BuildSettings;]
GrailsProjectWarCreator.getIncludeJars ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getIncludeJars:()Z]
GrailsProjectWarCreator.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getMetaClass:()Lgroovy/lang/MetaClass;]
GrailsProjectWarCreator.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
GrailsProjectWarCreator.getWarName ( ) : String
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.getWarName:()Ljava/lang/String;]
GrailsProjectWarCreator.GrailsProjectWarCreator ( BuildSettings settings, GrailsBuildEventListener buildEventListener, GrailsProjectPackager projectPackager )
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator."<init>":(Lgrails/util/BuildSettings;Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;Lorg/codehaus/groovy/grails/project/packaging/GrailsProjectPackager;)V]
GrailsProjectWarCreator.GrailsProjectWarCreator ( BuildSettings settings, GrailsBuildEventListener buildEventListener, GrailsProjectPackager projectPackager, AntBuilder ant )
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator."<init>":(Lgrails/util/BuildSettings;Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;Lorg/codehaus/groovy/grails/project/packaging/GrailsProjectPackager;Lgroovy/util/AntBuilder;)V]
GrailsProjectWarCreator.GrailsProjectWarCreator ( BuildSettings settings, GrailsBuildEventListener buildEventListener, GrailsProjectPackager projectPackager, AntBuilder ant, boolean interactive )
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator."<init>":(Lgrails/util/BuildSettings;Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;Lorg/codehaus/groovy/grails/project/packaging/GrailsProjectPackager;Lgroovy/util/AntBuilder;Z)V]
GrailsProjectWarCreator.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
GrailsProjectWarCreator.isBuildExplodedWar ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.isBuildExplodedWar:()Z]
GrailsProjectWarCreator.isIncludeJars ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.isIncludeJars:()Z]
GrailsProjectWarCreator.packageWar ( ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.packageWar:()V]
GrailsProjectWarCreator.setAdditionalEventArgs ( Object p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setAdditionalEventArgs:(Ljava/lang/Object;)V]
GrailsProjectWarCreator.setBuildExplodedWar ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setBuildExplodedWar:(Z)V]
GrailsProjectWarCreator.setDefaultWarDependencies ( Closure p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setDefaultWarDependencies:(Lgroovy/lang/Closure;)V]
GrailsProjectWarCreator.setEventListener ( GrailsBuildEventListener p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setEventListener:(Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;)V]
GrailsProjectWarCreator.setGrailsSettings ( BuildSettings p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setGrailsSettings:(Lgrails/util/BuildSettings;)V]
GrailsProjectWarCreator.setIncludeJars ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setIncludeJars:(Z)V]
GrailsProjectWarCreator.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setMetaClass:(Lgroovy/lang/MetaClass;)V]
GrailsProjectWarCreator.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
GrailsProjectWarCreator.setWarName ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.setWarName:(Ljava/lang/String;)V]
GrailsProjectWarCreator.warPluginsInternal ( List pluginInfos ) : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.warPluginsInternal:(Ljava/util/List;)V]
grails-core-2.2.0.jar, GrailsProjectWatcher.class
package org.codehaus.groovy.grails.compiler
GrailsProjectWatcher.fileIsReloadable ( File file ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectWatcher.fileIsReloadable:(Ljava/io/File;)Z]
GrailsProjectWatcher.setReloadExcludes ( List reloadExcludes ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectWatcher.setReloadExcludes:(Ljava/util/List;)V]
GrailsProjectWatcher.setReloadIncludes ( List reloadIncludes ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectWatcher.setReloadIncludes:(Ljava/util/List;)V]
grails-core-2.2.0.jar, JndiBindingHandler.class
package org.codehaus.groovy.grails.cli.jndi
JndiBindingHandler.getType ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/cli/jndi/JndiBindingHandler.getType:()Ljava/lang/String;]
JndiBindingHandler.handleBinding ( SimpleNamingContextBuilder p1, String p2, Map p3 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/cli/jndi/JndiBindingHandler.handleBinding:(Lorg/springframework/mock/jndi/SimpleNamingContextBuilder;Ljava/lang/String;Ljava/util/Map;)V]
grails-core-2.2.0.jar, JndiBindingSupport.class
package org.codehaus.groovy.grails.cli.jndi
JndiBindingSupport.JndiBindingSupport ( Map jndiConfig )
[mangled: org/codehaus/groovy/grails/cli/jndi/JndiBindingSupport."<init>":(Ljava/util/Map;)V]
JndiBindingSupport.registerJndiBindingHandler ( JndiBindingHandler handler ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/jndi/JndiBindingSupport.registerJndiBindingHandler:(Lorg/codehaus/groovy/grails/cli/jndi/JndiBindingHandler;)V]
grails-core-2.2.0.jar, PluginDescriptorGenerator.class
package org.codehaus.groovy.grails.plugins.publishing
PluginDescriptorGenerator.getResourceList ( ) : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator.getResourceList:()[Lorg/codehaus/groovy/grails/io/support/Resource;]
PluginDescriptorGenerator.PluginDescriptorGenerator ( BuildSettings p1, String p2, Resource[ ] p3 )
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator."<init>":(Lgrails/util/BuildSettings;Ljava/lang/String;[Lorg/codehaus/groovy/grails/io/support/Resource;)V]
PluginDescriptorGenerator.setResourceList ( Resource[ ] p1 ) : void
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator.setResourceList:([Lorg/codehaus/groovy/grails/io/support/Resource;)V]
grails-core-2.2.0.jar, PluginPackager.class
package org.codehaus.groovy.grails.plugins.publishing
PluginPackager.PluginPackager ( BuildSettings p1, Object p2, Resource[ ] p3, File p4 )
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginPackager."<init>":(Lgrails/util/BuildSettings;Ljava/lang/Object;[Lorg/codehaus/groovy/grails/io/support/Resource;Ljava/io/File;)V]
grails-core-2.2.0.jar, SpringResource.class
package org.codehaus.groovy.grails.core.io
SpringResource.contentLength ( ) : long
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.contentLength:()J]
SpringResource.createRelative ( String relativePath ) : Resource
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.createRelative:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/io/support/Resource;]
SpringResource.exists ( ) : boolean
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.exists:()Z]
SpringResource.getDescription ( ) : String
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.getDescription:()Ljava/lang/String;]
SpringResource.getFile ( ) : File
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.getFile:()Ljava/io/File;]
SpringResource.getFilename ( ) : String
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.getFilename:()Ljava/lang/String;]
SpringResource.getInputStream ( ) : InputStream
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.getInputStream:()Ljava/io/InputStream;]
SpringResource.getURI ( ) : URI
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.getURI:()Ljava/net/URI;]
SpringResource.getURL ( ) : URL
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.getURL:()Ljava/net/URL;]
SpringResource.isReadable ( ) : boolean
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.isReadable:()Z]
SpringResource.lastModified ( ) : long
[mangled: org/codehaus/groovy/grails/core/io/SpringResource.lastModified:()J]
SpringResource.SpringResource ( Resource springResource )
[mangled: org/codehaus/groovy/grails/core/io/SpringResource."<init>":(Lorg/springframework/core/io/Resource;)V]
grails-datastore-core-1.1.2.RELEASE.jar, DefaultConversionService.class
package org.grails.datastore.mapping.model.types.conversion
DefaultConversionService.convert ( Object source, Class targetType ) : Object
[mangled: org/grails/datastore/mapping/model/types/conversion/DefaultConversionService.convert:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
grails-datastore-core-1.1.2.RELEASE.jar, DocumentMappingContext.class
package org.grails.datastore.mapping.document.config
DocumentMappingContext.createDocumentMappingFactory ( ) : MappingFactory
[mangled: org/grails/datastore/mapping/document/config/DocumentMappingContext.createDocumentMappingFactory:()Lorg/grails/datastore/mapping/model/MappingFactory;]
grails-hibernate-2.2.0.jar, ColumnConfig.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
ColumnConfig.getComment ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/ColumnConfig.getComment:()Ljava/lang/String;]
ColumnConfig.getDefaultValue ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/ColumnConfig.getDefaultValue:()Ljava/lang/String;]
ColumnConfig.setComment ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/ColumnConfig.setComment:(Ljava/lang/String;)V]
ColumnConfig.setDefaultValue ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/ColumnConfig.setDefaultValue:(Ljava/lang/String;)V]
grails-hibernate-2.2.0.jar, HibernateCriteriaBuilder.class
package grails.orm
HibernateCriteriaBuilder.sqlGroupProjection ( String sql, String groupBy, List columnAliases, List types ) : void
[mangled: grails/orm/HibernateCriteriaBuilder.sqlGroupProjection:(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V]
HibernateCriteriaBuilder.sqlProjection ( String sql, List columnAliases, List types ) : void
[mangled: grails/orm/HibernateCriteriaBuilder.sqlProjection:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V]
HibernateCriteriaBuilder.sqlProjection ( String sql, String columnAlias, Type type ) : void
[mangled: grails/orm/HibernateCriteriaBuilder.sqlProjection:(Ljava/lang/String;Ljava/lang/String;Lorg/hibernate/type/Type;)V]
grails-hibernate-2.2.0.jar, HibernateMappingBuilder.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
HibernateMappingBuilder.comment ( String comment ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/HibernateMappingBuilder.comment:(Ljava/lang/String;)V]
grails-hibernate-2.2.0.jar, Mapping.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
Mapping.getComment ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/Mapping.getComment:()Ljava/lang/String;]
Mapping.setComment ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/Mapping.setComment:(Ljava/lang/String;)V]
grails-scripts-2.2.0.jar, _GrailsDocs.class
_GrailsDocs.readApiLinks ( ) : Object
[mangled: _GrailsDocs.readApiLinks:()Ljava/lang/Object;]
grails-scripts-2.2.0.jar, StopApp.class
StopApp.__.swapInit ( ) [static] : void
[mangled: StopApp.__.swapInit:()V]
StopApp.main ( String[ ] args ) [static] : void
[mangled: StopApp.main:([Ljava/lang/String;)V]
StopApp.run ( ) : Object
[mangled: StopApp.run:()Ljava/lang/Object;]
StopApp.StopApp ( )
[mangled: StopApp."<init>":()V]
StopApp.StopApp ( Binding p1 )
[mangled: StopApp."<init>":(Lgroovy/lang/Binding;)V]
grails-web-2.2.0.jar, AbstractUrlMapping.class
package org.codehaus.groovy.grails.web.mapping
AbstractUrlMapping.AbstractUrlMapping ( Object controllerName, Object actionName, Object pluginName, Object viewName, ConstrainedProperty[ ] constraints, ServletContext servletContext )
[mangled: org/codehaus/groovy/grails/web/mapping/AbstractUrlMapping."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;[Lorg/codehaus/groovy/grails/validation/ConstrainedProperty;Ljavax/servlet/ServletContext;)V]
AbstractUrlMapping.getPluginName ( ) : Object
[mangled: org/codehaus/groovy/grails/web/mapping/AbstractUrlMapping.getPluginName:()Ljava/lang/Object;]
grails-web-2.2.0.jar, ForwardUrlMappingInfo.class
package org.codehaus.groovy.grails.web.mapping
ForwardUrlMappingInfo.getPluginName ( ) : String
[mangled: org/codehaus/groovy/grails/web/mapping/ForwardUrlMappingInfo.getPluginName:()Ljava/lang/String;]
ForwardUrlMappingInfo.setPluginName ( String plugin ) : void
[mangled: org/codehaus/groovy/grails/web/mapping/ForwardUrlMappingInfo.setPluginName:(Ljava/lang/String;)V]
grails-web-2.2.0.jar, GrailsProjectRunner.class
package org.codehaus.groovy.grails.project.container
GrailsProjectRunner.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.__.swapInit:()V]
GrailsProjectRunner.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.getMetaClass:()Lgroovy/lang/MetaClass;]
GrailsProjectRunner.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
GrailsProjectRunner.getUsingSecureServer ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.getUsingSecureServer:()Z]
GrailsProjectRunner.GrailsProjectRunner ( GrailsProjectPackager projectPackager, GrailsProjectWarCreator warCreator, ClassLoader classLoader )
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner."<init>":(Lorg/codehaus/groovy/grails/project/packaging/GrailsProjectPackager;Lorg/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator;Ljava/lang/ClassLoader;)V]
GrailsProjectRunner.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
GrailsProjectRunner.isUsingSecureServer ( ) : boolean
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.isUsingSecureServer:()Z]
GrailsProjectRunner.runApp ( ) : EmbeddableServer
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.runApp:()Lgrails/web/container/EmbeddableServer;]
GrailsProjectRunner.runAppHttps ( ) : EmbeddableServer
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.runAppHttps:()Lgrails/web/container/EmbeddableServer;]
GrailsProjectRunner.runServer ( Map args ) : EmbeddableServer
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.runServer:(Ljava/util/Map;)Lgrails/web/container/EmbeddableServer;]
GrailsProjectRunner.runWar ( ) : EmbeddableServer
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.runWar:()Lgrails/web/container/EmbeddableServer;]
GrailsProjectRunner.runWarHttps ( ) : EmbeddableServer
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.runWarHttps:()Lgrails/web/container/EmbeddableServer;]
GrailsProjectRunner.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.setMetaClass:(Lgroovy/lang/MetaClass;)V]
GrailsProjectRunner.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
GrailsProjectRunner.setUsingSecureServer ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.setUsingSecureServer:(Z)V]
GrailsProjectRunner.stopServer ( ) : void
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.stopServer:()V]
grails-web-2.2.0.jar, PageRenderRequest.class
package grails.gsp
PageRenderer.PageRenderRequest.__.swapInit ( ) [static] : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.__.swapInit:()V]
PageRenderer.PageRenderRequest.authenticate ( HttpServletResponse response ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.authenticate:(Ljavax/servlet/http/HttpServletResponse;)Z]
PageRenderer.PageRenderRequest.getAsyncContext ( ) : AsyncContext
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getAsyncContext:()Ljavax/servlet/AsyncContext;]
PageRenderer.PageRenderRequest.getAttribute ( String name ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderRequest.getAttributeNames ( ) : Enumeration
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getAttributeNames:()Ljava/util/Enumeration;]
PageRenderer.PageRenderRequest.getAttributes ( ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getAttributes:()Ljava/lang/Object;]
PageRenderer.PageRenderRequest.getAuthType ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getAuthType:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getCharacterEncoding ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getCharacterEncoding:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getContentLength ( ) : int
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getContentLength:()I]
PageRenderer.PageRenderRequest.getContentType ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getContentType:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getContextPath ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getContextPath:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getCookies ( ) : Cookie[ ]
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getCookies:()[Ljavax/servlet/http/Cookie;]
PageRenderer.PageRenderRequest.getDateHeader ( String name ) : long
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getDateHeader:(Ljava/lang/String;)J]
PageRenderer.PageRenderRequest.getDispatcherType ( ) : DispatcherType
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getDispatcherType:()Ljavax/servlet/DispatcherType;]
PageRenderer.PageRenderRequest.getHeader ( String name ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderRequest.getHeaderNames ( ) : Enumeration
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getHeaderNames:()Ljava/util/Enumeration;]
PageRenderer.PageRenderRequest.getHeaders ( String name ) : Enumeration
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getHeaders:(Ljava/lang/String;)Ljava/util/Enumeration;]
PageRenderer.PageRenderRequest.getInputStream ( ) : ServletInputStream
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getInputStream:()Ljavax/servlet/ServletInputStream;]
PageRenderer.PageRenderRequest.getIntHeader ( String name ) : int
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getIntHeader:(Ljava/lang/String;)I]
PageRenderer.PageRenderRequest.getLocalAddr ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getLocalAddr:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getLocale ( ) : Locale
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getLocale:()Ljava/util/Locale;]
PageRenderer.PageRenderRequest.getLocales ( ) : Enumeration
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getLocales:()Ljava/util/Enumeration;]
PageRenderer.PageRenderRequest.getLocalName ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getLocalName:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getLocalPort ( ) : int
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getLocalPort:()I]
PageRenderer.PageRenderRequest.getMetaClass ( ) : MetaClass
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getMetaClass:()Lgroovy/lang/MetaClass;]
PageRenderer.PageRenderRequest.getMethod ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getMethod:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getParameter ( String name ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getParameter:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderRequest.getParameterMap ( ) : Map
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getParameterMap:()Ljava/util/Map;]
PageRenderer.PageRenderRequest.getParameterNames ( ) : Enumeration
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getParameterNames:()Ljava/util/Enumeration;]
PageRenderer.PageRenderRequest.getParameterValues ( String name ) : String[ ]
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getParameterValues:(Ljava/lang/String;)[Ljava/lang/String;]
PageRenderer.PageRenderRequest.getParams ( ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getParams:()Ljava/lang/Object;]
PageRenderer.PageRenderRequest.getPart ( String name ) : Part
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getPart:(Ljava/lang/String;)Ljavax/servlet/http/Part;]
PageRenderer.PageRenderRequest.getParts ( ) : Collection
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getParts:()Ljava/util/Collection;]
PageRenderer.PageRenderRequest.getPathInfo ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getPathInfo:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getPathTranslated ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getPathTranslated:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getProperty ( String p1 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderRequest.getProtocol ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getProtocol:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getQueryString ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getQueryString:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getReader ( ) : BufferedReader
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getReader:()Ljava/io/BufferedReader;]
PageRenderer.PageRenderRequest.getRealPath ( String path ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRealPath:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderRequest.getRemoteAddr ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRemoteAddr:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getRemoteHost ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRemoteHost:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getRemotePort ( ) : int
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRemotePort:()I]
PageRenderer.PageRenderRequest.getRemoteUser ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRemoteUser:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getRequestDispatcher ( String path ) : RequestDispatcher
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRequestDispatcher:(Ljava/lang/String;)Ljavax/servlet/RequestDispatcher;]
PageRenderer.PageRenderRequest.getRequestedSessionId ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRequestedSessionId:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getRequestURI ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRequestURI:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getRequestURL ( ) : StringBuffer
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getRequestURL:()Ljava/lang/StringBuffer;]
PageRenderer.PageRenderRequest.getScheme ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getScheme:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getServerName ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getServerName:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getServerPort ( ) : int
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getServerPort:()I]
PageRenderer.PageRenderRequest.getServletContext ( ) : ServletContext
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getServletContext:()Ljavax/servlet/ServletContext;]
PageRenderer.PageRenderRequest.getServletPath ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getServletPath:()Ljava/lang/String;]
PageRenderer.PageRenderRequest.getSession ( ) : HttpSession
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getSession:()Ljavax/servlet/http/HttpSession;]
PageRenderer.PageRenderRequest.getSession ( boolean create ) : HttpSession
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getSession:(Z)Ljavax/servlet/http/HttpSession;]
PageRenderer.PageRenderRequest.getUserPrincipal ( ) : Principal
[mangled: grails/gsp/PageRenderer.PageRenderRequest.getUserPrincipal:()Ljava/security/Principal;]
PageRenderer.PageRenderRequest.invokeMethod ( String p1, Object p2 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequest.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderRequest.isAsyncStarted ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isAsyncStarted:()Z]
PageRenderer.PageRenderRequest.isAsyncSupported ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isAsyncSupported:()Z]
PageRenderer.PageRenderRequest.isRequestedSessionIdFromCookie ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isRequestedSessionIdFromCookie:()Z]
PageRenderer.PageRenderRequest.isRequestedSessionIdFromURL ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isRequestedSessionIdFromURL:()Z]
PageRenderer.PageRenderRequest.isRequestedSessionIdFromUrl ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isRequestedSessionIdFromUrl:()Z]
PageRenderer.PageRenderRequest.isRequestedSessionIdValid ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isRequestedSessionIdValid:()Z]
PageRenderer.PageRenderRequest.isSecure ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isSecure:()Z]
PageRenderer.PageRenderRequest.isUserInRole ( String role ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderRequest.isUserInRole:(Ljava/lang/String;)Z]
PageRenderer.PageRenderRequest.login ( String username, String password ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.login:(Ljava/lang/String;Ljava/lang/String;)V]
PageRenderer.PageRenderRequest.logout ( ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.logout:()V]
PageRenderer.PageRenderRequest.methodMissing ( String name, Object args ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequest.methodMissing:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderRequest.PageRenderer.PageRenderRequest ( PageRenderer requestURI, String p2 )
[mangled: grails/gsp/PageRenderer.PageRenderRequest."<init>":(Lgrails/gsp/PageRenderer;Ljava/lang/String;)V]
PageRenderer.PageRenderRequest.propertyMissing ( String name ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequest.propertyMissing:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderRequest.propertyMissing ( String name, Object val ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.propertyMissing:(Ljava/lang/String;Ljava/lang/Object;)V]
PageRenderer.PageRenderRequest.removeAttribute ( String name ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.removeAttribute:(Ljava/lang/String;)V]
PageRenderer.PageRenderRequest.setAttribute ( String name, Object o ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setAttribute:(Ljava/lang/String;Ljava/lang/Object;)V]
PageRenderer.PageRenderRequest.setAttributes ( Object p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setAttributes:(Ljava/lang/Object;)V]
PageRenderer.PageRenderRequest.setCharacterEncoding ( String p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setCharacterEncoding:(Ljava/lang/String;)V]
PageRenderer.PageRenderRequest.setContentType ( String p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setContentType:(Ljava/lang/String;)V]
PageRenderer.PageRenderRequest.setMetaClass ( MetaClass p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setMetaClass:(Lgroovy/lang/MetaClass;)V]
PageRenderer.PageRenderRequest.setParams ( Object p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setParams:(Ljava/lang/Object;)V]
PageRenderer.PageRenderRequest.setProperty ( String p1, Object p2 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
PageRenderer.PageRenderRequest.setRequestURI ( String p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequest.setRequestURI:(Ljava/lang/String;)V]
PageRenderer.PageRenderRequest.startAsync ( ) : AsyncContext
[mangled: grails/gsp/PageRenderer.PageRenderRequest.startAsync:()Ljavax/servlet/AsyncContext;]
PageRenderer.PageRenderRequest.startAsync ( ServletRequest servletRequest, ServletResponse servletResponse ) : AsyncContext
[mangled: grails/gsp/PageRenderer.PageRenderRequest.startAsync:(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)Ljavax/servlet/AsyncContext;]
grails-web-2.2.0.jar, PageRenderResponse.class
package grails.gsp
PageRenderer.PageRenderResponse.__.swapInit ( ) [static] : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.__.swapInit:()V]
PageRenderer.PageRenderResponse.addCookie ( Cookie cookie ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.addCookie:(Ljavax/servlet/http/Cookie;)V]
PageRenderer.PageRenderResponse.addDateHeader ( String name, long date ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.addDateHeader:(Ljava/lang/String;J)V]
PageRenderer.PageRenderResponse.addHeader ( String name, String value ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.addHeader:(Ljava/lang/String;Ljava/lang/String;)V]
PageRenderer.PageRenderResponse.addIntHeader ( String name, int value ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.addIntHeader:(Ljava/lang/String;I)V]
PageRenderer.PageRenderResponse.containsHeader ( String name ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderResponse.containsHeader:(Ljava/lang/String;)Z]
PageRenderer.PageRenderResponse.encodeRedirectUrl ( String url ) : String
[mangled: grails/gsp/PageRenderer.PageRenderResponse.encodeRedirectUrl:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderResponse.encodeRedirectURL ( String url ) : String
[mangled: grails/gsp/PageRenderer.PageRenderResponse.encodeRedirectURL:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderResponse.encodeUrl ( String url ) : String
[mangled: grails/gsp/PageRenderer.PageRenderResponse.encodeUrl:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderResponse.encodeURL ( String url ) : String
[mangled: grails/gsp/PageRenderer.PageRenderResponse.encodeURL:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderResponse.flushBuffer ( ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.flushBuffer:()V]
PageRenderer.PageRenderResponse.getBufferSize ( ) : int
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getBufferSize:()I]
PageRenderer.PageRenderResponse.getCharacterEncoding ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getCharacterEncoding:()Ljava/lang/String;]
PageRenderer.PageRenderResponse.getContentType ( ) : String
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getContentType:()Ljava/lang/String;]
PageRenderer.PageRenderResponse.getHeader ( String name ) : String
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getHeader:(Ljava/lang/String;)Ljava/lang/String;]
PageRenderer.PageRenderResponse.getHeaderNames ( ) : Collection
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getHeaderNames:()Ljava/util/Collection;]
PageRenderer.PageRenderResponse.getHeaders ( String name ) : Collection
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getHeaders:(Ljava/lang/String;)Ljava/util/Collection;]
PageRenderer.PageRenderResponse.getLocale ( ) : Locale
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getLocale:()Ljava/util/Locale;]
PageRenderer.PageRenderResponse.getMetaClass ( ) : MetaClass
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getMetaClass:()Lgroovy/lang/MetaClass;]
PageRenderer.PageRenderResponse.getOutputStream ( ) : ServletOutputStream
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getOutputStream:()Ljavax/servlet/ServletOutputStream;]
PageRenderer.PageRenderResponse.getProperty ( String p1 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderResponse.getStatus ( ) : int
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getStatus:()I]
PageRenderer.PageRenderResponse.getWriter ( ) : PrintWriter
[mangled: grails/gsp/PageRenderer.PageRenderResponse.getWriter:()Ljava/io/PrintWriter;]
PageRenderer.PageRenderResponse.invokeMethod ( String p1, Object p2 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponse.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderResponse.isCommitted ( ) : boolean
[mangled: grails/gsp/PageRenderer.PageRenderResponse.isCommitted:()Z]
PageRenderer.PageRenderResponse.methodMissing ( String name, Object args ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponse.methodMissing:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderResponse.PageRenderer.PageRenderResponse ( PageRenderer writer, PrintWriter p2 )
[mangled: grails/gsp/PageRenderer.PageRenderResponse."<init>":(Lgrails/gsp/PageRenderer;Ljava/io/PrintWriter;)V]
PageRenderer.PageRenderResponse.propertyMissing ( String name ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponse.propertyMissing:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderResponse.propertyMissing ( String name, Object val ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.propertyMissing:(Ljava/lang/String;Ljava/lang/Object;)V]
PageRenderer.PageRenderResponse.reset ( ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.reset:()V]
PageRenderer.PageRenderResponse.resetBuffer ( ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.resetBuffer:()V]
PageRenderer.PageRenderResponse.sendError ( int sc ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.sendError:(I)V]
PageRenderer.PageRenderResponse.sendError ( int sc, String msg ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.sendError:(ILjava/lang/String;)V]
PageRenderer.PageRenderResponse.sendRedirect ( String location ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.sendRedirect:(Ljava/lang/String;)V]
PageRenderer.PageRenderResponse.setBufferSize ( int p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setBufferSize:(I)V]
PageRenderer.PageRenderResponse.setCharacterEncoding ( String p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setCharacterEncoding:(Ljava/lang/String;)V]
PageRenderer.PageRenderResponse.setContentLength ( int len ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setContentLength:(I)V]
PageRenderer.PageRenderResponse.setContentType ( String p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setContentType:(Ljava/lang/String;)V]
PageRenderer.PageRenderResponse.setDateHeader ( String name, long date ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setDateHeader:(Ljava/lang/String;J)V]
PageRenderer.PageRenderResponse.setHeader ( String name, String value ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setHeader:(Ljava/lang/String;Ljava/lang/String;)V]
PageRenderer.PageRenderResponse.setIntHeader ( String name, int value ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setIntHeader:(Ljava/lang/String;I)V]
PageRenderer.PageRenderResponse.setLocale ( Locale p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setLocale:(Ljava/util/Locale;)V]
PageRenderer.PageRenderResponse.setMetaClass ( MetaClass p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setMetaClass:(Lgroovy/lang/MetaClass;)V]
PageRenderer.PageRenderResponse.setProperty ( String p1, Object p2 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
PageRenderer.PageRenderResponse.setStatus ( int sc ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setStatus:(I)V]
PageRenderer.PageRenderResponse.setStatus ( int sc, String sm ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setStatus:(ILjava/lang/String;)V]
PageRenderer.PageRenderResponse.setWriter ( PrintWriter p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponse.setWriter:(Ljava/io/PrintWriter;)V]
grails-web-2.2.0.jar, ReverseMappingKey.class
package org.codehaus.groovy.grails.web.mapping
UrlCreatorCache.ReverseMappingKey.UrlCreatorCache.ReverseMappingKey ( String controller, String action, String pluginName, Map params )
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreatorCache.ReverseMappingKey."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
grails-web-2.2.0.jar, SynchronizerTokensHolder.class
package org.codehaus.groovy.grails.web.servlet.mvc
SynchronizerTokensHolder.getCurrentTokens ( ) : Map
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.getCurrentTokens:()Ljava/util/Map;]
SynchronizerTokensHolder.setCurrentTokens ( Map p1 ) : void
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.setCurrentTokens:(Ljava/util/Map;)V]
grails-web-2.2.0.jar, UrlCreator.class
package org.codehaus.groovy.grails.web.mapping
UrlCreator.createRelativeURL ( String p1, String p2, String p3, Map p4, String p5 ) [abstract] : String
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreator.createRelativeURL:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String;]
UrlCreator.createRelativeURL ( String p1, String p2, String p3, Map p4, String p5, String p6 ) [abstract] : String
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreator.createRelativeURL:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
UrlCreator.createURL ( String p1, String p2, String p3, Map p4, String p5 ) [abstract] : String
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreator.createURL:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)Ljava/lang/String;]
UrlCreator.createURL ( String p1, String p2, String p3, Map p4, String p5, String p6 ) [abstract] : String
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreator.createURL:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
grails-web-2.2.0.jar, UrlCreatorCache.class
package org.codehaus.groovy.grails.web.mapping
UrlCreatorCache.createKey ( String controller, String action, String pluginName, Map params ) : UrlCreatorCache.ReverseMappingKey
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreatorCache.createKey:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lorg/codehaus/groovy/grails/web/mapping/UrlCreatorCache$ReverseMappingKey;]
grails-web-2.2.0.jar, UrlMapping.class
package org.codehaus.groovy.grails.web.mapping
UrlMapping.getPluginName ( ) [abstract] : Object
[mangled: org/codehaus/groovy/grails/web/mapping/UrlMapping.getPluginName:()Ljava/lang/Object;]
grails-web-2.2.0.jar, UrlMappingInfo.class
package org.codehaus.groovy.grails.web.mapping
UrlMappingInfo.getPluginName ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/web/mapping/UrlMappingInfo.getPluginName:()Ljava/lang/String;]
grails-web-2.2.0.jar, UrlMappingsHolder.class
package org.codehaus.groovy.grails.web.mapping
UrlMappingsHolder.getReverseMapping ( String p1, String p2, String p3, Map p4 ) [abstract] : UrlCreator
[mangled: org/codehaus/groovy/grails/web/mapping/UrlMappingsHolder.getReverseMapping:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lorg/codehaus/groovy/grails/web/mapping/UrlCreator;]
UrlMappingsHolder.getReverseMappingNoDefault ( String p1, String p2, String p3, Map p4 ) [abstract] : UrlCreator
[mangled: org/codehaus/groovy/grails/web/mapping/UrlMappingsHolder.getReverseMappingNoDefault:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lorg/codehaus/groovy/grails/web/mapping/UrlCreator;]
grails-webflow-2.2.0.jar, RuntimeRedirectAction.class
package org.codehaus.groovy.grails.webflow.engine.builder
RuntimeRedirectAction.getPlugin ( ) : Object
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/RuntimeRedirectAction.getPlugin:()Ljava/lang/Object;]
RuntimeRedirectAction.setPlugin ( Object p1 ) : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/RuntimeRedirectAction.setPlugin:(Ljava/lang/Object;)V]
to the top
Removed Methods (250)
grails-bootstrap-2.1.5.jar, AstPluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
AstPluginDescriptorReader.readPluginInfo ( Resource pluginLocation ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/AstPluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-bootstrap-2.1.5.jar, BaseSettingsApi.class
package org.codehaus.groovy.grails.cli.api
BaseSettingsApi.copyGrailsResource ( Object targetFile, Resource resource ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.copyGrailsResource:(Ljava/lang/Object;Lorg/springframework/core/io/Resource;)V]
BaseSettingsApi.copyGrailsResource ( Object targetFile, Resource resource, boolean overwrite ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.copyGrailsResource:(Ljava/lang/Object;Lorg/springframework/core/io/Resource;Z)V]
BaseSettingsApi.getResolver ( ) : PathMatchingResourcePatternResolver
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.getResolver:()Lorg/springframework/core/io/support/PathMatchingResourcePatternResolver;]
BaseSettingsApi.grailsResource ( String path ) : Resource
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.grailsResource:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;]
BaseSettingsApi.resolveResources ( String pattern ) : Resource[ ]
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.resolveResources:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
grails-bootstrap-2.1.5.jar, BasicGrailsPluginInfo.class
package org.codehaus.groovy.grails.plugins
BasicGrailsPluginInfo.BasicGrailsPluginInfo ( Resource pluginLocation )
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo."<init>":(Lorg/springframework/core/io/Resource;)V]
BasicGrailsPluginInfo.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getDescriptor:()Lorg/springframework/core/io/Resource;]
BasicGrailsPluginInfo.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getPluginDir:()Lorg/springframework/core/io/Resource;]
grails-bootstrap-2.1.5.jar, ClassNameCompletor.class
package org.codehaus.groovy.grails.cli.interactive.completors
ClassNameCompletor.shouldInclude ( Resource res ) : boolean
[mangled: org/codehaus/groovy/grails/cli/interactive/completors/ClassNameCompletor.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, CompositePluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
CompositePluginDescriptorReader.readPluginInfo ( Resource r ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/CompositePluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-bootstrap-2.1.5.jar, CreateController.class
package grails.build.interactive.completors
CreateController.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateController.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, CreateScaffoldController.class
package grails.build.interactive.completors
CreateScaffoldController.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateScaffoldController.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, CreateService.class
package grails.build.interactive.completors
CreateService.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateService.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, CreateTagLib.class
package grails.build.interactive.completors
CreateTagLib.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/CreateTagLib.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, GenerateAll.class
package grails.build.interactive.completors
GenerateAll.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/GenerateAll.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, GenerateController.class
package grails.build.interactive.completors
GenerateController.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/GenerateController.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, GenerateViews.class
package grails.build.interactive.completors
GenerateViews.shouldInclude ( Resource res ) : boolean
[mangled: grails/build/interactive/completors/GenerateViews.shouldInclude:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, GrailsInteractiveCompletor.class
package org.codehaus.groovy.grails.cli.interactive
GrailsInteractiveCompletor.getScriptNames ( Object scriptResources ) [static] : String[ ]
[mangled: org/codehaus/groovy/grails/cli/interactive/GrailsInteractiveCompletor.getScriptNames:(Ljava/lang/Object;)[Ljava/lang/String;]
grails-bootstrap-2.1.5.jar, GrailsPluginInfo.class
package org.codehaus.groovy.grails.plugins
GrailsPluginInfo.getDescriptor ( ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getDescriptor:()Lorg/springframework/core/io/Resource;]
GrailsPluginInfo.getPluginDir ( ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getPluginDir:()Lorg/springframework/core/io/Resource;]
grails-bootstrap-2.1.5.jar, GrailsPluginUtils.class
package org.codehaus.groovy.grails.plugins
GrailsPluginUtils.getArtefactResources ( String basedir ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getArtefactResources:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getArtefactResourcesForOne ( String projectDir ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getArtefactResourcesForOne:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getAvailableScripts ( String grailsHome, String pluginDirPath, String basedir ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getAvailableScripts:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getBasePluginDescriptor ( String basedir ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getBasePluginDescriptor:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getDescriptorForPlugin ( Resource pluginDir ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getDescriptorForPlugin:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getMetadataForPlugin ( Resource pluginDir ) [static] : GPathResult
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getMetadataForPlugin:(Lorg/springframework/core/io/Resource;)Lgroovy/util/slurpersupport/GPathResult;]
GrailsPluginUtils.getPluginDescriptors ( String basedir, String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDescriptors:(Ljava/lang/String;Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginDirectories ( ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirectories:()[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginDirectories ( String pluginDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirectories:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginDirForName ( String pluginName ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirForName:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginDirForName ( String pluginsDirPath, String pluginName ) [static] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginDirForName:(Ljava/lang/String;Ljava/lang/String;)Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginI18nDirectories ( ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginI18nDirectories:()[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginI18nDirectories ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginI18nDirectories:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginJarFiles ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginJarFiles:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginLibDirectories ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginLibDirectories:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginResourceBundles ( String pluginDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginResourceBundles:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginScripts ( String pluginDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginScripts:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginSourceFiles ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginSourceFiles:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.getPluginXmlMetadata ( String pluginsDirPath ) [static] : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginXmlMetadata:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
GrailsPluginUtils.isGlobalPluginLocation ( Resource pluginDir ) [static] : boolean
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.isGlobalPluginLocation:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, GrailsResourceUtils.class
package org.codehaus.groovy.grails.io.support
GrailsResourceUtils.getAppDir ( Resource resource ) [static] : Resource
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getAppDir:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
GrailsResourceUtils.getClassName ( Resource resource ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getClassName:(Lorg/springframework/core/io/Resource;)Ljava/lang/String;]
GrailsResourceUtils.getRelativeInsideWebInf ( Resource resource ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getRelativeInsideWebInf:(Lorg/springframework/core/io/Resource;)Ljava/lang/String;]
GrailsResourceUtils.getStaticResourcePathForResource ( Resource resource, String contextPath ) [static] : String
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getStaticResourcePathForResource:(Lorg/springframework/core/io/Resource;Ljava/lang/String;)Ljava/lang/String;]
GrailsResourceUtils.getViewsDir ( Resource resource ) [static] : Resource
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.getViewsDir:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
GrailsResourceUtils.isGrailsResource ( Resource r ) [static] : boolean
[mangled: org/codehaus/groovy/grails/io/support/GrailsResourceUtils.isGrailsResource:(Lorg/springframework/core/io/Resource;)Z]
grails-bootstrap-2.1.5.jar, JndiBindingHandler.class
package org.codehaus.groovy.grails.cli.support
JndiBindingHandler.getType ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/cli/support/JndiBindingHandler.getType:()Ljava/lang/String;]
JndiBindingHandler.handleBinding ( SimpleNamingContextBuilder p1, String p2, Map p3 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/cli/support/JndiBindingHandler.handleBinding:(Lorg/springframework/mock/jndi/SimpleNamingContextBuilder;Ljava/lang/String;Ljava/util/Map;)V]
grails-bootstrap-2.1.5.jar, JndiBindingSupport.class
package org.codehaus.groovy.grails.cli.support
JndiBindingSupport.JndiBindingSupport ( Map jndiConfig )
[mangled: org/codehaus/groovy/grails/cli/support/JndiBindingSupport."<init>":(Ljava/util/Map;)V]
JndiBindingSupport.registerJndiBindingHandler ( JndiBindingHandler handler ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/support/JndiBindingSupport.registerJndiBindingHandler:(Lorg/codehaus/groovy/grails/cli/support/JndiBindingHandler;)V]
grails-bootstrap-2.1.5.jar, PluginBuildSettings.class
package grails.util
PluginBuildSettings.addPluginScopeInfoForDirAndInfo ( PluginScopeInfo compileInfo, GrailsPluginInfo info, Resource dir ) : Object
[mangled: grails/util/PluginBuildSettings.addPluginScopeInfoForDirAndInfo:(Lorg/codehaus/groovy/grails/plugins/build/scopes/PluginScopeInfo;Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;Lorg/springframework/core/io/Resource;)Ljava/lang/Object;]
PluginBuildSettings.getArtefactResources ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getArtefactResources:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getArtefactResourcesForCurrentEnvironment ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getArtefactResourcesForCurrentEnvironment:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getArtefactResourcesForOne ( String projectDir ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getArtefactResourcesForOne:(Ljava/lang/String;)[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getAvailableScripts ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getAvailableScripts:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getBasePluginDescriptor ( ) : Resource
[mangled: grails/util/PluginBuildSettings.getBasePluginDescriptor:()Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getDescriptorForPlugin ( Resource pluginDir ) : Resource
[mangled: grails/util/PluginBuildSettings.getDescriptorForPlugin:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getInlinePluginDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getInlinePluginDirectories:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getMetadataForPlugin ( Resource pluginDir ) : GPathResult
[mangled: grails/util/PluginBuildSettings.getMetadataForPlugin:(Lorg/springframework/core/io/Resource;)Lgroovy/util/slurpersupport/GPathResult;]
PluginBuildSettings.getPluginDescriptor ( Resource pluginDir ) : Resource
[mangled: grails/util/PluginBuildSettings.getPluginDescriptor:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginDescriptors ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginDescriptors:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginDescriptorsForCurrentEnvironment ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginDescriptorsForCurrentEnvironment:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginDirectories:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginDirForName ( String pluginName ) : Resource
[mangled: grails/util/PluginBuildSettings.getPluginDirForName:(Ljava/lang/String;)Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginI18nDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginI18nDirectories:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginJarFiles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginJarFiles:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginLibDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginLibDirectories:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginResourceBundles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginResourceBundles:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginScripts ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginScripts:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginSourceDirectories ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceDirectories:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginSourceDirectories ( File pluginDir ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceDirectories:(Ljava/io/File;)[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginSourceFiles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceFiles:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginSourceFiles ( File pluginDir ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginSourceFiles:(Ljava/io/File;)[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginXmlMetadata ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getPluginXmlMetadata:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getUnmanagedPluginJarFiles ( ) : Resource[ ]
[mangled: grails/util/PluginBuildSettings.getUnmanagedPluginJarFiles:()[Lorg/springframework/core/io/Resource;]
PluginBuildSettings.isGlobalPluginLocation ( Resource pluginDir ) : boolean
[mangled: grails/util/PluginBuildSettings.isGlobalPluginLocation:(Lorg/springframework/core/io/Resource;)Z]
PluginBuildSettings.isInlinePluginLocation ( Resource pluginLocation ) : boolean
[mangled: grails/util/PluginBuildSettings.isInlinePluginLocation:(Lorg/springframework/core/io/Resource;)Z]
PluginBuildSettings.registerPluginZipWithScope ( File pluginZip, PluginScopeInfo scopeInfo ) : Object
[mangled: grails/util/PluginBuildSettings.registerPluginZipWithScope:(Ljava/io/File;Lorg/codehaus/groovy/grails/plugins/build/scopes/PluginScopeInfo;)Ljava/lang/Object;]
grails-bootstrap-2.1.5.jar, PluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
PluginDescriptorReader.readPluginInfo ( Resource p1 ) [abstract] : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/PluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-bootstrap-2.1.5.jar, PluginInfo.class
package org.codehaus.groovy.grails.plugins
PluginInfo.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getDescriptor:()Lorg/springframework/core/io/Resource;]
PluginInfo.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getPluginDir:()Lorg/springframework/core/io/Resource;]
PluginInfo.getPluginDirectory ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getPluginDirectory:()Lorg/springframework/core/io/Resource;]
PluginInfo.parseMetadata ( Resource pluginXml ) : GPathResult
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.parseMetadata:(Lorg/springframework/core/io/Resource;)Lgroovy/util/slurpersupport/GPathResult;]
PluginInfo.PluginInfo ( Resource p1, PluginBuildSettings p2 )
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo."<init>":(Lorg/springframework/core/io/Resource;Lgrails/util/PluginBuildSettings;)V]
PluginInfo.setPluginDir ( Resource p1 ) : void
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.setPluginDir:(Lorg/springframework/core/io/Resource;)V]
grails-bootstrap-2.1.5.jar, PluginResolveEngine.class
package org.codehaus.groovy.grails.resolve
PluginResolveEngine.printDependencies ( Object output, Object dependencies ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.printDependencies:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
PluginResolveEngine.printLineSeparator ( PrintWriter output ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.printLineSeparator:(Ljava/io/PrintWriter;)Ljava/lang/Object;]
PluginResolveEngine.printSectionTitle ( PrintWriter output, String title ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.printSectionTitle:(Ljava/io/PrintWriter;Ljava/lang/String;)Ljava/lang/Object;]
grails-bootstrap-2.1.5.jar, ScriptBindingInitializer.class
package org.codehaus.groovy.grails.cli.support
ScriptBindingInitializer.isDeclared ( Object cla, Method readMethod ) : boolean
[mangled: org/codehaus/groovy/grails/cli/support/ScriptBindingInitializer.isDeclared:(Ljava/lang/Object;Ljava/lang/reflect/Method;)Z]
ScriptBindingInitializer.makeApiAvailableToScripts ( GantBinding binding, Object cla ) : void
[mangled: org/codehaus/groovy/grails/cli/support/ScriptBindingInitializer.makeApiAvailableToScripts:(Lorg/codehaus/gant/GantBinding;Ljava/lang/Object;)V]
grails-bootstrap-2.1.5.jar, UaaIntegration.class
package org.codehaus.groovy.grails.cli.support
UaaIntegration.enable ( BuildSettings settings, PluginBuildSettings pluginSettings, boolean interactive ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegration.enable:(Lgrails/util/BuildSettings;Lgrails/util/PluginBuildSettings;Z)V]
UaaIntegration.isAvailable ( ) [static] : boolean
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegration.isAvailable:()Z]
UaaIntegration.isEnabled ( ) [static] : boolean
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegration.isEnabled:()Z]
UaaIntegration.UaaIntegration ( )
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegration."<init>":()V]
grails-bootstrap-2.1.5.jar, UaaIntegrationSupport.class
package org.codehaus.groovy.grails.cli.support
UaaIntegrationSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.__.swapInit:()V]
UaaIntegrationSupport.findPlugin ( Object pluginList, String pluginName ) [static] : Object
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.findPlugin:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
UaaIntegrationSupport.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.getMetaClass:()Lgroovy/lang/MetaClass;]
UaaIntegrationSupport.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
UaaIntegrationSupport.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
UaaIntegrationSupport.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.setMetaClass:(Lgroovy/lang/MetaClass;)V]
UaaIntegrationSupport.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
UaaIntegrationSupport.UaaIntegrationSupport ( )
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport."<init>":()V]
grails-bootstrap-2.1.5.jar, XmlPluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
XmlPluginDescriptorReader.readPluginInfo ( Resource pluginDescriptor ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/XmlPluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-core-2.1.5.jar, AbstractGrailsArtefactTransformer.class
package org.codehaus.groovy.grails.compiler.injection
AbstractGrailsArtefactTransformer.getMarkerAnnotation ( ) : AnnotationNode
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.getMarkerAnnotation:()Lorg/codehaus/groovy/ast/AnnotationNode;]
grails-core-2.1.5.jar, ConfigurationHelper.class
package org.codehaus.groovy.grails.commons.cfg
ConfigurationHelper.loadConfigFromClasspath ( GrailsApplication application ) [static] : ConfigObject
[mangled: org/codehaus/groovy/grails/commons/cfg/ConfigurationHelper.loadConfigFromClasspath:(Lorg/codehaus/groovy/grails/commons/GrailsApplication;)Lgroovy/util/ConfigObject;]
ConfigurationHelper.loadConfigFromClasspath ( GrailsApplication application, String environment ) [static] : ConfigObject
[mangled: org/codehaus/groovy/grails/commons/cfg/ConfigurationHelper.loadConfigFromClasspath:(Lorg/codehaus/groovy/grails/commons/GrailsApplication;Ljava/lang/String;)Lgroovy/util/ConfigObject;]
grails-core-2.1.5.jar, DefaultGrailsApplication.class
package org.codehaus.groovy.grails.commons
DefaultGrailsApplication.configureClassLoader ( ) : GroovyClassLoader
[mangled: org/codehaus/groovy/grails/commons/DefaultGrailsApplication.configureClassLoader:()Lgroovy/lang/GroovyClassLoader;]
DefaultGrailsApplication.DefaultGrailsApplication ( GrailsResourceLoader resourceLoader )
[mangled: org/codehaus/groovy/grails/commons/DefaultGrailsApplication."<init>":(Lorg/codehaus/groovy/grails/compiler/support/GrailsResourceLoader;)V]
DefaultGrailsApplication.getResourceLoader ( ) : GrailsResourceLoader
[mangled: org/codehaus/groovy/grails/commons/DefaultGrailsApplication.getResourceLoader:()Lorg/codehaus/groovy/grails/compiler/support/GrailsResourceLoader;]
DefaultGrailsApplication.loadGrailsApplicationFromResources ( Resource[ ] resources ) : void
[mangled: org/codehaus/groovy/grails/commons/DefaultGrailsApplication.loadGrailsApplicationFromResources:([Lorg/springframework/core/io/Resource;)V]
grails-core-2.1.5.jar, DefaultGrailsDomainClassInjector.class
package org.codehaus.groovy.grails.compiler.injection
DefaultGrailsDomainClassInjector.isDomainClass ( ClassNode classNode, SourceUnit sourceNode ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/DefaultGrailsDomainClassInjector.isDomainClass:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/control/SourceUnit;)Z]
grails-core-2.1.5.jar, DefaultGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
DefaultGrailsPlugin.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getDescriptor:()Lorg/springframework/core/io/Resource;]
DefaultGrailsPlugin.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getPluginDir:()Lorg/springframework/core/io/Resource;]
grails-core-2.1.5.jar, DefaultGrailsPluginManager.class
package org.codehaus.groovy.grails.plugins
DefaultGrailsPluginManager.getWeb23DTD ( ) [static] : String
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPluginManager.getWeb23DTD:()Ljava/lang/String;]
grails-core-2.1.5.jar, DefaultStackTracePrinter.class
package org.codehaus.groovy.grails.exceptions
DefaultStackTracePrinter.DefaultStackTracePrinter ( ResourceLocator p1 )
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter."<init>":(Lorg/codehaus/groovy/grails/core/io/ResourceLocator;)V]
DefaultStackTracePrinter.formatCodeSnippetEnd ( Resource resource, int lineNumber ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.formatCodeSnippetEnd:(Lorg/springframework/core/io/Resource;I)Ljava/lang/String;]
DefaultStackTracePrinter.formatCodeSnippetErrorLine ( int currentLineNumber, Object currentLine ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.formatCodeSnippetErrorLine:(ILjava/lang/Object;)Ljava/lang/String;]
DefaultStackTracePrinter.formatCodeSnippetLine ( int currentLineNumber, Object currentLine ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.formatCodeSnippetLine:(ILjava/lang/Object;)Ljava/lang/String;]
DefaultStackTracePrinter.formatCodeSnippetStart ( Resource resource, int lineNumber ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.formatCodeSnippetStart:(Lorg/springframework/core/io/Resource;I)Ljava/lang/String;]
DefaultStackTracePrinter.getFileNameInfo ( Throwable cause, Resource res ) : Resource
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.getFileNameInfo:(Ljava/lang/Throwable;Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
DefaultStackTracePrinter.getLineNumberInfo ( Throwable cause, int defaultInfo ) : int
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.getLineNumberInfo:(Ljava/lang/Throwable;I)I]
DefaultStackTracePrinter.getResourceLocator ( ) : ResourceLocator
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.getResourceLocator:()Lorg/codehaus/groovy/grails/core/io/ResourceLocator;]
DefaultStackTracePrinter.getRootCause ( Throwable ex ) : Throwable
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.getRootCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;]
DefaultStackTracePrinter.prettyPrintCodeSnippet ( Throwable exception ) : String
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.prettyPrintCodeSnippet:(Ljava/lang/Throwable;)Ljava/lang/String;]
DefaultStackTracePrinter.setResourceLocator ( ResourceLocator p1 ) : void
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.setResourceLocator:(Lorg/codehaus/groovy/grails/core/io/ResourceLocator;)V]
grails-core-2.1.5.jar, DirectoryWatcher.class
package org.codehaus.groovy.grails.compiler
DirectoryWatcher.trackDirectoryExtensions ( File dir, List fileExtensions ) : void
[mangled: org/codehaus/groovy/grails/compiler/DirectoryWatcher.trackDirectoryExtensions:(Ljava/io/File;Ljava/util/List;)V]
grails-core-2.1.5.jar, DocumentationContextThreadLocal.class
package org.codehaus.groovy.grails.documentation
DocumentationContextThreadLocal.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal.__.swapInit:()V]
DocumentationContextThreadLocal.DocumentationContextThreadLocal ( )
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal."<init>":()V]
DocumentationContextThreadLocal.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal.getMetaClass:()Lgroovy/lang/MetaClass;]
DocumentationContextThreadLocal.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
DocumentationContextThreadLocal.initialValue ( ) : Object
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal.initialValue:()Ljava/lang/Object;]
DocumentationContextThreadLocal.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
DocumentationContextThreadLocal.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal.setMetaClass:(Lgroovy/lang/MetaClass;)V]
DocumentationContextThreadLocal.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContextThreadLocal.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-core-2.1.5.jar, GrailsASTUtils.class
package org.codehaus.groovy.grails.compiler.injection
GrailsASTUtils.addDelegateInstanceMethod ( ClassNode classNode, Expression delegate, MethodNode declaredMethod, AnnotationNode markerAnnotation ) [static] : MethodNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateInstanceMethod:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/expr/Expression;Lorg/codehaus/groovy/ast/MethodNode;Lorg/codehaus/groovy/ast/AnnotationNode;)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.addDelegateInstanceMethod ( ClassNode classNode, Expression delegate, MethodNode declaredMethod, AnnotationNode markerAnnotation, boolean thisAsFirstArgument ) [static] : MethodNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateInstanceMethod:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/expr/Expression;Lorg/codehaus/groovy/ast/MethodNode;Lorg/codehaus/groovy/ast/AnnotationNode;Z)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.addDelegateStaticMethod ( Expression expression, ClassNode classNode, MethodNode delegateMethod, AnnotationNode markerAnnotation ) [static] : MethodNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateStaticMethod:(Lorg/codehaus/groovy/ast/expr/Expression;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/MethodNode;Lorg/codehaus/groovy/ast/AnnotationNode;)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.addFieldIfNonExistent ( ClassNode classNode, ClassNode fieldType, String fieldName ) [static] : FieldNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addFieldIfNonExistent:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;Ljava/lang/String;)Lorg/codehaus/groovy/ast/FieldNode;]
grails-core-2.1.5.jar, GrailsProjectPackager.class
package org.codehaus.groovy.grails.compiler
GrailsProjectPackager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.__.swapInit:()V]
GrailsProjectPackager.createConfig ( ) : ConfigObject
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.createConfig:()Lgroovy/util/ConfigObject;]
GrailsProjectPackager.getAnt ( ) : AntBuilder
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getAnt:()Lgroovy/util/AntBuilder;]
GrailsProjectPackager.getAsync ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getAsync:()Z]
GrailsProjectPackager.getClassLoader ( ) : ClassLoader
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getClassLoader:()Ljava/lang/ClassLoader;]
GrailsProjectPackager.getConfigFile ( ) : File
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getConfigFile:()Ljava/io/File;]
GrailsProjectPackager.getGrailsConsole ( ) : GrailsConsole
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getGrailsConsole:()Lgrails/build/logging/GrailsConsole;]
GrailsProjectPackager.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getMetaClass:()Lgroovy/lang/MetaClass;]
GrailsProjectPackager.getNative2ascii ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getNative2ascii:()Z]
GrailsProjectPackager.getProjectCompiler ( ) : GrailsProjectCompiler
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getProjectCompiler:()Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;]
GrailsProjectPackager.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
GrailsProjectPackager.getServletVersion ( ) : String
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getServletVersion:()Ljava/lang/String;]
GrailsProjectPackager.getWarMode ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.getWarMode:()Z]
GrailsProjectPackager.GrailsProjectPackager ( GrailsProjectCompiler compiler, File configFile )
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager."<init>":(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;Ljava/io/File;)V]
GrailsProjectPackager.GrailsProjectPackager ( GrailsProjectCompiler compiler, File configFile, boolean doCompile )
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager."<init>":(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;Ljava/io/File;Z)V]
GrailsProjectPackager.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
GrailsProjectPackager.isAsync ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.isAsync:()Z]
GrailsProjectPackager.isNative2ascii ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.isNative2ascii:()Z]
GrailsProjectPackager.isWarMode ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.isWarMode:()Z]
GrailsProjectPackager.packageApplication ( ) : ConfigObject
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.packageApplication:()Lgroovy/util/ConfigObject;]
GrailsProjectPackager.packageConfigFiles ( Object from ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.packageConfigFiles:(Ljava/lang/Object;)V]
GrailsProjectPackager.packageJspFiles ( ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.packageJspFiles:()V]
GrailsProjectPackager.packagePlugins ( ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.packagePlugins:()V]
GrailsProjectPackager.packagePluginsForWar ( Object targetDir ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.packagePluginsForWar:(Ljava/lang/Object;)V]
GrailsProjectPackager.packageTemplates ( Object scaffoldDir ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.packageTemplates:(Ljava/lang/Object;)V]
GrailsProjectPackager.packageTlds ( ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.packageTlds:()V]
GrailsProjectPackager.processMessageBundles ( ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.processMessageBundles:()V]
GrailsProjectPackager.setAsync ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setAsync:(Z)V]
GrailsProjectPackager.setClassLoader ( ClassLoader p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setClassLoader:(Ljava/lang/ClassLoader;)V]
GrailsProjectPackager.setConfigFile ( File p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setConfigFile:(Ljava/io/File;)V]
GrailsProjectPackager.setGrailsConsole ( GrailsConsole p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setGrailsConsole:(Lgrails/build/logging/GrailsConsole;)V]
GrailsProjectPackager.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setMetaClass:(Lgroovy/lang/MetaClass;)V]
GrailsProjectPackager.setNative2ascii ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setNative2ascii:(Z)V]
GrailsProjectPackager.setProjectCompiler ( GrailsProjectCompiler p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setProjectCompiler:(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;)V]
GrailsProjectPackager.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
GrailsProjectPackager.setServletVersion ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setServletVersion:(Ljava/lang/String;)V]
GrailsProjectPackager.setWarMode ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.setWarMode:(Z)V]
GrailsProjectPackager.startLogging ( ConfigObject config ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectPackager.startLogging:(Lgroovy/util/ConfigObject;)V]
grails-core-2.1.5.jar, GrailsResourceUtils.class
package org.codehaus.groovy.grails.commons
GrailsResourceUtils.getAppDir ( Resource resource ) [static] : Resource
[mangled: org/codehaus/groovy/grails/commons/GrailsResourceUtils.getAppDir:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
GrailsResourceUtils.getRelativeInsideWebInf ( Resource resource ) [static] : String
[mangled: org/codehaus/groovy/grails/commons/GrailsResourceUtils.getRelativeInsideWebInf:(Lorg/springframework/core/io/Resource;)Ljava/lang/String;]
GrailsResourceUtils.getStaticResourcePathForResource ( Resource resource, String contextPath ) [static] : String
[mangled: org/codehaus/groovy/grails/commons/GrailsResourceUtils.getStaticResourcePathForResource:(Lorg/springframework/core/io/Resource;Ljava/lang/String;)Ljava/lang/String;]
GrailsResourceUtils.getViewsDir ( Resource resource ) [static] : Resource
[mangled: org/codehaus/groovy/grails/commons/GrailsResourceUtils.getViewsDir:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
grails-core-2.1.5.jar, ParticipatingInterceptor.class
package org.codehaus.groovy.grails.support
ParticipatingInterceptor.getParticipate ( ) [abstract] : boolean
[mangled: org/codehaus/groovy/grails/support/ParticipatingInterceptor.getParticipate:()Z]
ParticipatingInterceptor.setParticipate ( boolean p1 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/support/ParticipatingInterceptor.setParticipate:(Z)V]
grails-core-2.1.5.jar, PluginDescriptorGenerator.class
package org.codehaus.groovy.grails.plugins.publishing
PluginDescriptorGenerator.getResourceList ( ) : Resource[ ]
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator.getResourceList:()[Lorg/springframework/core/io/Resource;]
PluginDescriptorGenerator.PluginDescriptorGenerator ( BuildSettings p1, String p2, Resource[ ] p3 )
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator."<init>":(Lgrails/util/BuildSettings;Ljava/lang/String;[Lorg/springframework/core/io/Resource;)V]
PluginDescriptorGenerator.setResourceList ( Resource[ ] p1 ) : void
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator.setResourceList:([Lorg/springframework/core/io/Resource;)V]
grails-core-2.1.5.jar, PluginPackager.class
package org.codehaus.groovy.grails.plugins.publishing
PluginPackager.PluginPackager ( BuildSettings p1, Object p2, Resource[ ] p3, File p4 )
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginPackager."<init>":(Lgrails/util/BuildSettings;Ljava/lang/Object;[Lorg/springframework/core/io/Resource;Ljava/io/File;)V]
grails-core-2.1.5.jar, StackTracePrinter.class
package org.codehaus.groovy.grails.exceptions
StackTracePrinter.prettyPrintCodeSnippet ( Throwable p1 ) [abstract] : String
[mangled: org/codehaus/groovy/grails/exceptions/StackTracePrinter.prettyPrintCodeSnippet:(Ljava/lang/Throwable;)Ljava/lang/String;]
grails-datastore-core-1.1.7.RELEASE.jar, AbstractAttributeStoringSession.class
package org.grails.datastore.mapping.core
AbstractAttributeStoringSession.removeAttributesForEntity ( Object entity ) : void
[mangled: org/grails/datastore/mapping/core/AbstractAttributeStoringSession.removeAttributesForEntity:(Ljava/lang/Object;)V]
grails-datastore-core-1.1.7.RELEASE.jar, AbstractDatastore.class
package org.grails.datastore.mapping.core
AbstractDatastore.destroy ( ) : void
[mangled: org/grails/datastore/mapping/core/AbstractDatastore.destroy:()V]
grails-datastore-core-1.1.7.RELEASE.jar, AbstractGormMappingFactory.class
package org.grails.datastore.mapping.config
AbstractGormMappingFactory.setDefaultMapping ( Closure defaultMapping ) : void
[mangled: org/grails/datastore/mapping/config/AbstractGormMappingFactory.setDefaultMapping:(Lgroovy/lang/Closure;)V]
grails-datastore-core-1.1.7.RELEASE.jar, AbstractMappingContext.class
package org.grails.datastore.mapping.model
AbstractMappingContext.addPersistentEntities ( Class[ ] javaClasses ) : Collection
[mangled: org/grails/datastore/mapping/model/AbstractMappingContext.addPersistentEntities:([Ljava/lang/Class;)Ljava/util/Collection;]
AbstractMappingContext.initialize ( ) : void
[mangled: org/grails/datastore/mapping/model/AbstractMappingContext.initialize:()V]
AbstractMappingContext.isInitialized ( ) : boolean
[mangled: org/grails/datastore/mapping/model/AbstractMappingContext.isInitialized:()Z]
AbstractMappingContext.setCanInitializeEntities ( boolean canInitializeEntities ) : void
[mangled: org/grails/datastore/mapping/model/AbstractMappingContext.setCanInitializeEntities:(Z)V]
grails-datastore-core-1.1.7.RELEASE.jar, AbstractPersistentEntity.class
package org.grails.datastore.mapping.model
AbstractPersistentEntity.isInitialized ( ) : boolean
[mangled: org/grails/datastore/mapping/model/AbstractPersistentEntity.isInitialized:()Z]
grails-datastore-core-1.1.7.RELEASE.jar, ClassPropertyFetcher.class
package org.grails.datastore.mapping.reflect
ClassPropertyFetcher.getStaticPropertyValuesFromInheritanceHierarchy ( String name, Class c ) : List
[mangled: org/grails/datastore/mapping/reflect/ClassPropertyFetcher.getStaticPropertyValuesFromInheritanceHierarchy:(Ljava/lang/String;Ljava/lang/Class;)Ljava/util/List;]
grails-datastore-core-1.1.7.RELEASE.jar, DefaultConversionService.class
package org.grails.datastore.mapping.model.types.conversion
DefaultConversionService.canConvert ( TypeDescriptor sourceType, TypeDescriptor targetType ) : boolean
[mangled: org/grails/datastore/mapping/model/types/conversion/DefaultConversionService.canConvert:(Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Z]
DefaultConversionService.convert ( Object source, TypeDescriptor sourceType, TypeDescriptor targetType ) : Object
[mangled: org/grails/datastore/mapping/model/types/conversion/DefaultConversionService.convert:(Ljava/lang/Object;Lorg/springframework/core/convert/TypeDescriptor;Lorg/springframework/core/convert/TypeDescriptor;)Ljava/lang/Object;]
grails-datastore-core-1.1.7.RELEASE.jar, DefaultMappingConfigurationStrategy.class
package org.grails.datastore.mapping.model.config
DefaultMappingConfigurationStrategy.setCanExpandMappingContext ( boolean canExpandMappingContext ) : void
[mangled: org/grails/datastore/mapping/model/config/DefaultMappingConfigurationStrategy.setCanExpandMappingContext:(Z)V]
grails-datastore-core-1.1.7.RELEASE.jar, DocumentMappingContext.class
package org.grails.datastore.mapping.document.config
DocumentMappingContext.createDocumentMappingFactory ( Closure defaultMapping ) : MappingFactory
[mangled: org/grails/datastore/mapping/document/config/DocumentMappingContext.createDocumentMappingFactory:(Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/model/MappingFactory;]
DocumentMappingContext.DocumentMappingContext ( String defaultDatabaseName, Closure defaultMapping )
[mangled: org/grails/datastore/mapping/document/config/DocumentMappingContext."<init>":(Ljava/lang/String;Lgroovy/lang/Closure;)V]
DocumentMappingContext.getDefaultMapping ( ) : Closure
[mangled: org/grails/datastore/mapping/document/config/DocumentMappingContext.getDefaultMapping:()Lgroovy/lang/Closure;]
grails-datastore-core-1.1.7.RELEASE.jar, GormMappingConfigurationStrategy.class
package org.grails.datastore.mapping.model.config
GormMappingConfigurationStrategy.setCanExpandMappingContext ( boolean canExpandMappingContext ) : void
[mangled: org/grails/datastore/mapping/model/config/GormMappingConfigurationStrategy.setCanExpandMappingContext:(Z)V]
grails-datastore-core-1.1.7.RELEASE.jar, Initializable.class
package org.grails.datastore.mapping.model.lifecycle
Initializable.isInitialized ( ) [abstract] : boolean
[mangled: org/grails/datastore/mapping/model/lifecycle/Initializable.isInitialized:()Z]
grails-datastore-core-1.1.7.RELEASE.jar, KeyValueMappingContext.class
package org.grails.datastore.mapping.keyvalue.mapping.config
KeyValueMappingContext.setCanInitializeEntities ( boolean canInitializeEntities ) : void
[mangled: org/grails/datastore/mapping/keyvalue/mapping/config/KeyValueMappingContext.setCanInitializeEntities:(Z)V]
grails-datastore-core-1.1.7.RELEASE.jar, MappingConfigurationStrategy.class
package org.grails.datastore.mapping.model
MappingConfigurationStrategy.setCanExpandMappingContext ( boolean p1 ) [abstract] : void
[mangled: org/grails/datastore/mapping/model/MappingConfigurationStrategy.setCanExpandMappingContext:(Z)V]
grails-datastore-core-1.1.7.RELEASE.jar, MappingContext.class
package org.grails.datastore.mapping.model
MappingContext.addPersistentEntities ( Class[ ] p1 ) [abstract] : Collection
[mangled: org/grails/datastore/mapping/model/MappingContext.addPersistentEntities:([Ljava/lang/Class;)Ljava/util/Collection;]
grails-datastore-core-1.1.7.RELEASE.jar, NativeEntryEntityPersister.class
package org.grails.datastore.mapping.engine
NativeEntryEntityPersister.convertBasicEntryValue ( PersistentEntity persistentEntity, PersistentProperty prop, Object entryValue ) : Object
[mangled: org/grails/datastore/mapping/engine/NativeEntryEntityPersister.convertBasicEntryValue:(Lorg/grails/datastore/mapping/model/PersistentEntity;Lorg/grails/datastore/mapping/model/PersistentProperty;Ljava/lang/Object;)Ljava/lang/Object;]
grails-datastore-core-1.1.7.RELEASE.jar, Persister.class
package org.grails.datastore.mapping.engine
Persister.getObjectIdentifier ( Object p1 ) [abstract] : Serializable
[mangled: org/grails/datastore/mapping/engine/Persister.getObjectIdentifier:(Ljava/lang/Object;)Ljava/io/Serializable;]
grails-datastore-core-1.1.7.RELEASE.jar, Property.class
package org.grails.datastore.mapping.config
Property.clone ( ) : Object
[mangled: org/grails/datastore/mapping/config/Property.clone:()Ljava/lang/Object;]
Property.clone ( ) : Property
[mangled: org/grails/datastore/mapping/config/Property.clone:()Lorg/grails/datastore/mapping/config/Property;]
grails-datastore-gorm-1.1.7.RELEASE.jar, GrailsDomainClassPersistentEntity.class
package org.grails.datastore.gorm.config
GrailsDomainClassPersistentEntity.isInitialized ( ) : boolean
[mangled: org/grails/datastore/gorm/config/GrailsDomainClassPersistentEntity.isInitialized:()Z]
grails-hibernate-2.1.5.jar, AggregatePersistenceContextInterceptor.class
package org.codehaus.groovy.grails.orm.hibernate.support
AggregatePersistenceContextInterceptor.getParticipate ( ) : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/support/AggregatePersistenceContextInterceptor.getParticipate:()Z]
AggregatePersistenceContextInterceptor.setParticipate ( boolean flag ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/support/AggregatePersistenceContextInterceptor.setParticipate:(Z)V]
grails-hibernate-2.1.5.jar, EventTriggeringInterceptor.class
package org.codehaus.groovy.grails.orm.hibernate
EventTriggeringInterceptor.isDefinedByCurrentDataStore ( Object entity ) : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/EventTriggeringInterceptor.isDefinedByCurrentDataStore:(Ljava/lang/Object;)Z]
grails-hibernate-2.1.5.jar, GormTransformer.class
package org.codehaus.groovy.grails.compiler.gorm
GormTransformer.getMarkerAnnotation ( ) : AnnotationNode
[mangled: org/codehaus/groovy/grails/compiler/gorm/GormTransformer.getMarkerAnnotation:()Lorg/codehaus/groovy/ast/AnnotationNode;]
grails-hibernate-2.1.5.jar, JoinTable.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
JoinTable.getCatalog ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.getCatalog:()Ljava/lang/String;]
JoinTable.getSchema ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.getSchema:()Ljava/lang/String;]
JoinTable.setCatalog ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.setCatalog:(Ljava/lang/String;)V]
JoinTable.setSchema ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.setSchema:(Ljava/lang/String;)V]
grails-scripts-2.1.5.jar, _GrailsClasspath.class
_GrailsClasspath.setClasspath ( ) : void
[mangled: _GrailsClasspath.setClasspath:()V]
grails-scripts-2.1.5.jar, _GrailsWar.class
_GrailsWar.createDescriptorInternal ( Object pluginInfos, Object resourceList ) : Object
[mangled: _GrailsWar.createDescriptorInternal:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
grails-web-2.1.5.jar, AbstractUrlMapping.class
package org.codehaus.groovy.grails.web.mapping
AbstractUrlMapping.AbstractUrlMapping ( Object controllerName, Object actionName, Object viewName, ConstrainedProperty[ ] constraints, ServletContext servletContext )
[mangled: org/codehaus/groovy/grails/web/mapping/AbstractUrlMapping."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;[Lorg/codehaus/groovy/grails/validation/ConstrainedProperty;Ljavax/servlet/ServletContext;)V]
grails-web-2.1.5.jar, PageRenderRequestCreator.class
package grails.gsp
PageRenderer.PageRenderRequestCreator.__.swapInit ( ) [static] : void
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.__.swapInit:()V]
PageRenderer.PageRenderRequestCreator.createInstance ( String requestURI ) [static] : HttpServletRequest
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.createInstance:(Ljava/lang/String;)Ljavax/servlet/http/HttpServletRequest;]
PageRenderer.PageRenderRequestCreator.getMetaClass ( ) : MetaClass
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.getMetaClass:()Lgroovy/lang/MetaClass;]
PageRenderer.PageRenderRequestCreator.getProperty ( String p1 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderRequestCreator.invokeMethod ( String p1, Object p2 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderRequestCreator.methodMissing ( String name, Object args ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.methodMissing:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderRequestCreator.PageRenderer.PageRenderRequestCreator ( )
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator."<init>":()V]
PageRenderer.PageRenderRequestCreator.propertyMissing ( String name ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.propertyMissing:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderRequestCreator.propertyMissing ( String name, Object val ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.propertyMissing:(Ljava/lang/String;Ljava/lang/Object;)V]
PageRenderer.PageRenderRequestCreator.setMetaClass ( MetaClass p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.setMetaClass:(Lgroovy/lang/MetaClass;)V]
PageRenderer.PageRenderRequestCreator.setProperty ( String p1, Object p2 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-web-2.1.5.jar, PageRenderResponseCreator.class
package grails.gsp
PageRenderer.PageRenderResponseCreator.__.swapInit ( ) [static] : void
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.__.swapInit:()V]
PageRenderer.PageRenderResponseCreator.createInstance ( PrintWriter writer ) [static] : HttpServletResponse
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.createInstance:(Ljava/io/PrintWriter;)Ljavax/servlet/http/HttpServletResponse;]
PageRenderer.PageRenderResponseCreator.getMetaClass ( ) : MetaClass
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.getMetaClass:()Lgroovy/lang/MetaClass;]
PageRenderer.PageRenderResponseCreator.getProperty ( String p1 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderResponseCreator.invokeMethod ( String p1, Object p2 ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderResponseCreator.methodMissing ( String name, Object args ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.methodMissing:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PageRenderer.PageRenderResponseCreator.PageRenderer.PageRenderResponseCreator ( )
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator."<init>":()V]
PageRenderer.PageRenderResponseCreator.propertyMissing ( String name ) : Object
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.propertyMissing:(Ljava/lang/String;)Ljava/lang/Object;]
PageRenderer.PageRenderResponseCreator.propertyMissing ( String name, Object val ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.propertyMissing:(Ljava/lang/String;Ljava/lang/Object;)V]
PageRenderer.PageRenderResponseCreator.setMetaClass ( MetaClass p1 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.setMetaClass:(Lgroovy/lang/MetaClass;)V]
PageRenderer.PageRenderResponseCreator.setProperty ( String p1, Object p2 ) : void
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-web-2.1.5.jar, ReverseMappingKey.class
package org.codehaus.groovy.grails.web.mapping
UrlCreatorCache.ReverseMappingKey.UrlCreatorCache.ReverseMappingKey ( String controller, String action, Map params )
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreatorCache.ReverseMappingKey."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V]
grails-web-2.1.5.jar, SynchronizerTokensHolder.class
package org.codehaus.groovy.grails.web.servlet.mvc
SynchronizerTokensHolder.getTokens ( String url ) : Set
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.getTokens:(Ljava/lang/String;)Ljava/util/Set;]
SynchronizerTokensHolder.resetToken ( String url, String token ) : void
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.resetToken:(Ljava/lang/String;Ljava/lang/String;)V]
grails-web-2.1.5.jar, UrlCreatorCache.class
package org.codehaus.groovy.grails.web.mapping
UrlCreatorCache.createKey ( String controller, String action, Map params ) : UrlCreatorCache.ReverseMappingKey
[mangled: org/codehaus/groovy/grails/web/mapping/UrlCreatorCache.createKey:(Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Lorg/codehaus/groovy/grails/web/mapping/UrlCreatorCache$ReverseMappingKey;]
to the top
Problems with Data Types, High Severity (283)
grails-bootstrap-2.1.5.jar
package grails.build.interactive.completors
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778828 has been renamed to __timeStamp__239_neverHappen1356008005314. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778828 in CreateController. |
[+] affected methods (3)
CreateController ( )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
getCommandName ( )This method is from 'CreateController' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778832 has been renamed to __timeStamp__239_neverHappen1356008005322. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778832 in CreateIntegrationTest. |
[+] affected methods (3)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
getCommandName ( )This method is from 'CreateIntegrationTest' class.
[+] CreateScaffoldController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778835 has been renamed to __timeStamp__239_neverHappen1356008005328. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778835 in CreateScaffoldController. |
[+] affected methods (3)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
__.swapInit ( )This method is from 'CreateScaffoldController' class.
getCommandName ( )This method is from 'CreateScaffoldController' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778838 has been renamed to __timeStamp__239_neverHappen1356008005336. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778838 in CreateService. |
[+] affected methods (3)
CreateService ( )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
getCommandName ( )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778841 has been renamed to __timeStamp__239_neverHappen1356008005344. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778841 in CreateTagLib. |
[+] affected methods (3)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
getCommandName ( )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778845 has been renamed to __timeStamp__239_neverHappen1356008005351. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778845 in CreateUnitTest. |
[+] affected methods (3)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
getCommandName ( )This method is from 'CreateUnitTest' class.
[+] EscapingFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778208 has been renamed to __timeStamp__239_neverHappen1356008004652. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778208 in EscapingFileNameCompletor. |
[+] affected methods (8)
EscapingFileNameCompletor ( )This constructor is from 'EscapingFileNameCompletor' class.
__.swapInit ( )This method is from 'EscapingFileNameCompletor' class.
complete ( String, int, List )This method is from 'EscapingFileNameCompletor' class.
getMetaClass ( )This method is from 'EscapingFileNameCompletor' class.
getProperty ( String )This method is from 'EscapingFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'EscapingFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'EscapingFileNameCompletor' class.
setProperty ( String, Object )This method is from 'EscapingFileNameCompletor' class.
[+] GenerateAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778848 has been renamed to __timeStamp__239_neverHappen1356008005358. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778848 in GenerateAll. |
[+] affected methods (3)
GenerateAll ( )This constructor is from 'GenerateAll' class.
__.swapInit ( )This method is from 'GenerateAll' class.
getCommandName ( )This method is from 'GenerateAll' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778851 has been renamed to __timeStamp__239_neverHappen1356008005366. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778851 in GenerateController. |
[+] affected methods (3)
GenerateController ( )This constructor is from 'GenerateController' class.
__.swapInit ( )This method is from 'GenerateController' class.
getCommandName ( )This method is from 'GenerateController' class.
[+] GenerateViews (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778855 has been renamed to __timeStamp__239_neverHappen1356008005374. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778855 in GenerateViews. |
[+] affected methods (3)
GenerateViews ( )This constructor is from 'GenerateViews' class.
__.swapInit ( )This method is from 'GenerateViews' class.
getCommandName ( )This method is from 'GenerateViews' class.
[+] Open (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778215 has been renamed to __timeStamp__239_neverHappen1356008004660. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778215 in Open. |
[+] affected methods (7)
Open ( )This constructor is from 'Open' class.
__.swapInit ( )This method is from 'Open' class.
getMetaClass ( )This method is from 'Open' class.
getProperty ( String )This method is from 'Open' class.
invokeMethod ( String, Object )This method is from 'Open' class.
setMetaClass ( MetaClass )This method is from 'Open' class.
setProperty ( String, Object )This method is from 'Open' class.
[+] RegexCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777573 has been renamed to __timeStamp__239_neverHappen1356008003833. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777573 in RegexCompletor. |
[+] affected methods (11)
RegexCompletor ( String )This constructor is from 'RegexCompletor' class.
RegexCompletor ( Pattern )This constructor is from 'RegexCompletor' class.
__.swapInit ( )This method is from 'RegexCompletor' class.
complete ( String, int, List )This method is from 'RegexCompletor' class.
getMetaClass ( )This method is from 'RegexCompletor' class.
getPattern ( )This method is from 'RegexCompletor' class.
getProperty ( String )This method is from 'RegexCompletor' class.
invokeMethod ( String, Object )This method is from 'RegexCompletor' class.
setMetaClass ( MetaClass )This method is from 'RegexCompletor' class.
setPattern ( Pattern )This method is from 'RegexCompletor' class.
setProperty ( String, Object )This method is from 'RegexCompletor' class.
...
[+] SimpleOrFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777631 has been renamed to __timeStamp__239_neverHappen1356008003846. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777631 in SimpleOrFileNameCompletor. |
[+] affected methods (9)
SimpleOrFileNameCompletor ( String[ ] )This constructor is from 'SimpleOrFileNameCompletor' class.
SimpleOrFileNameCompletor ( List )This constructor is from 'SimpleOrFileNameCompletor' class.
__.swapInit ( )This method is from 'SimpleOrFileNameCompletor' class.
complete ( String, int, List )This method is from 'SimpleOrFileNameCompletor' class.
getMetaClass ( )This method is from 'SimpleOrFileNameCompletor' class.
getProperty ( String )This method is from 'SimpleOrFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'SimpleOrFileNameCompletor' class.
setProperty ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778858 has been renamed to __timeStamp__239_neverHappen1356008005381. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778858 in TestApp. |
[+] affected methods (3)
TestApp ( )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
getCommandName ( )This method is from 'TestApp' class.
package grails.util
[+] BuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778227 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778227 in BuildSettings. |
[+] affected methods (360)
BuildSettings ( )This constructor is from 'BuildSettings' class.
BuildSettings ( File )This constructor is from 'BuildSettings' class.
BuildSettings ( File, File )This constructor is from 'BuildSettings' class.
__.swapInit ( )This method is from 'BuildSettings' class.
configureDependencyManager ( ConfigObject )This method is from 'BuildSettings' class.
createConfigSlurper ( )This method is from 'BuildSettings' class.
get.allDependenciesReport ( )This method is from 'BuildSettings' class.
get.defaultBuildDependencies ( )This method is from 'BuildSettings' class.
get.defaultCompileDependencies ( )This method is from 'BuildSettings' class.
get.defaultProvidedDependencies ( )This method is from 'BuildSettings' class.
get.defaultRuntimeDependencies ( )This method is from 'BuildSettings' class.
get.defaultTestDependencies ( )This method is from 'BuildSettings' class.
...
[+] CosineSimilarity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777641 has been renamed to __timeStamp__239_neverHappen1356008003854. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777641 in CosineSimilarity. |
[+] affected methods (9)
CosineSimilarity ( )This constructor is from 'CosineSimilarity' class.
__.swapInit ( )This method is from 'CosineSimilarity' class.
getMetaClass ( )This method is from 'CosineSimilarity' class.
getProperty ( String )This method is from 'CosineSimilarity' class.
invokeMethod ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object, double )This method is from 'CosineSimilarity' class.
setMetaClass ( MetaClass )This method is from 'CosineSimilarity' class.
setProperty ( String, Object )This method is from 'CosineSimilarity' class.
[+] GrailsMain (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778861 has been renamed to __timeStamp__239_neverHappen1356008005388. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778861 in GrailsMain. |
[+] affected methods (5)
GrailsMain ( )This constructor is from 'GrailsMain' class.
GrailsMain ( Binding )This constructor is from 'GrailsMain' class.
__.swapInit ( )This method is from 'GrailsMain' class.
main ( String[ ] )This method is from 'GrailsMain' class.
run ( )This method is from 'GrailsMain' class.
[+] PluginBuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777661 has been renamed to __timeStamp__239_neverHappen1356008003874. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777661 in PluginBuildSettings. |
[+] affected methods (152)
PluginBuildSettings ( BuildSettings )This constructor is from 'PluginBuildSettings' class.
PluginBuildSettings ( BuildSettings, Object )This constructor is from 'PluginBuildSettings' class.
__.swapInit ( )This method is from 'PluginBuildSettings' class.
clearCache ( )This method is from 'PluginBuildSettings' class.
getBuildScopePluginInfo ( )This method is from 'PluginBuildSettings' class.
getBuildSettings ( )This method is from 'PluginBuildSettings' class.
getCompileScopedArtefactResources ( )This method is from 'PluginBuildSettings' class.
getCompileScopedSupportedPluginInfos ( )This method is from 'PluginBuildSettings' class.
getCompileScopePluginInfo ( )This method is from 'PluginBuildSettings' class.
getGlobalPluginsPath ( )This method is from 'PluginBuildSettings' class.
getImplicitPluginDirectories ( )This method is from 'PluginBuildSettings' class.
getMetaClass ( )This method is from 'PluginBuildSettings' class.
...
package org.codehaus.groovy.grails.cli
[+] ScriptNameResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777813 has been renamed to __timeStamp__239_neverHappen1356008004066. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777813 in ScriptNameResolver. |
[+] affected methods (8)
ScriptNameResolver ( )This constructor is from 'ScriptNameResolver' class.
__.swapInit ( )This method is from 'ScriptNameResolver' class.
getMetaClass ( )This method is from 'ScriptNameResolver' class.
getProperty ( String )This method is from 'ScriptNameResolver' class.
invokeMethod ( String, Object )This method is from 'ScriptNameResolver' class.
resolvesTo ( String, String )This method is from 'ScriptNameResolver' class.
setMetaClass ( MetaClass )This method is from 'ScriptNameResolver' class.
setProperty ( String, Object )This method is from 'ScriptNameResolver' class.
package org.codehaus.groovy.grails.cli.api
[+] BaseSettingsApi (1)
| Change | Effect |
---|
1 | Type of field resolver has been changed from org.springframework.core.io.support.PathMatchingResourcePatternResolver to org.codehaus.groovy.grails.io.support.PathMatchingResourcePatternResolver. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.springframework.core.io.support.PathMatchingResourcePatternResolver, required: org.codehaus.groovy.grails.io.support.PathMatchingResourcePatternResolver. |
[+] affected methods (35)
BaseSettingsApi ( BuildSettings, GrailsBuildEventListener, boolean )This constructor is from 'BaseSettingsApi' class.
BaseSettingsApi ( BuildSettings, boolean )This constructor is from 'BaseSettingsApi' class.
confirmInput ( String )This method is from 'BaseSettingsApi' class.
confirmInput ( String, String )This method is from 'BaseSettingsApi' class.
copyGrailsResources ( Object, Object )This method is from 'BaseSettingsApi' class.
copyGrailsResources ( Object, Object, boolean )This method is from 'BaseSettingsApi' class.
enableUaa ( )This method is from 'BaseSettingsApi' class.
exit ( int )This method is from 'BaseSettingsApi' class.
getAppClassName ( )This method is from 'BaseSettingsApi' class.
getAppGrailsVersion ( )This method is from 'BaseSettingsApi' class.
getBuildProps ( )This method is from 'BaseSettingsApi' class.
getBuildSettings ( )This method is from 'BaseSettingsApi' class.
...
package org.codehaus.groovy.grails.cli.interactive
[+] GrailsInteractiveCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778493 has been renamed to __timeStamp__239_neverHappen1356008004978. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778493 in GrailsInteractiveCompletor. |
[+] affected methods (12)
GrailsInteractiveCompletor ( BuildSettings, List )This constructor is from 'GrailsInteractiveCompletor' class.
__.swapInit ( )This method is from 'GrailsInteractiveCompletor' class.
complete ( String, int, List )This method is from 'GrailsInteractiveCompletor' class.
getCompletorCache ( )This method is from 'GrailsInteractiveCompletor' class.
getMetaClass ( )This method is from 'GrailsInteractiveCompletor' class.
getProperty ( String )This method is from 'GrailsInteractiveCompletor' class.
getSettings ( )This method is from 'GrailsInteractiveCompletor' class.
invokeMethod ( String, Object )This method is from 'GrailsInteractiveCompletor' class.
setCompletorCache ( Map )This method is from 'GrailsInteractiveCompletor' class.
setMetaClass ( MetaClass )This method is from 'GrailsInteractiveCompletor' class.
setProperty ( String, Object )This method is from 'GrailsInteractiveCompletor' class.
setSettings ( BuildSettings )This method is from 'GrailsInteractiveCompletor' class.
...
[+] InteractiveMode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777819 has been renamed to __timeStamp__239_neverHappen1356008004141. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777819 in InteractiveMode. |
[+] affected methods (67)
InteractiveMode ( BuildSettings, GrailsScriptRunner )This constructor is from 'InteractiveMode' class.
__.swapInit ( )This method is from 'InteractiveMode' class.
addStatus ( String )This method is from 'InteractiveMode' class.
bang ( )This method is from 'InteractiveMode' class.
echoStatus ( )This method is from 'InteractiveMode' class.
error ( String )This method is from 'InteractiveMode' class.
error ( String, String )This method is from 'InteractiveMode' class.
error ( String, Throwable )This method is from 'InteractiveMode' class.
error ( Throwable )This method is from 'InteractiveMode' class.
execute ( String )This method is from 'InteractiveMode' class.
exit ( )This method is from 'InteractiveMode' class.
flush ( )This method is from 'InteractiveMode' class.
...
package org.codehaus.groovy.grails.cli.interactive.completors
[+] ClassNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778516 has been renamed to __timeStamp__239_neverHappen1356008004997. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778516 in ClassNameCompletor. |
[+] affected methods (11)
ClassNameCompletor ( )This constructor is from 'ClassNameCompletor' abstract class.
__.swapInit ( )This method is from 'ClassNameCompletor' abstract class.
complete ( String, int, List )This method is from 'ClassNameCompletor' abstract class.
getBuildSettings ( )This method is from 'ClassNameCompletor' abstract class.
getCommandName ( )This abstract method is from 'ClassNameCompletor' abstract class.
getMetaClass ( )This method is from 'ClassNameCompletor' abstract class.
getProperty ( String )This method is from 'ClassNameCompletor' abstract class.
invokeMethod ( String, Object )This method is from 'ClassNameCompletor' abstract class.
setBuildSettings ( BuildSettings )This method is from 'ClassNameCompletor' abstract class.
setMetaClass ( MetaClass )This method is from 'ClassNameCompletor' abstract class.
setProperty ( String, Object )This method is from 'ClassNameCompletor' abstract class.
...
package org.codehaus.groovy.grails.cli.maven
[+] MavenMultiProjectGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778532 has been renamed to __timeStamp__239_neverHappen1356008005011. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778532 in MavenMultiProjectGenerator. |
[+] affected methods (8)
MavenMultiProjectGenerator ( BuildSettings )This constructor is from 'MavenMultiProjectGenerator' class.
__.swapInit ( )This method is from 'MavenMultiProjectGenerator' class.
generate ( String, String, String )This method is from 'MavenMultiProjectGenerator' class.
getMetaClass ( )This method is from 'MavenMultiProjectGenerator' class.
getProperty ( String )This method is from 'MavenMultiProjectGenerator' class.
invokeMethod ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
setMetaClass ( MetaClass )This method is from 'MavenMultiProjectGenerator' class.
setProperty ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
[+] MavenPomGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778615 has been renamed to __timeStamp__239_neverHappen1356008005087. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778615 in MavenPomGenerator. |
[+] affected methods (11)
MavenPomGenerator ( BuildSettings )This constructor is from 'MavenPomGenerator' class.
__.swapInit ( )This method is from 'MavenPomGenerator' class.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList )This method is from 'MavenPomGenerator' class.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String )This method is from 'MavenPomGenerator' class.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String, String )This method is from 'MavenPomGenerator' class.
generate ( String )This method is from 'MavenPomGenerator' class.
getMetaClass ( )This method is from 'MavenPomGenerator' class.
getProperty ( String )This method is from 'MavenPomGenerator' class.
invokeMethod ( String, Object )This method is from 'MavenPomGenerator' class.
setMetaClass ( MetaClass )This method is from 'MavenPomGenerator' class.
setProperty ( String, Object )This method is from 'MavenPomGenerator' class.
...
package org.codehaus.groovy.grails.cli.support
[+] JndiBindingHandler (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JndiBindingHandler. |
[+] affected methods (2)
getType ( )This abstract method is from 'JndiBindingHandler' interface.
handleBinding ( SimpleNamingContextBuilder, String, Map )This abstract method is from 'JndiBindingHandler' interface.
[+] JndiBindingSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JndiBindingSupport. |
[+] affected methods (2)
JndiBindingSupport ( Map )This constructor is from 'JndiBindingSupport' class.
registerJndiBindingHandler ( JndiBindingHandler )This method is from 'JndiBindingSupport' class.
[+] UaaIntegration (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UaaIntegration. |
[+] affected methods (4)
UaaIntegration ( )This constructor is from 'UaaIntegration' class.
enable ( BuildSettings, PluginBuildSettings, boolean )This method is from 'UaaIntegration' class.
isAvailable ( )This method is from 'UaaIntegration' class.
isEnabled ( )This method is from 'UaaIntegration' class.
[+] UaaIntegrationSupport (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UaaIntegrationSupport. |
[+] affected methods (8)
UaaIntegrationSupport ( )This constructor is from 'UaaIntegrationSupport' class.
__.swapInit ( )This method is from 'UaaIntegrationSupport' class.
findPlugin ( Object, String )This method is from 'UaaIntegrationSupport' class.
getMetaClass ( )This method is from 'UaaIntegrationSupport' class.
getProperty ( String )This method is from 'UaaIntegrationSupport' class.
invokeMethod ( String, Object )This method is from 'UaaIntegrationSupport' class.
setMetaClass ( MetaClass )This method is from 'UaaIntegrationSupport' class.
setProperty ( String, Object )This method is from 'UaaIntegrationSupport' class.
package org.codehaus.groovy.grails.plugins
[+] GrailsPluginInfo (4)
| Change | Effect |
---|
1 | Abstract method getDescriptor ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDescriptor() in GrailsPluginInfo. |
2 | Abstract method getPluginDir ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPluginDir() in GrailsPluginInfo. |
3 | Abstract method getDescriptor ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getDescriptor() in interface GrailsPluginInfo. |
4 | Abstract method getPluginDir ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPluginDir() in interface GrailsPluginInfo. |
[+] affected methods (9)
getPluginInfo ( String )Return value of this method has type 'GrailsPluginInfo'.
getPluginInfoForName ( String )Return value of this method has type 'GrailsPluginInfo'.
getPluginInfoForSource ( String )Return value of this method has type 'GrailsPluginInfo'.
readPluginInfoFromZip ( String )Return value of this method has type 'GrailsPluginInfo'.
getFullName ( )This abstract method is from 'GrailsPluginInfo' interface.
getName ( )This abstract method is from 'GrailsPluginInfo' interface.
getProperties ( )This abstract method is from 'GrailsPluginInfo' interface.
getVersion ( )This abstract method is from 'GrailsPluginInfo' interface.
readPluginInfoFromZip ( String )Return value of this method has type 'GrailsPluginInfo'.
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777876 has been renamed to __timeStamp__239_neverHappen1356008004243. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777876 in GrailsPluginUtils. |
[+] affected methods (32)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
clearCaches ( )This method is from 'GrailsPluginUtils' class.
getGlobalPluginsPath ( )This method is from 'GrailsPluginUtils' class.
getGRAILS_HOME ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( String )This method is from 'GrailsPluginUtils' class.
getLowerVersion ( String )This method is from 'GrailsPluginUtils' class.
getMetaClass ( )This method is from 'GrailsPluginUtils' class.
getMetadataForPlugin ( String )This method is from 'GrailsPluginUtils' class.
getPluginBaseDirectories ( )This method is from 'GrailsPluginUtils' class.
getPluginBaseDirectories ( String )This method is from 'GrailsPluginUtils' class.
...
[+] GrailsVersionUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777898 has been renamed to __timeStamp__239_neverHappen1356008004272. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777898 in GrailsVersionUtils. |
[+] affected methods (14)
GrailsVersionUtils ( )This constructor is from 'GrailsVersionUtils' class.
__.swapInit ( )This method is from 'GrailsVersionUtils' class.
getLowerVersion ( String )This method is from 'GrailsVersionUtils' class.
getMetaClass ( )This method is from 'GrailsVersionUtils' class.
getPluginName ( Class )This method is from 'GrailsVersionUtils' class.
getPluginVersion ( Class )This method is from 'GrailsVersionUtils' class.
getProperty ( String )This method is from 'GrailsVersionUtils' class.
getUpperVersion ( String )This method is from 'GrailsVersionUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsVersionUtils' class.
isValidVersion ( String, String )This method is from 'GrailsVersionUtils' class.
isVersionGreaterThan ( String, String )This method is from 'GrailsVersionUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsVersionUtils' class.
...
[+] PluginInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778660 has been renamed to __timeStamp__239_neverHappen1356008005119. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778660 in PluginInfo. |
[+] affected methods (17)
__.swapInit ( )This method is from 'PluginInfo' class.
getAdditionalMetadata ( )This method is from 'PluginInfo' class.
getAt ( String )This method is from 'PluginInfo' class.
getFullName ( )This method is from 'PluginInfo' class.
getMetadata ( )This method is from 'PluginInfo' class.
getName ( )This method is from 'PluginInfo' class.
getPluginBuildSettings ( )This method is from 'PluginInfo' class.
getProperties ( )This method is from 'PluginInfo' class.
getVersion ( )This method is from 'PluginInfo' class.
propertyMissing ( String )This method is from 'PluginInfo' class.
propertyMissing ( String, Object )This method is from 'PluginInfo' class.
putAt ( String, Object )This method is from 'PluginInfo' class.
...
[+] VersionComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777916 has been renamed to __timeStamp__239_neverHappen1356008004293. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777916 in VersionComparator. |
[+] affected methods (11)
VersionComparator ( )This constructor is from 'VersionComparator' class.
__.swapInit ( )This method is from 'VersionComparator' class.
compare ( Object, Object )This method is from 'VersionComparator' class.
deSnapshot ( String )This method is from 'VersionComparator' class.
equals ( Object )This method is from 'VersionComparator' class.
getMetaClass ( )This method is from 'VersionComparator' class.
getProperty ( String )This method is from 'VersionComparator' class.
invokeMethod ( String, Object )This method is from 'VersionComparator' class.
isSnapshot ( String )This method is from 'VersionComparator' class.
setMetaClass ( MetaClass )This method is from 'VersionComparator' class.
setProperty ( String, Object )This method is from 'VersionComparator' class.
...
package org.codehaus.groovy.grails.plugins.build.scopes
[+] PluginScopeInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777942 has been renamed to __timeStamp__239_neverHappen1356008004336. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777942 in PluginScopeInfo. |
[+] affected methods (28)
getBuildScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getCompileScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getProvidedScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getTestScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
setBuildScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setCompileScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setProvidedScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setTestScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
PluginScopeInfo ( String )This constructor is from 'PluginScopeInfo' class.
__.swapInit ( )This method is from 'PluginScopeInfo' class.
getArtefactResources ( )This method is from 'PluginScopeInfo' class.
getMetaClass ( )This method is from 'PluginScopeInfo' class.
...
package org.codehaus.groovy.grails.resolve
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778681 has been renamed to __timeStamp__239_neverHappen1356008005135. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778681 in EnhancedDefaultDependencyDescriptor. |
[+] affected methods (41)
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, boolean )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerPluginDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addArtifacts ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
handleExport ( EnhancedDefaultDependencyDescriptor, Boolean )1st parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
__.swapInit ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778711 has been renamed to __timeStamp__239_neverHappen1356008005174. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778711 in IvyDependencyManager. |
[+] affected methods (87)
getDependencyManager ( )Return value of this method has type 'IvyDependencyManager'.
pluginDependencyHandler ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
setDependencyManager ( IvyDependencyManager )1st parameter 'p1' of this method has type 'IvyDependencyManager'.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
createCopy ( BuildSettings )Return value of this method has type 'IvyDependencyManager'.
DependencyConfigurationConfigurer ( DependencyConfigurationContext )Field 'context.dependencyManager' in 1st parameter 'context' of this method has type 'IvyDependencyManager'.
createInheritedContext ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
forApplication ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
forPlugin ( IvyDependencyManager, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
getExcludeRules ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
...
[+] PluginInstallEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226777954 has been renamed to __timeStamp__239_neverHappen1356008004352. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226777954 in PluginInstallEngine. |
[+] affected methods (62)
PluginInstallEngine ( BuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )This constructor is from 'PluginInstallEngine' class.
__.swapInit ( )This method is from 'PluginInstallEngine' class.
addJarsToRootLoader ( Configuration, Collection )This method is from 'PluginInstallEngine' class.
assertNoExistingInlinePlugin ( String )This method is from 'PluginInstallEngine' class.
checkExistingPluginInstall ( String, Object, File )This method is from 'PluginInstallEngine' class.
checkExistingPluginInstall ( String, Object, File, boolean )This method is from 'PluginInstallEngine' class.
checkPluginsToUninstall ( )This method is from 'PluginInstallEngine' class.
checkPluginsToUninstall ( Collection )This method is from 'PluginInstallEngine' class.
findMissingOrUpgradePlugins ( Collection )This method is from 'PluginInstallEngine' class.
...
[+] PluginResolveEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778117 has been renamed to __timeStamp__239_neverHappen1356008004533. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778117 in PluginResolveEngine. |
[+] affected methods (87)
PluginInstallEngine ( BuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
__.swapInit ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
addJarsToRootLoader ( Configuration, Collection )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
assertNoExistingInlinePlugin ( String )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkExistingPluginInstall ( String, Object, File )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkExistingPluginInstall ( String, Object, File, boolean )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkPluginsToUninstall ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkPluginsToUninstall ( Collection )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
findMissingOrUpgradePlugins ( Collection )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
...
[+] ResolveException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778939 has been renamed to __timeStamp__239_neverHappen1356008005474. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778939 in ResolveException. |
[+] affected methods (10)
ResolveException ( ResolveReport )This constructor is from 'ResolveException' class.
__.swapInit ( )This method is from 'ResolveException' class.
getMessage ( )This method is from 'ResolveException' class.
getMetaClass ( )This method is from 'ResolveException' class.
getProperty ( String )This method is from 'ResolveException' class.
getResolveReport ( )This method is from 'ResolveException' class.
invokeMethod ( String, Object )This method is from 'ResolveException' class.
setMetaClass ( MetaClass )This method is from 'ResolveException' class.
setProperty ( String, Object )This method is from 'ResolveException' class.
setResolveReport ( ResolveReport )This method is from 'ResolveException' class.
package org.codehaus.groovy.grails.resolve.config
[+] DependencyConfigurationConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778867 has been renamed to __timeStamp__239_neverHappen1356008005398. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778867 in DependencyConfigurationConfigurer. |
[+] affected methods (27)
DependencyConfigurationConfigurer ( DependencyConfigurationContext )This constructor is from 'DependencyConfigurationConfigurer' class.
__.swapInit ( )This method is from 'DependencyConfigurationConfigurer' class.
cacheDir ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
credentials ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
defaultDependenciesProvided ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
dependencies ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
getLegacyResolve ( )This method is from 'DependencyConfigurationConfigurer' class.
getPluginMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getRepositoryMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getWILDCARD ( )This method is from 'DependencyConfigurationConfigurer' class.
...
[+] InheritanceConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778886 has been renamed to __timeStamp__239_neverHappen1356008005420. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778886 in InheritanceConfigurer. |
[+] affected methods (4)
InheritanceConfigurer ( DependencyConfigurationContext )This constructor is from 'InheritanceConfigurer' class.
__.swapInit ( )This method is from 'InheritanceConfigurer' class.
excludes ( String[ ] )This method is from 'InheritanceConfigurer' class.
excludes ( Map )This method is from 'InheritanceConfigurer' class.
[+] RepositoriesConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226778891 has been renamed to __timeStamp__239_neverHappen1356008005429. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226778891 in RepositoriesConfigurer. |
[+] affected methods (16)
RepositoriesConfigurer ( DependencyConfigurationContext )This constructor is from 'RepositoriesConfigurer' class.
__.swapInit ( )This method is from 'RepositoriesConfigurer' class.
ebr ( )This method is from 'RepositoriesConfigurer' class.
flatDir ( Map )This method is from 'RepositoriesConfigurer' class.
grailsCentral ( )This method is from 'RepositoriesConfigurer' class.
grailsHome ( )This method is from 'RepositoriesConfigurer' class.
grailsPlugins ( )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String, String )This method is from 'RepositoriesConfigurer' class.
inherit ( boolean )This method is from 'RepositoriesConfigurer' class.
inherits ( boolean )This method is from 'RepositoriesConfigurer' class.
mavenCentral ( )This method is from 'RepositoriesConfigurer' class.
...
grails-core-2.1.5.jar
package grails.validation
[+] ValidationErrors (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810263 has been renamed to __timeStamp__239_neverHappen1356008020738. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810263 in ValidationErrors. |
[+] affected methods (10)
ValidationErrors ( Object )This constructor is from 'ValidationErrors' class.
ValidationErrors ( Object, String )This constructor is from 'ValidationErrors' class.
__.swapInit ( )This method is from 'ValidationErrors' class.
getAt ( String )This method is from 'ValidationErrors' class.
getMetaClass ( )This method is from 'ValidationErrors' class.
getProperty ( String )This method is from 'ValidationErrors' class.
invokeMethod ( String, Object )This method is from 'ValidationErrors' class.
putAt ( String, String )This method is from 'ValidationErrors' class.
setMetaClass ( MetaClass )This method is from 'ValidationErrors' class.
setProperty ( String, Object )This method is from 'ValidationErrors' class.
[+] ValidationException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810273 has been renamed to __timeStamp__239_neverHappen1356008020745. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810273 in ValidationException. |
[+] affected methods (14)
ValidationException ( String, Errors )This constructor is from 'ValidationException' class.
__.swapInit ( )This method is from 'ValidationException' class.
formatErrors ( Errors )This method is from 'ValidationException' class.
formatErrors ( Errors, String )This method is from 'ValidationException' class.
getErrors ( )This method is from 'ValidationException' class.
getFullMessage ( )This method is from 'ValidationException' class.
getMessage ( )This method is from 'ValidationException' class.
getMetaClass ( )This method is from 'ValidationException' class.
getProperty ( String )This method is from 'ValidationException' class.
invokeMethod ( String, Object )This method is from 'ValidationException' class.
setErrors ( Errors )This method is from 'ValidationException' class.
setFullMessage ( String )This method is from 'ValidationException' class.
...
package org.codehaus.groovy.grails.commons
[+] DefaultGrailsApplication (1)
| Change | Effect |
---|
1 | Field resourceLoader of type org.codehaus.groovy.grails.compiler.support.GrailsResourceLoader has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable resourceLoader in DefaultGrailsApplication. |
[+] affected methods (56)
DefaultGrailsApplication ( )This constructor is from 'DefaultGrailsApplication' class.
DefaultGrailsApplication ( Class[ ], ClassLoader )This constructor is from 'DefaultGrailsApplication' class.
DefaultGrailsApplication ( Resource[ ] )This constructor is from 'DefaultGrailsApplication' class.
addArtefact ( Class )This method is from 'DefaultGrailsApplication' class.
addArtefact ( String, Class )This method is from 'DefaultGrailsApplication' class.
addArtefact ( String, Class, boolean )This method is from 'DefaultGrailsApplication' class.
addArtefact ( String, GrailsClass )This method is from 'DefaultGrailsApplication' class.
addOverridableArtefact ( Class )This method is from 'DefaultGrailsApplication' class.
addOverridableArtefact ( String, Class )This method is from 'DefaultGrailsApplication' class.
addToLoaded ( Class )This method is from 'DefaultGrailsApplication' class.
clear ( )This method is from 'DefaultGrailsApplication' class.
configChanged ( )This method is from 'DefaultGrailsApplication' class.
...
package org.codehaus.groovy.grails.commons.cfg
[+] ConfigurationHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809522 has been renamed to __timeStamp__239_neverHappen1356008019795. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809522 in ConfigurationHelper. |
[+] affected methods (14)
ConfigurationHelper ( )This constructor is from 'ConfigurationHelper' class.
__.swapInit ( )This method is from 'ConfigurationHelper' class.
clearCachedConfigs ( )This method is from 'ConfigurationHelper' class.
getConfigSlurper ( String, GrailsApplication )This method is from 'ConfigurationHelper' class.
getMetaClass ( )This method is from 'ConfigurationHelper' class.
getProperty ( String )This method is from 'ConfigurationHelper' class.
initConfig ( ConfigObject )This method is from 'ConfigurationHelper' class.
initConfig ( ConfigObject, ResourceLoader )This method is from 'ConfigurationHelper' class.
initConfig ( ConfigObject, ResourceLoader, ClassLoader )This method is from 'ConfigurationHelper' class.
invokeMethod ( String, Object )This method is from 'ConfigurationHelper' class.
loadConfigFromClasspath ( )This method is from 'ConfigurationHelper' class.
loadConfigFromClasspath ( String )This method is from 'ConfigurationHelper' class.
...
[+] GrailsConfig (1)
| Change | Effect |
---|
1 | Field SPRING_PLACEHOLDER_PREFIX (java.lang.String) with the compile-time constant value "grails.spring.placeholder.prefix" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SPRING_PLACEHOLDER_PREFIX in GrailsConfig. |
[+] affected methods (10)
GrailsConfig ( GrailsApplication )This constructor is from 'GrailsConfig' class.
get ( String )This method is from 'GrailsConfig' class.
get ( String, Class )This method is from 'GrailsConfig' class.
get ( String, Object )This method is from 'GrailsConfig' class.
get ( String, Object, List )This method is from 'GrailsConfig' class.
getAt ( Object )This method is from 'GrailsConfig' class.
getConfig ( )This method is from 'GrailsConfig' class.
getFlatConfig ( )This method is from 'GrailsConfig' class.
getMandatory ( String )This method is from 'GrailsConfig' class.
getMandatory ( String, List )This method is from 'GrailsConfig' class.
[+] MapBasedSmartPropertyOverrideConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809575 has been renamed to __timeStamp__239_neverHappen1356008019889. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809575 in MapBasedSmartPropertyOverrideConfigurer. |
[+] affected methods (16)
MapBasedSmartPropertyOverrideConfigurer ( GrailsApplication )This constructor is from 'MapBasedSmartPropertyOverrideConfigurer' class.
__.swapInit ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
applyPropertyValue ( ConfigurableListableBeanFactory, String, String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getApplication ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getBeansConfig ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getClassLoader ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getMetaClass ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getProperty ( String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinitionForFactoryBean ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
...
package org.codehaus.groovy.grails.commons.metaclass
[+] MetaClassEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810116 has been renamed to __timeStamp__239_neverHappen1356008020352. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810116 in MetaClassEnhancer. |
[+] affected methods (9)
MetaClassEnhancer ( )This constructor is from 'MetaClassEnhancer' class.
__.swapInit ( )This method is from 'MetaClassEnhancer' class.
enhance ( MetaClass )This method is from 'MetaClassEnhancer' class.
enhanceAll ( Iterable )This method is from 'MetaClassEnhancer' class.
getMetaClass ( )This method is from 'MetaClassEnhancer' class.
getProperty ( String )This method is from 'MetaClassEnhancer' class.
invokeMethod ( String, Object )This method is from 'MetaClassEnhancer' class.
setMetaClass ( MetaClass )This method is from 'MetaClassEnhancer' class.
setProperty ( String, Object )This method is from 'MetaClassEnhancer' class.
[+] PropertyExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809610 has been renamed to __timeStamp__239_neverHappen1356008019908. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809610 in PropertyExpression. |
[+] affected methods (8)
PropertyExpression ( String )This constructor is from 'PropertyExpression' class.
__.swapInit ( )This method is from 'PropertyExpression' class.
getMetaClass ( )This method is from 'PropertyExpression' class.
getProperty ( String )This method is from 'PropertyExpression' class.
getValue ( )This method is from 'PropertyExpression' class.
invokeMethod ( String, Object )This method is from 'PropertyExpression' class.
setMetaClass ( MetaClass )This method is from 'PropertyExpression' class.
setProperty ( String, Object )This method is from 'PropertyExpression' class.
package org.codehaus.groovy.grails.compiler
[+] GrailsProjectCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809615 has been renamed to __timeStamp__239_neverHappen1356008019914. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809615 in GrailsProjectCompiler. |
[+] affected methods (58)
GrailsProjectCompiler ( PluginBuildSettings )This constructor is from 'GrailsProjectCompiler' class.
GrailsProjectCompiler ( PluginBuildSettings, ClassLoader )This constructor is from 'GrailsProjectCompiler' class.
__.swapInit ( )This method is from 'GrailsProjectCompiler' class.
compile ( )This method is from 'GrailsProjectCompiler' class.
compile ( Object )This method is from 'GrailsProjectCompiler' class.
compileAll ( )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String, Object )This method is from 'GrailsProjectCompiler' class.
compilePluginDescriptor ( File, File )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( Object )This method is from 'GrailsProjectCompiler' class.
configureClasspath ( )This method is from 'GrailsProjectCompiler' class.
...
[+] GrailsProjectPackager (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GrailsProjectPackager. |
[+] affected methods (38)
GrailsProjectPackager ( GrailsProjectCompiler, File )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, File, boolean )This constructor is from 'GrailsProjectPackager' class.
__.swapInit ( )This method is from 'GrailsProjectPackager' class.
createConfig ( )This method is from 'GrailsProjectPackager' class.
getAnt ( )This method is from 'GrailsProjectPackager' class.
getAsync ( )This method is from 'GrailsProjectPackager' class.
getClassLoader ( )This method is from 'GrailsProjectPackager' class.
getConfigFile ( )This method is from 'GrailsProjectPackager' class.
getGrailsConsole ( )This method is from 'GrailsProjectPackager' class.
getMetaClass ( )This method is from 'GrailsProjectPackager' class.
getNative2ascii ( )This method is from 'GrailsProjectPackager' class.
getProjectCompiler ( )This method is from 'GrailsProjectPackager' class.
...
package org.codehaus.groovy.grails.documentation
[+] DocumentationContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809709 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809709 in DocumentationContext. |
[+] affected methods (26)
DocumentationContext ( )This constructor is from 'DocumentationContext' class.
__.swapInit ( )This method is from 'DocumentationContext' class.
document ( String )This method is from 'DocumentationContext' class.
documentMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
documentProperty ( String, Class, String )This method is from 'DocumentationContext' class.
documentStaticMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
getArtefactType ( )This method is from 'DocumentationContext' class.
getCurrentDocumentation ( )This method is from 'DocumentationContext' class.
getInstance ( )This method is from 'DocumentationContext' class.
getMetaClass ( )This method is from 'DocumentationContext' class.
getMethods ( )This method is from 'DocumentationContext' class.
getProperties ( )This method is from 'DocumentationContext' class.
...
[+] DocumentationContextThreadLocal (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DocumentationContextThreadLocal. |
[+] affected methods (8)
DocumentationContextThreadLocal ( )This constructor is from 'DocumentationContextThreadLocal' class.
__.swapInit ( )This method is from 'DocumentationContextThreadLocal' class.
getMetaClass ( )This method is from 'DocumentationContextThreadLocal' class.
getProperty ( String )This method is from 'DocumentationContextThreadLocal' class.
initialValue ( )This method is from 'DocumentationContextThreadLocal' class.
invokeMethod ( String, Object )This method is from 'DocumentationContextThreadLocal' class.
setMetaClass ( MetaClass )This method is from 'DocumentationContextThreadLocal' class.
setProperty ( String, Object )This method is from 'DocumentationContextThreadLocal' class.
[+] DocumentedElement (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809731 has been renamed to __timeStamp__239_neverHappen1356008020027. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809731 in DocumentedElement. |
[+] affected methods (15)
DocumentedElement ( )This constructor is from 'DocumentedElement' class.
__.swapInit ( )This method is from 'DocumentedElement' class.
getArtefact ( )This method is from 'DocumentedElement' class.
getMetaClass ( )This method is from 'DocumentedElement' class.
getName ( )This method is from 'DocumentedElement' class.
getProperty ( String )This method is from 'DocumentedElement' class.
getText ( )This method is from 'DocumentedElement' class.
getType ( )This method is from 'DocumentedElement' class.
invokeMethod ( String, Object )This method is from 'DocumentedElement' class.
setArtefact ( String )This method is from 'DocumentedElement' class.
setMetaClass ( MetaClass )This method is from 'DocumentedElement' class.
setName ( String )This method is from 'DocumentedElement' class.
...
[+] DocumentedMethod (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810237 has been renamed to __timeStamp__239_neverHappen1356008020362. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810237 in DocumentedMethod. |
[+] affected methods (5)
DocumentedMethod ( )This constructor is from 'DocumentedMethod' class.
__.swapInit ( )This method is from 'DocumentedMethod' class.
getArguments ( )This method is from 'DocumentedMethod' class.
setArguments ( Class[ ] )This method is from 'DocumentedMethod' class.
toString ( )This method is from 'DocumentedMethod' class.
[+] DocumentedProperty (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810242 has been renamed to __timeStamp__239_neverHappen1356008020367. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810242 in DocumentedProperty. |
[+] affected methods (5)
DocumentedProperty ( )This constructor is from 'DocumentedProperty' class.
__.swapInit ( )This method is from 'DocumentedProperty' class.
getType ( )This method is from 'DocumentedProperty' class.
setType ( Class )This method is from 'DocumentedProperty' class.
toString ( )This method is from 'DocumentedProperty' class.
package org.codehaus.groovy.grails.exceptions
[+] DefaultStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809736 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809736 in DefaultStackTracePrinter. |
[+] affected methods (16)
DefaultStackTracePrinter ( )This constructor is from 'DefaultStackTracePrinter' class.
__.swapInit ( )This method is from 'DefaultStackTracePrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultStackTracePrinter' class.
getMetaClass ( )This method is from 'DefaultStackTracePrinter' class.
getProperty ( String )This method is from 'DefaultStackTracePrinter' class.
invokeMethod ( String, Object )This method is from 'DefaultStackTracePrinter' class.
makeRelativeIfPossible ( String )This method is from 'DefaultStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'DefaultStackTracePrinter' class.
printCausedByMessage ( PrintWriter, Throwable )This method is from 'DefaultStackTracePrinter' class.
printFailureLocation ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
printHeader ( PrintWriter, String )This method is from 'DefaultStackTracePrinter' class.
printLastEntry ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
...
[+] StackTracePrinter (1)
| Change | Effect |
---|
1 | Abstract method prettyPrintCodeSnippet ( Throwable ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method prettyPrintCodeSnippet(Throwable) in interface StackTracePrinter. |
[+] affected methods (1)
prettyPrint ( Throwable )This abstract method is from 'StackTracePrinter' interface.
package org.codehaus.groovy.grails.plugins
[+] CoreGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809779 has been renamed to __timeStamp__239_neverHappen1356008020034. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809779 in CoreGrailsPlugin. |
[+] affected methods (17)
CoreGrailsPlugin ( )This constructor is from 'CoreGrailsPlugin' class.
__.swapInit ( )This method is from 'CoreGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'CoreGrailsPlugin' class.
getDoWithSpring ( )This method is from 'CoreGrailsPlugin' class.
getMetaClass ( )This method is from 'CoreGrailsPlugin' class.
getOnChange ( )This method is from 'CoreGrailsPlugin' class.
getProperty ( String )This method is from 'CoreGrailsPlugin' class.
getVersion ( )This method is from 'CoreGrailsPlugin' class.
getWatchedResources ( )This method is from 'CoreGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'CoreGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'CoreGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'CoreGrailsPlugin' class.
...
[+] Servlet3AsyncWebXmlProcessor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809832 has been renamed to __timeStamp__239_neverHappen1356008020080. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809832 in Servlet3AsyncWebXmlProcessor. |
[+] affected methods (8)
Servlet3AsyncWebXmlProcessor ( )This constructor is from 'Servlet3AsyncWebXmlProcessor' class.
__.swapInit ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getMetaClass ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getProperty ( String )This method is from 'Servlet3AsyncWebXmlProcessor' class.
invokeMethod ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
process ( Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setMetaClass ( MetaClass )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setProperty ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
package org.codehaus.groovy.grails.plugins.publishing
[+] DefaultPluginPublisher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809844 has been renamed to __timeStamp__239_neverHappen1356008020091. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809844 in DefaultPluginPublisher. |
[+] affected methods (19)
DefaultPluginPublisher ( File, String, String )This constructor is from 'DefaultPluginPublisher' class.
DefaultPluginPublisher ( String, String )This constructor is from 'DefaultPluginPublisher' class.
__.swapInit ( )This method is from 'DefaultPluginPublisher' class.
getBaseDir ( )This method is from 'DefaultPluginPublisher' class.
getMetaClass ( )This method is from 'DefaultPluginPublisher' class.
getPluginMetadata ( String )This method is from 'DefaultPluginPublisher' class.
getProperty ( String )This method is from 'DefaultPluginPublisher' class.
getRepositoryURL ( )This method is from 'DefaultPluginPublisher' class.
getRevision ( )This method is from 'DefaultPluginPublisher' class.
invokeMethod ( String, Object )This method is from 'DefaultPluginPublisher' class.
parsePluginList ( Resource )This method is from 'DefaultPluginPublisher' class.
publishRelease ( String, Resource )This method is from 'DefaultPluginPublisher' class.
...
[+] PluginDescriptorGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809886 has been renamed to __timeStamp__239_neverHappen1356008020128. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809886 in PluginDescriptorGenerator. |
[+] affected methods (18)
PluginDescriptorGenerator ( BuildSettings, Object, List )This constructor is from 'PluginDescriptorGenerator' class.
__.swapInit ( )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, IndentPrinter )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, MarkupBuilder )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, Writer )This method is from 'PluginDescriptorGenerator' class.
getAntPathMatcher ( )This method is from 'PluginDescriptorGenerator' class.
getBuildSettings ( )This method is from 'PluginDescriptorGenerator' class.
getExcludes ( )This method is from 'PluginDescriptorGenerator' class.
getMetaClass ( )This method is from 'PluginDescriptorGenerator' class.
getPluginName ( )This method is from 'PluginDescriptorGenerator' class.
getProperty ( String )This method is from 'PluginDescriptorGenerator' class.
invokeMethod ( String, Object )This method is from 'PluginDescriptorGenerator' class.
...
[+] PluginPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226809968 has been renamed to __timeStamp__239_neverHappen1356008020204. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226809968 in PluginPackager. |
[+] affected methods (21)
__.swapInit ( )This method is from 'PluginPackager' class.
generateDependencyDescriptor ( )This method is from 'PluginPackager' class.
generatePluginXml ( File )This method is from 'PluginPackager' class.
getAnt ( )This method is from 'PluginPackager' class.
getBasedir ( )This method is from 'PluginPackager' class.
getHasApplicationDependencies ( )This method is from 'PluginPackager' class.
getJarFiles ( )This method is from 'PluginPackager' class.
getMetaClass ( )This method is from 'PluginPackager' class.
getProperty ( String )This method is from 'PluginPackager' class.
getResourcesDir ( )This method is from 'PluginPackager' class.
invokeMethod ( String, Object )This method is from 'PluginPackager' class.
isHasApplicationDependencies ( )This method is from 'PluginPackager' class.
...
package org.codehaus.groovy.grails.plugins.support
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810074 has been renamed to __timeStamp__239_neverHappen1356008020318. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810074 in GrailsPluginUtils. |
[+] affected methods (9)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
getGrailsVersion ( )This method is from 'GrailsPluginUtils' class.
getMetaClass ( )This method is from 'GrailsPluginUtils' class.
getProperty ( String )This method is from 'GrailsPluginUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsPluginUtils' class.
setGrailsVersion ( Object )This method is from 'GrailsPluginUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsPluginUtils' class.
setProperty ( String, Object )This method is from 'GrailsPluginUtils' class.
[+] WatchPattern (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810079 has been renamed to __timeStamp__239_neverHappen1356008020324. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810079 in WatchPattern. |
[+] affected methods (16)
WatchPattern ( )This constructor is from 'WatchPattern' class.
__.swapInit ( )This method is from 'WatchPattern' class.
getDirectory ( )This method is from 'WatchPattern' class.
getExtension ( )This method is from 'WatchPattern' class.
getFile ( )This method is from 'WatchPattern' class.
getMetaClass ( )This method is from 'WatchPattern' class.
getPattern ( )This method is from 'WatchPattern' class.
getProperty ( String )This method is from 'WatchPattern' class.
invokeMethod ( String, Object )This method is from 'WatchPattern' class.
matchesPath ( String )This method is from 'WatchPattern' class.
setDirectory ( File )This method is from 'WatchPattern' class.
setExtension ( String )This method is from 'WatchPattern' class.
...
package org.codehaus.groovy.grails.support
[+] DevelopmentShutdownHook (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810088 has been renamed to __timeStamp__239_neverHappen1356008020334. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810088 in DevelopmentShutdownHook. |
[+] affected methods (10)
DevelopmentShutdownHook ( )This constructor is from 'DevelopmentShutdownHook' class.
__.swapInit ( )This method is from 'DevelopmentShutdownHook' class.
getConsole ( )This method is from 'DevelopmentShutdownHook' class.
getMetaClass ( )This method is from 'DevelopmentShutdownHook' class.
getProperty ( String )This method is from 'DevelopmentShutdownHook' class.
invokeMethod ( String, Object )This method is from 'DevelopmentShutdownHook' class.
setApplicationContext ( ApplicationContext )This method is from 'DevelopmentShutdownHook' class.
setConsole ( Object )This method is from 'DevelopmentShutdownHook' class.
setMetaClass ( MetaClass )This method is from 'DevelopmentShutdownHook' class.
setProperty ( String, Object )This method is from 'DevelopmentShutdownHook' class.
[+] ParticipatingInterceptor (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ParticipatingInterceptor. |
[+] affected methods (2)
getParticipate ( )This abstract method is from 'ParticipatingInterceptor' interface.
setParticipate ( boolean )This abstract method is from 'ParticipatingInterceptor' interface.
package org.codehaus.groovy.grails.validation
[+] ConstraintEvalUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226810105 has been renamed to __timeStamp__239_neverHappen1356008020343. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226810105 in ConstraintEvalUtils. |
[+] affected methods (9)
ConstraintEvalUtils ( )This constructor is from 'ConstraintEvalUtils' class.
__.swapInit ( )This method is from 'ConstraintEvalUtils' class.
clearDefaultConstraints ( )This method is from 'ConstraintEvalUtils' class.
getDefaultConstraints ( ConfigObject )This method is from 'ConstraintEvalUtils' class.
getMetaClass ( )This method is from 'ConstraintEvalUtils' class.
getProperty ( String )This method is from 'ConstraintEvalUtils' class.
invokeMethod ( String, Object )This method is from 'ConstraintEvalUtils' class.
setMetaClass ( MetaClass )This method is from 'ConstraintEvalUtils' class.
setProperty ( String, Object )This method is from 'ConstraintEvalUtils' class.
grails-crud-2.1.5.jar
package org.codehaus.groovy.grails.scaffolding
[+] DefaultGrailsTemplateGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226851031 has been renamed to __timeStamp__239_neverHappen1356008047958. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226851031 in DefaultGrailsTemplateGenerator. |
[+] affected methods (39)
DefaultGrailsTemplateGenerator ( )This constructor is from 'DefaultGrailsTemplateGenerator' class.
DefaultGrailsTemplateGenerator ( ClassLoader )This constructor is from 'DefaultGrailsTemplateGenerator' class.
__.swapInit ( )This method is from 'DefaultGrailsTemplateGenerator' class.
generateController ( GrailsDomainClass, Writer )This method is from 'DefaultGrailsTemplateGenerator' class.
generateController ( GrailsDomainClass, String )This method is from 'DefaultGrailsTemplateGenerator' class.
generateTest ( GrailsDomainClass, String )This method is from 'DefaultGrailsTemplateGenerator' class.
generateView ( GrailsDomainClass, String, Writer )This method is from 'DefaultGrailsTemplateGenerator' class.
generateView ( GrailsDomainClass, String, String )This method is from 'DefaultGrailsTemplateGenerator' class.
generateViews ( GrailsDomainClass, String )This method is from 'DefaultGrailsTemplateGenerator' class.
getBasedir ( )This method is from 'DefaultGrailsTemplateGenerator' class.
getDomainSuffix ( )This method is from 'DefaultGrailsTemplateGenerator' class.
getEngine ( )This method is from 'DefaultGrailsTemplateGenerator' class.
...
grails-datastore-core-1.1.7.RELEASE.jar
package org.grails.datastore.mapping.config
[+] Property (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | Recompilation of a client program may be terminated with the message: cannot find method in class Property. |
[+] affected methods (15)
Property ( )This constructor is from 'Property' class.
getFetchStrategy ( )This method is from 'Property' class.
getGenerator ( )This method is from 'Property' class.
getName ( )This method is from 'Property' class.
getTargetName ( )This method is from 'Property' class.
isIndex ( )This method is from 'Property' class.
isNullable ( )This method is from 'Property' class.
setFetchStrategy ( FetchType )This method is from 'Property' class.
setGenerator ( String )This method is from 'Property' class.
setIndex ( boolean )This method is from 'Property' class.
setName ( String )This method is from 'Property' class.
setNullable ( boolean )This method is from 'Property' class.
...
package org.grails.datastore.mapping.config.groovy
[+] MappingConfigurationBuilder (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711689084 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711689084 in MappingConfigurationBuilder. |
[+] affected methods (14)
MappingConfigurationBuilder ( Object, Class )This constructor is from 'MappingConfigurationBuilder' class.
__.swapInit ( )This method is from 'MappingConfigurationBuilder' class.
evaluate ( Closure )This method is from 'MappingConfigurationBuilder' class.
getMetaClass ( )This method is from 'MappingConfigurationBuilder' class.
getProperties ( )This method is from 'MappingConfigurationBuilder' class.
getProperty ( String )This method is from 'MappingConfigurationBuilder' class.
getPropertyClass ( )This method is from 'MappingConfigurationBuilder' class.
getTarget ( )This method is from 'MappingConfigurationBuilder' class.
invokeMethod ( String, Object )This method is from 'MappingConfigurationBuilder' class.
setMetaClass ( MetaClass )This method is from 'MappingConfigurationBuilder' class.
setProperties ( Map )This method is from 'MappingConfigurationBuilder' class.
setProperty ( String, Object )This method is from 'MappingConfigurationBuilder' class.
...
package org.grails.datastore.mapping.core
[+] AbstractDatastore (1)
| Change | Effect |
---|
1 | Removed super-interface org.springframework.beans.factory.DisposableBean. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractDatastore. |
[+] affected methods (26)
AbstractDatastore ( )This constructor is from 'AbstractDatastore' abstract class.
AbstractDatastore ( MappingContext )This constructor is from 'AbstractDatastore' abstract class.
AbstractDatastore ( MappingContext, Map, ConfigurableApplicationContext )This constructor is from 'AbstractDatastore' abstract class.
AbstractDatastore ( MappingContext, Map, ConfigurableApplicationContext, TPCacheAdapterRepository )This constructor is from 'AbstractDatastore' abstract class.
connect ( )This method is from 'AbstractDatastore' abstract class.
connect ( Map )This method is from 'AbstractDatastore' abstract class.
createSession ( Map )This abstract method is from 'AbstractDatastore' abstract class.
getApplicationContext ( )This method is from 'AbstractDatastore' abstract class.
getApplicationEventPublisher ( )This method is from 'AbstractDatastore' abstract class.
getCurrentSession ( )This method is from 'AbstractDatastore' abstract class.
getMappingContext ( )This method is from 'AbstractDatastore' abstract class.
getObjectErrors ( Object )This method is from 'AbstractDatastore' abstract class.
...
package org.grails.datastore.mapping.engine
[+] Persister (1)
| Change | Effect |
---|
1 | Abstract method getObjectIdentifier ( Object ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getObjectIdentifier(Object) in interface Persister. |
[+] affected methods (16)
getPersister ( Object )Return value of this method has type 'Persister'.
createPersister ( Class, MappingContext )Return value of this abstract method has type 'Persister'.
getPersister ( Object )Return value of this method has type 'Persister'.
getPersister ( Object )Return value of this abstract method has type 'Persister'.
createQuery ( )This abstract method is from 'Persister' interface.
delete ( Iterable )This abstract method is from 'Persister' interface.
delete ( Object )This abstract method is from 'Persister' interface.
getType ( )This abstract method is from 'Persister' interface.
persist ( Iterable )This abstract method is from 'Persister' interface.
persist ( Object )This abstract method is from 'Persister' interface.
proxy ( Serializable )This abstract method is from 'Persister' interface.
refresh ( Object )This abstract method is from 'Persister' interface.
...
package org.grails.datastore.mapping.model
[+] AbstractMappingContext (1)
| Change | Effect |
---|
1 | Removed super-interface lifecycle.Initializable. | Recompilation of a client program may be terminated with the message: cannot find method in class AbstractMappingContext. |
[+] affected methods (21)
AbstractMappingContext ( )This constructor is from 'AbstractMappingContext' abstract class.
addEntityValidator ( PersistentEntity, Validator )This method is from 'AbstractMappingContext' abstract class.
addExternalPersistentEntity ( Class )This method is from 'AbstractMappingContext' abstract class.
addMappingContextListener ( MappingContext.Listener )This method is from 'AbstractMappingContext' abstract class.
addPersistentEntity ( Class )This method is from 'AbstractMappingContext' abstract class.
addPersistentEntity ( Class, boolean )This method is from 'AbstractMappingContext' abstract class.
addTypeConverter ( Converter )This method is from 'AbstractMappingContext' abstract class.
createEmbeddedEntity ( Class )This method is from 'AbstractMappingContext' abstract class.
createPersistentEntity ( Class )This abstract method is from 'AbstractMappingContext' abstract class.
getChildEntityByDiscriminator ( PersistentEntity, String )This method is from 'AbstractMappingContext' abstract class.
getConversionService ( )This method is from 'AbstractMappingContext' abstract class.
getConverterRegistry ( )This method is from 'AbstractMappingContext' abstract class.
...
[+] MappingConfigurationStrategy (1)
| Change | Effect |
---|
1 | Abstract method setCanExpandMappingContext ( boolean ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method setCanExpandMappingContext(boolean) in interface MappingConfigurationStrategy. |
[+] affected methods (19)
getMappingSyntaxStrategy ( )Return value of this method has type 'MappingConfigurationStrategy'.
getMappingSyntaxStrategy ( )Return value of this method has type 'MappingConfigurationStrategy'.
KeyValueMappingContext ( String )Field 'this.syntaxStrategy' in the object of this method has type 'MappingConfigurationStrategy'.
createPersistentEntity ( Class )Field 'this.syntaxStrategy' in the object of this method has type 'MappingConfigurationStrategy'.
getKeyspace ( )Field 'this.syntaxStrategy' in the object of this method has type 'MappingConfigurationStrategy'.
getMappingFactory ( )Field 'this.syntaxStrategy' in the object of this method has type 'MappingConfigurationStrategy'.
getMappingSyntaxStrategy ( )Field 'this.syntaxStrategy' in the object of this method has type 'MappingConfigurationStrategy'.
initializeDefaultMappingFactory ( String )Field 'this.syntaxStrategy' in the object of this method has type 'MappingConfigurationStrategy'.
setMappingFactory ( MappingFactory )Field 'this.syntaxStrategy' in the object of this method has type 'MappingConfigurationStrategy'.
setSyntaxStrategy ( MappingConfigurationStrategy )1st parameter 'syntaxStrategy' of this method has type 'MappingConfigurationStrategy'.
getDefaultIdentityMapping ( ClassMapping )This abstract method is from 'MappingConfigurationStrategy' interface.
getIdentity ( Class, MappingContext )This abstract method is from 'MappingConfigurationStrategy' interface.
...
[+] MappingContext (1)
| Change | Effect |
---|
1 | Abstract method addPersistentEntities ( Class[ ] ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method addPersistentEntities(Class[]) in interface MappingContext. |
[+] affected methods (165)
HibernateDatastore ( MappingContext, SessionFactory, ConfigObject )1st parameter 'mappingContext' of this method has type 'MappingContext'.
getMappingContext ( )Return value of this method has type 'MappingContext'.
createMappingContext ( )Return value of this abstract method has type 'MappingContext'.
getObject ( )Return value of this method has type 'MappingContext'.
registerCustomTypeMarshallers ( MappingContext )1st parameter 'mappingContext' of this method has type 'MappingContext'.
getMappingContext ( )Return value of this method has type 'MappingContext'.
AbstractDatastore ( )Field 'this.mappingContext' in the object of this method has type 'MappingContext'.
AbstractDatastore ( MappingContext )1st parameter 'mappingContext' of this method has type 'MappingContext'.
AbstractDatastore ( MappingContext, Map, ConfigurableApplicationContext )1st parameter 'mappingContext' of this method has type 'MappingContext'.
AbstractDatastore ( MappingContext, Map, ConfigurableApplicationContext, TPCacheAdapterRepository )1st parameter 'mappingContext' of this method has type 'MappingContext'.
connect ( )Field 'this.mappingContext' in the object of this method has type 'MappingContext'.
connect ( Map )Field 'this.mappingContext' in the object of this method has type 'MappingContext'.
...
package org.grails.datastore.mapping.model.lifecycle
[+] Initializable (1)
| Change | Effect |
---|
1 | Abstract method isInitialized ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method isInitialized() in interface Initializable. |
[+] affected methods (1)
initialize ( )This abstract method is from 'Initializable' interface.
grails-datastore-gorm-1.1.7.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755057 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755057 in DetachedCriteria. |
[+] affected methods (127)
DetachedCriteria ( Class )This constructor is from 'DetachedCriteria' class.
__.swapInit ( )This method is from 'DetachedCriteria' class.
add ( Query.Criterion )This method is from 'DetachedCriteria' class.
and ( Closure )This method is from 'DetachedCriteria' class.
between ( String, Object, Object )This method is from 'DetachedCriteria' class.
build ( Closure )This method is from 'DetachedCriteria' class.
buildLazy ( Closure )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
count ( )This method is from 'DetachedCriteria' class.
count ( Closure )This method is from 'DetachedCriteria' class.
count ( Map )This method is from 'DetachedCriteria' class.
...
package org.grails.datastore.gorm
[+] AbstractDatastoreApi (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755176 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755176 in AbstractDatastoreApi. |
[+] affected methods (9)
AbstractDatastoreApi ( Datastore )This constructor is from 'AbstractDatastoreApi' abstract class.
__.swapInit ( )This method is from 'AbstractDatastoreApi' abstract class.
execute ( SessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
execute ( VoidSessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
getMetaClass ( )This method is from 'AbstractDatastoreApi' abstract class.
getProperty ( String )This method is from 'AbstractDatastoreApi' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractDatastoreApi' abstract class.
setProperty ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
[+] AbstractGormApi (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755362 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755362 in AbstractGormApi. |
[+] affected methods (5)
AbstractGormApi ( Class, Datastore )This constructor is from 'AbstractGormApi' abstract class.
__.swapInit ( )This method is from 'AbstractGormApi' abstract class.
getEXCLUDES ( )This method is from 'AbstractGormApi' abstract class.
getExtendedMethods ( )This method is from 'AbstractGormApi' abstract class.
getMethods ( )This method is from 'AbstractGormApi' abstract class.
[+] GormEnhancer (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755180 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755180 in GormEnhancer. |
[+] affected methods (27)
GormEnhancer ( Datastore )This constructor is from 'GormEnhancer' class.
GormEnhancer ( Datastore, PlatformTransactionManager )This constructor is from 'GormEnhancer' class.
__.swapInit ( )This method is from 'GormEnhancer' class.
enhance ( )This method is from 'GormEnhancer' class.
enhance ( PersistentEntity )This method is from 'GormEnhancer' class.
enhance ( PersistentEntity, boolean )This method is from 'GormEnhancer' class.
enhance ( boolean )This method is from 'GormEnhancer' class.
getAllDynamicFinders ( )This method is from 'GormEnhancer' class.
getDatastore ( )This method is from 'GormEnhancer' class.
getFailOnError ( )This method is from 'GormEnhancer' class.
getFinders ( )This method is from 'GormEnhancer' class.
getInstanceApi ( Class )This method is from 'GormEnhancer' class.
...
[+] GormInstanceApi (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755457 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755457 in GormInstanceApi. |
[+] affected methods (25)
getInstanceApi ( Class )Return value of this method has type 'GormInstanceApi'.
getInstanceApi ( Class )Return value of this method has type 'GormInstanceApi'.
GormInstanceApi ( Class, Datastore )This constructor is from 'GormInstanceApi' class.
__.swapInit ( )This method is from 'GormInstanceApi' class.
attach ( Object )This method is from 'GormInstanceApi' class.
delete ( Object )This method is from 'GormInstanceApi' class.
delete ( Object, Map )This method is from 'GormInstanceApi' class.
discard ( Object )This method is from 'GormInstanceApi' class.
doSave ( Object, Map, Session )This method is from 'GormInstanceApi' class.
getFailOnError ( )This method is from 'GormInstanceApi' class.
getValidationException ( )This method is from 'GormInstanceApi' class.
ident ( Object )This method is from 'GormInstanceApi' class.
...
[+] GormStaticApi (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755503 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755503 in GormStaticApi. |
[+] affected methods (82)
getStaticApi ( Class )Return value of this method has type 'GormStaticApi'.
getStaticApi ( Class )Return value of this method has type 'GormStaticApi'.
GormStaticApi ( Class, Datastore, List )This constructor is from 'GormStaticApi' class.
GormStaticApi ( Class, Datastore, List, PlatformTransactionManager )This constructor is from 'GormStaticApi' class.
__.swapInit ( )This method is from 'GormStaticApi' class.
count ( )This method is from 'GormStaticApi' class.
create ( )This method is from 'GormStaticApi' class.
createCriteria ( )This method is from 'GormStaticApi' class.
deleteAll ( Object[ ] )This method is from 'GormStaticApi' class.
deleteAll ( Iterable )This method is from 'GormStaticApi' class.
executeQuery ( String )This method is from 'GormStaticApi' class.
executeQuery ( String, Collection )This method is from 'GormStaticApi' class.
...
[+] GormValidationApi (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755624 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755624 in GormValidationApi. |
[+] affected methods (16)
getValidationApi ( Class )Return value of this method has type 'GormValidationApi'.
getValidationApi ( Class )Return value of this method has type 'GormValidationApi'.
GormValidationApi ( Class, Datastore )This constructor is from 'GormValidationApi' class.
__.swapInit ( )This method is from 'GormValidationApi' class.
clearErrors ( Object )This method is from 'GormValidationApi' class.
getBeforeValidateHelper ( )This method is from 'GormValidationApi' class.
getErrors ( Object )This method is from 'GormValidationApi' class.
getValidator ( )This method is from 'GormValidationApi' class.
hasErrors ( Object )This method is from 'GormValidationApi' class.
setBeforeValidateHelper ( BeforeValidateHelper )This method is from 'GormValidationApi' class.
setErrors ( Object, Errors )This method is from 'GormValidationApi' class.
setValidator ( Validator )This method is from 'GormValidationApi' class.
...
[+] InstanceMethodInvokingClosure (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755438 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755438 in InstanceMethodInvokingClosure. |
[+] affected methods (5)
InstanceMethodInvokingClosure ( Object, String, Class[ ] )This constructor is from 'InstanceMethodInvokingClosure' class.
__.swapInit ( )This method is from 'InstanceMethodInvokingClosure' class.
call ( Object[ ] )This method is from 'InstanceMethodInvokingClosure' class.
doCall ( Object[ ] )This method is from 'InstanceMethodInvokingClosure' class.
getParameterTypes ( )This method is from 'InstanceMethodInvokingClosure' class.
[+] StaticMethodInvokingClosure (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755446 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755446 in StaticMethodInvokingClosure. |
[+] affected methods (5)
StaticMethodInvokingClosure ( Object, String, Class[ ] )This constructor is from 'StaticMethodInvokingClosure' class.
__.swapInit ( )This method is from 'StaticMethodInvokingClosure' class.
call ( Object[ ] )This method is from 'StaticMethodInvokingClosure' class.
doCall ( Object[ ] )This method is from 'StaticMethodInvokingClosure' class.
getParameterTypes ( )This method is from 'StaticMethodInvokingClosure' class.
package org.grails.datastore.gorm.bean.factory
[+] AbstractMappingContextFactoryBean (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755224 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755224 in AbstractMappingContextFactoryBean. |
[+] affected methods (24)
AbstractMappingContextFactoryBean ( )This constructor is from 'AbstractMappingContextFactoryBean' abstract class.
__.swapInit ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
createMappingContext ( )This abstract method is from 'AbstractMappingContextFactoryBean' abstract class.
getApplicationContext ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getDefaultExternal ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getGrailsApplication ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMappingStrategy ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMetaClass ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObjectType ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getPluginManager ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
...
package org.grails.datastore.gorm.proxy
[+] GroovyProxyFactory (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755244 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755244 in GroovyProxyFactory. |
[+] affected methods (12)
GroovyProxyFactory ( )This constructor is from 'GroovyProxyFactory' class.
__.swapInit ( )This method is from 'GroovyProxyFactory' class.
createProxy ( Session, Class, Serializable )This method is from 'GroovyProxyFactory' class.
getIdentifier ( Object )This method is from 'GroovyProxyFactory' class.
getMetaClass ( )This method is from 'GroovyProxyFactory' class.
getProperty ( String )This method is from 'GroovyProxyFactory' class.
invokeMethod ( String, Object )This method is from 'GroovyProxyFactory' class.
isInitialized ( Object )This method is from 'GroovyProxyFactory' class.
isProxy ( Object )This method is from 'GroovyProxyFactory' class.
setMetaClass ( MetaClass )This method is from 'GroovyProxyFactory' class.
setProperty ( String, Object )This method is from 'GroovyProxyFactory' class.
unwrap ( Object )This method is from 'GroovyProxyFactory' class.
...
package org.grails.datastore.gorm.query
[+] NamedCriteriaProxy (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755295 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755295 in NamedCriteriaProxy. |
[+] affected methods (27)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getCriteriaClosure ( )This method is from 'NamedCriteriaProxy' class.
getEntity ( )This method is from 'NamedCriteriaProxy' class.
getFinders ( )This method is from 'NamedCriteriaProxy' class.
...
[+] NamedQueriesBuilder (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755272 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755272 in NamedQueriesBuilder. |
[+] affected methods (16)
NamedQueriesBuilder ( PersistentEntity, List )This constructor is from 'NamedQueriesBuilder' class.
__.swapInit ( )This method is from 'NamedQueriesBuilder' class.
evaluate ( Closure )This method is from 'NamedQueriesBuilder' class.
getEntity ( )This method is from 'NamedQueriesBuilder' class.
getFinders ( )This method is from 'NamedQueriesBuilder' class.
getInitialized ( )This method is from 'NamedQueriesBuilder' class.
getMetaClass ( )This method is from 'NamedQueriesBuilder' class.
getProperty ( String )This method is from 'NamedQueriesBuilder' class.
invokeMethod ( String, Object )This method is from 'NamedQueriesBuilder' class.
isInitialized ( )This method is from 'NamedQueriesBuilder' class.
methodMissing ( String, Object )This method is from 'NamedQueriesBuilder' class.
setEntity ( PersistentEntity )This method is from 'NamedQueriesBuilder' class.
...
package org.grails.datastore.gorm.query.criteria
[+] DetachedAssociationCriteria (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755377 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755377 in DetachedAssociationCriteria. |
[+] affected methods (4)
DetachedAssociationCriteria ( Class, Association )This constructor is from 'DetachedAssociationCriteria' class.
__.swapInit ( )This method is from 'DetachedAssociationCriteria' class.
getAssociation ( )This method is from 'DetachedAssociationCriteria' class.
setAssociation ( Association )This method is from 'DetachedAssociationCriteria' class.
package org.grails.datastore.gorm.utils
[+] InstanceProxy (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755351 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755351 in InstanceProxy. |
[+] affected methods (13)
InstanceProxy ( )This constructor is from 'InstanceProxy' class.
__.swapInit ( )This method is from 'InstanceProxy' class.
getAt ( String )This method is from 'InstanceProxy' class.
getInstance ( )This method is from 'InstanceProxy' class.
getMetaClass ( )This method is from 'InstanceProxy' class.
getProperty ( String )This method is from 'InstanceProxy' class.
getTarget ( )This method is from 'InstanceProxy' class.
invokeMethod ( String, Object )This method is from 'InstanceProxy' class.
putAt ( String, Object )This method is from 'InstanceProxy' class.
setInstance ( Object )This method is from 'InstanceProxy' class.
setMetaClass ( MetaClass )This method is from 'InstanceProxy' class.
setProperty ( String, Object )This method is from 'InstanceProxy' class.
...
package org.grails.datastore.gorm.validation.constraints
[+] UniqueConstraint (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755390 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755390 in UniqueConstraint. |
[+] affected methods (14)
UniqueConstraint ( Datastore )This constructor is from 'UniqueConstraint' class.
__.swapInit ( )This method is from 'UniqueConstraint' class.
getDatastore ( )This method is from 'UniqueConstraint' class.
getMetaClass ( )This method is from 'UniqueConstraint' class.
getName ( )This method is from 'UniqueConstraint' class.
getProperty ( String )This method is from 'UniqueConstraint' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraint' class.
isValid ( )This method is from 'UniqueConstraint' class.
processValidate ( Object, Object, Errors )This method is from 'UniqueConstraint' class.
setDatastore ( Datastore )This method is from 'UniqueConstraint' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraint' class.
setProperty ( String, Object )This method is from 'UniqueConstraint' class.
...
[+] UniqueConstraintFactory (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711755357 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711755357 in UniqueConstraintFactory. |
[+] affected methods (10)
UniqueConstraintFactory ( Datastore )This constructor is from 'UniqueConstraintFactory' class.
__.swapInit ( )This method is from 'UniqueConstraintFactory' class.
getDatastore ( )This method is from 'UniqueConstraintFactory' class.
getMetaClass ( )This method is from 'UniqueConstraintFactory' class.
getProperty ( String )This method is from 'UniqueConstraintFactory' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraintFactory' class.
newInstance ( )This method is from 'UniqueConstraintFactory' class.
setDatastore ( Datastore )This method is from 'UniqueConstraintFactory' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraintFactory' class.
setProperty ( String, Object )This method is from 'UniqueConstraintFactory' class.
grails-datastore-simple-1.1.7.RELEASE.jar
package org.grails.datastore.mapping.simple.engine
[+] SimpleMapEntityPersister (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711920829 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711920829 in SimpleMapEntityPersister. |
[+] affected methods (49)
SimpleMapEntityPersister ( MappingContext, PersistentEntity, Session, SimpleMapDatastore, ApplicationEventPublisher )This constructor is from 'SimpleMapEntityPersister' class.
__.swapInit ( )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createQuery ( )This method is from 'SimpleMapEntityPersister' class.
deleteEntries ( String, List )This method is from 'SimpleMapEntityPersister' class.
deleteEntry ( String, Object, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
getAssociationIndexer ( Object, Association )This method is from 'SimpleMapEntityPersister' class.
...
package org.grails.datastore.mapping.simple.query
[+] SimpleMapQuery (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711920326 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711920326 in SimpleMapQuery. |
[+] affected methods (30)
SimpleMapQuery ( SimpleMapSession, PersistentEntity, SimpleMapEntityPersister )This constructor is from 'SimpleMapQuery' class.
__.swapInit ( )This method is from 'SimpleMapQuery' class.
executeAssociationSubQuery ( Object, PersistentEntity, Query.Junction, PersistentProperty )This method is from 'SimpleMapQuery' class.
executeLikeWithRegex ( SimpleMapEntityPersister, PersistentProperty, Object )This method is from 'SimpleMapQuery' class.
executeQuery ( PersistentEntity, Query.Junction )This method is from 'SimpleMapQuery' class.
executeSubQuery ( Object, Object )This method is from 'SimpleMapQuery' class.
executeSubQueryInternal ( Object, Object )This method is from 'SimpleMapQuery' class.
getAssociationQueryHandlers ( )This method is from 'SimpleMapQuery' class.
getDatastore ( )This method is from 'SimpleMapQuery' class.
getFamily ( PersistentEntity )This method is from 'SimpleMapQuery' class.
getFunctionHandlers ( )This method is from 'SimpleMapQuery' class.
getHandlers ( )This method is from 'SimpleMapQuery' class.
...
[+] SimpleMapResultList (2)
| Change | Effect |
---|
1 | Type of field __timeStamp has been changed from long to java.lang.Long. | Recompilation of a client program may be terminated with the message: incompatible types, found: long, required: java.lang.Long. |
2 | Field __timeStamp__239_neverHappen1366711920319 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1366711920319 in SimpleMapResultList. |
[+] affected methods (11)
SimpleMapResultList ( SimpleMapQuery )This constructor is from 'SimpleMapResultList' class.
__.swapInit ( )This method is from 'SimpleMapResultList' class.
getMetaClass ( )This method is from 'SimpleMapResultList' class.
getProperty ( String )This method is from 'SimpleMapResultList' class.
getQuery ( )This method is from 'SimpleMapResultList' class.
getResults ( )This method is from 'SimpleMapResultList' class.
invokeMethod ( String, Object )This method is from 'SimpleMapResultList' class.
setMetaClass ( MetaClass )This method is from 'SimpleMapResultList' class.
setProperty ( String, Object )This method is from 'SimpleMapResultList' class.
setQuery ( SimpleMapQuery )This method is from 'SimpleMapResultList' class.
setResults ( List )This method is from 'SimpleMapResultList' class.
...
grails-hibernate-2.1.5.jar
package org.codehaus.groovy.grails.orm.hibernate
[+] EventTriggeringInterceptor (1)
| Change | Effect |
---|
1 | Field log of type org.slf4j.Logger has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable log in EventTriggeringInterceptor. |
[+] affected methods (14)
EventTriggeringInterceptor ( HibernateDatastore, ConfigObject )This constructor is from 'EventTriggeringInterceptor' class.
onPersistenceEvent ( AbstractPersistenceEvent )This method is from 'EventTriggeringInterceptor' class.
onPostDelete ( PostDeleteEvent )This method is from 'EventTriggeringInterceptor' class.
onPostInsert ( PostInsertEvent )This method is from 'EventTriggeringInterceptor' class.
onPostLoad ( PostLoadEvent )This method is from 'EventTriggeringInterceptor' class.
onPostUpdate ( PostUpdateEvent )This method is from 'EventTriggeringInterceptor' class.
onPreDelete ( PreDeleteEvent )This method is from 'EventTriggeringInterceptor' class.
onPreInsert ( PreInsertEvent )This method is from 'EventTriggeringInterceptor' class.
onPreLoad ( PreLoadEvent )This method is from 'EventTriggeringInterceptor' class.
onPreUpdate ( PreUpdateEvent )This method is from 'EventTriggeringInterceptor' class.
onSaveOrUpdate ( SaveOrUpdateEvent )This method is from 'EventTriggeringInterceptor' class.
onValidate ( ValidationEvent )This method is from 'EventTriggeringInterceptor' class.
...
[+] GrailsHibernateTransactionManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226848228 has been renamed to __timeStamp__239_neverHappen1356008045388. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226848228 in GrailsHibernateTransactionManager. |
[+] affected methods (8)
GrailsHibernateTransactionManager ( )This constructor is from 'GrailsHibernateTransactionManager' class.
__.swapInit ( )This method is from 'GrailsHibernateTransactionManager' class.
doBegin ( Object, TransactionDefinition )This method is from 'GrailsHibernateTransactionManager' class.
getMetaClass ( )This method is from 'GrailsHibernateTransactionManager' class.
getProperty ( String )This method is from 'GrailsHibernateTransactionManager' class.
invokeMethod ( String, Object )This method is from 'GrailsHibernateTransactionManager' class.
setMetaClass ( MetaClass )This method is from 'GrailsHibernateTransactionManager' class.
setProperty ( String, Object )This method is from 'GrailsHibernateTransactionManager' class.
[+] HibernateGormEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226848209 has been renamed to __timeStamp__239_neverHappen1356008045352. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226848209 in HibernateGormEnhancer. |
[+] affected methods (8)
HibernateGormEnhancer ( HibernateDatastore, PlatformTransactionManager, GrailsApplication )This constructor is from 'HibernateGormEnhancer' class.
__.swapInit ( )This method is from 'HibernateGormEnhancer' class.
createPersistentMethods ( GrailsApplication, ClassLoader, Datastore )This method is from 'HibernateGormEnhancer' class.
getInstanceApi ( Class )This method is from 'HibernateGormEnhancer' class.
getStaticApi ( Class )This method is from 'HibernateGormEnhancer' class.
getValidationApi ( Class )This method is from 'HibernateGormEnhancer' class.
registerConstraints ( Datastore )This method is from 'HibernateGormEnhancer' class.
registerNamedQueries ( PersistentEntity, Object )This method is from 'HibernateGormEnhancer' class.
[+] HibernateGormInstanceApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226848371 has been renamed to __timeStamp__239_neverHappen1356008045558. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226848371 in HibernateGormInstanceApi. |
[+] affected methods (20)
HibernateGormInstanceApi ( Class, HibernateDatastore, ClassLoader )This constructor is from 'HibernateGormInstanceApi' class.
__.swapInit ( )This method is from 'HibernateGormInstanceApi' class.
attach ( Object )This method is from 'HibernateGormInstanceApi' class.
delete ( Object )This method is from 'HibernateGormInstanceApi' class.
delete ( Object, Map )This method is from 'HibernateGormInstanceApi' class.
discard ( Object )This method is from 'HibernateGormInstanceApi' class.
getDirtyPropertyNames ( Object )This method is from 'HibernateGormInstanceApi' class.
getPersistentValue ( Object, String )This method is from 'HibernateGormInstanceApi' class.
instanceOf ( Object, Class )This method is from 'HibernateGormInstanceApi' class.
isAttached ( Object )This method is from 'HibernateGormInstanceApi' class.
isDirty ( Object )This method is from 'HibernateGormInstanceApi' class.
isDirty ( Object, String )This method is from 'HibernateGormInstanceApi' class.
...
[+] HibernateGormStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226848240 has been renamed to __timeStamp__239_neverHappen1356008045403. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226848240 in HibernateGormStaticApi. |
[+] affected methods (55)
HibernateGormStaticApi ( Class, HibernateDatastore, List, ClassLoader, PlatformTransactionManager )This constructor is from 'HibernateGormStaticApi' class.
__.swapInit ( )This method is from 'HibernateGormStaticApi' class.
count ( )This method is from 'HibernateGormStaticApi' class.
create ( )This method is from 'HibernateGormStaticApi' class.
createCriteria ( )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Object )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Collection )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Collection, Map )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Map )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Map, Map )This method is from 'HibernateGormStaticApi' class.
executeUpdate ( String )This method is from 'HibernateGormStaticApi' class.
...
[+] HibernateGormValidationApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226848358 has been renamed to __timeStamp__239_neverHappen1356008045543. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226848358 in HibernateGormValidationApi. |
[+] affected methods (9)
HibernateGormValidationApi ( Class, HibernateDatastore, ClassLoader )This constructor is from 'HibernateGormValidationApi' class.
__.swapInit ( )This method is from 'HibernateGormValidationApi' class.
getValidateMethod ( )This method is from 'HibernateGormValidationApi' class.
setValidateMethod ( ValidatePersistentMethod )This method is from 'HibernateGormValidationApi' class.
validate ( Object )This method is from 'HibernateGormValidationApi' class.
validate ( Object, List )This method is from 'HibernateGormValidationApi' class.
validate ( Object, Map )This method is from 'HibernateGormValidationApi' class.
validate ( Object, boolean )This method is from 'HibernateGormValidationApi' class.
InstanceProxy ( Object, HibernateGormInstanceApi, HibernateGormValidationApi )3rd parameter 'p3' of this method has type 'HibernateGormValidationApi'.
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] CacheConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847689 has been renamed to __timeStamp__239_neverHappen1356008044793. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847689 in CacheConfig. |
[+] affected methods (20)
CacheConfig ( )This constructor is from 'CacheConfig' class.
__.swapInit ( )This method is from 'CacheConfig' class.
getEnabled ( )This method is from 'CacheConfig' class.
getInclude ( )This method is from 'CacheConfig' class.
getINCLUDE_OPTIONS ( )This method is from 'CacheConfig' class.
getMetaClass ( )This method is from 'CacheConfig' class.
getProperty ( String )This method is from 'CacheConfig' class.
getUsage ( )This method is from 'CacheConfig' class.
getUSAGE_OPTIONS ( )This method is from 'CacheConfig' class.
invokeMethod ( String, Object )This method is from 'CacheConfig' class.
isEnabled ( )This method is from 'CacheConfig' class.
setEnabled ( boolean )This method is from 'CacheConfig' class.
...
[+] ColumnConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847746 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847746 in ColumnConfig. |
[+] affected methods (31)
ColumnConfig ( )This constructor is from 'ColumnConfig' class.
__.swapInit ( )This method is from 'ColumnConfig' class.
getEnumType ( )This method is from 'ColumnConfig' class.
getIndex ( )This method is from 'ColumnConfig' class.
getLength ( )This method is from 'ColumnConfig' class.
getMetaClass ( )This method is from 'ColumnConfig' class.
getName ( )This method is from 'ColumnConfig' class.
getPrecision ( )This method is from 'ColumnConfig' class.
getProperty ( String )This method is from 'ColumnConfig' class.
getScale ( )This method is from 'ColumnConfig' class.
getSqlType ( )This method is from 'ColumnConfig' class.
getUnique ( )This method is from 'ColumnConfig' class.
...
[+] CompositeIdentity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847752 has been renamed to __timeStamp__239_neverHappen1356008044857. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847752 in CompositeIdentity. |
[+] affected methods (11)
CompositeIdentity ( )This constructor is from 'CompositeIdentity' class.
__.swapInit ( )This method is from 'CompositeIdentity' class.
getCompositeClass ( )This method is from 'CompositeIdentity' class.
getMetaClass ( )This method is from 'CompositeIdentity' class.
getProperty ( String )This method is from 'CompositeIdentity' class.
getPropertyNames ( )This method is from 'CompositeIdentity' class.
invokeMethod ( String, Object )This method is from 'CompositeIdentity' class.
setCompositeClass ( Class )This method is from 'CompositeIdentity' class.
setMetaClass ( MetaClass )This method is from 'CompositeIdentity' class.
setProperty ( String, Object )This method is from 'CompositeIdentity' class.
setPropertyNames ( String[ ] )This method is from 'CompositeIdentity' class.
...
[+] GORMEnhancingBeanPostProcessor (2)
| Change | Effect |
---|
1 | Removed super-interface org.springframework.beans.factory.config.BeanPostProcessor. | Recompilation of a client program may be terminated with the message: cannot find method in class GORMEnhancingBeanPostProcessor. |
2 | Field __timeStamp__239_neverHappen1367226847755 has been renamed to __timeStamp__239_neverHappen1356008045373. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847755 in GORMEnhancingBeanPostProcessor. |
[+] affected methods (10)
GORMEnhancingBeanPostProcessor ( )This constructor is from 'GORMEnhancingBeanPostProcessor' class.
__.swapInit ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getApplicationContext ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getMetaClass ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getProperty ( String )This method is from 'GORMEnhancingBeanPostProcessor' class.
invokeMethod ( String, Object )This method is from 'GORMEnhancingBeanPostProcessor' class.
postProcessAfterInitialization ( Object, String )This method is from 'GORMEnhancingBeanPostProcessor' class.
setApplicationContext ( ApplicationContext )This method is from 'GORMEnhancingBeanPostProcessor' class.
setMetaClass ( MetaClass )This method is from 'GORMEnhancingBeanPostProcessor' class.
setProperty ( String, Object )This method is from 'GORMEnhancingBeanPostProcessor' class.
[+] HibernateMappingBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847774 has been renamed to __timeStamp__239_neverHappen1356008044862. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847774 in HibernateMappingBuilder. |
[+] affected methods (41)
HibernateMappingBuilder ( String )This constructor is from 'HibernateMappingBuilder' class.
__.swapInit ( )This method is from 'HibernateMappingBuilder' class.
autoImport ( boolean )This method is from 'HibernateMappingBuilder' class.
autoTimestamp ( boolean )This method is from 'HibernateMappingBuilder' class.
batchSize ( Integer )This method is from 'HibernateMappingBuilder' class.
cache ( String )This method is from 'HibernateMappingBuilder' class.
cache ( String, Map )This method is from 'HibernateMappingBuilder' class.
cache ( Map )This method is from 'HibernateMappingBuilder' class.
cache ( boolean )This method is from 'HibernateMappingBuilder' class.
columns ( Closure )This method is from 'HibernateMappingBuilder' class.
datasource ( String )This method is from 'HibernateMappingBuilder' class.
datasources ( List )This method is from 'HibernateMappingBuilder' class.
...
[+] HibernateNamedQueriesBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847840 has been renamed to __timeStamp__239_neverHappen1356008044941. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847840 in HibernateNamedQueriesBuilder. |
[+] affected methods (9)
HibernateNamedQueriesBuilder ( Object, List )This constructor is from 'HibernateNamedQueriesBuilder' class.
__.swapInit ( )This method is from 'HibernateNamedQueriesBuilder' class.
evaluate ( Closure )This method is from 'HibernateNamedQueriesBuilder' class.
getMetaClass ( )This method is from 'HibernateNamedQueriesBuilder' class.
getProperty ( String )This method is from 'HibernateNamedQueriesBuilder' class.
invokeMethod ( String, Object )This method is from 'HibernateNamedQueriesBuilder' class.
methodMissing ( String, Object )This method is from 'HibernateNamedQueriesBuilder' class.
setMetaClass ( MetaClass )This method is from 'HibernateNamedQueriesBuilder' class.
setProperty ( String, Object )This method is from 'HibernateNamedQueriesBuilder' class.
[+] Identity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847911 has been renamed to __timeStamp__239_neverHappen1356008045013. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847911 in Identity. |
[+] affected methods (20)
Identity ( )This constructor is from 'Identity' class.
__.swapInit ( )This method is from 'Identity' class.
getColumn ( )This method is from 'Identity' class.
getGenerator ( )This method is from 'Identity' class.
getMetaClass ( )This method is from 'Identity' class.
getName ( )This method is from 'Identity' class.
getNatural ( )This method is from 'Identity' class.
getParams ( )This method is from 'Identity' class.
getProperty ( String )This method is from 'Identity' class.
getType ( )This method is from 'Identity' class.
invokeMethod ( String, Object )This method is from 'Identity' class.
setColumn ( String )This method is from 'Identity' class.
...
[+] JoinTable (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847917 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847917 in JoinTable. |
[+] affected methods (15)
JoinTable ( )This constructor is from 'JoinTable' class.
__.swapInit ( )This method is from 'JoinTable' class.
getColumn ( )This method is from 'JoinTable' class.
getKey ( )This method is from 'JoinTable' class.
getMetaClass ( )This method is from 'JoinTable' class.
getName ( )This method is from 'JoinTable' class.
getProperty ( String )This method is from 'JoinTable' class.
invokeMethod ( String, Object )This method is from 'JoinTable' class.
setColumn ( ColumnConfig )This method is from 'JoinTable' class.
setKey ( ColumnConfig )This method is from 'JoinTable' class.
setMetaClass ( MetaClass )This method is from 'JoinTable' class.
setName ( String )This method is from 'JoinTable' class.
...
[+] Mapping (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847921 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847921 in Mapping. |
[+] affected methods (64)
evaluateMapping ( GrailsDomainClass )Return value of this method has type 'Mapping'.
evaluateMapping ( GrailsDomainClass, Closure )Return value of this method has type 'Mapping'.
evaluateMapping ( GrailsDomainClass, Closure, boolean )Return value of this method has type 'Mapping'.
getMapping ( Class )Return value of this method has type 'Mapping'.
getMapping ( GrailsDomainClass )Return value of this method has type 'Mapping'.
evaluate ( Closure )Return value of this method has type 'Mapping'.
evaluate ( Closure, ApplicationContext )Return value of this method has type 'Mapping'.
getMapping ( )Return value of this method has type 'Mapping'.
setMapping ( Mapping )1st parameter 'p1' of this method has type 'Mapping'.
Mapping ( )This constructor is from 'Mapping' class.
__.swapInit ( )This method is from 'Mapping' class.
getAutoImport ( )This method is from 'Mapping' class.
...
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847854 has been renamed to __timeStamp__239_neverHappen1356008044956. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847854 in NamedCriteriaProxy. |
[+] affected methods (24)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getMetaClass ( )This method is from 'NamedCriteriaProxy' class.
getProperty ( String )This method is from 'NamedCriteriaProxy' class.
...
[+] NaturalId (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847935 has been renamed to __timeStamp__239_neverHappen1356008045042. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847935 in NaturalId. |
[+] affected methods (14)
getNatural ( )Return value of this method has type 'NaturalId'.
setNatural ( NaturalId )1st parameter 'p1' of this method has type 'NaturalId'.
NaturalId ( )This constructor is from 'NaturalId' class.
__.swapInit ( )This method is from 'NaturalId' class.
getMetaClass ( )This method is from 'NaturalId' class.
getMutable ( )This method is from 'NaturalId' class.
getProperty ( String )This method is from 'NaturalId' class.
getPropertyNames ( )This method is from 'NaturalId' class.
invokeMethod ( String, Object )This method is from 'NaturalId' class.
isMutable ( )This method is from 'NaturalId' class.
setMetaClass ( MetaClass )This method is from 'NaturalId' class.
setMutable ( boolean )This method is from 'NaturalId' class.
...
[+] PropertyConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847941 has been renamed to __timeStamp__239_neverHappen1356008045048. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847941 in PropertyConfig. |
[+] affected methods (57)
getPropertyConfig ( GrailsDomainClassProperty )Return value of this method has type 'PropertyConfig'.
getPropertyConfig ( String )Return value of this method has type 'PropertyConfig'.
PropertyConfig ( )This constructor is from 'PropertyConfig' class.
__.swapInit ( )This method is from 'PropertyConfig' class.
getBatchSize ( )This method is from 'PropertyConfig' class.
getCache ( )This method is from 'PropertyConfig' class.
getCascade ( )This method is from 'PropertyConfig' class.
getColumn ( )This method is from 'PropertyConfig' class.
getColumns ( )This method is from 'PropertyConfig' class.
getEnumType ( )This method is from 'PropertyConfig' class.
getFetch ( )This method is from 'PropertyConfig' class.
getFormula ( )This method is from 'PropertyConfig' class.
...
[+] PropertyDefinitionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847835 has been renamed to __timeStamp__239_neverHappen1356008044936. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847835 in PropertyDefinitionDelegate. |
[+] affected methods (10)
PropertyDefinitionDelegate ( PropertyConfig )This constructor is from 'PropertyDefinitionDelegate' class.
__.swapInit ( )This method is from 'PropertyDefinitionDelegate' class.
column ( Map )This method is from 'PropertyDefinitionDelegate' class.
getConfig ( )This method is from 'PropertyDefinitionDelegate' class.
getMetaClass ( )This method is from 'PropertyDefinitionDelegate' class.
getProperty ( String )This method is from 'PropertyDefinitionDelegate' class.
invokeMethod ( String, Object )This method is from 'PropertyDefinitionDelegate' class.
setConfig ( PropertyConfig )This method is from 'PropertyDefinitionDelegate' class.
setMetaClass ( MetaClass )This method is from 'PropertyDefinitionDelegate' class.
setProperty ( String, Object )This method is from 'PropertyDefinitionDelegate' class.
[+] Table (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847958 has been renamed to __timeStamp__239_neverHappen1356008045064. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847958 in Table. |
[+] affected methods (15)
getTable ( )Return value of this method has type 'Table'.
setTable ( Table )1st parameter 'p1' of this method has type 'Table'.
Table ( )This constructor is from 'Table' class.
__.swapInit ( )This method is from 'Table' class.
getCatalog ( )This method is from 'Table' class.
getMetaClass ( )This method is from 'Table' class.
getName ( )This method is from 'Table' class.
getProperty ( String )This method is from 'Table' class.
getSchema ( )This method is from 'Table' class.
invokeMethod ( String, Object )This method is from 'Table' class.
setCatalog ( String )This method is from 'Table' class.
setMetaClass ( MetaClass )This method is from 'Table' class.
...
package org.codehaus.groovy.grails.orm.hibernate.support
[+] AggregatePersistenceContextInterceptor (1)
| Change | Effect |
---|
1 | Removed super-interface org.codehaus.groovy.grails.support.ParticipatingInterceptor. | Recompilation of a client program may be terminated with the message: cannot find method in class AggregatePersistenceContextInterceptor. |
[+] affected methods (13)
AggregatePersistenceContextInterceptor ( )This constructor is from 'AggregatePersistenceContextInterceptor' class.
afterPropertiesSet ( )This method is from 'AggregatePersistenceContextInterceptor' class.
clear ( )This method is from 'AggregatePersistenceContextInterceptor' class.
destroy ( )This method is from 'AggregatePersistenceContextInterceptor' class.
disconnect ( )This method is from 'AggregatePersistenceContextInterceptor' class.
flush ( )This method is from 'AggregatePersistenceContextInterceptor' class.
init ( )This method is from 'AggregatePersistenceContextInterceptor' class.
isOpen ( )This method is from 'AggregatePersistenceContextInterceptor' class.
reconnect ( )This method is from 'AggregatePersistenceContextInterceptor' class.
setApplicationContext ( ApplicationContext )This method is from 'AggregatePersistenceContextInterceptor' class.
setDataSourceNames ( List )This method is from 'AggregatePersistenceContextInterceptor' class.
setReadOnly ( )This method is from 'AggregatePersistenceContextInterceptor' class.
...
[+] HibernatePersistenceContextInterceptor (1)
| Change | Effect |
---|
1 | Removed super-interface org.codehaus.groovy.grails.support.ParticipatingInterceptor. | Recompilation of a client program may be terminated with the message: cannot find method in class HibernatePersistenceContextInterceptor. |
[+] affected methods (14)
HibernatePersistenceContextInterceptor ( )This constructor is from 'HibernatePersistenceContextInterceptor' class.
clear ( )This method is from 'HibernatePersistenceContextInterceptor' class.
destroy ( )This method is from 'HibernatePersistenceContextInterceptor' class.
disconnect ( )This method is from 'HibernatePersistenceContextInterceptor' class.
flush ( )This method is from 'HibernatePersistenceContextInterceptor' class.
getParticipate ( )This method is from 'HibernatePersistenceContextInterceptor' class.
getSessionFactory ( )This method is from 'HibernatePersistenceContextInterceptor' class.
init ( )This method is from 'HibernatePersistenceContextInterceptor' class.
isOpen ( )This method is from 'HibernatePersistenceContextInterceptor' class.
reconnect ( )This method is from 'HibernatePersistenceContextInterceptor' class.
setParticipate ( boolean )This method is from 'HibernatePersistenceContextInterceptor' class.
setReadOnly ( )This method is from 'HibernatePersistenceContextInterceptor' class.
...
package org.codehaus.groovy.grails.plugins.orm.hibernate
[+] HibernatePluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226847965 has been renamed to __timeStamp__239_neverHappen1356008045071. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226847965 in HibernatePluginSupport. |
[+] affected methods (27)
HibernatePluginSupport ( )This constructor is from 'HibernatePluginSupport' class.
__.swapInit ( )This method is from 'HibernatePluginSupport' class.
convertValueToIdentifierType ( Object, Object )This method is from 'HibernatePluginSupport' class.
enhanceProxy ( HibernateProxy )This method is from 'HibernatePluginSupport' class.
enhanceProxyClass ( Class )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactories ( ApplicationContext, Object )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactories ( ApplicationContext, Object, Object )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext, String, Map )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext, String, Map, Object )This method is from 'HibernatePluginSupport' class.
filterQueryArgumentMap ( Map )This method is from 'HibernatePluginSupport' class.
getDoWithDynamicMethods ( )This method is from 'HibernatePluginSupport' class.
...
[+] InstanceProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226848201 has been renamed to __timeStamp__239_neverHappen1356008045343. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226848201 in InstanceProxy. |
[+] affected methods (9)
InstanceProxy ( Object, HibernateGormInstanceApi, HibernateGormValidationApi )This constructor is from 'InstanceProxy' class.
__.swapInit ( )This method is from 'InstanceProxy' class.
getAt ( String )This method is from 'InstanceProxy' class.
getMetaClass ( )This method is from 'InstanceProxy' class.
getProperty ( String )This method is from 'InstanceProxy' class.
invokeMethod ( String, Object )This method is from 'InstanceProxy' class.
putAt ( String, Object )This method is from 'InstanceProxy' class.
setMetaClass ( MetaClass )This method is from 'InstanceProxy' class.
setProperty ( String, Object )This method is from 'InstanceProxy' class.
grails-scripts-2.1.5.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108395 has been renamed to __timeStamp__239_neverHappen1356008137423. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108395 in _GrailsArgParsing. |
[+] affected methods (5)
_GrailsArgParsing ( )This constructor is from '_GrailsArgParsing' class.
_GrailsArgParsing ( Binding )This constructor is from '_GrailsArgParsing' class.
__.swapInit ( )This method is from '_GrailsArgParsing' class.
main ( String[ ] )This method is from '_GrailsArgParsing' class.
run ( )This method is from '_GrailsArgParsing' class.
[+] _GrailsBootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108398 has been renamed to __timeStamp__239_neverHappen1356008137426. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108398 in _GrailsBootstrap. |
[+] affected methods (5)
_GrailsBootstrap ( )This constructor is from '_GrailsBootstrap' class.
_GrailsBootstrap ( Binding )This constructor is from '_GrailsBootstrap' class.
__.swapInit ( )This method is from '_GrailsBootstrap' class.
main ( String[ ] )This method is from '_GrailsBootstrap' class.
run ( )This method is from '_GrailsBootstrap' class.
[+] _GrailsClasspath (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108427 has been renamed to __timeStamp__239_neverHappen1356008137460. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108427 in _GrailsClasspath. |
[+] affected methods (5)
_GrailsClasspath ( )This constructor is from '_GrailsClasspath' class.
_GrailsClasspath ( Binding )This constructor is from '_GrailsClasspath' class.
__.swapInit ( )This method is from '_GrailsClasspath' class.
main ( String[ ] )This method is from '_GrailsClasspath' class.
run ( )This method is from '_GrailsClasspath' class.
[+] _GrailsClean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108433 has been renamed to __timeStamp__239_neverHappen1356008137465. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108433 in _GrailsClean. |
[+] affected methods (5)
_GrailsClean ( )This constructor is from '_GrailsClean' class.
_GrailsClean ( Binding )This constructor is from '_GrailsClean' class.
__.swapInit ( )This method is from '_GrailsClean' class.
main ( String[ ] )This method is from '_GrailsClean' class.
run ( )This method is from '_GrailsClean' class.
[+] _GrailsCompile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108449 has been renamed to __timeStamp__239_neverHappen1356008137478. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108449 in _GrailsCompile. |
[+] affected methods (5)
_GrailsCompile ( )This constructor is from '_GrailsCompile' class.
_GrailsCompile ( Binding )This constructor is from '_GrailsCompile' class.
__.swapInit ( )This method is from '_GrailsCompile' class.
main ( String[ ] )This method is from '_GrailsCompile' class.
run ( )This method is from '_GrailsCompile' class.
[+] _GrailsCreateArtifacts (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108465 has been renamed to __timeStamp__239_neverHappen1356008137496. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108465 in _GrailsCreateArtifacts. |
[+] affected methods (5)
_GrailsCreateArtifacts ( )This constructor is from '_GrailsCreateArtifacts' class.
_GrailsCreateArtifacts ( Binding )This constructor is from '_GrailsCreateArtifacts' class.
__.swapInit ( )This method is from '_GrailsCreateArtifacts' class.
main ( String[ ] )This method is from '_GrailsCreateArtifacts' class.
run ( )This method is from '_GrailsCreateArtifacts' class.
[+] _GrailsCreateProject (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108484 has been renamed to __timeStamp__239_neverHappen1356008137512. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108484 in _GrailsCreateProject. |
[+] affected methods (6)
_GrailsCreateProject ( )This constructor is from '_GrailsCreateProject' class.
_GrailsCreateProject ( Binding )This constructor is from '_GrailsCreateProject' class.
__.swapInit ( )This method is from '_GrailsCreateProject' class.
main ( String[ ] )This method is from '_GrailsCreateProject' class.
resetBaseDirectory ( String )This method is from '_GrailsCreateProject' class.
run ( )This method is from '_GrailsCreateProject' class.
[+] _GrailsDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108502 has been renamed to __timeStamp__239_neverHappen1356008137529. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108502 in _GrailsDocs. |
[+] affected methods (8)
_GrailsDocs ( )This constructor is from '_GrailsDocs' class.
_GrailsDocs ( Binding )This constructor is from '_GrailsDocs' class.
__.swapInit ( )This method is from '_GrailsDocs' class.
configureAliases ( )This method is from '_GrailsDocs' class.
main ( String[ ] )This method is from '_GrailsDocs' class.
readDocProperties ( DocPublisher )This method is from '_GrailsDocs' class.
readPluginMetadataForDocs ( DocPublisher )This method is from '_GrailsDocs' class.
run ( )This method is from '_GrailsDocs' class.
[+] _GrailsEvents (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108544 has been renamed to __timeStamp__239_neverHappen1356008137570. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108544 in _GrailsEvents. |
[+] affected methods (5)
_GrailsEvents ( )This constructor is from '_GrailsEvents' class.
_GrailsEvents ( Binding )This constructor is from '_GrailsEvents' class.
__.swapInit ( )This method is from '_GrailsEvents' class.
main ( String[ ] )This method is from '_GrailsEvents' class.
run ( )This method is from '_GrailsEvents' class.
[+] _GrailsGenerate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108556 has been renamed to __timeStamp__239_neverHappen1356008137577. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108556 in _GrailsGenerate. |
[+] affected methods (6)
_GrailsGenerate ( )This constructor is from '_GrailsGenerate' class.
_GrailsGenerate ( Binding )This constructor is from '_GrailsGenerate' class.
__.swapInit ( )This method is from '_GrailsGenerate' class.
generateForDomainClass ( Object )This method is from '_GrailsGenerate' class.
main ( String[ ] )This method is from '_GrailsGenerate' class.
run ( )This method is from '_GrailsGenerate' class.
[+] _GrailsInit (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108565 has been renamed to __timeStamp__239_neverHappen1356008137584. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108565 in _GrailsInit. |
[+] affected methods (5)
_GrailsInit ( )This constructor is from '_GrailsInit' class.
_GrailsInit ( Binding )This constructor is from '_GrailsInit' class.
__.swapInit ( )This method is from '_GrailsInit' class.
main ( String[ ] )This method is from '_GrailsInit' class.
run ( )This method is from '_GrailsInit' class.
[+] _GrailsPackage (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108581 has been renamed to __timeStamp__239_neverHappen1356008137596. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108581 in _GrailsPackage. |
[+] affected methods (5)
_GrailsPackage ( )This constructor is from '_GrailsPackage' class.
_GrailsPackage ( Binding )This constructor is from '_GrailsPackage' class.
__.swapInit ( )This method is from '_GrailsPackage' class.
main ( String[ ] )This method is from '_GrailsPackage' class.
run ( )This method is from '_GrailsPackage' class.
[+] _GrailsPluginDev (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108600 has been renamed to __timeStamp__239_neverHappen1356008137606. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108600 in _GrailsPluginDev. |
[+] affected methods (5)
_GrailsPluginDev ( )This constructor is from '_GrailsPluginDev' class.
_GrailsPluginDev ( Binding )This constructor is from '_GrailsPluginDev' class.
__.swapInit ( )This method is from '_GrailsPluginDev' class.
main ( String[ ] )This method is from '_GrailsPluginDev' class.
run ( )This method is from '_GrailsPluginDev' class.
[+] _GrailsPlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108616 has been renamed to __timeStamp__239_neverHappen1356008137622. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108616 in _GrailsPlugins. |
[+] affected methods (5)
_GrailsPlugins ( )This constructor is from '_GrailsPlugins' class.
_GrailsPlugins ( Binding )This constructor is from '_GrailsPlugins' class.
__.swapInit ( )This method is from '_GrailsPlugins' class.
main ( String[ ] )This method is from '_GrailsPlugins' class.
run ( )This method is from '_GrailsPlugins' class.
[+] _GrailsProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108621 has been renamed to __timeStamp__239_neverHappen1356008137626. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108621 in _GrailsProxy. |
[+] affected methods (5)
_GrailsProxy ( )This constructor is from '_GrailsProxy' class.
_GrailsProxy ( Binding )This constructor is from '_GrailsProxy' class.
__.swapInit ( )This method is from '_GrailsProxy' class.
main ( String[ ] )This method is from '_GrailsProxy' class.
run ( )This method is from '_GrailsProxy' class.
[+] _GrailsRun (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108625 has been renamed to __timeStamp__239_neverHappen1356008137630. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108625 in _GrailsRun. |
[+] affected methods (5)
_GrailsRun ( )This constructor is from '_GrailsRun' class.
_GrailsRun ( Binding )This constructor is from '_GrailsRun' class.
__.swapInit ( )This method is from '_GrailsRun' class.
main ( String[ ] )This method is from '_GrailsRun' class.
run ( )This method is from '_GrailsRun' class.
[+] _GrailsSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108654 has been renamed to __timeStamp__239_neverHappen1356008137664. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108654 in _GrailsSettings. |
[+] affected methods (5)
_GrailsSettings ( )This constructor is from '_GrailsSettings' class.
_GrailsSettings ( Binding )This constructor is from '_GrailsSettings' class.
__.swapInit ( )This method is from '_GrailsSettings' class.
main ( String[ ] )This method is from '_GrailsSettings' class.
run ( )This method is from '_GrailsSettings' class.
[+] _GrailsTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108667 has been renamed to __timeStamp__239_neverHappen1356008137677. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108667 in _GrailsTest. |
[+] affected methods (7)
_GrailsTest ( )This constructor is from '_GrailsTest' class.
_GrailsTest ( Binding )This constructor is from '_GrailsTest' class.
__.swapInit ( )This method is from '_GrailsTest' class.
getFailedTests ( )This method is from '_GrailsTest' class.
main ( String[ ] )This method is from '_GrailsTest' class.
notReloadingActive ( )This method is from '_GrailsTest' class.
run ( )This method is from '_GrailsTest' class.
[+] _GrailsWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108724 has been renamed to __timeStamp__239_neverHappen1356008137725. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108724 in _GrailsWar. |
[+] affected methods (5)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor is from '_GrailsWar' class.
__.swapInit ( )This method is from '_GrailsWar' class.
main ( String[ ] )This method is from '_GrailsWar' class.
run ( )This method is from '_GrailsWar' class.
[+] _PackagePlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108807 has been renamed to __timeStamp__239_neverHappen1356008137733. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108807 in _PackagePlugins. |
[+] affected methods (5)
_PackagePlugins ( )This constructor is from '_PackagePlugins' class.
_PackagePlugins ( Binding )This constructor is from '_PackagePlugins' class.
__.swapInit ( )This method is from '_PackagePlugins' class.
main ( String[ ] )This method is from '_PackagePlugins' class.
run ( )This method is from '_PackagePlugins' class.
[+] _PluginDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108813 has been renamed to __timeStamp__239_neverHappen1356008137738. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108813 in _PluginDependencies. |
[+] affected methods (6)
_PluginDependencies ( )This constructor is from '_PluginDependencies' class.
_PluginDependencies ( Binding )This constructor is from '_PluginDependencies' class.
__.swapInit ( )This method is from '_PluginDependencies' class.
main ( String[ ] )This method is from '_PluginDependencies' class.
resetClasspath ( )This method is from '_PluginDependencies' class.
run ( )This method is from '_PluginDependencies' class.
[+] AddProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107887 has been renamed to __timeStamp__239_neverHappen1356008136837. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107887 in AddProxy_. |
[+] affected methods (6)
AddProxy_ ( )This constructor is from 'AddProxy_' class.
AddProxy_ ( Binding )This constructor is from 'AddProxy_' class.
__.swapInit ( )This method is from 'AddProxy_' class.
main ( String[ ] )This method is from 'AddProxy_' class.
msg ( )This method is from 'AddProxy_' class.
run ( )This method is from 'AddProxy_' class.
[+] Alias (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107907 has been renamed to __timeStamp__239_neverHappen1356008136861. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107907 in Alias. |
[+] affected methods (11)
Alias ( )This constructor is from 'Alias' class.
Alias ( Binding )This constructor is from 'Alias' class.
__.swapInit ( )This method is from 'Alias' class.
configureAlias ( )This method is from 'Alias' class.
listAliases ( )This method is from 'Alias' class.
loadProperties ( )This method is from 'Alias' class.
main ( String[ ] )This method is from 'Alias' class.
removeAlias ( )This method is from 'Alias' class.
run ( )This method is from 'Alias' class.
showAlias ( )This method is from 'Alias' class.
usage ( )This method is from 'Alias' class.
...
[+] Bootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107930 has been renamed to __timeStamp__239_neverHappen1356008136878. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107930 in Bootstrap. |
[+] affected methods (5)
Bootstrap ( )This constructor is from 'Bootstrap' class.
Bootstrap ( Binding )This constructor is from 'Bootstrap' class.
__.swapInit ( )This method is from 'Bootstrap' class.
main ( String[ ] )This method is from 'Bootstrap' class.
run ( )This method is from 'Bootstrap' class.
[+] BugReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107934 has been renamed to __timeStamp__239_neverHappen1356008136883. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107934 in BugReport. |
[+] affected methods (5)
BugReport ( )This constructor is from 'BugReport' class.
BugReport ( Binding )This constructor is from 'BugReport' class.
__.swapInit ( )This method is from 'BugReport' class.
main ( String[ ] )This method is from 'BugReport' class.
run ( )This method is from 'BugReport' class.
[+] Clean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107948 has been renamed to __timeStamp__239_neverHappen1356008136898. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107948 in Clean. |
[+] affected methods (5)
Clean ( )This constructor is from 'Clean' class.
Clean ( Binding )This constructor is from 'Clean' class.
__.swapInit ( )This method is from 'Clean' class.
main ( String[ ] )This method is from 'Clean' class.
run ( )This method is from 'Clean' class.
[+] ClearProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107952 has been renamed to __timeStamp__239_neverHappen1356008136902. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107952 in ClearProxy_. |
[+] affected methods (5)
ClearProxy_ ( )This constructor is from 'ClearProxy_' class.
ClearProxy_ ( Binding )This constructor is from 'ClearProxy_' class.
__.swapInit ( )This method is from 'ClearProxy_' class.
main ( String[ ] )This method is from 'ClearProxy_' class.
run ( )This method is from 'ClearProxy_' class.
[+] Compile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107960 has been renamed to __timeStamp__239_neverHappen1356008136912. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107960 in Compile. |
[+] affected methods (5)
Compile ( )This constructor is from 'Compile' class.
Compile ( Binding )This constructor is from 'Compile' class.
__.swapInit ( )This method is from 'Compile' class.
main ( String[ ] )This method is from 'Compile' class.
run ( )This method is from 'Compile' class.
[+] Console (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107965 has been renamed to __timeStamp__239_neverHappen1356008136917. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107965 in Console. |
[+] affected methods (5)
Console ( )This constructor is from 'Console' class.
Console ( Binding )This constructor is from 'Console' class.
__.swapInit ( )This method is from 'Console' class.
main ( String[ ] )This method is from 'Console' class.
run ( )This method is from 'Console' class.
[+] ConsoleFocusListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107814 has been renamed to __timeStamp__239_neverHappen1356008136755. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107814 in ConsoleFocusListener. |
[+] affected methods (11)
ConsoleFocusListener ( )This constructor is from 'ConsoleFocusListener' class.
__.swapInit ( )This method is from 'ConsoleFocusListener' class.
focusGained ( FocusEvent )This method is from 'ConsoleFocusListener' class.
focusLost ( FocusEvent )This method is from 'ConsoleFocusListener' class.
getMetaClass ( )This method is from 'ConsoleFocusListener' class.
getProperty ( String )This method is from 'ConsoleFocusListener' class.
getText ( )This method is from 'ConsoleFocusListener' class.
invokeMethod ( String, Object )This method is from 'ConsoleFocusListener' class.
setMetaClass ( MetaClass )This method is from 'ConsoleFocusListener' class.
setProperty ( String, Object )This method is from 'ConsoleFocusListener' class.
setText ( String )This method is from 'ConsoleFocusListener' class.
...
[+] CreateApp_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107997 has been renamed to __timeStamp__239_neverHappen1356008136963. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107997 in CreateApp_. |
[+] affected methods (5)
CreateApp_ ( )This constructor is from 'CreateApp_' class.
CreateApp_ ( Binding )This constructor is from 'CreateApp_' class.
__.swapInit ( )This method is from 'CreateApp_' class.
main ( String[ ] )This method is from 'CreateApp_' class.
run ( )This method is from 'CreateApp_' class.
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107999 has been renamed to __timeStamp__239_neverHappen1356008136968. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107999 in CreateController. |
[+] affected methods (5)
CreateController ( )This constructor is from 'CreateController' class.
CreateController ( Binding )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
main ( String[ ] )This method is from 'CreateController' class.
run ( )This method is from 'CreateController' class.
[+] CreateDomainClass (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108004 has been renamed to __timeStamp__239_neverHappen1356008136977. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108004 in CreateDomainClass. |
[+] affected methods (5)
CreateDomainClass ( )This constructor is from 'CreateDomainClass' class.
CreateDomainClass ( Binding )This constructor is from 'CreateDomainClass' class.
__.swapInit ( )This method is from 'CreateDomainClass' class.
main ( String[ ] )This method is from 'CreateDomainClass' class.
run ( )This method is from 'CreateDomainClass' class.
[+] CreateFilters (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108009 has been renamed to __timeStamp__239_neverHappen1356008136995. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108009 in CreateFilters. |
[+] affected methods (5)
CreateFilters ( )This constructor is from 'CreateFilters' class.
CreateFilters ( Binding )This constructor is from 'CreateFilters' class.
__.swapInit ( )This method is from 'CreateFilters' class.
main ( String[ ] )This method is from 'CreateFilters' class.
run ( )This method is from 'CreateFilters' class.
[+] CreateHibernateCfgXml (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108013 has been renamed to __timeStamp__239_neverHappen1356008137004. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108013 in CreateHibernateCfgXml. |
[+] affected methods (5)
CreateHibernateCfgXml ( )This constructor is from 'CreateHibernateCfgXml' class.
CreateHibernateCfgXml ( Binding )This constructor is from 'CreateHibernateCfgXml' class.
__.swapInit ( )This method is from 'CreateHibernateCfgXml' class.
main ( String[ ] )This method is from 'CreateHibernateCfgXml' class.
run ( )This method is from 'CreateHibernateCfgXml' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108019 has been renamed to __timeStamp__239_neverHappen1356008137013. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108019 in CreateIntegrationTest. |
[+] affected methods (5)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
CreateIntegrationTest ( Binding )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
main ( String[ ] )This method is from 'CreateIntegrationTest' class.
run ( )This method is from 'CreateIntegrationTest' class.
[+] CreateMultiProjectBuild_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108023 has been renamed to __timeStamp__239_neverHappen1356008137021. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108023 in CreateMultiProjectBuild_. |
[+] affected methods (6)
CreateMultiProjectBuild_ ( )This constructor is from 'CreateMultiProjectBuild_' class.
CreateMultiProjectBuild_ ( Binding )This constructor is from 'CreateMultiProjectBuild_' class.
__.swapInit ( )This method is from 'CreateMultiProjectBuild_' class.
main ( String[ ] )This method is from 'CreateMultiProjectBuild_' class.
msg ( )This method is from 'CreateMultiProjectBuild_' class.
run ( )This method is from 'CreateMultiProjectBuild_' class.
[+] CreatePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108028 has been renamed to __timeStamp__239_neverHappen1356008137031. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108028 in CreatePlugin_. |
[+] affected methods (5)
CreatePlugin_ ( )This constructor is from 'CreatePlugin_' class.
CreatePlugin_ ( Binding )This constructor is from 'CreatePlugin_' class.
__.swapInit ( )This method is from 'CreatePlugin_' class.
main ( String[ ] )This method is from 'CreatePlugin_' class.
run ( )This method is from 'CreatePlugin_' class.
[+] CreatePom (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108031 has been renamed to __timeStamp__239_neverHappen1356008137035. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108031 in CreatePom. |
[+] affected methods (6)
CreatePom ( )This constructor is from 'CreatePom' class.
CreatePom ( Binding )This constructor is from 'CreatePom' class.
__.swapInit ( )This method is from 'CreatePom' class.
main ( String[ ] )This method is from 'CreatePom' class.
msg ( )This method is from 'CreatePom' class.
run ( )This method is from 'CreatePom' class.
[+] CreateScaffoldController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108035 has been renamed to __timeStamp__239_neverHappen1356008137045. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108035 in CreateScaffoldController. |
[+] affected methods (5)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
CreateScaffoldController ( Binding )This constructor is from 'CreateScaffoldController' class.
__.swapInit ( )This method is from 'CreateScaffoldController' class.
main ( String[ ] )This method is from 'CreateScaffoldController' class.
run ( )This method is from 'CreateScaffoldController' class.
[+] CreateScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108040 has been renamed to __timeStamp__239_neverHappen1356008137057. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108040 in CreateScript. |
[+] affected methods (5)
CreateScript ( )This constructor is from 'CreateScript' class.
CreateScript ( Binding )This constructor is from 'CreateScript' class.
__.swapInit ( )This method is from 'CreateScript' class.
main ( String[ ] )This method is from 'CreateScript' class.
run ( )This method is from 'CreateScript' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108044 has been renamed to __timeStamp__239_neverHappen1356008137066. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108044 in CreateService. |
[+] affected methods (5)
CreateService ( )This constructor is from 'CreateService' class.
CreateService ( Binding )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
main ( String[ ] )This method is from 'CreateService' class.
run ( )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108048 has been renamed to __timeStamp__239_neverHappen1356008137074. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108048 in CreateTagLib. |
[+] affected methods (5)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
CreateTagLib ( Binding )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
main ( String[ ] )This method is from 'CreateTagLib' class.
run ( )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108053 has been renamed to __timeStamp__239_neverHappen1356008137082. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108053 in CreateUnitTest. |
[+] affected methods (5)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
CreateUnitTest ( Binding )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
main ( String[ ] )This method is from 'CreateUnitTest' class.
run ( )This method is from 'CreateUnitTest' class.
[+] DependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108056 has been renamed to __timeStamp__239_neverHappen1356008137090. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108056 in DependencyReport. |
[+] affected methods (5)
DependencyReport ( )This constructor is from 'DependencyReport' class.
DependencyReport ( Binding )This constructor is from 'DependencyReport' class.
__.swapInit ( )This method is from 'DependencyReport' class.
main ( String[ ] )This method is from 'DependencyReport' class.
run ( )This method is from 'DependencyReport' class.
[+] Doc (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108078 has been renamed to __timeStamp__239_neverHappen1356008137115. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108078 in Doc. |
[+] affected methods (5)
Doc ( )This constructor is from 'Doc' class.
Doc ( Binding )This constructor is from 'Doc' class.
__.swapInit ( )This method is from 'Doc' class.
main ( String[ ] )This method is from 'Doc' class.
run ( )This method is from 'Doc' class.
[+] GenerateAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108081 has been renamed to __timeStamp__239_neverHappen1356008137117. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108081 in GenerateAll. |
[+] affected methods (5)
GenerateAll ( )This constructor is from 'GenerateAll' class.
GenerateAll ( Binding )This constructor is from 'GenerateAll' class.
__.swapInit ( )This method is from 'GenerateAll' class.
main ( String[ ] )This method is from 'GenerateAll' class.
run ( )This method is from 'GenerateAll' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108085 has been renamed to __timeStamp__239_neverHappen1356008137123. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108085 in GenerateController. |
[+] affected methods (5)
GenerateController ( )This constructor is from 'GenerateController' class.
GenerateController ( Binding )This constructor is from 'GenerateController' class.
__.swapInit ( )This method is from 'GenerateController' class.
main ( String[ ] )This method is from 'GenerateController' class.
run ( )This method is from 'GenerateController' class.
[+] GenerateViews (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108089 has been renamed to __timeStamp__239_neverHappen1356008137127. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108089 in GenerateViews. |
[+] affected methods (5)
GenerateViews ( )This constructor is from 'GenerateViews' class.
GenerateViews ( Binding )This constructor is from 'GenerateViews' class.
__.swapInit ( )This method is from 'GenerateViews' class.
main ( String[ ] )This method is from 'GenerateViews' class.
run ( )This method is from 'GenerateViews' class.
[+] Help_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108093 has been renamed to __timeStamp__239_neverHappen1356008137132. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108093 in Help_. |
[+] affected methods (7)
Help_ ( )This constructor is from 'Help_' class.
Help_ ( Binding )This constructor is from 'Help_' class.
__.swapInit ( )This method is from 'Help_' class.
getHelpFile ( File )This method is from 'Help_' class.
main ( String[ ] )This method is from 'Help_' class.
run ( )This method is from 'Help_' class.
shouldGenerateHelp ( File )This method is from 'Help_' class.
[+] HelpEvaluatingCategory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227107876 has been renamed to __timeStamp__239_neverHappen1356008136828. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227107876 in HelpEvaluatingCategory. |
[+] affected methods (14)
HelpEvaluatingCategory ( )This constructor is from 'HelpEvaluatingCategory' class.
__.swapInit ( )This method is from 'HelpEvaluatingCategory' class.
getDefaultDescription ( Object )This method is from 'HelpEvaluatingCategory' class.
getDefaultTask ( )This method is from 'HelpEvaluatingCategory' class.
getHelpText ( )This method is from 'HelpEvaluatingCategory' class.
getMetaClass ( )This method is from 'HelpEvaluatingCategory' class.
getProperty ( String )This method is from 'HelpEvaluatingCategory' class.
invokeMethod ( String, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTarget ( Object, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTask ( Object )This method is from 'HelpEvaluatingCategory' class.
setHelpText ( Object )This method is from 'HelpEvaluatingCategory' class.
setMetaClass ( MetaClass )This method is from 'HelpEvaluatingCategory' class.
...
[+] Init (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108121 has been renamed to __timeStamp__239_neverHappen1356008137158. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108121 in Init. |
[+] affected methods (5)
Init ( )This constructor is from 'Init' class.
Init ( Binding )This constructor is from 'Init' class.
__.swapInit ( )This method is from 'Init' class.
main ( String[ ] )This method is from 'Init' class.
run ( )This method is from 'Init' class.
[+] InstallDependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108142 has been renamed to __timeStamp__239_neverHappen1356008137177. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108142 in InstallDependency. |
[+] affected methods (5)
InstallDependency ( )This constructor is from 'InstallDependency' class.
InstallDependency ( Binding )This constructor is from 'InstallDependency' class.
__.swapInit ( )This method is from 'InstallDependency' class.
main ( String[ ] )This method is from 'InstallDependency' class.
run ( )This method is from 'InstallDependency' class.
[+] InstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108162 has been renamed to __timeStamp__239_neverHappen1356008137186. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108162 in InstallPlugin. |
[+] affected methods (5)
InstallPlugin ( )This constructor is from 'InstallPlugin' class.
InstallPlugin ( Binding )This constructor is from 'InstallPlugin' class.
__.swapInit ( )This method is from 'InstallPlugin' class.
main ( String[ ] )This method is from 'InstallPlugin' class.
run ( )This method is from 'InstallPlugin' class.
[+] InstallTemplates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108168 has been renamed to __timeStamp__239_neverHappen1356008137192. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108168 in InstallTemplates. |
[+] affected methods (5)
InstallTemplates ( )This constructor is from 'InstallTemplates' class.
InstallTemplates ( Binding )This constructor is from 'InstallTemplates' class.
__.swapInit ( )This method is from 'InstallTemplates' class.
main ( String[ ] )This method is from 'InstallTemplates' class.
run ( )This method is from 'InstallTemplates' class.
[+] IntegrateWith (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108173 has been renamed to __timeStamp__239_neverHappen1356008137197. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108173 in IntegrateWith. |
[+] affected methods (5)
IntegrateWith ( )This constructor is from 'IntegrateWith' class.
IntegrateWith ( Binding )This constructor is from 'IntegrateWith' class.
__.swapInit ( )This method is from 'IntegrateWith' class.
main ( String[ ] )This method is from 'IntegrateWith' class.
run ( )This method is from 'IntegrateWith' class.
[+] Interactive (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108202 has been renamed to __timeStamp__239_neverHappen1356008137222. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108202 in Interactive. |
[+] affected methods (5)
Interactive ( )This constructor is from 'Interactive' class.
Interactive ( Binding )This constructor is from 'Interactive' class.
__.swapInit ( )This method is from 'Interactive' class.
main ( String[ ] )This method is from 'Interactive' class.
run ( )This method is from 'Interactive' class.
[+] ListPlugins_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108220 has been renamed to __timeStamp__239_neverHappen1356008137246. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108220 in ListPlugins_. |
[+] affected methods (5)
ListPlugins_ ( )This constructor is from 'ListPlugins_' class.
ListPlugins_ ( Binding )This constructor is from 'ListPlugins_' class.
__.swapInit ( )This method is from 'ListPlugins_' class.
main ( String[ ] )This method is from 'ListPlugins_' class.
run ( )This method is from 'ListPlugins_' class.
[+] ListPluginUpdates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108205 has been renamed to __timeStamp__239_neverHappen1356008137225. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108205 in ListPluginUpdates. |
[+] affected methods (5)
ListPluginUpdates ( )This constructor is from 'ListPluginUpdates' class.
ListPluginUpdates ( Binding )This constructor is from 'ListPluginUpdates' class.
__.swapInit ( )This method is from 'ListPluginUpdates' class.
main ( String[ ] )This method is from 'ListPluginUpdates' class.
run ( )This method is from 'ListPluginUpdates' class.
[+] MigrateDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108234 has been renamed to __timeStamp__239_neverHappen1356008137261. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108234 in MigrateDocs. |
[+] affected methods (5)
MigrateDocs ( )This constructor is from 'MigrateDocs' class.
MigrateDocs ( Binding )This constructor is from 'MigrateDocs' class.
__.swapInit ( )This method is from 'MigrateDocs' class.
main ( String[ ] )This method is from 'MigrateDocs' class.
run ( )This method is from 'MigrateDocs' class.
[+] Package (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108237 has been renamed to __timeStamp__239_neverHappen1356008137264. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108237 in Package. |
[+] affected methods (5)
Package ( )This constructor is from 'Package' class.
Package ( Binding )This constructor is from 'Package' class.
__.swapInit ( )This method is from 'Package' class.
main ( String[ ] )This method is from 'Package' class.
run ( )This method is from 'Package' class.
[+] PackagePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108240 has been renamed to __timeStamp__239_neverHappen1356008137267. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108240 in PackagePlugin_. |
[+] affected methods (5)
PackagePlugin_ ( )This constructor is from 'PackagePlugin_' class.
PackagePlugin_ ( Binding )This constructor is from 'PackagePlugin_' class.
__.swapInit ( )This method is from 'PackagePlugin_' class.
main ( String[ ] )This method is from 'PackagePlugin_' class.
run ( )This method is from 'PackagePlugin_' class.
[+] PluginInfo_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108242 has been renamed to __timeStamp__239_neverHappen1356008137269. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108242 in PluginInfo_. |
[+] affected methods (5)
PluginInfo_ ( )This constructor is from 'PluginInfo_' class.
PluginInfo_ ( Binding )This constructor is from 'PluginInfo_' class.
__.swapInit ( )This method is from 'PluginInfo_' class.
main ( String[ ] )This method is from 'PluginInfo_' class.
run ( )This method is from 'PluginInfo_' class.
[+] RefreshDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108247 has been renamed to __timeStamp__239_neverHappen1356008137274. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108247 in RefreshDependencies. |
[+] affected methods (5)
RefreshDependencies ( )This constructor is from 'RefreshDependencies' class.
RefreshDependencies ( Binding )This constructor is from 'RefreshDependencies' class.
__.swapInit ( )This method is from 'RefreshDependencies' class.
main ( String[ ] )This method is from 'RefreshDependencies' class.
run ( )This method is from 'RefreshDependencies' class.
[+] RemoveProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108265 has been renamed to __timeStamp__239_neverHappen1356008137292. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108265 in RemoveProxy_. |
[+] affected methods (6)
RemoveProxy_ ( )This constructor is from 'RemoveProxy_' class.
RemoveProxy_ ( Binding )This constructor is from 'RemoveProxy_' class.
__.swapInit ( )This method is from 'RemoveProxy_' class.
main ( String[ ] )This method is from 'RemoveProxy_' class.
msg ( )This method is from 'RemoveProxy_' class.
run ( )This method is from 'RemoveProxy_' class.
[+] RunApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108270 has been renamed to __timeStamp__239_neverHappen1356008137296. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108270 in RunApp. |
[+] affected methods (5)
RunApp ( )This constructor is from 'RunApp' class.
RunApp ( Binding )This constructor is from 'RunApp' class.
__.swapInit ( )This method is from 'RunApp' class.
main ( String[ ] )This method is from 'RunApp' class.
run ( )This method is from 'RunApp' class.
[+] RunScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108273 has been renamed to __timeStamp__239_neverHappen1356008137299. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108273 in RunScript. |
[+] affected methods (6)
RunScript ( )This constructor is from 'RunScript' class.
RunScript ( Binding )This constructor is from 'RunScript' class.
__.swapInit ( )This method is from 'RunScript' class.
executeScript ( Object, Object )This method is from 'RunScript' class.
main ( String[ ] )This method is from 'RunScript' class.
run ( )This method is from 'RunScript' class.
[+] RunWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108279 has been renamed to __timeStamp__239_neverHappen1356008137305. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108279 in RunWar. |
[+] affected methods (5)
RunWar ( )This constructor is from 'RunWar' class.
RunWar ( Binding )This constructor is from 'RunWar' class.
__.swapInit ( )This method is from 'RunWar' class.
main ( String[ ] )This method is from 'RunWar' class.
run ( )This method is from 'RunWar' class.
[+] SchemaExport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108283 has been renamed to __timeStamp__239_neverHappen1356008137309. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108283 in SchemaExport. |
[+] affected methods (5)
SchemaExport ( )This constructor is from 'SchemaExport' class.
SchemaExport ( Binding )This constructor is from 'SchemaExport' class.
__.swapInit ( )This method is from 'SchemaExport' class.
main ( String[ ] )This method is from 'SchemaExport' class.
run ( )This method is from 'SchemaExport' class.
[+] SetProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108288 has been renamed to __timeStamp__239_neverHappen1356008137316. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108288 in SetProxy_. |
[+] affected methods (5)
SetProxy_ ( )This constructor is from 'SetProxy_' class.
SetProxy_ ( Binding )This constructor is from 'SetProxy_' class.
__.swapInit ( )This method is from 'SetProxy_' class.
main ( String[ ] )This method is from 'SetProxy_' class.
run ( )This method is from 'SetProxy_' class.
[+] SetVersion (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108296 has been renamed to __timeStamp__239_neverHappen1356008137324. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108296 in SetVersion. |
[+] affected methods (5)
SetVersion ( )This constructor is from 'SetVersion' class.
SetVersion ( Binding )This constructor is from 'SetVersion' class.
__.swapInit ( )This method is from 'SetVersion' class.
main ( String[ ] )This method is from 'SetVersion' class.
run ( )This method is from 'SetVersion' class.
[+] Shell (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108303 has been renamed to __timeStamp__239_neverHappen1356008137331. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108303 in Shell. |
[+] affected methods (5)
Shell ( )This constructor is from 'Shell' class.
Shell ( Binding )This constructor is from 'Shell' class.
__.swapInit ( )This method is from 'Shell' class.
main ( String[ ] )This method is from 'Shell' class.
run ( )This method is from 'Shell' class.
[+] Stats (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108312 has been renamed to __timeStamp__239_neverHappen1356008137338. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108312 in Stats. |
[+] affected methods (5)
Stats ( )This constructor is from 'Stats' class.
Stats ( Binding )This constructor is from 'Stats' class.
__.swapInit ( )This method is from 'Stats' class.
main ( String[ ] )This method is from 'Stats' class.
run ( )This method is from 'Stats' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108330 has been renamed to __timeStamp__239_neverHappen1356008137359. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108330 in TestApp. |
[+] affected methods (5)
TestApp ( )This constructor is from 'TestApp' class.
TestApp ( Binding )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
main ( String[ ] )This method is from 'TestApp' class.
run ( )This method is from 'TestApp' class.
[+] UninstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108336 has been renamed to __timeStamp__239_neverHappen1356008137368. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108336 in UninstallPlugin. |
[+] affected methods (5)
UninstallPlugin ( )This constructor is from 'UninstallPlugin' class.
UninstallPlugin ( Binding )This constructor is from 'UninstallPlugin' class.
__.swapInit ( )This method is from 'UninstallPlugin' class.
main ( String[ ] )This method is from 'UninstallPlugin' class.
run ( )This method is from 'UninstallPlugin' class.
[+] Upgrade (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108340 has been renamed to __timeStamp__239_neverHappen1356008137373. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108340 in Upgrade. |
[+] affected methods (5)
Upgrade ( )This constructor is from 'Upgrade' class.
Upgrade ( Binding )This constructor is from 'Upgrade' class.
__.swapInit ( )This method is from 'Upgrade' class.
main ( String[ ] )This method is from 'Upgrade' class.
run ( )This method is from 'Upgrade' class.
[+] War (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108377 has been renamed to __timeStamp__239_neverHappen1356008137405. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108377 in War. |
[+] affected methods (5)
War ( )This constructor is from 'War' class.
War ( Binding )This constructor is from 'War' class.
__.swapInit ( )This method is from 'War' class.
main ( String[ ] )This method is from 'War' class.
run ( )This method is from 'War' class.
[+] Wrapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227108380 has been renamed to __timeStamp__239_neverHappen1356008137408. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227108380 in Wrapper. |
[+] affected methods (5)
Wrapper ( )This constructor is from 'Wrapper' class.
Wrapper ( Binding )This constructor is from 'Wrapper' class.
__.swapInit ( )This method is from 'Wrapper' class.
main ( String[ ] )This method is from 'Wrapper' class.
run ( )This method is from 'Wrapper' class.
grails-spring-2.1.5.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226803999 has been renamed to __timeStamp__239_neverHappen1356008013956. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226803999 in DynamicElementReader. |
[+] affected methods (27)
createDynamicElementReader ( String, boolean )Return value of this method has type 'DynamicElementReader'.
DynamicElementReader ( String )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler, ParserContext )This constructor is from 'DynamicElementReader' class.
__.swapInit ( )This method is from 'DynamicElementReader' class.
afterInvocation ( )This method is from 'DynamicElementReader' class.
getBeanConfiguration ( )This method is from 'DynamicElementReader' class.
getBeanDecorator ( )This method is from 'DynamicElementReader' class.
getEntityResolver ( )This method is from 'DynamicElementReader' class.
getErrorHandler ( )This method is from 'DynamicElementReader' class.
getFirstCall ( )This method is from 'DynamicElementReader' class.
...
grails-web-2.1.5.jar
package grails.gsp
[+] PageRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837665 has been renamed to __timeStamp__239_neverHappen1356008036300. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837665 in PageRenderer. |
[+] affected methods (17)
PageRenderer ( GroovyPagesTemplateEngine )This constructor is from 'PageRenderer' class.
__.swapInit ( )This method is from 'PageRenderer' class.
findResource ( String )This method is from 'PageRenderer' class.
getApplicationContext ( )This method is from 'PageRenderer' class.
getGroovyPageLocator ( )This method is from 'PageRenderer' class.
getMetaClass ( )This method is from 'PageRenderer' class.
getProperty ( String )This method is from 'PageRenderer' class.
getServletContext ( )This method is from 'PageRenderer' class.
invokeMethod ( String, Object )This method is from 'PageRenderer' class.
render ( Map )This method is from 'PageRenderer' class.
renderTo ( Map, OutputStream )This method is from 'PageRenderer' class.
renderTo ( Map, Writer )This method is from 'PageRenderer' class.
...
[+] PageRenderer.PageRenderRequestCreator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PageRenderer.PageRenderRequestCreator. |
[+] affected methods (11)
PageRenderer.PageRenderRequestCreator ( )This constructor is from 'PageRenderer.PageRenderRequestCreator' class.
__.swapInit ( )This method is from 'PageRenderer.PageRenderRequestCreator' class.
createInstance ( String )This method is from 'PageRenderer.PageRenderRequestCreator' class.
getMetaClass ( )This method is from 'PageRenderer.PageRenderRequestCreator' class.
getProperty ( String )This method is from 'PageRenderer.PageRenderRequestCreator' class.
invokeMethod ( String, Object )This method is from 'PageRenderer.PageRenderRequestCreator' class.
methodMissing ( String, Object )This method is from 'PageRenderer.PageRenderRequestCreator' class.
propertyMissing ( String )This method is from 'PageRenderer.PageRenderRequestCreator' class.
propertyMissing ( String, Object )This method is from 'PageRenderer.PageRenderRequestCreator' class.
setMetaClass ( MetaClass )This method is from 'PageRenderer.PageRenderRequestCreator' class.
setProperty ( String, Object )This method is from 'PageRenderer.PageRenderRequestCreator' class.
...
[+] PageRenderer.PageRenderResponseCreator (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PageRenderer.PageRenderResponseCreator. |
[+] affected methods (11)
PageRenderer.PageRenderResponseCreator ( )This constructor is from 'PageRenderer.PageRenderResponseCreator' class.
__.swapInit ( )This method is from 'PageRenderer.PageRenderResponseCreator' class.
createInstance ( PrintWriter )This method is from 'PageRenderer.PageRenderResponseCreator' class.
getMetaClass ( )This method is from 'PageRenderer.PageRenderResponseCreator' class.
getProperty ( String )This method is from 'PageRenderer.PageRenderResponseCreator' class.
invokeMethod ( String, Object )This method is from 'PageRenderer.PageRenderResponseCreator' class.
methodMissing ( String, Object )This method is from 'PageRenderer.PageRenderResponseCreator' class.
propertyMissing ( String )This method is from 'PageRenderer.PageRenderResponseCreator' class.
propertyMissing ( String, Object )This method is from 'PageRenderer.PageRenderResponseCreator' class.
setMetaClass ( MetaClass )This method is from 'PageRenderer.PageRenderResponseCreator' class.
setProperty ( String, Object )This method is from 'PageRenderer.PageRenderResponseCreator' class.
...
package org.codehaus.groovy.grails.web.binding
[+] DefaultASTDatabindingHelper (1)
| Change | Effect |
---|
1 | Field NO_BINDABLE_PROPERTIES (java.lang.String) with the compile-time constant value "$_NO_BINDABLE_PROPERTIES_$" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable NO_BINDABLE_PROPERTIES in DefaultASTDatabindingHelper. |
[+] affected methods (2)
DefaultASTDatabindingHelper ( )This constructor is from 'DefaultASTDatabindingHelper' class.
injectDatabindingCode ( SourceUnit, GeneratorContext, ClassNode )This method is from 'DefaultASTDatabindingHelper' class.
package org.codehaus.groovy.grails.web.errors
[+] ErrorsViewStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838069 has been renamed to __timeStamp__239_neverHappen1356008036817. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838069 in ErrorsViewStackTracePrinter. |
[+] affected methods (10)
ErrorsViewStackTracePrinter ( ResourceLocator )This constructor is from 'ErrorsViewStackTracePrinter' class.
__.swapInit ( )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrintCodeSnippet ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
shouldSkipNextCause ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
package org.codehaus.groovy.grails.web.i18n
[+] ParamsAwareLocaleChangeInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838146 has been renamed to __timeStamp__239_neverHappen1356008036831. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838146 in ParamsAwareLocaleChangeInterceptor. |
[+] affected methods (10)
ParamsAwareLocaleChangeInterceptor ( )This constructor is from 'ParamsAwareLocaleChangeInterceptor' class.
__.swapInit ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getMetaClass ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getParamName ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getProperty ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
invokeMethod ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
preHandle ( HttpServletRequest, HttpServletResponse, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setMetaClass ( MetaClass )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setParamName ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setProperty ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
package org.codehaus.groovy.grails.web.mapping
[+] DefaultLinkGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837779 has been renamed to __timeStamp__239_neverHappen1356008036384. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837779 in DefaultLinkGenerator. |
[+] affected methods (26)
DefaultLinkGenerator ( String )This constructor is from 'DefaultLinkGenerator' class.
DefaultLinkGenerator ( String, String )This constructor is from 'DefaultLinkGenerator' class.
__.swapInit ( )This method is from 'DefaultLinkGenerator' class.
getConfiguredServerBaseURL ( )This method is from 'DefaultLinkGenerator' class.
getContextPath ( )This method is from 'DefaultLinkGenerator' class.
getGrailsUrlConverter ( )This method is from 'DefaultLinkGenerator' class.
getMetaClass ( )This method is from 'DefaultLinkGenerator' class.
getPluginManager ( )This method is from 'DefaultLinkGenerator' class.
getProperty ( String )This method is from 'DefaultLinkGenerator' class.
getRequestStateLookupStrategy ( )This method is from 'DefaultLinkGenerator' class.
getServerBaseURL ( )This method is from 'DefaultLinkGenerator' class.
getUrlMappingsHolder ( )This method is from 'DefaultLinkGenerator' class.
...
[+] ForwardUrlMappingInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838081 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838081 in ForwardUrlMappingInfo. |
[+] affected methods (24)
ForwardUrlMappingInfo ( )This constructor is from 'ForwardUrlMappingInfo' class.
__.swapInit ( )This method is from 'ForwardUrlMappingInfo' class.
getActionName ( )This method is from 'ForwardUrlMappingInfo' class.
getControllerName ( )This method is from 'ForwardUrlMappingInfo' class.
getId ( )This method is from 'ForwardUrlMappingInfo' class.
getMetaClass ( )This method is from 'ForwardUrlMappingInfo' class.
getParameters ( )This method is from 'ForwardUrlMappingInfo' class.
getProperty ( String )This method is from 'ForwardUrlMappingInfo' class.
getURI ( )This method is from 'ForwardUrlMappingInfo' class.
getViewName ( )This method is from 'ForwardUrlMappingInfo' class.
invokeMethod ( String, Object )This method is from 'ForwardUrlMappingInfo' class.
isParsingRequest ( )This method is from 'ForwardUrlMappingInfo' class.
...
[+] UrlCreator (4)
| Change | Effect |
---|
1 | Abstract method createRelativeURL ( String, String, String, Map, String ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createRelativeURL(String, String, String, Map, String) in UrlCreator. |
2 | Abstract method createRelativeURL ( String, String, String, Map, String, String ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createRelativeURL(String, String, String, Map, String, String) in UrlCreator. |
3 | Abstract method createURL ( String, String, String, Map, String ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createURL(String, String, String, Map, String) in UrlCreator. |
4 | Abstract method createURL ( String, String, String, Map, String, String ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method createURL(String, String, String, Map, String, String) in UrlCreator. |
[+] affected methods (10)
createRelativeURL ( String, String, Map, String )This abstract method is from 'UrlCreator' interface.
createRelativeURL ( String, String, Map, String, String )This abstract method is from 'UrlCreator' interface.
createURL ( String, String, Map, String )This abstract method is from 'UrlCreator' interface.
createURL ( String, String, Map, String, String )This abstract method is from 'UrlCreator' interface.
createURL ( Map, String )This abstract method is from 'UrlCreator' interface.
createURL ( Map, String, String )This abstract method is from 'UrlCreator' interface.
lookup ( UrlCreatorCache.ReverseMappingKey )Return value of this method has type 'UrlCreator'.
putAndDecorate ( UrlCreatorCache.ReverseMappingKey, UrlCreator )2nd parameter 'delegate' of this method has type 'UrlCreator'.
getReverseMapping ( String, String, Map )Return value of this abstract method has type 'UrlCreator'.
getReverseMappingNoDefault ( String, String, Map )Return value of this abstract method has type 'UrlCreator'.
[+] UrlMapping (1)
| Change | Effect |
---|
1 | Abstract method getPluginName ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPluginName() in UrlMapping. |
[+] affected methods (13)
getActionName ( )This abstract method is from 'UrlMapping' interface.
getConstraints ( )This abstract method is from 'UrlMapping' interface.
getControllerName ( )This abstract method is from 'UrlMapping' interface.
getMappingName ( )This abstract method is from 'UrlMapping' interface.
getUrlData ( )This abstract method is from 'UrlMapping' interface.
getViewName ( )This abstract method is from 'UrlMapping' interface.
hasRuntimeVariable ( String )This abstract method is from 'UrlMapping' interface.
isRestfulMapping ( )This abstract method is from 'UrlMapping' interface.
match ( String )This abstract method is from 'UrlMapping' interface.
setMappingName ( String )This abstract method is from 'UrlMapping' interface.
setParameterValues ( Map )This abstract method is from 'UrlMapping' interface.
setParseRequest ( boolean )This abstract method is from 'UrlMapping' interface.
...
[+] UrlMappingInfo (1)
| Change | Effect |
---|
1 | Abstract method getPluginName ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPluginName() in UrlMappingInfo. |
[+] affected methods (21)
forwardRequest ( UrlMappingInfo, HttpServletRequest, HttpServletResponse, ModelAndView, String )1st parameter 'info' of this method has type 'UrlMappingInfo'.
matchStatusCode ( Exception, UrlMappingsHolder )Return value of this method has type 'UrlMappingInfo'.
resolveView ( HttpServletRequest, UrlMappingInfo, ModelAndView )2nd parameter 'info' of this method has type 'UrlMappingInfo'.
match ( String )Return value of this abstract method has type 'UrlMappingInfo'.
configure ( GrailsWebRequest )This abstract method is from 'UrlMappingInfo' interface.
getActionName ( )This abstract method is from 'UrlMappingInfo' interface.
getControllerName ( )This abstract method is from 'UrlMappingInfo' interface.
getId ( )This abstract method is from 'UrlMappingInfo' interface.
getParameters ( )This abstract method is from 'UrlMappingInfo' interface.
getURI ( )This abstract method is from 'UrlMappingInfo' interface.
getViewName ( )This abstract method is from 'UrlMappingInfo' interface.
isParsingRequest ( )This abstract method is from 'UrlMappingInfo' interface.
...
[+] UrlMappingsHolder (2)
| Change | Effect |
---|
1 | Abstract method getReverseMapping ( String, String, String, Map ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReverseMapping(String, String, String, Map) in UrlMappingsHolder. |
2 | Abstract method getReverseMappingNoDefault ( String, String, String, Map ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getReverseMappingNoDefault(String, String, String, Map) in UrlMappingsHolder. |
[+] affected methods (17)
lookupUrlMappings ( )Return value of this method has type 'UrlMappingsHolder'.
matchStatusCode ( Exception, UrlMappingsHolder )2nd parameter 'urlMappings' of this method has type 'UrlMappingsHolder'.
resolveViewOrForward ( Exception, UrlMappingsHolder, HttpServletRequest, HttpServletResponse, ModelAndView )2nd parameter 'urlMappings' of this method has type 'UrlMappingsHolder'.
getUrlMappingsHolder ( )Return value of this method has type 'UrlMappingsHolder'.
setUrlMappingsHolder ( UrlMappingsHolder )1st parameter 'p1' of this method has type 'UrlMappingsHolder'.
getExcludePatterns ( )This abstract method is from 'UrlMappingsHolder' interface.
getReverseMapping ( String, String, Map )This abstract method is from 'UrlMappingsHolder' interface.
getReverseMappingNoDefault ( String, String, Map )This abstract method is from 'UrlMappingsHolder' interface.
getUrlMappings ( )This abstract method is from 'UrlMappingsHolder' interface.
match ( String )This abstract method is from 'UrlMappingsHolder' interface.
matchAll ( String )This abstract method is from 'UrlMappingsHolder' interface.
matchAll ( String, String )This abstract method is from 'UrlMappingsHolder' interface.
...
package org.codehaus.groovy.grails.web.mime
[+] MimeType (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837811 has been renamed to __timeStamp__239_neverHappen1356008036414. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837811 in MimeType. |
[+] affected methods (21)
MimeType ( String )This constructor is from 'MimeType' class.
MimeType ( String, Map )This constructor is from 'MimeType' class.
__.swapInit ( )This method is from 'MimeType' class.
createDefaults ( )This method is from 'MimeType' class.
equals ( Object )This method is from 'MimeType' class.
getConfiguredMimeTypes ( )This method is from 'MimeType' class.
getExtension ( )This method is from 'MimeType' class.
getMetaClass ( )This method is from 'MimeType' class.
getName ( )This method is from 'MimeType' class.
getParameters ( )This method is from 'MimeType' class.
getProperty ( String )This method is from 'MimeType' class.
getXML ( )This method is from 'MimeType' class.
...
package org.codehaus.groovy.grails.web.pages
[+] GroovyPageCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837822 has been renamed to __timeStamp__239_neverHappen1356008036425. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837822 in GroovyPageCompiler. |
[+] affected methods (31)
GroovyPageCompiler ( )This constructor is from 'GroovyPageCompiler' class.
__.swapInit ( )This method is from 'GroovyPageCompiler' class.
compile ( )This method is from 'GroovyPageCompiler' class.
compileGSP ( File, File, String, String )This method is from 'GroovyPageCompiler' class.
generateJavaName ( String )This method is from 'GroovyPageCompiler' class.
getClassLoader ( )This method is from 'GroovyPageCompiler' class.
getCompilerConfig ( )This method is from 'GroovyPageCompiler' class.
getEncoding ( )This method is from 'GroovyPageCompiler' class.
getGeneratedGroovyPagesDirectory ( )This method is from 'GroovyPageCompiler' class.
getMetaClass ( )This method is from 'GroovyPageCompiler' class.
getOperation ( )This method is from 'GroovyPageCompiler' class.
getPackagePrefix ( )This method is from 'GroovyPageCompiler' class.
...
[+] GroovyPageCompilerTask (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838190 has been renamed to __timeStamp__239_neverHappen1356008036877. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838190 in GroovyPageCompilerTask. |
[+] affected methods (27)
GroovyPageCompilerTask ( )This constructor is from 'GroovyPageCompilerTask' class.
__.swapInit ( )This method is from 'GroovyPageCompilerTask' class.
createClasspath ( )This method is from 'GroovyPageCompilerTask' class.
execute ( )This method is from 'GroovyPageCompilerTask' class.
getClasspath ( )This method is from 'GroovyPageCompilerTask' class.
getDestdir ( )This method is from 'GroovyPageCompilerTask' class.
getEncoding ( )This method is from 'GroovyPageCompilerTask' class.
getMetaClass ( )This method is from 'GroovyPageCompilerTask' class.
getPackagename ( )This method is from 'GroovyPageCompilerTask' class.
getProperty ( String )This method is from 'GroovyPageCompilerTask' class.
getServerpath ( )This method is from 'GroovyPageCompilerTask' class.
getSrcdir ( )This method is from 'GroovyPageCompilerTask' class.
...
[+] GroovyPagesMetaUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837870 has been renamed to __timeStamp__239_neverHappen1356008036488. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837870 in GroovyPagesMetaUtils. |
[+] affected methods (12)
GroovyPagesMetaUtils ( )This constructor is from 'GroovyPagesMetaUtils' class.
__.swapInit ( )This method is from 'GroovyPagesMetaUtils' class.
addTagLibMethodToMetaClass ( GroovyObject, MetaMethod, MetaClass )This method is from 'GroovyPagesMetaUtils' class.
getMetaClass ( )This method is from 'GroovyPagesMetaUtils' class.
getProperty ( String )This method is from 'GroovyPagesMetaUtils' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
methodMissingForTagLib ( MetaClass, Class, TagLibraryLookup, String, String, Object, boolean )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( MetaClass, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( Class, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingWorkaroundsForDefaultNamespace ( MetaClass, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesMetaUtils' class.
setProperty ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
...
package org.codehaus.groovy.grails.web.pages.ext.jsp
[+] GroovyPagesJspFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838090 has been renamed to __timeStamp__239_neverHappen1356008036769. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838090 in GroovyPagesJspFactory. |
[+] affected methods (11)
GroovyPagesJspFactory ( )This constructor is from 'GroovyPagesJspFactory' abstract class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory' abstract class.
getEngineInfo ( )This method is from 'GroovyPagesJspFactory' abstract class.
getMetaClass ( )This method is from 'GroovyPagesJspFactory' abstract class.
getPageContext ( Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean )This method is from 'GroovyPagesJspFactory' abstract class.
getProperty ( String )This method is from 'GroovyPagesJspFactory' abstract class.
getSpecificationVersion ( )This abstract method is from 'GroovyPagesJspFactory' abstract class.
invokeMethod ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
releasePageContext ( PageContext )This method is from 'GroovyPagesJspFactory' abstract class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesJspFactory' abstract class.
setProperty ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
...
[+] GroovyPagesJspFactory21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226840467 has been renamed to __timeStamp__239_neverHappen1356008037941. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226840467 in GroovyPagesJspFactory21. |
[+] affected methods (4)
GroovyPagesJspFactory21 ( )This constructor is from 'GroovyPagesJspFactory21' class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory21' class.
getJspApplicationContext ( ServletContext )This method is from 'GroovyPagesJspFactory21' class.
getSpecificationVersion ( )This method is from 'GroovyPagesJspFactory21' class.
[+] GroovyPagesPageContext21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226840525 has been renamed to __timeStamp__239_neverHappen1356008037948. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226840525 in GroovyPagesPageContext21. |
[+] affected methods (8)
GroovyPagesPageContext21 ( )This constructor is from 'GroovyPagesPageContext21' class.
__.swapInit ( )This method is from 'GroovyPagesPageContext21' class.
getELContext ( )This method is from 'GroovyPagesPageContext21' class.
getMetaClass ( )This method is from 'GroovyPagesPageContext21' class.
getProperty ( String )This method is from 'GroovyPagesPageContext21' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesPageContext21' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesPageContext21' class.
setProperty ( String, Object )This method is from 'GroovyPagesPageContext21' class.
[+] JspFragmentImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838099 has been renamed to __timeStamp__239_neverHappen1356008036778. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838099 in JspFragmentImpl. |
[+] affected methods (13)
JspFragmentImpl ( GroovyPagesPageContext, FastStringWriter )This constructor is from 'JspFragmentImpl' class.
__.swapInit ( )This method is from 'JspFragmentImpl' class.
getBody ( )This method is from 'JspFragmentImpl' class.
getJspContext ( )This method is from 'JspFragmentImpl' class.
getMetaClass ( )This method is from 'JspFragmentImpl' class.
getPageContext ( )This method is from 'JspFragmentImpl' class.
getProperty ( String )This method is from 'JspFragmentImpl' class.
invoke ( Writer )This method is from 'JspFragmentImpl' class.
invokeMethod ( String, Object )This method is from 'JspFragmentImpl' class.
setBody ( FastStringWriter )This method is from 'JspFragmentImpl' class.
setMetaClass ( MetaClass )This method is from 'JspFragmentImpl' class.
setPageContext ( GroovyPagesPageContext )This method is from 'JspFragmentImpl' class.
...
[+] JspTagImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837935 has been renamed to __timeStamp__239_neverHappen1356008036575. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837935 in JspTagImpl. |
[+] affected methods (26)
JspTagImpl ( Class )This constructor is from 'JspTagImpl' class.
__.swapInit ( )This method is from 'JspTagImpl' class.
doTag ( Writer, Map )This method is from 'JspTagImpl' class.
doTag ( Writer, Map, Closure )This method is from 'JspTagImpl' class.
getBody ( )This method is from 'JspTagImpl' class.
getIteration ( )This method is from 'JspTagImpl' class.
getLOG ( )This method is from 'JspTagImpl' class.
getMetaClass ( )This method is from 'JspTagImpl' class.
getProperty ( String )This method is from 'JspTagImpl' class.
getTagClass ( )This method is from 'JspTagImpl' class.
getTryCatchFinally ( )This method is from 'JspTagImpl' class.
handleSimpleTag ( SimpleTag, Map, GroovyPagesPageContext, Writer, Closure )This method is from 'JspTagImpl' class.
...
[+] JspTagLibImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837979 has been renamed to __timeStamp__239_neverHappen1356008036629. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837979 in JspTagLibImpl. |
[+] affected methods (9)
JspTagLibImpl ( String, Map )This constructor is from 'JspTagLibImpl' class.
__.swapInit ( )This method is from 'JspTagLibImpl' class.
getMetaClass ( )This method is from 'JspTagLibImpl' class.
getProperty ( String )This method is from 'JspTagLibImpl' class.
getTag ( String )This method is from 'JspTagLibImpl' class.
getURI ( )This method is from 'JspTagLibImpl' class.
invokeMethod ( String, Object )This method is from 'JspTagLibImpl' class.
setMetaClass ( MetaClass )This method is from 'JspTagLibImpl' class.
setProperty ( String, Object )This method is from 'JspTagLibImpl' class.
[+] PageContextFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226837993 has been renamed to __timeStamp__239_neverHappen1356008036643. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226837993 in PageContextFactory. |
[+] affected methods (10)
PageContextFactory ( )This constructor is from 'PageContextFactory' class.
__.swapInit ( )This method is from 'PageContextFactory' class.
getCurrent ( )This method is from 'PageContextFactory' class.
getMetaClass ( )This method is from 'PageContextFactory' class.
getPageContextClass ( )This method is from 'PageContextFactory' class.
getProperty ( String )This method is from 'PageContextFactory' class.
invokeMethod ( String, Object )This method is from 'PageContextFactory' class.
setMetaClass ( MetaClass )This method is from 'PageContextFactory' class.
setPageContextClass ( Class )This method is from 'PageContextFactory' class.
setProperty ( String, Object )This method is from 'PageContextFactory' class.
[+] TagLibraryResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838014 has been renamed to __timeStamp__239_neverHappen1356008036666. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838014 in TagLibraryResolver. |
[+] affected methods (20)
TagLibraryResolver ( )This constructor is from 'TagLibraryResolver' class.
__.swapInit ( )This method is from 'TagLibraryResolver' class.
getGrailsApplication ( )This method is from 'TagLibraryResolver' class.
getJarsFromServletContext ( )This method is from 'TagLibraryResolver' class.
getMetaClass ( )This method is from 'TagLibraryResolver' class.
getProperty ( String )This method is from 'TagLibraryResolver' class.
getServletContext ( )This method is from 'TagLibraryResolver' class.
getTldFromServletContext ( String )This method is from 'TagLibraryResolver' class.
getWebXmlFromServletContext ( )This method is from 'TagLibraryResolver' class.
invokeMethod ( String, Object )This method is from 'TagLibraryResolver' class.
resolveRootLoader ( )This method is from 'TagLibraryResolver' class.
resolveTagLibrary ( String )This method is from 'TagLibraryResolver' class.
...
[+] TldReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838105 has been renamed to __timeStamp__239_neverHappen1356008036788. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838105 in TldReader. |
[+] affected methods (14)
TldReader ( )This constructor is from 'TldReader' class.
__.swapInit ( )This method is from 'TldReader' class.
characters ( char[ ], int, int )This method is from 'TldReader' class.
endElement ( String, String, String )This method is from 'TldReader' class.
getBuf ( )This method is from 'TldReader' class.
getListeners ( )This method is from 'TldReader' class.
getMetaClass ( )This method is from 'TldReader' class.
getProperty ( String )This method is from 'TldReader' class.
getTags ( )This method is from 'TldReader' class.
invokeMethod ( String, Object )This method is from 'TldReader' class.
setBuf ( StringBuilder )This method is from 'TldReader' class.
setMetaClass ( MetaClass )This method is from 'TldReader' class.
...
[+] WebXmlTagLibraryReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838116 has been renamed to __timeStamp__239_neverHappen1356008036800. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838116 in WebXmlTagLibraryReader. |
[+] affected methods (15)
WebXmlTagLibraryReader ( )This constructor is from 'WebXmlTagLibraryReader' class.
__.swapInit ( )This method is from 'WebXmlTagLibraryReader' class.
characters ( char[ ], int, int )This method is from 'WebXmlTagLibraryReader' class.
endElement ( String, String, String )This method is from 'WebXmlTagLibraryReader' class.
getMetaClass ( )This method is from 'WebXmlTagLibraryReader' class.
getProperty ( String )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB ( )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB_LOC ( )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB_URI ( )This method is from 'WebXmlTagLibraryReader' class.
getTagLocations ( )This method is from 'WebXmlTagLibraryReader' class.
invokeMethod ( String, Object )This method is from 'WebXmlTagLibraryReader' class.
setMetaClass ( MetaClass )This method is from 'WebXmlTagLibraryReader' class.
...
package org.codehaus.groovy.grails.web.servlet.mvc
[+] SynchronizerTokensHolder (2)
| Change | Effect |
---|
1 | Access level of field currentTokens has been changed from protected to private. | Recompilation of a client program may be terminated with the message: currentTokens has private access in SynchronizerTokensHolder. |
2 | Field __timeStamp__239_neverHappen1367226838055 has been renamed to __timeStamp__239_neverHappen1356008036705. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838055 in SynchronizerTokensHolder. |
[+] affected methods (12)
SynchronizerTokensHolder ( )This constructor is from 'SynchronizerTokensHolder' class.
__.swapInit ( )This method is from 'SynchronizerTokensHolder' class.
generateToken ( String )This method is from 'SynchronizerTokensHolder' class.
getMetaClass ( )This method is from 'SynchronizerTokensHolder' class.
getProperty ( String )This method is from 'SynchronizerTokensHolder' class.
invokeMethod ( String, Object )This method is from 'SynchronizerTokensHolder' class.
isEmpty ( )This method is from 'SynchronizerTokensHolder' class.
isValid ( String, String )This method is from 'SynchronizerTokensHolder' class.
resetToken ( String )This method is from 'SynchronizerTokensHolder' class.
setMetaClass ( MetaClass )This method is from 'SynchronizerTokensHolder' class.
setProperty ( String, Object )This method is from 'SynchronizerTokensHolder' class.
store ( HttpSession )This method is from 'SynchronizerTokensHolder' class.
...
package org.codehaus.groovy.grails.web.servlet.mvc.exceptions
[+] CannotRedirectException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838227 has been renamed to __timeStamp__239_neverHappen1356008036912. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838227 in CannotRedirectException. |
[+] affected methods (9)
CannotRedirectException ( )This constructor is from 'CannotRedirectException' class.
CannotRedirectException ( String )This constructor is from 'CannotRedirectException' class.
CannotRedirectException ( String, Throwable )This constructor is from 'CannotRedirectException' class.
__.swapInit ( )This method is from 'CannotRedirectException' class.
getMetaClass ( )This method is from 'CannotRedirectException' class.
getProperty ( String )This method is from 'CannotRedirectException' class.
invokeMethod ( String, Object )This method is from 'CannotRedirectException' class.
setMetaClass ( MetaClass )This method is from 'CannotRedirectException' class.
setProperty ( String, Object )This method is from 'CannotRedirectException' class.
package org.codehaus.groovy.grails.web.taglib
[+] NamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838126 has been renamed to __timeStamp__239_neverHappen1356008036810. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838126 in NamespacedTagDispatcher. |
[+] affected methods (5)
lookupNamespaceDispatcher ( String )Return value of this method has type 'NamespacedTagDispatcher'.
NamespacedTagDispatcher ( String, Class, GrailsApplication, TagLibraryLookup )This constructor is from 'NamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'NamespacedTagDispatcher' class.
initializeMetaClass ( )This method is from 'NamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'NamespacedTagDispatcher' class.
[+] TemplateNamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838161 has been renamed to __timeStamp__239_neverHappen1356008036847. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838161 in TemplateNamespacedTagDispatcher. |
[+] affected methods (4)
TemplateNamespacedTagDispatcher ( Class, GrailsApplication, TagLibraryLookup )This constructor is from 'TemplateNamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'TemplateNamespacedTagDispatcher' class.
argsToAttrs ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
package org.codehaus.groovy.grails.web.util
[+] TypeConvertingMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367226838175 has been renamed to __timeStamp__239_neverHappen1356008036858. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367226838175 in TypeConvertingMap. |
[+] affected methods (21)
TypeConvertingMap ( )This constructor is from 'TypeConvertingMap' class.
TypeConvertingMap ( Map )This constructor is from 'TypeConvertingMap' class.
__.swapInit ( )This method is from 'TypeConvertingMap' class.
boolean ( String )This method is from 'TypeConvertingMap' class.
boolean ( String, Boolean )This method is from 'TypeConvertingMap' class.
byte ( String )This method is from 'TypeConvertingMap' class.
byte ( String, Integer )This method is from 'TypeConvertingMap' class.
char ( String )This method is from 'TypeConvertingMap' class.
char ( String, Character )This method is from 'TypeConvertingMap' class.
char ( String, Integer )This method is from 'TypeConvertingMap' class.
clone ( )This method is from 'TypeConvertingMap' class.
double ( String )This method is from 'TypeConvertingMap' class.
...
grails-webflow-2.1.5.jar
package grails.test
[+] WebFlowTestCase (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170210 has been renamed to __timeStamp__239_neverHappen1356008149114. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170210 in WebFlowTestCase. |
[+] affected methods (15)
WebFlowTestCase ( )This constructor is from 'WebFlowTestCase' abstract class.
__.swapInit ( )This method is from 'WebFlowTestCase' abstract class.
getFlow ( )This abstract method is from 'WebFlowTestCase' abstract class.
getFlowDefinition ( )This method is from 'WebFlowTestCase' abstract class.
getFlowId ( )This method is from 'WebFlowTestCase' abstract class.
getMetaClass ( )This method is from 'WebFlowTestCase' abstract class.
getProperty ( String )This method is from 'WebFlowTestCase' abstract class.
invokeMethod ( String, Object )This method is from 'WebFlowTestCase' abstract class.
registerFlow ( String, Closure )This method is from 'WebFlowTestCase' abstract class.
setMetaClass ( MetaClass )This method is from 'WebFlowTestCase' abstract class.
setProperty ( String, Object )This method is from 'WebFlowTestCase' abstract class.
setUp ( )This method is from 'WebFlowTestCase' abstract class.
...
package org.codehaus.groovy.grails.webflow
[+] WebFlowPluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227169872 has been renamed to __timeStamp__239_neverHappen1356008148761. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227169872 in WebFlowPluginSupport. |
[+] affected methods (15)
WebFlowPluginSupport ( )This constructor is from 'WebFlowPluginSupport' class.
__.swapInit ( )This method is from 'WebFlowPluginSupport' class.
getDoWithApplicationContext ( )This method is from 'WebFlowPluginSupport' class.
getDoWithDynamicMethods ( )This method is from 'WebFlowPluginSupport' class.
getDoWithSpring ( )This method is from 'WebFlowPluginSupport' class.
getMetaClass ( )This method is from 'WebFlowPluginSupport' class.
getOnChange ( )This method is from 'WebFlowPluginSupport' class.
getProperty ( String )This method is from 'WebFlowPluginSupport' class.
invokeMethod ( String, Object )This method is from 'WebFlowPluginSupport' class.
setDoWithApplicationContext ( Object )This method is from 'WebFlowPluginSupport' class.
setDoWithDynamicMethods ( Object )This method is from 'WebFlowPluginSupport' class.
setDoWithSpring ( Object )This method is from 'WebFlowPluginSupport' class.
...
package org.codehaus.groovy.grails.webflow.context.servlet
[+] GrailsFlowUrlHandler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170057 has been renamed to __timeStamp__239_neverHappen1356008148975. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170057 in GrailsFlowUrlHandler. |
[+] affected methods (13)
GrailsFlowUrlHandler ( )This constructor is from 'GrailsFlowUrlHandler' class.
__.swapInit ( )This method is from 'GrailsFlowUrlHandler' class.
createFlowDefinitionUrl ( String, AttributeMap, HttpServletRequest )This method is from 'GrailsFlowUrlHandler' class.
createFlowExecutionUrl ( String, String, HttpServletRequest )This method is from 'GrailsFlowUrlHandler' class.
getApplicationContext ( )This method is from 'GrailsFlowUrlHandler' class.
getFlowId ( HttpServletRequest )This method is from 'GrailsFlowUrlHandler' class.
getMetaClass ( )This method is from 'GrailsFlowUrlHandler' class.
getProperty ( String )This method is from 'GrailsFlowUrlHandler' class.
invokeMethod ( String, Object )This method is from 'GrailsFlowUrlHandler' class.
setApplicationContext ( ApplicationContext )This method is from 'GrailsFlowUrlHandler' class.
setMetaClass ( MetaClass )This method is from 'GrailsFlowUrlHandler' class.
setProperty ( String, Object )This method is from 'GrailsFlowUrlHandler' class.
...
package org.codehaus.groovy.grails.webflow.engine.builder
[+] AbstractDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170074 has been renamed to __timeStamp__239_neverHappen1356008148996. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170074 in AbstractDelegate. |
[+] affected methods (13)
AbstractDelegate ( RequestContext )This constructor is from 'AbstractDelegate' abstract class.
__.swapInit ( )This method is from 'AbstractDelegate' abstract class.
getContext ( )This method is from 'AbstractDelegate' abstract class.
getConversation ( )This method is from 'AbstractDelegate' abstract class.
getCurrentEvent ( )This method is from 'AbstractDelegate' abstract class.
getFlash ( )This method is from 'AbstractDelegate' abstract class.
getFlow ( )This method is from 'AbstractDelegate' abstract class.
getMetaClass ( )This method is from 'AbstractDelegate' abstract class.
getProperty ( String )This method is from 'AbstractDelegate' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractDelegate' abstract class.
setContext ( RequestContext )This method is from 'AbstractDelegate' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractDelegate' abstract class.
...
[+] AbstractMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227169985 has been renamed to __timeStamp__239_neverHappen1356008148903. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227169985 in AbstractMapper. |
[+] affected methods (10)
AbstractMapper ( Closure )This constructor is from 'AbstractMapper' abstract class.
__.swapInit ( )This method is from 'AbstractMapper' abstract class.
getMetaClass ( )This method is from 'AbstractMapper' abstract class.
getProperty ( String )This method is from 'AbstractMapper' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractMapper' abstract class.
map ( Object, Object )This method is from 'AbstractMapper' abstract class.
map ( Object, Object, Object )This abstract method is from 'AbstractMapper' abstract class.
methodMissing ( String, Object )This method is from 'AbstractMapper' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractMapper' abstract class.
setProperty ( String, Object )This method is from 'AbstractMapper' abstract class.
[+] ActionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170194 has been renamed to __timeStamp__239_neverHappen1356008149098. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170194 in ActionDelegate. |
[+] affected methods (8)
ActionDelegate ( Action, RequestContext )This constructor is from 'ActionDelegate' class.
__.swapInit ( )This method is from 'ActionDelegate' class.
getAction ( )This method is from 'ActionDelegate' class.
getActionMetaClass ( )This method is from 'ActionDelegate' class.
invokeMethodAsEvent ( String, Object )This method is from 'ActionDelegate' class.
methodMissing ( String, Object )This method is from 'ActionDelegate' class.
setAction ( Action )This method is from 'ActionDelegate' class.
setActionMetaClass ( MetaClass )This method is from 'ActionDelegate' class.
[+] ClosureExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170004 has been renamed to __timeStamp__239_neverHappen1356008148922. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170004 in ClosureExpression. |
[+] affected methods (13)
ClosureExpression ( Closure )This constructor is from 'ClosureExpression' class.
__.swapInit ( )This method is from 'ClosureExpression' class.
getClosure ( )This method is from 'ClosureExpression' class.
getExpressionString ( )This method is from 'ClosureExpression' class.
getMetaClass ( )This method is from 'ClosureExpression' class.
getProperty ( String )This method is from 'ClosureExpression' class.
getValue ( Object )This method is from 'ClosureExpression' class.
getValueType ( Object )This method is from 'ClosureExpression' class.
invokeMethod ( String, Object )This method is from 'ClosureExpression' class.
setClosure ( Closure )This method is from 'ClosureExpression' class.
setMetaClass ( MetaClass )This method is from 'ClosureExpression' class.
setProperty ( String, Object )This method is from 'ClosureExpression' class.
...
[+] ClosureInvokingAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170090 has been renamed to __timeStamp__239_neverHappen1356008149013. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170090 in ClosureInvokingAction. |
[+] affected methods (22)
ClosureInvokingAction ( Closure )This constructor is from 'ClosureInvokingAction' class.
__.swapInit ( )This method is from 'ClosureInvokingAction' class.
checkAppContext ( )This method is from 'ClosureInvokingAction' class.
checkForErrors ( Object, Object )This method is from 'ClosureInvokingAction' class.
doExecute ( RequestContext )This method is from 'ClosureInvokingAction' class.
getApplicationContext ( )This method is from 'ClosureInvokingAction' class.
getCallable ( )This method is from 'ClosureInvokingAction' class.
getCommandClasses ( )This method is from 'ClosureInvokingAction' class.
getHasCommandObjects ( )This method is from 'ClosureInvokingAction' class.
getMetaClass ( )This method is from 'ClosureInvokingAction' class.
getNoOfParams ( )This method is from 'ClosureInvokingAction' class.
getProperty ( String )This method is from 'ClosureInvokingAction' class.
...
[+] ControllerDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170205 has been renamed to __timeStamp__239_neverHappen1356008149109. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170205 in ControllerDelegate. |
[+] affected methods (3)
ControllerDelegate ( RequestContext )This constructor is from 'ControllerDelegate' class.
__.swapInit ( )This method is from 'ControllerDelegate' class.
invokeMethod ( String, Object )This method is from 'ControllerDelegate' class.
[+] ExpressionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170208 has been renamed to __timeStamp__239_neverHappen1356008149112. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170208 in ExpressionDelegate. |
[+] affected methods (4)
ExpressionDelegate ( RequestContext )This constructor is from 'ExpressionDelegate' class.
__.swapInit ( )This method is from 'ExpressionDelegate' class.
resolveExpression ( ExpressionDelegate, Object )1st parameter 'delegate' of this method has type 'ExpressionDelegate'.
resolveExpressionsInParams ( ExpressionDelegate, Map )1st parameter 'delegate' of this method has type 'ExpressionDelegate'.
[+] FlowBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170126 has been renamed to __timeStamp__239_neverHappen1356008149044. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170126 in FlowBuilder. |
[+] affected methods (26)
FlowBuilder ( String, Closure, FlowBuilderServices, FlowDefinitionLocator )This constructor is from 'FlowBuilder' class.
FlowBuilder ( String, FlowBuilderServices, FlowDefinitionLocator )This constructor is from 'FlowBuilder' class.
__.swapInit ( )This method is from 'FlowBuilder' class.
buildStates ( )This method is from 'FlowBuilder' class.
createEndState ( String, String, FlowArtifactFactory )This method is from 'FlowBuilder' class.
createEndState ( String, String, FlowArtifactFactory, Mapper )This method is from 'FlowBuilder' class.
createEndState ( String, String, FlowArtifactFactory, Mapper, Closure )This method is from 'FlowBuilder' class.
createViewFactory ( String )This method is from 'FlowBuilder' class.
flow ( Closure )This method is from 'FlowBuilder' class.
getApplicationContext ( )This method is from 'FlowBuilder' class.
getCLOSURE_METHODS ( )This method is from 'FlowBuilder' class.
getDO_CALL_METHOD ( )This method is from 'FlowBuilder' class.
...
[+] FlowInfoCapturer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170009 has been renamed to __timeStamp__239_neverHappen1356008148927. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170009 in FlowInfoCapturer. |
[+] affected methods (37)
FlowInfoCapturer ( FlowBuilder, ApplicationContext )This constructor is from 'FlowInfoCapturer' class.
__.swapInit ( )This method is from 'FlowInfoCapturer' class.
action ( Closure )This method is from 'FlowInfoCapturer' class.
getAction ( )This method is from 'FlowInfoCapturer' class.
getEntryAction ( )This method is from 'FlowInfoCapturer' class.
getExceptionHandlers ( )This method is from 'FlowInfoCapturer' class.
getExitAction ( )This method is from 'FlowInfoCapturer' class.
getMetaClass ( )This method is from 'FlowInfoCapturer' class.
getOutputMapper ( )This method is from 'FlowInfoCapturer' class.
getProperty ( String )This method is from 'FlowInfoCapturer' class.
getPropertyDescriptors ( )This method is from 'FlowInfoCapturer' class.
getRedirectUrl ( )This method is from 'FlowInfoCapturer' class.
...
[+] GrailsSubflowAttributeMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170047 has been renamed to __timeStamp__239_neverHappen1356008148965. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170047 in GrailsSubflowAttributeMapper. |
[+] affected methods (9)
GrailsSubflowAttributeMapper ( Map )This constructor is from 'GrailsSubflowAttributeMapper' class.
__.swapInit ( )This method is from 'GrailsSubflowAttributeMapper' class.
createSubflowInput ( RequestContext )This method is from 'GrailsSubflowAttributeMapper' class.
getMetaClass ( )This method is from 'GrailsSubflowAttributeMapper' class.
getProperty ( String )This method is from 'GrailsSubflowAttributeMapper' class.
invokeMethod ( String, Object )This method is from 'GrailsSubflowAttributeMapper' class.
mapSubflowOutput ( AttributeMap, RequestContext )This method is from 'GrailsSubflowAttributeMapper' class.
setMetaClass ( MetaClass )This method is from 'GrailsSubflowAttributeMapper' class.
setProperty ( String, Object )This method is from 'GrailsSubflowAttributeMapper' class.
[+] InputMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170171 has been renamed to __timeStamp__239_neverHappen1356008149083. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170171 in InputMapper. |
[+] affected methods (3)
InputMapper ( Closure )This constructor is from 'InputMapper' class.
__.swapInit ( )This method is from 'InputMapper' class.
map ( Object, Object, Object )This method is from 'InputMapper' class.
[+] KeyExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227169999 has been renamed to __timeStamp__239_neverHappen1356008148917. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227169999 in KeyExpression. |
[+] affected methods (13)
KeyExpression ( )This constructor is from 'KeyExpression' class.
__.swapInit ( )This method is from 'KeyExpression' class.
getExpressionString ( )This method is from 'KeyExpression' class.
getKey ( )This method is from 'KeyExpression' class.
getMetaClass ( )This method is from 'KeyExpression' class.
getProperty ( String )This method is from 'KeyExpression' class.
getValue ( Object )This method is from 'KeyExpression' class.
getValueType ( Object )This method is from 'KeyExpression' class.
invokeMethod ( String, Object )This method is from 'KeyExpression' class.
setKey ( String )This method is from 'KeyExpression' class.
setMetaClass ( MetaClass )This method is from 'KeyExpression' class.
setProperty ( String, Object )This method is from 'KeyExpression' class.
...
[+] KeyValueMapping (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227169994 has been renamed to __timeStamp__239_neverHappen1356008148912. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227169994 in KeyValueMapping. |
[+] affected methods (18)
KeyValueMapping ( )This constructor is from 'KeyValueMapping' class.
__.swapInit ( )This method is from 'KeyValueMapping' class.
getKey ( )This method is from 'KeyValueMapping' class.
getMetaClass ( )This method is from 'KeyValueMapping' class.
getProperty ( String )This method is from 'KeyValueMapping' class.
getRequired ( )This method is from 'KeyValueMapping' class.
getSourceExpression ( )This method is from 'KeyValueMapping' class.
getTargetExpression ( )This method is from 'KeyValueMapping' class.
getValue ( )This method is from 'KeyValueMapping' class.
getValue ( Object )This method is from 'KeyValueMapping' class.
invokeMethod ( String, Object )This method is from 'KeyValueMapping' class.
isRequired ( )This method is from 'KeyValueMapping' class.
...
[+] OutputMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170182 has been renamed to __timeStamp__239_neverHappen1356008149087. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170182 in OutputMapper. |
[+] affected methods (3)
OutputMapper ( Closure )This constructor is from 'OutputMapper' class.
__.swapInit ( )This method is from 'OutputMapper' class.
map ( Object, Object, Object )This method is from 'OutputMapper' class.
[+] RuntimeRedirectAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170185 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170185 in RuntimeRedirectAction. |
[+] affected methods (18)
RuntimeRedirectAction ( )This constructor is from 'RuntimeRedirectAction' class.
__.swapInit ( )This method is from 'RuntimeRedirectAction' class.
doExecute ( RequestContext )This method is from 'RuntimeRedirectAction' class.
getAction ( )This method is from 'RuntimeRedirectAction' class.
getController ( )This method is from 'RuntimeRedirectAction' class.
getMetaClass ( )This method is from 'RuntimeRedirectAction' class.
getParams ( )This method is from 'RuntimeRedirectAction' class.
getProperty ( String )This method is from 'RuntimeRedirectAction' class.
getUrlMapper ( )This method is from 'RuntimeRedirectAction' class.
invokeMethod ( String, Object )This method is from 'RuntimeRedirectAction' class.
resolveExpression ( ExpressionDelegate, Object )This method is from 'RuntimeRedirectAction' class.
resolveExpressionsInParams ( ExpressionDelegate, Map )This method is from 'RuntimeRedirectAction' class.
...
[+] TransitionTo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170036 has been renamed to __timeStamp__239_neverHappen1356008148952. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170036 in TransitionTo. |
[+] affected methods (18)
on ( Class )Return value of this method has type 'TransitionTo'.
on ( String )Return value of this method has type 'TransitionTo'.
on ( String, Closure )Return value of this method has type 'TransitionTo'.
TransitionTo ( Class, Object, Object, Object )This constructor is from 'TransitionTo' class.
TransitionTo ( String, Object, Object, Object )This constructor is from 'TransitionTo' class.
TransitionTo ( String, Object, Object, Object, ClosureInvokingAction )This constructor is from 'TransitionTo' class.
__.swapInit ( )This method is from 'TransitionTo' class.
getExceptionHandlers ( )This method is from 'TransitionTo' class.
getMetaClass ( )This method is from 'TransitionTo' class.
getProperty ( String )This method is from 'TransitionTo' class.
getTransitions ( )This method is from 'TransitionTo' class.
invokeMethod ( String, Object )This method is from 'TransitionTo' class.
...
[+] UriRedirectAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227170190 has been renamed to __timeStamp__239_neverHappen1356008149095. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1367227170190 in UriRedirectAction. |
[+] affected methods (10)
UriRedirectAction ( )This constructor is from 'UriRedirectAction' class.
__.swapInit ( )This method is from 'UriRedirectAction' class.
doExecute ( RequestContext )This method is from 'UriRedirectAction' class.
getMetaClass ( )This method is from 'UriRedirectAction' class.
getProperty ( String )This method is from 'UriRedirectAction' class.
getUri ( )This method is from 'UriRedirectAction' class.
invokeMethod ( String, Object )This method is from 'UriRedirectAction' class.
setMetaClass ( MetaClass )This method is from 'UriRedirectAction' class.
setProperty ( String, Object )This method is from 'UriRedirectAction' class.
setUri ( Object )This method is from 'UriRedirectAction' class.
to the top
Problems with Methods, High Severity (5)
grails-datastore-core-1.1.7.RELEASE.jar, GormMappingConfigurationStrategy
package org.grails.datastore.mapping.model.config
[+] GormMappingConfigurationStrategy.getOrCreateAssociatedEntity ( PersistentEntity entity, MappingContext context, Class propType ) : PersistentEntity (1)
[mangled: org/grails/datastore/mapping/model/config/GormMappingConfigurationStrategy.getOrCreateAssociatedEntity:(Lorg/grails/datastore/mapping/model/PersistentEntity;Lorg/grails/datastore/mapping/model/MappingContext;Ljava/lang/Class;)Lorg/grails/datastore/mapping/model/PersistentEntity;]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: getOrCreateAssociatedEntity(PersistentEntity, MappingContext, Class) has private access in GormMappingConfigurationStrategy. |
[+] GormMappingConfigurationStrategy.getOrCreateEmbeddedEntity ( PersistentEntity entity, MappingContext context, Class type ) : PersistentEntity (1)
[mangled: org/grails/datastore/mapping/model/config/GormMappingConfigurationStrategy.getOrCreateEmbeddedEntity:(Lorg/grails/datastore/mapping/model/PersistentEntity;Lorg/grails/datastore/mapping/model/MappingContext;Ljava/lang/Class;)Lorg/grails/datastore/mapping/model/PersistentEntity;]
| Change | Effect |
---|
1 | Access level has been changed from protected to private. | Recompilation of a client program may be terminated with the message: getOrCreateEmbeddedEntity(PersistentEntity, MappingContext, Class) has private access in org.grails.datastore.mapping.model.config.GormMappingConfigurationStrategy. |
grails-datastore-core-1.1.7.RELEASE.jar, ManualProjections
package org.grails.datastore.mapping.query.projections
[+] ManualProjections.distinct ( Collection results, String property ) : Collection (1)
[mangled: org/grails/datastore/mapping/query/projections/ManualProjections.distinct:(Ljava/util/Collection;Ljava/lang/String;)Ljava/util/Collection;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: distinct(Collection, String) has private access in org.grails.datastore.mapping.query.projections.ManualProjections. |
grails-hibernate-2.1.5.jar, HibernatePersistenceContextInterceptor
package org.codehaus.groovy.grails.orm.hibernate.support
[+] HibernatePersistenceContextInterceptor.getParticipate ( ) : boolean (1)
[mangled: org/codehaus/groovy/grails/orm/hibernate/support/HibernatePersistenceContextInterceptor.getParticipate:()Z]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: getParticipate() has private access in HibernatePersistenceContextInterceptor. |
[+] HibernatePersistenceContextInterceptor.setParticipate ( boolean flag ) : void (1)
[mangled: org/codehaus/groovy/grails/orm/hibernate/support/HibernatePersistenceContextInterceptor.setParticipate:(Z)V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: setParticipate(boolean) has private access in org.codehaus.groovy.grails.orm.hibernate.support.HibernatePersistenceContextInterceptor. |
to the top
Problems with Data Types, Medium Severity (2)
grails-core-2.1.5.jar
package org.codehaus.groovy.grails.commons.cfg
[+] GrailsPlaceholderConfigurer (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.springframework.context.support.PropertySourcesPlaceholderConfigurer to org.springframework.beans.factory.config.PropertyPlaceholderConfigurer. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in GrailsPlaceholderConfigurer. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
GrailsPlaceholderConfigurer ( GrailsApplication )This constructor is from 'GrailsPlaceholderConfigurer' class.
loadProperties ( Properties )This method is from 'GrailsPlaceholderConfigurer' class.
grails-web-2.1.5.jar
package org.codehaus.groovy.grails.web.errors
[+] ErrorsViewStackTracePrinter (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.codehaus.groovy.grails.exceptions.DefaultStackTracePrinter to org.codehaus.groovy.grails.exceptions.DefaultErrorsPrinter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ErrorsViewStackTracePrinter. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (10)
ErrorsViewStackTracePrinter ( ResourceLocator )This constructor is from 'ErrorsViewStackTracePrinter' class.
__.swapInit ( )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrintCodeSnippet ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
shouldSkipNextCause ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
to the top
Problems with Methods, Medium Severity (1)
grails-datastore-core-1.1.7.RELEASE.jar, AbstractMappingContext
package org.grails.datastore.mapping.model
[+] AbstractMappingContext.addPersistentEntity ( Class javaClass ) : PersistentEntity (1)
[mangled: org/grails/datastore/mapping/model/AbstractMappingContext.addPersistentEntity:(Ljava/lang/Class;)Lorg/grails/datastore/mapping/model/PersistentEntity;]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: addPersistentEntity(Class) in client class C cannot override addPersistentEntity(Class) in org.grails.datastore.mapping.model.AbstractMappingContext; overridden method is final. |
to the top
Problems with Data Types, Low Severity (1)
grails-hibernate-2.1.5.jar
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] GORMEnhancingBeanPostProcessor (1)
| Change | Effect |
---|
1 | Added super-class org.codehaus.groovy.grails.plugins.support.BeanPostProcessorAdapter. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (10)
GORMEnhancingBeanPostProcessor ( )This constructor is from 'GORMEnhancingBeanPostProcessor' class.
__.swapInit ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getApplicationContext ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getMetaClass ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getProperty ( String )This method is from 'GORMEnhancingBeanPostProcessor' class.
invokeMethod ( String, Object )This method is from 'GORMEnhancingBeanPostProcessor' class.
postProcessAfterInitialization ( Object, String )This method is from 'GORMEnhancingBeanPostProcessor' class.
setApplicationContext ( ApplicationContext )This method is from 'GORMEnhancingBeanPostProcessor' class.
setMetaClass ( MetaClass )This method is from 'GORMEnhancingBeanPostProcessor' class.
setProperty ( String, Object )This method is from 'GORMEnhancingBeanPostProcessor' class.
to the top
Other Changes in Data Types (87)
grails-bootstrap-2.1.5.jar
package grails.util
[+] BuildSettings (3)
| Change | Effect |
---|
1 | Field LOG_SCRIPT_TIMING_KEY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOG_SCRIPT_TIMING_KEY is ambiguous. |
2 | Field PROJECT_AUTODEPLOY_DIR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to PROJECT_AUTODEPLOY_DIR is ambiguous. |
3 | Field __timeStamp__239_neverHappen1356008004671 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008004671 is ambiguous. |
[+] affected methods (360)
BuildSettings ( )This constructor is from 'BuildSettings' class.
BuildSettings ( File )This constructor is from 'BuildSettings' class.
BuildSettings ( File, File )This constructor is from 'BuildSettings' class.
__.swapInit ( )This method is from 'BuildSettings' class.
configureDependencyManager ( ConfigObject )This method is from 'BuildSettings' class.
createConfigSlurper ( )This method is from 'BuildSettings' class.
get.allDependenciesReport ( )This method is from 'BuildSettings' class.
get.defaultBuildDependencies ( )This method is from 'BuildSettings' class.
get.defaultCompileDependencies ( )This method is from 'BuildSettings' class.
get.defaultProvidedDependencies ( )This method is from 'BuildSettings' class.
get.defaultRuntimeDependencies ( )This method is from 'BuildSettings' class.
get.defaultTestDependencies ( )This method is from 'BuildSettings' class.
...
package org.codehaus.groovy.grails.io.support
[+] GrailsResourceUtils (10)
| Change | Effect |
---|
1 | Field CLASSPATH_URL_PREFIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CLASSPATH_URL_PREFIX is ambiguous. |
2 | Field FILE_URL_PREFIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FILE_URL_PREFIX is ambiguous. |
3 | Field JAR_URL_SEPARATOR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to JAR_URL_SEPARATOR is ambiguous. |
4 | Field URL_PROTOCOL_CODE_SOURCE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL_PROTOCOL_CODE_SOURCE is ambiguous. |
5 | Field URL_PROTOCOL_FILE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL_PROTOCOL_FILE is ambiguous. |
6 | Field URL_PROTOCOL_JAR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL_PROTOCOL_JAR is ambiguous. |
7 | Field URL_PROTOCOL_VFS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL_PROTOCOL_VFS is ambiguous. |
8 | Field URL_PROTOCOL_VFSZIP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL_PROTOCOL_VFSZIP is ambiguous. |
9 | Field URL_PROTOCOL_WSJAR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL_PROTOCOL_WSJAR is ambiguous. |
10 | Field URL_PROTOCOL_ZIP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL_PROTOCOL_ZIP is ambiguous. |
[+] affected methods (7)
GrailsResourceUtils ( )This constructor is from 'GrailsResourceUtils' class.
appendPiecesForUri ( String[ ] )This method is from 'GrailsResourceUtils' class.
getArtefactDirectory ( String )This method is from 'GrailsResourceUtils' class.
getClassName ( String )This method is from 'GrailsResourceUtils' class.
getPathFromRoot ( String )This method is from 'GrailsResourceUtils' class.
isDomainClass ( URL )This method is from 'GrailsResourceUtils' class.
isGrailsPath ( String )This method is from 'GrailsResourceUtils' class.
grails-core-2.1.5.jar
package org.codehaus.groovy.grails.compiler.injection
[+] GrailsASTUtils (2)
| Change | Effect |
---|
1 | Field DOMAIN_DIR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DOMAIN_DIR is ambiguous. |
2 | Field GRAILS_APP_DIR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to GRAILS_APP_DIR is ambiguous. |
[+] affected methods (39)
GrailsASTUtils ( )This constructor is from 'GrailsASTUtils' class.
addAnnotationIfNecessary ( ClassNode, Class )This method is from 'GrailsASTUtils' class.
addDelegateConstructor ( ClassNode, MethodNode )This method is from 'GrailsASTUtils' class.
addDelegateInstanceMethod ( ClassNode, Expression, MethodNode )This method is from 'GrailsASTUtils' class.
addDelegateInstanceMethod ( ClassNode, Expression, MethodNode, boolean )This method is from 'GrailsASTUtils' class.
addDelegateInstanceMethods ( ClassNode, ClassNode, ClassNode, Expression )This method is from 'GrailsASTUtils' class.
addDelegateInstanceMethods ( ClassNode, ClassNode, Expression )This method is from 'GrailsASTUtils' class.
addDelegateStaticMethod ( ClassNode, MethodNode )This method is from 'GrailsASTUtils' class.
addDelegateStaticMethod ( Expression, ClassNode, MethodNode )This method is from 'GrailsASTUtils' class.
addMethodIfNotPresent ( ClassNode, MethodNode )This method is from 'GrailsASTUtils' class.
createArgumentListFromParameters ( Parameter[ ], boolean )This method is from 'GrailsASTUtils' class.
createPrintlnStatement ( String )This method is from 'GrailsASTUtils' class.
...
package org.codehaus.groovy.grails.documentation
[+] DocumentationContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1356008020008 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008020008 is ambiguous. |
[+] affected methods (26)
DocumentationContext ( )This constructor is from 'DocumentationContext' class.
__.swapInit ( )This method is from 'DocumentationContext' class.
document ( String )This method is from 'DocumentationContext' class.
documentMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
documentProperty ( String, Class, String )This method is from 'DocumentationContext' class.
documentStaticMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
getArtefactType ( )This method is from 'DocumentationContext' class.
getCurrentDocumentation ( )This method is from 'DocumentationContext' class.
getInstance ( )This method is from 'DocumentationContext' class.
getMetaClass ( )This method is from 'DocumentationContext' class.
getMethods ( )This method is from 'DocumentationContext' class.
getProperties ( )This method is from 'DocumentationContext' class.
...
package org.codehaus.groovy.grails.exceptions
[+] DefaultStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1356008004199 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008004199 is ambiguous. |
[+] affected methods (16)
DefaultStackTracePrinter ( )This constructor is from 'DefaultStackTracePrinter' class.
__.swapInit ( )This method is from 'DefaultStackTracePrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultStackTracePrinter' class.
getMetaClass ( )This method is from 'DefaultStackTracePrinter' class.
getProperty ( String )This method is from 'DefaultStackTracePrinter' class.
invokeMethod ( String, Object )This method is from 'DefaultStackTracePrinter' class.
makeRelativeIfPossible ( String )This method is from 'DefaultStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'DefaultStackTracePrinter' class.
printCausedByMessage ( PrintWriter, Throwable )This method is from 'DefaultStackTracePrinter' class.
printFailureLocation ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
printHeader ( PrintWriter, String )This method is from 'DefaultStackTracePrinter' class.
printLastEntry ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
...
grails-datastore-core-1.1.7.RELEASE.jar
package org.grails.datastore.mapping.config.groovy
[+] MappingConfigurationBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355232907546 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355232907546 is ambiguous. |
[+] affected methods (14)
MappingConfigurationBuilder ( Object, Class )This constructor is from 'MappingConfigurationBuilder' class.
__.swapInit ( )This method is from 'MappingConfigurationBuilder' class.
evaluate ( Closure )This method is from 'MappingConfigurationBuilder' class.
getMetaClass ( )This method is from 'MappingConfigurationBuilder' class.
getProperties ( )This method is from 'MappingConfigurationBuilder' class.
getProperty ( String )This method is from 'MappingConfigurationBuilder' class.
getPropertyClass ( )This method is from 'MappingConfigurationBuilder' class.
getTarget ( )This method is from 'MappingConfigurationBuilder' class.
invokeMethod ( String, Object )This method is from 'MappingConfigurationBuilder' class.
setMetaClass ( MetaClass )This method is from 'MappingConfigurationBuilder' class.
setProperties ( Map )This method is from 'MappingConfigurationBuilder' class.
setProperty ( String, Object )This method is from 'MappingConfigurationBuilder' class.
...
package org.grails.datastore.mapping.core
[+] AbstractSession (1)
| Change | Effect |
---|
1 | Field objectToKey has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to objectToKey is ambiguous. |
[+] affected methods (51)
AbstractSession ( Datastore, MappingContext, ApplicationEventPublisher )This constructor is from 'AbstractSession' abstract class.
AbstractSession ( Datastore, MappingContext, ApplicationEventPublisher, TPCacheAdapterRepository )This constructor is from 'AbstractSession' abstract class.
addPendingInsert ( PendingInsert )This method is from 'AbstractSession' abstract class.
addPendingUpdate ( PendingUpdate )This method is from 'AbstractSession' abstract class.
addPostFlushOperation ( Runnable )This method is from 'AbstractSession' abstract class.
attach ( Object )This method is from 'AbstractSession' abstract class.
beginTransaction ( )This method is from 'AbstractSession' abstract class.
beginTransactionInternal ( )This abstract method is from 'AbstractSession' abstract class.
cacheCollection ( PersistentEntity, Serializable, Collection, String )This method is from 'AbstractSession' abstract class.
cacheEntry ( Serializable, Object, Map, boolean )This method is from 'AbstractSession' abstract class.
cacheEntry ( PersistentEntity, Serializable, Object )This method is from 'AbstractSession' abstract class.
cacheInstance ( Class, Serializable, Object )This method is from 'AbstractSession' abstract class.
...
grails-datastore-gorm-1.1.7.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119458 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119458 is ambiguous. |
[+] affected methods (127)
DetachedCriteria ( Class )This constructor is from 'DetachedCriteria' class.
__.swapInit ( )This method is from 'DetachedCriteria' class.
add ( Query.Criterion )This method is from 'DetachedCriteria' class.
and ( Closure )This method is from 'DetachedCriteria' class.
between ( String, Object, Object )This method is from 'DetachedCriteria' class.
build ( Closure )This method is from 'DetachedCriteria' class.
buildLazy ( Closure )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
count ( )This method is from 'DetachedCriteria' class.
count ( Closure )This method is from 'DetachedCriteria' class.
count ( Map )This method is from 'DetachedCriteria' class.
...
package org.grails.datastore.gorm
[+] AbstractDatastoreApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119551 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119551 is ambiguous. |
[+] affected methods (9)
AbstractDatastoreApi ( Datastore )This constructor is from 'AbstractDatastoreApi' abstract class.
__.swapInit ( )This method is from 'AbstractDatastoreApi' abstract class.
execute ( SessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
execute ( VoidSessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
getMetaClass ( )This method is from 'AbstractDatastoreApi' abstract class.
getProperty ( String )This method is from 'AbstractDatastoreApi' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractDatastoreApi' abstract class.
setProperty ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
[+] AbstractGormApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119706 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119706 is ambiguous. |
[+] affected methods (5)
AbstractGormApi ( Class, Datastore )This constructor is from 'AbstractGormApi' abstract class.
__.swapInit ( )This method is from 'AbstractGormApi' abstract class.
getEXCLUDES ( )This method is from 'AbstractGormApi' abstract class.
getExtendedMethods ( )This method is from 'AbstractGormApi' abstract class.
getMethods ( )This method is from 'AbstractGormApi' abstract class.
[+] GormEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119556 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119556 is ambiguous. |
[+] affected methods (27)
GormEnhancer ( Datastore )This constructor is from 'GormEnhancer' class.
GormEnhancer ( Datastore, PlatformTransactionManager )This constructor is from 'GormEnhancer' class.
__.swapInit ( )This method is from 'GormEnhancer' class.
enhance ( )This method is from 'GormEnhancer' class.
enhance ( PersistentEntity )This method is from 'GormEnhancer' class.
enhance ( PersistentEntity, boolean )This method is from 'GormEnhancer' class.
enhance ( boolean )This method is from 'GormEnhancer' class.
getAllDynamicFinders ( )This method is from 'GormEnhancer' class.
getDatastore ( )This method is from 'GormEnhancer' class.
getFailOnError ( )This method is from 'GormEnhancer' class.
getFinders ( )This method is from 'GormEnhancer' class.
getInstanceApi ( Class )This method is from 'GormEnhancer' class.
...
[+] GormInstanceApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119797 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119797 is ambiguous. |
[+] affected methods (25)
getInstanceApi ( Class )Return value of this method has type 'GormInstanceApi'.
getInstanceApi ( Class )Return value of this method has type 'GormInstanceApi'.
GormInstanceApi ( Class, Datastore )This constructor is from 'GormInstanceApi' class.
__.swapInit ( )This method is from 'GormInstanceApi' class.
attach ( Object )This method is from 'GormInstanceApi' class.
delete ( Object )This method is from 'GormInstanceApi' class.
delete ( Object, Map )This method is from 'GormInstanceApi' class.
discard ( Object )This method is from 'GormInstanceApi' class.
doSave ( Object, Map, Session )This method is from 'GormInstanceApi' class.
getFailOnError ( )This method is from 'GormInstanceApi' class.
getValidationException ( )This method is from 'GormInstanceApi' class.
ident ( Object )This method is from 'GormInstanceApi' class.
...
[+] GormStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119844 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119844 is ambiguous. |
[+] affected methods (82)
getStaticApi ( Class )Return value of this method has type 'GormStaticApi'.
getStaticApi ( Class )Return value of this method has type 'GormStaticApi'.
GormStaticApi ( Class, Datastore, List )This constructor is from 'GormStaticApi' class.
GormStaticApi ( Class, Datastore, List, PlatformTransactionManager )This constructor is from 'GormStaticApi' class.
__.swapInit ( )This method is from 'GormStaticApi' class.
count ( )This method is from 'GormStaticApi' class.
create ( )This method is from 'GormStaticApi' class.
createCriteria ( )This method is from 'GormStaticApi' class.
deleteAll ( Object[ ] )This method is from 'GormStaticApi' class.
deleteAll ( Iterable )This method is from 'GormStaticApi' class.
executeQuery ( String )This method is from 'GormStaticApi' class.
executeQuery ( String, Collection )This method is from 'GormStaticApi' class.
...
[+] GormValidationApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119960 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119960 is ambiguous. |
[+] affected methods (16)
getValidationApi ( Class )Return value of this method has type 'GormValidationApi'.
getValidationApi ( Class )Return value of this method has type 'GormValidationApi'.
GormValidationApi ( Class, Datastore )This constructor is from 'GormValidationApi' class.
__.swapInit ( )This method is from 'GormValidationApi' class.
clearErrors ( Object )This method is from 'GormValidationApi' class.
getBeforeValidateHelper ( )This method is from 'GormValidationApi' class.
getErrors ( Object )This method is from 'GormValidationApi' class.
getValidator ( )This method is from 'GormValidationApi' class.
hasErrors ( Object )This method is from 'GormValidationApi' class.
setBeforeValidateHelper ( BeforeValidateHelper )This method is from 'GormValidationApi' class.
setErrors ( Object, Errors )This method is from 'GormValidationApi' class.
setValidator ( Validator )This method is from 'GormValidationApi' class.
...
[+] InstanceMethodInvokingClosure (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119780 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119780 is ambiguous. |
[+] affected methods (5)
InstanceMethodInvokingClosure ( Object, String, Class[ ] )This constructor is from 'InstanceMethodInvokingClosure' class.
__.swapInit ( )This method is from 'InstanceMethodInvokingClosure' class.
call ( Object[ ] )This method is from 'InstanceMethodInvokingClosure' class.
doCall ( Object[ ] )This method is from 'InstanceMethodInvokingClosure' class.
getParameterTypes ( )This method is from 'InstanceMethodInvokingClosure' class.
[+] StaticMethodInvokingClosure (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119789 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119789 is ambiguous. |
[+] affected methods (5)
StaticMethodInvokingClosure ( Object, String, Class[ ] )This constructor is from 'StaticMethodInvokingClosure' class.
__.swapInit ( )This method is from 'StaticMethodInvokingClosure' class.
call ( Object[ ] )This method is from 'StaticMethodInvokingClosure' class.
doCall ( Object[ ] )This method is from 'StaticMethodInvokingClosure' class.
getParameterTypes ( )This method is from 'StaticMethodInvokingClosure' class.
package org.grails.datastore.gorm.bean.factory
[+] AbstractMappingContextFactoryBean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119593 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119593 is ambiguous. |
[+] affected methods (24)
AbstractMappingContextFactoryBean ( )This constructor is from 'AbstractMappingContextFactoryBean' abstract class.
__.swapInit ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
createMappingContext ( )This abstract method is from 'AbstractMappingContextFactoryBean' abstract class.
getApplicationContext ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getDefaultExternal ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getGrailsApplication ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMappingStrategy ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMetaClass ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObjectType ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getPluginManager ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
...
package org.grails.datastore.gorm.proxy
[+] GroovyProxyFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119609 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119609 is ambiguous. |
[+] affected methods (12)
GroovyProxyFactory ( )This constructor is from 'GroovyProxyFactory' class.
__.swapInit ( )This method is from 'GroovyProxyFactory' class.
createProxy ( Session, Class, Serializable )This method is from 'GroovyProxyFactory' class.
getIdentifier ( Object )This method is from 'GroovyProxyFactory' class.
getMetaClass ( )This method is from 'GroovyProxyFactory' class.
getProperty ( String )This method is from 'GroovyProxyFactory' class.
invokeMethod ( String, Object )This method is from 'GroovyProxyFactory' class.
isInitialized ( Object )This method is from 'GroovyProxyFactory' class.
isProxy ( Object )This method is from 'GroovyProxyFactory' class.
setMetaClass ( MetaClass )This method is from 'GroovyProxyFactory' class.
setProperty ( String, Object )This method is from 'GroovyProxyFactory' class.
unwrap ( Object )This method is from 'GroovyProxyFactory' class.
...
package org.grails.datastore.gorm.query
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119643 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119643 is ambiguous. |
[+] affected methods (27)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getCriteriaClosure ( )This method is from 'NamedCriteriaProxy' class.
getEntity ( )This method is from 'NamedCriteriaProxy' class.
getFinders ( )This method is from 'NamedCriteriaProxy' class.
...
[+] NamedQueriesBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119631 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119631 is ambiguous. |
[+] affected methods (16)
NamedQueriesBuilder ( PersistentEntity, List )This constructor is from 'NamedQueriesBuilder' class.
__.swapInit ( )This method is from 'NamedQueriesBuilder' class.
evaluate ( Closure )This method is from 'NamedQueriesBuilder' class.
getEntity ( )This method is from 'NamedQueriesBuilder' class.
getFinders ( )This method is from 'NamedQueriesBuilder' class.
getInitialized ( )This method is from 'NamedQueriesBuilder' class.
getMetaClass ( )This method is from 'NamedQueriesBuilder' class.
getProperty ( String )This method is from 'NamedQueriesBuilder' class.
invokeMethod ( String, Object )This method is from 'NamedQueriesBuilder' class.
isInitialized ( )This method is from 'NamedQueriesBuilder' class.
methodMissing ( String, Object )This method is from 'NamedQueriesBuilder' class.
setEntity ( PersistentEntity )This method is from 'NamedQueriesBuilder' class.
...
package org.grails.datastore.gorm.query.criteria
[+] DetachedAssociationCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119720 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119720 is ambiguous. |
[+] affected methods (4)
DetachedAssociationCriteria ( Class, Association )This constructor is from 'DetachedAssociationCriteria' class.
__.swapInit ( )This method is from 'DetachedAssociationCriteria' class.
getAssociation ( )This method is from 'DetachedAssociationCriteria' class.
setAssociation ( Association )This method is from 'DetachedAssociationCriteria' class.
package org.grails.datastore.gorm.utils
[+] InstanceProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119693 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119693 is ambiguous. |
[+] affected methods (13)
InstanceProxy ( )This constructor is from 'InstanceProxy' class.
__.swapInit ( )This method is from 'InstanceProxy' class.
getAt ( String )This method is from 'InstanceProxy' class.
getInstance ( )This method is from 'InstanceProxy' class.
getMetaClass ( )This method is from 'InstanceProxy' class.
getProperty ( String )This method is from 'InstanceProxy' class.
getTarget ( )This method is from 'InstanceProxy' class.
invokeMethod ( String, Object )This method is from 'InstanceProxy' class.
putAt ( String, Object )This method is from 'InstanceProxy' class.
setInstance ( Object )This method is from 'InstanceProxy' class.
setMetaClass ( MetaClass )This method is from 'InstanceProxy' class.
setProperty ( String, Object )This method is from 'InstanceProxy' class.
...
package org.grails.datastore.gorm.validation.constraints
[+] UniqueConstraint (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119737 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119737 is ambiguous. |
[+] affected methods (14)
UniqueConstraint ( Datastore )This constructor is from 'UniqueConstraint' class.
__.swapInit ( )This method is from 'UniqueConstraint' class.
getDatastore ( )This method is from 'UniqueConstraint' class.
getMetaClass ( )This method is from 'UniqueConstraint' class.
getName ( )This method is from 'UniqueConstraint' class.
getProperty ( String )This method is from 'UniqueConstraint' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraint' class.
isValid ( )This method is from 'UniqueConstraint' class.
processValidate ( Object, Object, Errors )This method is from 'UniqueConstraint' class.
setDatastore ( Datastore )This method is from 'UniqueConstraint' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraint' class.
setProperty ( String, Object )This method is from 'UniqueConstraint' class.
...
[+] UniqueConstraintFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233119700 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233119700 is ambiguous. |
[+] affected methods (10)
UniqueConstraintFactory ( Datastore )This constructor is from 'UniqueConstraintFactory' class.
__.swapInit ( )This method is from 'UniqueConstraintFactory' class.
getDatastore ( )This method is from 'UniqueConstraintFactory' class.
getMetaClass ( )This method is from 'UniqueConstraintFactory' class.
getProperty ( String )This method is from 'UniqueConstraintFactory' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraintFactory' class.
newInstance ( )This method is from 'UniqueConstraintFactory' class.
setDatastore ( Datastore )This method is from 'UniqueConstraintFactory' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraintFactory' class.
setProperty ( String, Object )This method is from 'UniqueConstraintFactory' class.
grails-datastore-simple-1.1.7.RELEASE.jar
package org.grails.datastore.mapping.simple.engine
[+] SimpleMapEntityPersister (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233286695 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233286695 is ambiguous. |
[+] affected methods (49)
SimpleMapEntityPersister ( MappingContext, PersistentEntity, Session, SimpleMapDatastore, ApplicationEventPublisher )This constructor is from 'SimpleMapEntityPersister' class.
__.swapInit ( )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createQuery ( )This method is from 'SimpleMapEntityPersister' class.
deleteEntries ( String, List )This method is from 'SimpleMapEntityPersister' class.
deleteEntry ( String, Object, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
getAssociationIndexer ( Object, Association )This method is from 'SimpleMapEntityPersister' class.
...
package org.grails.datastore.mapping.simple.query
[+] SimpleMapQuery (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233286268 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233286268 is ambiguous. |
[+] affected methods (30)
SimpleMapQuery ( SimpleMapSession, PersistentEntity, SimpleMapEntityPersister )This constructor is from 'SimpleMapQuery' class.
__.swapInit ( )This method is from 'SimpleMapQuery' class.
executeAssociationSubQuery ( Object, PersistentEntity, Query.Junction, PersistentProperty )This method is from 'SimpleMapQuery' class.
executeLikeWithRegex ( SimpleMapEntityPersister, PersistentProperty, Object )This method is from 'SimpleMapQuery' class.
executeQuery ( PersistentEntity, Query.Junction )This method is from 'SimpleMapQuery' class.
executeSubQuery ( Object, Object )This method is from 'SimpleMapQuery' class.
executeSubQueryInternal ( Object, Object )This method is from 'SimpleMapQuery' class.
getAssociationQueryHandlers ( )This method is from 'SimpleMapQuery' class.
getDatastore ( )This method is from 'SimpleMapQuery' class.
getFamily ( PersistentEntity )This method is from 'SimpleMapQuery' class.
getFunctionHandlers ( )This method is from 'SimpleMapQuery' class.
getHandlers ( )This method is from 'SimpleMapQuery' class.
...
[+] SimpleMapResultList (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1355233286257 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1355233286257 is ambiguous. |
[+] affected methods (11)
SimpleMapResultList ( SimpleMapQuery )This constructor is from 'SimpleMapResultList' class.
__.swapInit ( )This method is from 'SimpleMapResultList' class.
getMetaClass ( )This method is from 'SimpleMapResultList' class.
getProperty ( String )This method is from 'SimpleMapResultList' class.
getQuery ( )This method is from 'SimpleMapResultList' class.
getResults ( )This method is from 'SimpleMapResultList' class.
invokeMethod ( String, Object )This method is from 'SimpleMapResultList' class.
setMetaClass ( MetaClass )This method is from 'SimpleMapResultList' class.
setProperty ( String, Object )This method is from 'SimpleMapResultList' class.
setQuery ( SimpleMapQuery )This method is from 'SimpleMapResultList' class.
setResults ( List )This method is from 'SimpleMapResultList' class.
...
grails-hibernate-2.1.5.jar
package grails.orm
[+] HibernateCriteriaBuilder (40)
| Change | Effect |
---|
1 | Field BIG_DECIMAL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BIG_DECIMAL is ambiguous. |
2 | Field BIG_INTEGER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BIG_INTEGER is ambiguous. |
3 | Field BINARY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BINARY is ambiguous. |
4 | Field BLOB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BLOB is ambiguous. |
5 | Field BOOLEAN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BOOLEAN is ambiguous. |
6 | Field BYTE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BYTE is ambiguous. |
7 | Field CALENDAR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CALENDAR is ambiguous. |
8 | Field CALENDAR_DATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CALENDAR_DATE is ambiguous. |
9 | Field CHARACTER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CHARACTER is ambiguous. |
10 | Field CHARACTERS_CLOB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CHARACTERS_CLOB is ambiguous. |
11 | Field CHARACTER_ARRAY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CHARACTER_ARRAY is ambiguous. |
12 | Field CHAR_ARRAY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CHAR_ARRAY is ambiguous. |
13 | Field CLASS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CLASS is ambiguous. |
14 | Field CLOB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CLOB is ambiguous. |
15 | Field CURRENCY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to CURRENCY is ambiguous. |
16 | Field DATE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DATE is ambiguous. |
17 | Field DOUBLE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to DOUBLE is ambiguous. |
18 | Field FLOAT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to FLOAT is ambiguous. |
19 | Field IMAGE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to IMAGE is ambiguous. |
20 | Field INTEGER has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to INTEGER is ambiguous. |
21 | Field LOCALE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOCALE is ambiguous. |
22 | Field LONG has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LONG is ambiguous. |
23 | Field MATERIALIZED_BLOB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MATERIALIZED_BLOB is ambiguous. |
24 | Field MATERIALIZED_CLOB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MATERIALIZED_CLOB is ambiguous. |
25 | Field NUMERIC_BOOLEAN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to NUMERIC_BOOLEAN is ambiguous. |
26 | Field SERIALIZABLE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SERIALIZABLE is ambiguous. |
27 | Field SHORT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SHORT is ambiguous. |
28 | Field STRING has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to STRING is ambiguous. |
29 | Field TEXT has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to TEXT is ambiguous. |
30 | Field TIME has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to TIME is ambiguous. |
31 | Field TIMESTAMP has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to TIMESTAMP is ambiguous. |
32 | Field TIMEZONE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to TIMEZONE is ambiguous. |
33 | Field TRUE_FALSE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to TRUE_FALSE is ambiguous. |
34 | Field URL has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to URL is ambiguous. |
35 | Field UUID_BINARY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UUID_BINARY is ambiguous. |
36 | Field UUID_CHAR has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to UUID_CHAR is ambiguous. |
37 | Field WRAPPER_BINARY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to WRAPPER_BINARY is ambiguous. |
38 | Field WRAPPER_CHARACTERS_CLOB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to WRAPPER_CHARACTERS_CLOB is ambiguous. |
39 | Field WRAPPER_MATERIALIZED_BLOB has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to WRAPPER_MATERIALIZED_BLOB is ambiguous. |
40 | Field YES_NO has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to YES_NO is ambiguous. |
[+] affected methods (95)
HibernateCriteriaBuilder ( Class, SessionFactory )This constructor is from 'HibernateCriteriaBuilder' class.
HibernateCriteriaBuilder ( Class, SessionFactory, boolean )This constructor is from 'HibernateCriteriaBuilder' class.
addProjectionToList ( Projection, String )This method is from 'HibernateCriteriaBuilder' class.
avg ( String )This method is from 'HibernateCriteriaBuilder' class.
avg ( String, String )This method is from 'HibernateCriteriaBuilder' class.
between ( String, Object, Object )This method is from 'HibernateCriteriaBuilder' class.
buildCriteria ( Closure )This method is from 'HibernateCriteriaBuilder' class.
cache ( boolean )This method is from 'HibernateCriteriaBuilder' class.
count ( )This method is from 'HibernateCriteriaBuilder' class.
count ( String )This method is from 'HibernateCriteriaBuilder' class.
count ( String, String )This method is from 'HibernateCriteriaBuilder' class.
countDistinct ( String )This method is from 'HibernateCriteriaBuilder' class.
...
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] ColumnConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1356008044851 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008044851 is ambiguous. |
[+] affected methods (31)
ColumnConfig ( )This constructor is from 'ColumnConfig' class.
__.swapInit ( )This method is from 'ColumnConfig' class.
getEnumType ( )This method is from 'ColumnConfig' class.
getIndex ( )This method is from 'ColumnConfig' class.
getLength ( )This method is from 'ColumnConfig' class.
getMetaClass ( )This method is from 'ColumnConfig' class.
getName ( )This method is from 'ColumnConfig' class.
getPrecision ( )This method is from 'ColumnConfig' class.
getProperty ( String )This method is from 'ColumnConfig' class.
getScale ( )This method is from 'ColumnConfig' class.
getSqlType ( )This method is from 'ColumnConfig' class.
getUnique ( )This method is from 'ColumnConfig' class.
...
[+] JoinTable (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1356008045020 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008045020 is ambiguous. |
[+] affected methods (15)
JoinTable ( )This constructor is from 'JoinTable' class.
__.swapInit ( )This method is from 'JoinTable' class.
getColumn ( )This method is from 'JoinTable' class.
getKey ( )This method is from 'JoinTable' class.
getMetaClass ( )This method is from 'JoinTable' class.
getName ( )This method is from 'JoinTable' class.
getProperty ( String )This method is from 'JoinTable' class.
invokeMethod ( String, Object )This method is from 'JoinTable' class.
setColumn ( ColumnConfig )This method is from 'JoinTable' class.
setKey ( ColumnConfig )This method is from 'JoinTable' class.
setMetaClass ( MetaClass )This method is from 'JoinTable' class.
setName ( String )This method is from 'JoinTable' class.
...
[+] Mapping (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1356008045026 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008045026 is ambiguous. |
[+] affected methods (64)
evaluateMapping ( GrailsDomainClass )Return value of this method has type 'Mapping'.
evaluateMapping ( GrailsDomainClass, Closure )Return value of this method has type 'Mapping'.
evaluateMapping ( GrailsDomainClass, Closure, boolean )Return value of this method has type 'Mapping'.
getMapping ( Class )Return value of this method has type 'Mapping'.
getMapping ( GrailsDomainClass )Return value of this method has type 'Mapping'.
evaluate ( Closure )Return value of this method has type 'Mapping'.
evaluate ( Closure, ApplicationContext )Return value of this method has type 'Mapping'.
getMapping ( )Return value of this method has type 'Mapping'.
setMapping ( Mapping )1st parameter 'p1' of this method has type 'Mapping'.
Mapping ( )This constructor is from 'Mapping' class.
__.swapInit ( )This method is from 'Mapping' class.
getAutoImport ( )This method is from 'Mapping' class.
...
grails-web-2.1.5.jar
package org.codehaus.groovy.grails.web.mapping
[+] AbstractUrlMapping (1)
| Change | Effect |
---|
1 | Field pluginName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to pluginName is ambiguous. |
[+] affected methods (13)
AbstractUrlMapping ( Object, ConstrainedProperty[ ], ServletContext )This constructor is from 'AbstractUrlMapping' abstract class.
AbstractUrlMapping ( URI, ConstrainedProperty[ ], ServletContext )This constructor is from 'AbstractUrlMapping' abstract class.
getActionName ( )This method is from 'AbstractUrlMapping' abstract class.
getConstraints ( )This method is from 'AbstractUrlMapping' abstract class.
getControllerName ( )This method is from 'AbstractUrlMapping' abstract class.
getMappingName ( )This method is from 'AbstractUrlMapping' abstract class.
getViewName ( )This method is from 'AbstractUrlMapping' abstract class.
hasRuntimeVariable ( String )This method is from 'AbstractUrlMapping' abstract class.
isRestfulMapping ( )This method is from 'AbstractUrlMapping' abstract class.
setMappingName ( String )This method is from 'AbstractUrlMapping' abstract class.
setParameterValues ( Map )This method is from 'AbstractUrlMapping' abstract class.
setParseRequest ( boolean )This method is from 'AbstractUrlMapping' abstract class.
...
[+] ForwardUrlMappingInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1356008036760 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008036760 is ambiguous. |
[+] affected methods (24)
ForwardUrlMappingInfo ( )This constructor is from 'ForwardUrlMappingInfo' class.
__.swapInit ( )This method is from 'ForwardUrlMappingInfo' class.
getActionName ( )This method is from 'ForwardUrlMappingInfo' class.
getControllerName ( )This method is from 'ForwardUrlMappingInfo' class.
getId ( )This method is from 'ForwardUrlMappingInfo' class.
getMetaClass ( )This method is from 'ForwardUrlMappingInfo' class.
getParameters ( )This method is from 'ForwardUrlMappingInfo' class.
getProperty ( String )This method is from 'ForwardUrlMappingInfo' class.
getURI ( )This method is from 'ForwardUrlMappingInfo' class.
getViewName ( )This method is from 'ForwardUrlMappingInfo' class.
invokeMethod ( String, Object )This method is from 'ForwardUrlMappingInfo' class.
isParsingRequest ( )This method is from 'ForwardUrlMappingInfo' class.
...
[+] UrlCreatorCache.ReverseMappingKey (1)
| Change | Effect |
---|
1 | Field pluginName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to pluginName is ambiguous. |
[+] affected methods (6)
lookup ( UrlCreatorCache.ReverseMappingKey )1st parameter 'key' of this method has type 'UrlCreatorCache.ReverseMappingKey'.
putAndDecorate ( UrlCreatorCache.ReverseMappingKey, UrlCreator )1st parameter 'key' of this method has type 'UrlCreatorCache.ReverseMappingKey'.
equals ( Object )This method is from 'UrlCreatorCache.ReverseMappingKey' class.
hashCode ( )This method is from 'UrlCreatorCache.ReverseMappingKey' class.
toString ( )This method is from 'UrlCreatorCache.ReverseMappingKey' class.
weight ( )This method is from 'UrlCreatorCache.ReverseMappingKey' class.
package org.codehaus.groovy.grails.web.servlet
[+] GrailsApplicationAttributes (1)
| Change | Effect |
---|
1 | Field GRAILS_CONTROLLER_CLASS has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to GRAILS_CONTROLLER_CLASS is ambiguous. |
[+] affected methods (39)
getGrailsAttributes ( Object )Return value of this method has type 'GrailsApplicationAttributes'.
getApplicationUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getController ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getControllerActionUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getControllerUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getErrors ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getFlashScope ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getGroovyPagesUriService ( )This abstract method is from 'GrailsApplicationAttributes' interface.
getMessageSource ( )This abstract method is from 'GrailsApplicationAttributes' interface.
getNoSuffixViewURI ( GroovyObject, String )This abstract method is from 'GrailsApplicationAttributes' interface.
getOut ( HttpServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getPagesTemplateEngine ( )This abstract method is from 'GrailsApplicationAttributes' interface.
...
grails-webflow-2.1.5.jar
package org.codehaus.groovy.grails.webflow.engine.builder
[+] RuntimeRedirectAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1356008149090 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1356008149090 is ambiguous. |
[+] affected methods (18)
RuntimeRedirectAction ( )This constructor is from 'RuntimeRedirectAction' class.
__.swapInit ( )This method is from 'RuntimeRedirectAction' class.
doExecute ( RequestContext )This method is from 'RuntimeRedirectAction' class.
getAction ( )This method is from 'RuntimeRedirectAction' class.
getController ( )This method is from 'RuntimeRedirectAction' class.
getMetaClass ( )This method is from 'RuntimeRedirectAction' class.
getParams ( )This method is from 'RuntimeRedirectAction' class.
getProperty ( String )This method is from 'RuntimeRedirectAction' class.
getUrlMapper ( )This method is from 'RuntimeRedirectAction' class.
invokeMethod ( String, Object )This method is from 'RuntimeRedirectAction' class.
resolveExpression ( ExpressionDelegate, Object )This method is from 'RuntimeRedirectAction' class.
resolveExpressionsInParams ( ExpressionDelegate, Map )This method is from 'RuntimeRedirectAction' class.
...
to the top
Java ARchives (21)
grails-2.1.5.jar
grails-app-files.jar
grails-bootstrap-2.1.5.jar
grails-core-2.1.5.jar
grails-crud-2.1.5.jar
grails-datastore-core-1.1.7.RELEASE.jar
grails-datastore-gorm-1.1.7.RELEASE.jar
grails-datastore-simple-1.1.7.RELEASE.jar
grails-gdoc-engine-1.0.1.jar
grails-hibernate-2.1.5.jar
grails-integration-files.jar
grails-logging-2.1.5.jar
grails-plugin-files.jar
grails-resources-2.1.5.jar
grails-scripts-2.1.5.jar
grails-shared-files.jar
grails-spring-2.1.5.jar
grails-web-2.1.5.jar
grails-webflow-2.1.5.jar
grails-wrapper-runtime-2.1.5.jar
grails-wrapper-support-2.1.5.jar
to the top