Binary compatibility report for the Grails library between 2.0.4 and 2.1.0 versions
Test Info
Library Name | Grails |
Version #1 | 2.0.4 |
Version #2 | 2.1.0 |
Test Results
Total Java ARchives | 19 |
---|
Total Methods / Classes | 15326 / 2247 |
---|
Verdict | Incompatible (20%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 112 |
---|
Removed Methods | High | 15 |
---|
Problems with Data Types | High | 218 |
---|
Medium | 0 |
Low | 2 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 16 |
Added Methods (112)
grails-bootstrap-2.1.0.jar, BaseSettingsApi.class
package org.codehaus.groovy.grails.cli.api
BaseSettingsApi.BaseSettingsApi ( BuildSettings settings, GrailsBuildEventListener buildEventListener, boolean interactive )
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi."<init>":(Lgrails/util/BuildSettings;Lorg/codehaus/groovy/grails/cli/support/GrailsBuildEventListener;Z)V]
BaseSettingsApi.confirmInput ( String message ) : boolean
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.confirmInput:(Ljava/lang/String;)Z]
BaseSettingsApi.confirmInput ( String message, String code ) : boolean
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.confirmInput:(Ljava/lang/String;Ljava/lang/String;)Z]
BaseSettingsApi.exit ( int code ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.exit:(I)V]
BaseSettingsApi.logError ( String message, Throwable t ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.logError:(Ljava/lang/String;Ljava/lang/Throwable;)V]
BaseSettingsApi.logErrorAndExit ( String message, Throwable t ) : void
[mangled: org/codehaus/groovy/grails/cli/api/BaseSettingsApi.logErrorAndExit:(Ljava/lang/String;Ljava/lang/Throwable;)V]
grails-bootstrap-2.1.0.jar, CommandLineParser.class
package org.codehaus.groovy.grails.cli.parsing
CommandLineParser.getOptionsHelpMessage ( ) : String
[mangled: org/codehaus/groovy/grails/cli/parsing/CommandLineParser.getOptionsHelpMessage:()Ljava/lang/String;]
grails-bootstrap-2.1.0.jar, DependencyConfigurationContext.class
package org.codehaus.groovy.grails.resolve.config
DependencyConfigurationContext.getParentScope ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/config/DependencyConfigurationContext.getParentScope:()Ljava/lang/String;]
DependencyConfigurationContext.setParentScope ( String scope ) : void
[mangled: org/codehaus/groovy/grails/resolve/config/DependencyConfigurationContext.setParentScope:(Ljava/lang/String;)V]
grails-bootstrap-2.1.0.jar, GrailsConsole.class
package grails.build.logging
GrailsConsole.flush ( ) : void
[mangled: grails/build/logging/GrailsConsole.flush:()V]
GrailsConsole.prepareHistory ( ) : History
[mangled: grails/build/logging/GrailsConsole.prepareHistory:()Ljline/History;]
GrailsConsole.secureUserInput ( String msg ) : String
[mangled: grails/build/logging/GrailsConsole.secureUserInput:(Ljava/lang/String;)Ljava/lang/String;]
grails-bootstrap-2.1.0.jar, GrailsCoreDependencies.class
package org.codehaus.groovy.grails.resolve
GrailsCoreDependencies.getSpringVersion ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/GrailsCoreDependencies.getSpringVersion:()Ljava/lang/String;]
grails-bootstrap-2.1.0.jar, GrailsPackagingAwarePomModuleDescriptorBuilder.class
package org.codehaus.groovy.grails.resolve.maven
GrailsPackagingAwarePomModuleDescriptorBuilder.addDependency ( Resource res, PomReader.PomDependencyData dep ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/GrailsPackagingAwarePomModuleDescriptorBuilder.addDependency:(Lorg/apache/ivy/plugins/repository/Resource;Lorg/apache/ivy/plugins/parser/m2/PomReader$PomDependencyData;)V]
GrailsPackagingAwarePomModuleDescriptorBuilder.addMainArtifact ( String artifactId, String packaging ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/GrailsPackagingAwarePomModuleDescriptorBuilder.addMainArtifact:(Ljava/lang/String;Ljava/lang/String;)V]
GrailsPackagingAwarePomModuleDescriptorBuilder.GrailsPackagingAwarePomModuleDescriptorBuilder ( ModuleDescriptorParser parser, Resource res, ParserSettings ivySettings )
[mangled: org/codehaus/groovy/grails/resolve/maven/GrailsPackagingAwarePomModuleDescriptorBuilder."<init>":(Lorg/apache/ivy/plugins/parser/ModuleDescriptorParser;Lorg/apache/ivy/plugins/repository/Resource;Lorg/apache/ivy/plugins/parser/ParserSettings;)V]
grails-bootstrap-2.1.0.jar, InteractiveMode.class
package org.codehaus.groovy.grails.cli.interactive
InteractiveMode.bang ( ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.bang:()V]
InteractiveMode.execute ( String scriptName ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.execute:(Ljava/lang/String;)V]
InteractiveMode.exit ( ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.exit:()V]
InteractiveMode.flush ( ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.flush:()V]
InteractiveMode.getARG_SPLIT_PATTERN ( ) [static] : String
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.getARG_SPLIT_PATTERN:()Ljava/lang/String;]
InteractiveMode.getFIXED_OPEN_OPTIONS ( ) [static] : List
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.getFIXED_OPEN_OPTIONS:()Ljava/util/List;]
InteractiveMode.goodbye ( ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.goodbye:()V]
InteractiveMode.open ( String scriptName ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.open:(Ljava/lang/String;)V]
InteractiveMode.parseAndExecute ( String scriptName ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.parseAndExecute:(Ljava/lang/String;)V]
InteractiveMode.prepareConsole ( Object commandLine ) : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.prepareConsole:(Ljava/lang/Object;)V]
InteractiveMode.secureUserInput ( String param0 ) : String
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.secureUserInput:(Ljava/lang/String;)Ljava/lang/String;]
grails-bootstrap-2.1.0.jar, JarDependenciesConfigurer.class
package org.codehaus.groovy.grails.resolve.config
JarDependenciesConfigurer.addArtifacts ( String scope, EnhancedDefaultDependencyDescriptor dependencyDescriptor ) : void
[mangled: org/codehaus/groovy/grails/resolve/config/JarDependenciesConfigurer.addArtifacts:(Ljava/lang/String;Lorg/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor;)V]
JarDependenciesConfigurer.getGrailsCoreDependencies ( ) : GrailsCoreDependencies
[mangled: org/codehaus/groovy/grails/resolve/config/JarDependenciesConfigurer.getGrailsCoreDependencies:()Lorg/codehaus/groovy/grails/resolve/GrailsCoreDependencies;]
grails-bootstrap-2.1.0.jar, MavenMultiProjectGenerator.class
package org.codehaus.groovy.grails.cli.maven
MavenMultiProjectGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.__.swapInit:()V]
MavenMultiProjectGenerator.generate ( String group, String name, String version ) : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.generate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MavenMultiProjectGenerator.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.getMetaClass:()Lgroovy/lang/MetaClass;]
MavenMultiProjectGenerator.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
MavenMultiProjectGenerator.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
MavenMultiProjectGenerator.MavenMultiProjectGenerator ( BuildSettings buildSettings )
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator."<init>":(Lgrails/util/BuildSettings;)V]
MavenMultiProjectGenerator.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.setMetaClass:(Lgroovy/lang/MetaClass;)V]
MavenMultiProjectGenerator.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-bootstrap-2.1.0.jar, MavenPomGenerator.class
package org.codehaus.groovy.grails.cli.maven
MavenPomGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.__.swapInit:()V]
MavenPomGenerator.addDependenciesForScope ( IvyDependencyManager dependencyManager, String scope, ArrayList dependencies ) : Object
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.addDependenciesForScope:(Lorg/codehaus/groovy/grails/resolve/IvyDependencyManager;Ljava/lang/String;Ljava/util/ArrayList;)Ljava/lang/Object;]
MavenPomGenerator.addDependenciesForScope ( IvyDependencyManager dependencyManager, String scope, ArrayList dependencies, String type ) : Object
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.addDependenciesForScope:(Lorg/codehaus/groovy/grails/resolve/IvyDependencyManager;Ljava/lang/String;Ljava/util/ArrayList;Ljava/lang/String;)Ljava/lang/Object;]
MavenPomGenerator.generate ( String group ) : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.generate:(Ljava/lang/String;)V]
MavenPomGenerator.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.getMetaClass:()Lgroovy/lang/MetaClass;]
MavenPomGenerator.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
MavenPomGenerator.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
MavenPomGenerator.MavenPomGenerator ( BuildSettings buildSettings )
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator."<init>":(Lgrails/util/BuildSettings;)V]
MavenPomGenerator.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.setMetaClass:(Lgroovy/lang/MetaClass;)V]
MavenPomGenerator.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-bootstrap-2.1.0.jar, PomModuleDescriptorParser.class
package org.codehaus.groovy.grails.resolve.maven
PomModuleDescriptorParser.accept ( Resource res ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.accept:(Lorg/apache/ivy/plugins/repository/Resource;)Z]
PomModuleDescriptorParser.createPomModuleDescriptorBuilder ( ParserSettings ivySettings, Resource res ) : PomModuleDescriptorBuilder
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.createPomModuleDescriptorBuilder:(Lorg/apache/ivy/plugins/parser/ParserSettings;Lorg/apache/ivy/plugins/repository/Resource;)Lorg/apache/ivy/plugins/parser/m2/PomModuleDescriptorBuilder;]
PomModuleDescriptorParser.getInstance ( ) [static] : PomModuleDescriptorParser
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.getInstance:()Lorg/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser;]
PomModuleDescriptorParser.getMetadataArtifact ( ModuleRevisionId mrid, Resource res ) : Artifact
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.getMetadataArtifact:(Lorg/apache/ivy/core/module/id/ModuleRevisionId;Lorg/apache/ivy/plugins/repository/Resource;)Lorg/apache/ivy/core/module/descriptor/Artifact;]
PomModuleDescriptorParser.getType ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.getType:()Ljava/lang/String;]
PomModuleDescriptorParser.parseDescriptor ( ParserSettings ivySettings, URL descriptorURL, boolean validate ) : ModuleDescriptor
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.parseDescriptor:(Lorg/apache/ivy/plugins/parser/ParserSettings;Ljava/net/URL;Z)Lorg/apache/ivy/core/module/descriptor/ModuleDescriptor;]
PomModuleDescriptorParser.parseDescriptor ( ParserSettings ivySettings, URL descriptorURL, Resource res, boolean validate ) : ModuleDescriptor
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.parseDescriptor:(Lorg/apache/ivy/plugins/parser/ParserSettings;Ljava/net/URL;Lorg/apache/ivy/plugins/repository/Resource;Z)Lorg/apache/ivy/core/module/descriptor/ModuleDescriptor;]
PomModuleDescriptorParser.toIvyFile ( InputStream is, Resource res, File destFile, ModuleDescriptor md ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.toIvyFile:(Ljava/io/InputStream;Lorg/apache/ivy/plugins/repository/Resource;Ljava/io/File;Lorg/apache/ivy/core/module/descriptor/ModuleDescriptor;)V]
PomModuleDescriptorParser.toString ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/maven/PomModuleDescriptorParser.toString:()Ljava/lang/String;]
grails-bootstrap-2.1.0.jar, ScriptBindingInitializer.class
package org.codehaus.groovy.grails.cli.support
ScriptBindingInitializer.ScriptBindingInitializer ( CommandLine commandLine, URLClassLoader classLoader, BuildSettings settings, PluginPathDiscoverySupport pluginPathSupport, boolean interactive )
[mangled: org/codehaus/groovy/grails/cli/support/ScriptBindingInitializer."<init>":(Lorg/codehaus/groovy/grails/cli/parsing/CommandLine;Ljava/net/URLClassLoader;Lgrails/util/BuildSettings;Lorg/codehaus/groovy/grails/cli/support/PluginPathDiscoverySupport;Z)V]
grails-hibernate-2.1.0.jar, AbstractFindByPersistentMethod.class
package org.codehaus.groovy.grails.orm.hibernate.metaclass
AbstractFindByPersistentMethod.getResult ( Criteria crit, boolean useLimit ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/metaclass/AbstractFindByPersistentMethod.getResult:(Lorg/hibernate/Criteria;Z)Ljava/lang/Object;]
grails-hibernate-2.1.0.jar, HibernateCriteriaBuilder.class
package grails.orm
HibernateCriteriaBuilder.createAlias ( String associationPath, String alias ) : Criteria
[mangled: grails/orm/HibernateCriteriaBuilder.createAlias:(Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/Criteria;]
HibernateCriteriaBuilder.createAlias ( String associationPath, String alias, int joinType ) : Criteria
[mangled: grails/orm/HibernateCriteriaBuilder.createAlias:(Ljava/lang/String;Ljava/lang/String;I)Lorg/hibernate/Criteria;]
HibernateCriteriaBuilder.sqlRestriction ( String sqlRestriction, List values ) : Criteria
[mangled: grails/orm/HibernateCriteriaBuilder.sqlRestriction:(Ljava/lang/String;Ljava/util/List;)Lorg/grails/datastore/mapping/query/api/Criteria;]
grails-hibernate-2.1.0.jar, HibernatePluginSupport.class
package org.codehaus.groovy.grails.plugins.orm.hibernate
HibernatePluginSupport.enhanceSessionFactories ( ApplicationContext ctx, Object grailsApplication, Object source ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/orm/hibernate/HibernatePluginSupport.enhanceSessionFactories:(Lorg/springframework/context/ApplicationContext;Ljava/lang/Object;Ljava/lang/Object;)V]
HibernatePluginSupport.enhanceSessionFactory ( SessionFactory sessionFactory, GrailsApplication application, ApplicationContext ctx, String suffix, Map datastores, Object source ) [static] : Object
[mangled: org/codehaus/groovy/grails/plugins/orm/hibernate/HibernatePluginSupport.enhanceSessionFactory:(Lorg/hibernate/SessionFactory;Lorg/codehaus/groovy/grails/commons/GrailsApplication;Lorg/springframework/context/ApplicationContext;Ljava/lang/String;Ljava/util/Map;Ljava/lang/Object;)Ljava/lang/Object;]
HibernatePluginSupport.getRELOAD_RETRY_LIMIT ( ) [static] : int
[mangled: org/codehaus/groovy/grails/plugins/orm/hibernate/HibernatePluginSupport.getRELOAD_RETRY_LIMIT:()I]
grails-hibernate-2.1.0.jar, NamedCriteriaProxy.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
NamedCriteriaProxy.count ( ) : int
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.count:()I]
NamedCriteriaProxy.count ( Closure additionalCriteriaClosure ) : int
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.count:(Lgroovy/lang/Closure;)I]
NamedCriteriaProxy.order ( String propName ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.order:(Ljava/lang/String;)V]
NamedCriteriaProxy.order ( String propName, String direction ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.order:(Ljava/lang/String;Ljava/lang/String;)V]
grails-scripts-2.1.0.jar, Alias.class
Alias.__.swapInit ( ) [static] : void
[mangled: Alias.__.swapInit:()V]
Alias.Alias ( )
[mangled: Alias."<init>":()V]
Alias.Alias ( Binding p1 )
[mangled: Alias."<init>":(Lgroovy/lang/Binding;)V]
Alias.configureAlias ( ) : Object
[mangled: Alias.configureAlias:()Ljava/lang/Object;]
Alias.listAliases ( ) : Object
[mangled: Alias.listAliases:()Ljava/lang/Object;]
Alias.loadProperties ( ) : Object
[mangled: Alias.loadProperties:()Ljava/lang/Object;]
Alias.main ( String[ ] args ) [static] : void
[mangled: Alias.main:([Ljava/lang/String;)V]
Alias.removeAlias ( ) : Object
[mangled: Alias.removeAlias:()Ljava/lang/Object;]
Alias.run ( ) : Object
[mangled: Alias.run:()Ljava/lang/Object;]
Alias.showAlias ( ) : Object
[mangled: Alias.showAlias:()Ljava/lang/Object;]
Alias.usage ( ) : Object
[mangled: Alias.usage:()Ljava/lang/Object;]
grails-scripts-2.1.0.jar, CreateMultiProjectBuild_.class
CreateMultiProjectBuild_.__.swapInit ( ) [static] : void
[mangled: CreateMultiProjectBuild_.__.swapInit:()V]
CreateMultiProjectBuild_.CreateMultiProjectBuild_ ( )
[mangled: CreateMultiProjectBuild_."<init>":()V]
CreateMultiProjectBuild_.CreateMultiProjectBuild_ ( Binding p1 )
[mangled: CreateMultiProjectBuild_."<init>":(Lgroovy/lang/Binding;)V]
CreateMultiProjectBuild_.main ( String[ ] args ) [static] : void
[mangled: CreateMultiProjectBuild_.main:([Ljava/lang/String;)V]
CreateMultiProjectBuild_.msg ( ) : String
[mangled: CreateMultiProjectBuild_.msg:()Ljava/lang/String;]
CreateMultiProjectBuild_.run ( ) : Object
[mangled: CreateMultiProjectBuild_.run:()Ljava/lang/Object;]
grails-scripts-2.1.0.jar, CreatePom.class
CreatePom.__.swapInit ( ) [static] : void
[mangled: CreatePom.__.swapInit:()V]
CreatePom.CreatePom ( )
[mangled: CreatePom."<init>":()V]
CreatePom.CreatePom ( Binding p1 )
[mangled: CreatePom."<init>":(Lgroovy/lang/Binding;)V]
CreatePom.main ( String[ ] args ) [static] : void
[mangled: CreatePom.main:([Ljava/lang/String;)V]
CreatePom.msg ( ) : String
[mangled: CreatePom.msg:()Ljava/lang/String;]
CreatePom.run ( ) : Object
[mangled: CreatePom.run:()Ljava/lang/Object;]
grails-scripts-2.1.0.jar, Wrapper.class
Wrapper.__.swapInit ( ) [static] : void
[mangled: Wrapper.__.swapInit:()V]
Wrapper.main ( String[ ] args ) [static] : void
[mangled: Wrapper.main:([Ljava/lang/String;)V]
Wrapper.run ( ) : Object
[mangled: Wrapper.run:()Ljava/lang/Object;]
Wrapper.Wrapper ( )
[mangled: Wrapper."<init>":()V]
Wrapper.Wrapper ( Binding p1 )
[mangled: Wrapper."<init>":(Lgroovy/lang/Binding;)V]
grails-web-2.1.0.jar, CommonWebApi.class
package org.codehaus.groovy.grails.plugins.web.api
CommonWebApi.currentRequestAttributes ( ) : GrailsWebRequest
[mangled: org/codehaus/groovy/grails/plugins/web/api/CommonWebApi.currentRequestAttributes:()Lorg/codehaus/groovy/grails/web/servlet/mvc/GrailsWebRequest;]
grails-web-2.1.0.jar, GroovyPage.class
package org.codehaus.groovy.grails.web.pages
GroovyPage.createOutputCapturingClosure ( Object wrappedInstance, Object body1, GrailsWebRequest webRequest ) [static] : Closure
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPage.createOutputCapturingClosure:(Ljava/lang/Object;Ljava/lang/Object;Lorg/codehaus/groovy/grails/web/servlet/mvc/GrailsWebRequest;)Lgroovy/lang/Closure;]
grails-web-2.1.0.jar, GroovyPageTagBody.class
package org.codehaus.groovy.grails.web.taglib
GroovyPageTagBody.getBodyClosure ( ) : Closure
[mangled: org/codehaus/groovy/grails/web/taglib/GroovyPageTagBody.getBodyClosure:()Lgroovy/lang/Closure;]
grails-web-2.1.0.jar, GroovyPageTagWriter.class
package org.codehaus.groovy.grails.web.taglib
GroovyPageTagWriter.GroovyPageTagWriter ( )
[mangled: org/codehaus/groovy/grails/web/taglib/GroovyPageTagWriter."<init>":()V]
grails-web-2.1.0.jar, GSPSitemeshPage.class
package org.codehaus.groovy.grails.web.sitemesh
GSPSitemeshPage.getTitleBuffer ( ) : StreamCharBuffer
[mangled: org/codehaus/groovy/grails/web/sitemesh/GSPSitemeshPage.getTitleBuffer:()Lorg/codehaus/groovy/grails/web/util/StreamCharBuffer;]
GSPSitemeshPage.GSPSitemeshPage ( boolean renderingLayout )
[mangled: org/codehaus/groovy/grails/web/sitemesh/GSPSitemeshPage."<init>":(Z)V]
GSPSitemeshPage.isTitleCaptured ( ) : boolean
[mangled: org/codehaus/groovy/grails/web/sitemesh/GSPSitemeshPage.isTitleCaptured:()Z]
GSPSitemeshPage.setTitleBuffer ( StreamCharBuffer titleBuffer ) : void
[mangled: org/codehaus/groovy/grails/web/sitemesh/GSPSitemeshPage.setTitleBuffer:(Lorg/codehaus/groovy/grails/web/util/StreamCharBuffer;)V]
GSPSitemeshPage.setTitleCaptured ( boolean titleCaptured ) : void
[mangled: org/codehaus/groovy/grails/web/sitemesh/GSPSitemeshPage.setTitleCaptured:(Z)V]
grails-web-2.1.0.jar, StreamCharBuffer.class
package org.codehaus.groovy.grails.web.util
StreamCharBuffer.clear ( ) : void
[mangled: org/codehaus/groovy/grails/web/util/StreamCharBuffer.clear:()V]
grails-wrapper-runtime-2.1.0.jar, GrailsWrapper.class
package org.grails.wrapper
GrailsWrapper.copy ( InputStream p1, OutputStream p2 ) [static] : void
[mangled: org/grails/wrapper/GrailsWrapper.copy:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
GrailsWrapper.extract ( File p1, File p2 ) [static] : void
[mangled: org/grails/wrapper/GrailsWrapper.extract:(Ljava/io/File;Ljava/io/File;)V]
GrailsWrapper.GrailsWrapper ( )
[mangled: org/grails/wrapper/GrailsWrapper."<init>":()V]
GrailsWrapper.main ( String[ ] p1 ) [static] : void
[mangled: org/grails/wrapper/GrailsWrapper.main:([Ljava/lang/String;)V]
grails-wrapper-runtime-2.1.0.jar, RemoteFileHelper.class
package org.grails.wrapper
RemoteFileHelper.RemoteFileHelper ( )
[mangled: org/grails/wrapper/RemoteFileHelper."<init>":()V]
RemoteFileHelper.retrieve ( URI p1, File p2 ) : void
[mangled: org/grails/wrapper/RemoteFileHelper.retrieve:(Ljava/net/URI;Ljava/io/File;)V]
to the top
Removed Methods (15)
grails-bootstrap-2.0.4.jar, CommandLineParser.class
package org.codehaus.groovy.grails.cli.parsing
CommandLineParser.getHelpMessage ( ) : String
[mangled: org/codehaus/groovy/grails/cli/parsing/CommandLineParser.getHelpMessage:()Ljava/lang/String;]
grails-bootstrap-2.0.4.jar, InteractiveMode.class
package org.codehaus.groovy.grails.cli.interactive
InteractiveMode.getARG_SPLIT_PATTERN ( ) [static] : Object
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.getARG_SPLIT_PATTERN:()Ljava/lang/Object;]
InteractiveMode.getFIXED_OPEN_OPTIONS ( ) [static] : Object
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.getFIXED_OPEN_OPTIONS:()Ljava/lang/Object;]
grails-bootstrap-2.0.4.jar, ScriptBindingInitializer.class
package org.codehaus.groovy.grails.cli.support
ScriptBindingInitializer.ScriptBindingInitializer ( CommandLine commandLine, BuildSettings settings, PluginPathDiscoverySupport pluginPathSupport, boolean interactive )
[mangled: org/codehaus/groovy/grails/cli/support/ScriptBindingInitializer."<init>":(Lorg/codehaus/groovy/grails/cli/parsing/CommandLine;Lgrails/util/BuildSettings;Lorg/codehaus/groovy/grails/cli/support/PluginPathDiscoverySupport;Z)V]
grails-hibernate-2.0.4.jar, NamedCriteriaProxy.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
NamedCriteriaProxy.count ( ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.count:()Ljava/lang/Object;]
NamedCriteriaProxy.count ( Closure additionalCriteriaClosure ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.count:(Lgroovy/lang/Closure;)Ljava/lang/Object;]
grails-spring-2.0.4.jar, BeanConfiguration.class
package org.codehaus.groovy.grails.commons.spring
BeanConfiguration.addQualifier ( Class p1, String p2 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/commons/spring/BeanConfiguration.addQualifier:(Ljava/lang/Class;Ljava/lang/String;)V]
BeanConfiguration.addQualifier ( String p1 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/commons/spring/BeanConfiguration.addQualifier:(Ljava/lang/String;)V]
grails-spring-2.0.4.jar, DefaultBeanConfiguration.class
package org.codehaus.groovy.grails.commons.spring
DefaultBeanConfiguration.addQualifier ( Class qualifierClass, String name ) : void
[mangled: org/codehaus/groovy/grails/commons/spring/DefaultBeanConfiguration.addQualifier:(Ljava/lang/Class;Ljava/lang/String;)V]
DefaultBeanConfiguration.addQualifier ( String name ) : void
[mangled: org/codehaus/groovy/grails/commons/spring/DefaultBeanConfiguration.addQualifier:(Ljava/lang/String;)V]
grails-web-2.0.4.jar, GroovyPage.class
package org.codehaus.groovy.grails.web.pages
GroovyPage.createOutputCapturingClosure ( Object wrappedInstance, Object body1, GrailsWebRequest webRequest, boolean preferSubChunkWhenWritingToOtherBuffer ) [static] : Closure
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPage.createOutputCapturingClosure:(Ljava/lang/Object;Ljava/lang/Object;Lorg/codehaus/groovy/grails/web/servlet/mvc/GrailsWebRequest;Z)Lgroovy/lang/Closure;]
grails-web-2.0.4.jar, GroovyPageTagBody.class
package org.codehaus.groovy.grails.web.taglib
GroovyPageTagBody.GroovyPageTagBody ( Object owner, GrailsWebRequest webRequest, Closure bodyClosure, boolean preferSubChunkWhenWritingToOtherBuffer, boolean changeBodyClosureOwner )
[mangled: org/codehaus/groovy/grails/web/taglib/GroovyPageTagBody."<init>":(Ljava/lang/Object;Lorg/codehaus/groovy/grails/web/servlet/mvc/GrailsWebRequest;Lgroovy/lang/Closure;ZZ)V]
GroovyPageTagBody.isPreferSubChunkWhenWritingToOtherBuffer ( ) : boolean
[mangled: org/codehaus/groovy/grails/web/taglib/GroovyPageTagBody.isPreferSubChunkWhenWritingToOtherBuffer:()Z]
GroovyPageTagBody.setPreferSubChunkWhenWritingToOtherBuffer ( boolean prefer ) : void
[mangled: org/codehaus/groovy/grails/web/taglib/GroovyPageTagBody.setPreferSubChunkWhenWritingToOtherBuffer:(Z)V]
grails-web-2.0.4.jar, GroovyPageTagWriter.class
package org.codehaus.groovy.grails.web.taglib
GroovyPageTagWriter.GroovyPageTagWriter ( boolean preferSubChunkWhenWritingToOtherBuffer )
[mangled: org/codehaus/groovy/grails/web/taglib/GroovyPageTagWriter."<init>":(Z)V]
to the top
Problems with Data Types, High Severity (218)
grails-bootstrap-2.0.4.jar
package grails.build.interactive.completors
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471509 has been renamed to __timeStamp__239_neverHappen1341477500222. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateController ( )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
getCommandName ( )This method is from 'CreateController' class.
shouldInclude ( Resource )This method is from 'CreateController' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471512 has been renamed to __timeStamp__239_neverHappen1341477500230. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471514 has been renamed to __timeStamp__239_neverHappen1341477500238. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
__.swapInit ( )This method is from 'CreateScaffoldController' class.
getCommandName ( )This method is from 'CreateScaffoldController' class.
shouldInclude ( Resource )This method is from 'CreateScaffoldController' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471517 has been renamed to __timeStamp__239_neverHappen1341477500246. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateService ( )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
getCommandName ( )This method is from 'CreateService' class.
shouldInclude ( Resource )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471520 has been renamed to __timeStamp__239_neverHappen1341477500255. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
getCommandName ( )This method is from 'CreateTagLib' class.
shouldInclude ( Resource )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471522 has been renamed to __timeStamp__239_neverHappen1341477500262. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471288 has been renamed to __timeStamp__239_neverHappen1341477499479. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471525 has been renamed to __timeStamp__239_neverHappen1341477500268. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateAll ( )This constructor is from 'GenerateAll' class.
__.swapInit ( )This method is from 'GenerateAll' class.
getCommandName ( )This method is from 'GenerateAll' class.
shouldInclude ( Resource )This method is from 'GenerateAll' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471527 has been renamed to __timeStamp__239_neverHappen1341477500275. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateController ( )This constructor is from 'GenerateController' class.
__.swapInit ( )This method is from 'GenerateController' class.
getCommandName ( )This method is from 'GenerateController' class.
shouldInclude ( Resource )This method is from 'GenerateController' class.
[+] GenerateViews (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471530 has been renamed to __timeStamp__239_neverHappen1341477500281. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateViews ( )This constructor is from 'GenerateViews' class.
__.swapInit ( )This method is from 'GenerateViews' class.
getCommandName ( )This method is from 'GenerateViews' class.
shouldInclude ( Resource )This method is from 'GenerateViews' class.
[+] Open (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471291 has been renamed to __timeStamp__239_neverHappen1341477499488. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778470585 has been renamed to __timeStamp__239_neverHappen1341477498805. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778470839 has been renamed to __timeStamp__239_neverHappen1341477498868. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471533 has been renamed to __timeStamp__239_neverHappen1341477500285. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471294 has been renamed to __timeStamp__239_neverHappen1341477499501. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (354)
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_neverHappen1337778470881 has been renamed to __timeStamp__239_neverHappen1341477498877. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471535 has been renamed to __timeStamp__239_neverHappen1341477500288. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778470964 has been renamed to __timeStamp__239_neverHappen1341477498899. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (179)
PluginBuildSettings ( BuildSettings )This constructor is from 'PluginBuildSettings' class.
PluginBuildSettings ( BuildSettings, Object )This constructor is from 'PluginBuildSettings' class.
__.swapInit ( )This method is from 'PluginBuildSettings' class.
addPluginScopeInfoForDirAndInfo ( PluginScopeInfo, GrailsPluginInfo, Resource )This method is from 'PluginBuildSettings' class.
clearCache ( )This method is from 'PluginBuildSettings' class.
getArtefactResources ( )This method is from 'PluginBuildSettings' class.
getArtefactResourcesForCurrentEnvironment ( )This method is from 'PluginBuildSettings' class.
getArtefactResourcesForOne ( String )This method is from 'PluginBuildSettings' class.
getAvailableScripts ( )This method is from 'PluginBuildSettings' class.
getBasePluginDescriptor ( )This method is from 'PluginBuildSettings' class.
getBuildScopePluginInfo ( )This method is from 'PluginBuildSettings' class.
getBuildSettings ( )This method is from 'PluginBuildSettings' class.
...
package org.codehaus.groovy.grails.cli
[+] ScriptNameResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471094 has been renamed to __timeStamp__239_neverHappen1341477499041. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.interactive
[+] GrailsInteractiveCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471396 has been renamed to __timeStamp__239_neverHappen1341477499843. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
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.
getScriptNames ( Object )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.
...
[+] InteractiveMode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471098 has been renamed to __timeStamp__239_neverHappen1341477499048. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (56)
InteractiveMode ( BuildSettings, GrailsScriptRunner )This constructor is from 'InteractiveMode' class.
__.swapInit ( )This method is from 'InteractiveMode' class.
addStatus ( String )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.
getCategory ( )This method is from 'InteractiveMode' class.
getConsole ( )This method is from 'InteractiveMode' class.
getCurrent ( )This method is from 'InteractiveMode' class.
getGrailsServer ( )This method is from 'InteractiveMode' class.
...
package org.codehaus.groovy.grails.cli.interactive.completors
[+] ClassNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471403 has been renamed to __timeStamp__239_neverHappen1341477499863. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
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.
shouldInclude ( Resource )This method is from 'ClassNameCompletor' abstract class.
...
package org.codehaus.groovy.grails.cli.support
[+] UaaIntegrationSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471128 has been renamed to __timeStamp__239_neverHappen1341477499108. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471132 has been renamed to __timeStamp__239_neverHappen1341477499123. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (50)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
clearCaches ( )This method is from 'GrailsPluginUtils' class.
getArtefactResources ( String )This method is from 'GrailsPluginUtils' class.
getArtefactResourcesForOne ( String )This method is from 'GrailsPluginUtils' class.
getAvailableScripts ( String, String, String )This method is from 'GrailsPluginUtils' class.
getBasePluginDescriptor ( String )This method is from 'GrailsPluginUtils' class.
getDescriptorForPlugin ( Resource )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.
...
[+] GrailsVersionUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471147 has been renamed to __timeStamp__239_neverHappen1341477499146. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471408 has been renamed to __timeStamp__239_neverHappen1341477499974. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (23)
PluginInfo ( Resource, PluginBuildSettings )This constructor is from 'PluginInfo' class.
__.swapInit ( )This method is from 'PluginInfo' class.
getAdditionalMetadata ( )This method is from 'PluginInfo' class.
getAt ( String )This method is from 'PluginInfo' class.
getDescriptor ( )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.
getPluginDir ( )This method is from 'PluginInfo' class.
getPluginDirectory ( )This method is from 'PluginInfo' class.
getProperties ( )This method is from 'PluginInfo' class.
...
[+] VersionComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471156 has been renamed to __timeStamp__239_neverHappen1341477499162. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471169 has been renamed to __timeStamp__239_neverHappen1341477499189. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (30)
addPluginScopeInfoForDirAndInfo ( PluginScopeInfo, GrailsPluginInfo, Resource )1st parameter 'compileInfo' of this method has type 'PluginScopeInfo'.
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'.
registerPluginZipWithScope ( File, PluginScopeInfo )2nd parameter 'scopeInfo' 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.
...
package org.codehaus.groovy.grails.resolve
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471414 has been renamed to __timeStamp__239_neverHappen1341477499993. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (40)
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'.
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.
addRuleForModuleId ( ModuleId, String, String, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471427 has been renamed to __timeStamp__239_neverHappen1341477500034. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (82)
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'.
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'.
getGrailsCoreDependencies ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
isOffline ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setExcludeRules ( ExcludeRule[ ] )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
...
[+] PluginInstallEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471175 has been renamed to __timeStamp__239_neverHappen1341477499200. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471245 has been renamed to __timeStamp__239_neverHappen1341477499379. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (90)
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_neverHappen1337778471591 has been renamed to __timeStamp__239_neverHappen1341477500377. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471539 has been renamed to __timeStamp__239_neverHappen1341477500294. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (23)
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.
getPluginMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getRepositoryMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getWILDCARD ( )This method is from 'DependencyConfigurationConfigurer' class.
inherits ( String )This method is from 'DependencyConfigurationConfigurer' class.
...
[+] InheritanceConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778471549 has been renamed to __timeStamp__239_neverHappen1341477500308. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778471553 has been renamed to __timeStamp__239_neverHappen1341477500313. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.0.4.jar
package grails.validation
[+] ValidationErrors (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486899 has been renamed to __timeStamp__239_neverHappen1341477513559. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486902 has been renamed to __timeStamp__239_neverHappen1341477513570. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.cfg
[+] ConfigurationHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486030 has been renamed to __timeStamp__239_neverHappen1341477512744. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
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.
...
[+] MapBasedSmartPropertyOverrideConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486352 has been renamed to __timeStamp__239_neverHappen1341477512810. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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
[+] AbstractDynamicMethodsInterceptor (1)
| Change | Effect |
---|
1 | Removed super-interface Interceptor. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (9)
AbstractDynamicMethodsInterceptor ( )This constructor is from 'AbstractDynamicMethodsInterceptor' abstract class.
AbstractDynamicMethodsInterceptor ( Class )This constructor is from 'AbstractDynamicMethodsInterceptor' abstract class.
AbstractDynamicMethodsInterceptor ( Class, boolean )This constructor is from 'AbstractDynamicMethodsInterceptor' abstract class.
afterConstructor ( Object[ ], Object )This method is from 'AbstractDynamicMethodsInterceptor' abstract class.
afterInvoke ( Object, String, Object[ ], Object )This method is from 'AbstractDynamicMethodsInterceptor' abstract class.
beforeConstructor ( Object[ ], InvocationCallback )This method is from 'AbstractDynamicMethodsInterceptor' abstract class.
beforeGet ( Object, String, InvocationCallback )This method is from 'AbstractDynamicMethodsInterceptor' abstract class.
beforeInvoke ( Object, String, Object[ ], InvocationCallback )This method is from 'AbstractDynamicMethodsInterceptor' abstract class.
beforeSet ( Object, String, Object, InvocationCallback )This method is from 'AbstractDynamicMethodsInterceptor' abstract class.
[+] MetaClassEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486833 has been renamed to __timeStamp__239_neverHappen1341477513405. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486448 has been renamed to __timeStamp__239_neverHappen1341477512834. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.commons.spring
[+] GrailsWebApplicationContext (1)
| Change | Effect |
---|
1 | Removed super-interface groovy.lang.GroovyObject. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (19)
GrailsWebApplicationContext ( )This constructor is from 'GrailsWebApplicationContext' class.
GrailsWebApplicationContext ( DefaultListableBeanFactory )This constructor is from 'GrailsWebApplicationContext' class.
GrailsWebApplicationContext ( DefaultListableBeanFactory, ApplicationContext )This constructor is from 'GrailsWebApplicationContext' class.
GrailsWebApplicationContext ( ApplicationContext )This constructor is from 'GrailsWebApplicationContext' class.
createEnvironment ( )This method is from 'GrailsWebApplicationContext' class.
getClassLoader ( )This method is from 'GrailsWebApplicationContext' class.
getConfigLocations ( )This method is from 'GrailsWebApplicationContext' class.
getNamespace ( )This method is from 'GrailsWebApplicationContext' class.
getResourceByPath ( String )This method is from 'GrailsWebApplicationContext' class.
getResourcePatternResolver ( )This method is from 'GrailsWebApplicationContext' class.
getServletConfig ( )This method is from 'GrailsWebApplicationContext' class.
getServletContext ( )This method is from 'GrailsWebApplicationContext' class.
...
package org.codehaus.groovy.grails.compiler
[+] GrailsProjectCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486480 has been renamed to __timeStamp__239_neverHappen1341477512841. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (62)
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 | Field __timeStamp__239_neverHappen1337778486838 has been renamed to __timeStamp__239_neverHappen1341477513420. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.compiler.injection
[+] ArtefactTypeAstTransformation (1)
| Change | Effect |
---|
1 | Removed super-interface org.codehaus.groovy.transform.ASTTransformation. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
ArtefactTypeAstTransformation ( )This constructor is from 'ArtefactTypeAstTransformation' class.
findInjectors ( String, ClassInjector[ ] )This method is from 'ArtefactTypeAstTransformation' class.
hasArtefactType ( String, GrailsArtefactClassInjector )This method is from 'ArtefactTypeAstTransformation' class.
visit ( ASTNode[ ], SourceUnit )This method is from 'ArtefactTypeAstTransformation' class.
[+] PluginAwareAstTransformer (1)
| Change | Effect |
---|
1 | Removed super-interface ClassInjector. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
PluginAwareAstTransformer ( )This constructor is from 'PluginAwareAstTransformer' class.
performInjection ( SourceUnit, ClassNode )This method is from 'PluginAwareAstTransformer' class.
performInjection ( SourceUnit, GeneratorContext, ClassNode )This method is from 'PluginAwareAstTransformer' class.
shouldInject ( URL )This method is from 'PluginAwareAstTransformer' class.
package org.codehaus.groovy.grails.documentation
[+] DocumentationContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486640 has been renamed to __timeStamp__239_neverHappen1341477512950. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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 | Field __timeStamp__239_neverHappen1337778486897 has been renamed to __timeStamp__239_neverHappen1341477513554. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486662 has been renamed to __timeStamp__239_neverHappen1341477512975. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486889 has been renamed to __timeStamp__239_neverHappen1341477513534. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486892 has been renamed to __timeStamp__239_neverHappen1341477513540. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486665 has been renamed to __timeStamp__239_neverHappen1341477512988. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
DefaultStackTracePrinter ( )This constructor is from 'DefaultStackTracePrinter' class.
DefaultStackTracePrinter ( ResourceLocator )This constructor is from 'DefaultStackTracePrinter' class.
__.swapInit ( )This method is from 'DefaultStackTracePrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'DefaultStackTracePrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'DefaultStackTracePrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'DefaultStackTracePrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'DefaultStackTracePrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultStackTracePrinter' class.
getFileNameInfo ( Throwable, Resource )This method is from 'DefaultStackTracePrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'DefaultStackTracePrinter' class.
getMetaClass ( )This method is from 'DefaultStackTracePrinter' class.
getProperty ( String )This method is from 'DefaultStackTracePrinter' class.
...
package org.codehaus.groovy.grails.plugins
[+] CoreGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486710 has been renamed to __timeStamp__239_neverHappen1341477513030. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486735 has been renamed to __timeStamp__239_neverHappen1341477513104. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486740 has been renamed to __timeStamp__239_neverHappen1341477513123. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486758 has been renamed to __timeStamp__239_neverHappen1341477513178. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
PluginDescriptorGenerator ( BuildSettings, Object, List )This constructor is from 'PluginDescriptorGenerator' class.
PluginDescriptorGenerator ( BuildSettings, String, Resource[ ] )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.
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.
getResourceList ( )This method is from 'PluginDescriptorGenerator' class.
...
[+] PluginPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486789 has been renamed to __timeStamp__239_neverHappen1341477513285. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (22)
PluginPackager ( BuildSettings, Object, Resource[ ], File )This constructor is from 'PluginPackager' class.
__.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.
...
package org.codehaus.groovy.grails.plugins.support
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486813 has been renamed to __timeStamp__239_neverHappen1341477513353. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486814 has been renamed to __timeStamp__239_neverHappen1341477513358. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778486818 has been renamed to __timeStamp__239_neverHappen1341477513368. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
package org.codehaus.groovy.grails.validation
[+] ConstraintEvalUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778486829 has been renamed to __timeStamp__239_neverHappen1341477513389. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.0.4.jar
package org.codehaus.groovy.grails.scaffolding
[+] DefaultGrailsTemplateGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778525690 has been renamed to __timeStamp__239_neverHappen1341477543792. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
...
package org.codehaus.groovy.grails.scaffolding.view
[+] ScaffoldingViewResolver (1)
| Change | Effect |
---|
1 | Removed super-interface org.springframework.context.ApplicationContextAware. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
ScaffoldingViewResolver ( )This constructor is from 'ScaffoldingViewResolver' class.
clearViewCache ( )This method is from 'ScaffoldingViewResolver' class.
createScaffoldedView ( String, String )This method is from 'ScaffoldingViewResolver' class.
generateViewSource ( String, GrailsDomainClass )This method is from 'ScaffoldingViewResolver' class.
loadView ( String, Locale )This method is from 'ScaffoldingViewResolver' class.
setScaffoldedActionMap ( Map )This method is from 'ScaffoldingViewResolver' class.
setScaffoldedDomains ( Map )This method is from 'ScaffoldingViewResolver' class.
setTemplateGenerator ( GrailsTemplateGenerator )This method is from 'ScaffoldingViewResolver' class.
grails-hibernate-2.0.4.jar
package org.codehaus.groovy.grails.orm.hibernate
[+] GrailsHibernateTransactionManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778522121 has been renamed to __timeStamp__239_neverHappen1341477540985. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778522103 has been renamed to __timeStamp__239_neverHappen1341477540958. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778522384 has been renamed to __timeStamp__239_neverHappen1341477541146. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778522132 has been renamed to __timeStamp__239_neverHappen1341477540998. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (53)
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_neverHappen1337778522372 has been renamed to __timeStamp__239_neverHappen1341477541127. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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'.
[+] SessionFactoryProxy (1)
| Change | Effect |
---|
1 | Removed super-interface org.hibernate.SessionFactory. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (75)
SessionFactoryProxy ( )This constructor is from 'SessionFactoryProxy' class.
afterPropertiesSet ( )This method is from 'SessionFactoryProxy' class.
close ( )This method is from 'SessionFactoryProxy' class.
containsFetchProfileDefinition ( String )This method is from 'SessionFactoryProxy' class.
createCurrentSessionContext ( )This method is from 'SessionFactoryProxy' class.
evict ( Class )This method is from 'SessionFactoryProxy' class.
evict ( Class, Serializable )This method is from 'SessionFactoryProxy' class.
evictCollection ( String )This method is from 'SessionFactoryProxy' class.
evictCollection ( String, Serializable )This method is from 'SessionFactoryProxy' class.
evictEntity ( String )This method is from 'SessionFactoryProxy' class.
evictEntity ( String, Serializable )This method is from 'SessionFactoryProxy' class.
evictQueries ( )This method is from 'SessionFactoryProxy' class.
...
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] CacheConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778521677 has been renamed to __timeStamp__239_neverHappen1341477540408. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521716 has been renamed to __timeStamp__239_neverHappen1341477540470. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521720 has been renamed to __timeStamp__239_neverHappen1341477540475. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778521723 has been renamed to __timeStamp__239_neverHappen1341477540480. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
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.
postProcessBeforeInitialization ( 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_neverHappen1337778521740 has been renamed to __timeStamp__239_neverHappen1341477540506. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521795 has been renamed to __timeStamp__239_neverHappen1341477540577. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521860 has been renamed to __timeStamp__239_neverHappen1341477540651. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521865 has been renamed to __timeStamp__239_neverHappen1341477540657. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521874 has been renamed to __timeStamp__239_neverHappen1341477540662. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521807 of type long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (20)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )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.
invokeMethod ( String, Object )This method is from 'NamedCriteriaProxy' class.
list ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
...
[+] NaturalId (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778521889 has been renamed to __timeStamp__239_neverHappen1341477540676. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521894 has been renamed to __timeStamp__239_neverHappen1341477540681. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521790 has been renamed to __timeStamp__239_neverHappen1341477540570. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778521906 has been renamed to __timeStamp__239_neverHappen1341477540693. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.plugins.orm.hibernate
[+] HibernatePluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778521913 of type long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (24)
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.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext, String, Map )This method is from 'HibernatePluginSupport' class.
filterQueryArgumentMap ( Map )This method is from 'HibernatePluginSupport' class.
getDoWithDynamicMethods ( )This method is from 'HibernatePluginSupport' class.
getDoWithSpring ( )This method is from 'HibernatePluginSupport' class.
getLAZY_PROPERTY_HANDLER ( )This method is from 'HibernatePluginSupport' class.
...
[+] InstanceProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778522095 has been renamed to __timeStamp__239_neverHappen1341477540951. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.0.4.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778653979 has been renamed to __timeStamp__239_neverHappen1341477638467. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653983 has been renamed to __timeStamp__239_neverHappen1341477638470. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654018 has been renamed to __timeStamp__239_neverHappen1341477638501. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
_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.
setClasspath ( )This method is from '_GrailsClasspath' class.
[+] _GrailsClean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778654021 has been renamed to __timeStamp__239_neverHappen1341477638506. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654035 has been renamed to __timeStamp__239_neverHappen1341477638521. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654080 has been renamed to __timeStamp__239_neverHappen1341477638538. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654138 has been renamed to __timeStamp__239_neverHappen1341477638561. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654158 has been renamed to __timeStamp__239_neverHappen1341477638584. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654201 has been renamed to __timeStamp__239_neverHappen1341477638634. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654207 has been renamed to __timeStamp__239_neverHappen1341477638643. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654215 has been renamed to __timeStamp__239_neverHappen1341477638651. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654229 has been renamed to __timeStamp__239_neverHappen1341477638666. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654246 has been renamed to __timeStamp__239_neverHappen1341477638682. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654281 has been renamed to __timeStamp__239_neverHappen1341477638696. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654293 has been renamed to __timeStamp__239_neverHappen1341477638701. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654297 has been renamed to __timeStamp__239_neverHappen1341477638706. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654323 has been renamed to __timeStamp__239_neverHappen1341477638735. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654339 has been renamed to __timeStamp__239_neverHappen1341477638745. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654382 has been renamed to __timeStamp__239_neverHappen1341477638801. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor is from '_GrailsWar' class.
__.swapInit ( )This method is from '_GrailsWar' class.
createDescriptorInternal ( Object, Object )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_neverHappen1337778654448 has been renamed to __timeStamp__239_neverHappen1341477638866. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778654453 has been renamed to __timeStamp__239_neverHappen1341477638870. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778652990 has been renamed to __timeStamp__239_neverHappen1341477637914. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
[+] Bootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778653007 has been renamed to __timeStamp__239_neverHappen1341477637956. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653011 has been renamed to __timeStamp__239_neverHappen1341477637961. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653023 has been renamed to __timeStamp__239_neverHappen1341477637970. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653035 has been renamed to __timeStamp__239_neverHappen1341477637973. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653043 has been renamed to __timeStamp__239_neverHappen1341477637980. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653048 has been renamed to __timeStamp__239_neverHappen1341477637984. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778652905 has been renamed to __timeStamp__239_neverHappen1341477637818. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653072 has been renamed to __timeStamp__239_neverHappen1341477637998. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653077 has been renamed to __timeStamp__239_neverHappen1341477638001. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653086 has been renamed to __timeStamp__239_neverHappen1341477638005. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653094 has been renamed to __timeStamp__239_neverHappen1341477638009. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653103 has been renamed to __timeStamp__239_neverHappen1341477638013. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653112 has been renamed to __timeStamp__239_neverHappen1341477638019. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
[+] CreatePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778653121 has been renamed to __timeStamp__239_neverHappen1341477638028. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
[+] CreateScaffoldController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778653127 has been renamed to __timeStamp__239_neverHappen1341477638035. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653138 has been renamed to __timeStamp__239_neverHappen1341477638042. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653147 has been renamed to __timeStamp__239_neverHappen1341477638046. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653157 has been renamed to __timeStamp__239_neverHappen1341477638050. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653166 has been renamed to __timeStamp__239_neverHappen1341477638054. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653175 has been renamed to __timeStamp__239_neverHappen1341477638057. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653203 has been renamed to __timeStamp__239_neverHappen1341477638086. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653209 has been renamed to __timeStamp__239_neverHappen1341477638088. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653219 has been renamed to __timeStamp__239_neverHappen1341477638092. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653228 has been renamed to __timeStamp__239_neverHappen1341477638095. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653237 has been renamed to __timeStamp__239_neverHappen1341477638099. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778652980 has been renamed to __timeStamp__239_neverHappen1341477637903. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653274 has been renamed to __timeStamp__239_neverHappen1341477638128. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653388 has been renamed to __timeStamp__239_neverHappen1341477638153. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653420 has been renamed to __timeStamp__239_neverHappen1341477638165. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653432 has been renamed to __timeStamp__239_neverHappen1341477638172. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653444 has been renamed to __timeStamp__239_neverHappen1341477638179. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653607 has been renamed to __timeStamp__239_neverHappen1341477638216. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653642 has been renamed to __timeStamp__239_neverHappen1341477638239. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653611 has been renamed to __timeStamp__239_neverHappen1341477638220. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653693 has been renamed to __timeStamp__239_neverHappen1341477638259. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653712 has been renamed to __timeStamp__239_neverHappen1341477638263. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653731 has been renamed to __timeStamp__239_neverHappen1341477638266. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653744 has been renamed to __timeStamp__239_neverHappen1341477638269. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653778 has been renamed to __timeStamp__239_neverHappen1341477638275. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653796 has been renamed to __timeStamp__239_neverHappen1341477638301. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653800 has been renamed to __timeStamp__239_neverHappen1341477638308. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653803 has been renamed to __timeStamp__239_neverHappen1341477638321. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653809 has been renamed to __timeStamp__239_neverHappen1341477638329. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653815 has been renamed to __timeStamp__239_neverHappen1341477638335. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653833 has been renamed to __timeStamp__239_neverHappen1341477638341. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653854 has been renamed to __timeStamp__239_neverHappen1341477638352. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653861 has been renamed to __timeStamp__239_neverHappen1341477638362. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653868 has been renamed to __timeStamp__239_neverHappen1341477638371. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653884 has been renamed to __timeStamp__239_neverHappen1341477638391. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653889 has been renamed to __timeStamp__239_neverHappen1341477638399. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653893 has been renamed to __timeStamp__239_neverHappen1341477638403. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778653966 has been renamed to __timeStamp__239_neverHappen1341477638441. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
grails-spring-2.0.4.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778479213 has been renamed to __timeStamp__239_neverHappen1341477507072. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
...
package org.codehaus.groovy.grails.commons.spring
[+] BeanConfiguration (2)
| Change | Effect |
---|
1 | Abstract method addQualifier ( Class, String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method addQualifier ( String ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (51)
addToDeferred ( BeanConfiguration, String, Object )1st parameter 'beanConfig' of this method has type 'BeanConfiguration'.
invokeBeanDefiningMethod ( String, Object[ ] )Return value of this method has type 'BeanConfiguration'.
getBeanConfiguration ( )Return value of this method has type 'BeanConfiguration'.
setBeanConfiguration ( BeanConfiguration )1st parameter 'p1' of this method has type 'BeanConfiguration'.
addProperty ( String, Object )This abstract method is from 'BeanConfiguration' interface.
getBeanDefinition ( )This abstract method is from 'BeanConfiguration' interface.
getName ( )This abstract method is from 'BeanConfiguration' interface.
getPropertyValue ( String )This abstract method is from 'BeanConfiguration' interface.
hasProperty ( String )This abstract method is from 'BeanConfiguration' interface.
isSingleton ( )This abstract method is from 'BeanConfiguration' interface.
setAbstract ( boolean )This abstract method is from 'BeanConfiguration' interface.
setAutowire ( String )This abstract method is from 'BeanConfiguration' interface.
...
[+] TypeSpecifyableTransactionProxyFactoryBean (1)
| Change | Effect |
---|
1 | Removed super-interface org.springframework.beans.factory.FactoryBean. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
TypeSpecifyableTransactionProxyFactoryBean ( Class )This constructor is from 'TypeSpecifyableTransactionProxyFactoryBean' class.
getObjectType ( )This method is from 'TypeSpecifyableTransactionProxyFactoryBean' class.
grails-web-2.0.4.jar
package grails.gsp
[+] PageRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778508605 has been renamed to __timeStamp__239_neverHappen1341477529744. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
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.
PageRenderer.PageRenderRequest ( PageRenderer, String )1st parameter 'requestURI' of this method has type 'PageRenderer'.
PageRenderer.PageRenderResponse ( PageRenderer, PrintWriter )1st parameter 'writer' of this method has type 'PageRenderer'.
render ( Map )This method is from 'PageRenderer' class.
...
package org.codehaus.groovy.grails.web.binding
[+] ListOrderedSet (1)
| Change | Effect |
---|
1 | Removed super-interface java.util.Set. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (26)
ListOrderedSet ( )This constructor is from 'ListOrderedSet' class.
ListOrderedSet ( Set )This constructor is from 'ListOrderedSet' class.
ListOrderedSet ( Set, List )This constructor is from 'ListOrderedSet' class.
add ( int, Object )This method is from 'ListOrderedSet' class.
add ( Object )This method is from 'ListOrderedSet' class.
addAll ( int, Collection )This method is from 'ListOrderedSet' class.
addAll ( Collection )This method is from 'ListOrderedSet' class.
asList ( )This method is from 'ListOrderedSet' class.
clear ( )This method is from 'ListOrderedSet' class.
decorate ( List )This method is from 'ListOrderedSet' class.
decorate ( Set )This method is from 'ListOrderedSet' class.
get ( int )This method is from 'ListOrderedSet' class.
...
package org.codehaus.groovy.grails.web.errors
[+] ErrorsViewStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778509184 has been renamed to __timeStamp__239_neverHappen1341477530179. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509243 has been renamed to __timeStamp__239_neverHappen1341477530232. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778508679 has been renamed to __timeStamp__239_neverHappen1341477529840. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (25)
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_neverHappen1337778509195 has been renamed to __timeStamp__239_neverHappen1341477530193. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
...
package org.codehaus.groovy.grails.web.mime
[+] MimeType (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778508715 has been renamed to __timeStamp__239_neverHappen1341477529883. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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
[+] DefaultGroovyPagesUriService (1)
| Change | Effect |
---|
1 | Removed super-interface GroovyPagesUriService. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
DefaultGroovyPagesUriService ( )This constructor is from 'DefaultGroovyPagesUriService' class.
clear ( )This method is from 'DefaultGroovyPagesUriService' class.
getDeployedViewURI ( String, String )This method is from 'DefaultGroovyPagesUriService' class.
getLogicalControllerName ( GroovyObject )This method is from 'DefaultGroovyPagesUriService' class.
getNoSuffixViewURI ( GroovyObject, String )This method is from 'DefaultGroovyPagesUriService' class.
getNoSuffixViewURI ( String, String )This method is from 'DefaultGroovyPagesUriService' class.
getTemplateURI ( GroovyObject, String )This method is from 'DefaultGroovyPagesUriService' class.
getTemplateURI ( String, String )This method is from 'DefaultGroovyPagesUriService' class.
[+] GroovyPageCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778508727 has been renamed to __timeStamp__239_neverHappen1341477529893. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509284 has been renamed to __timeStamp__239_neverHappen1341477530266. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778508775 has been renamed to __timeStamp__239_neverHappen1341477529945. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509204 has been renamed to __timeStamp__239_neverHappen1341477530201. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778512052 has been renamed to __timeStamp__239_neverHappen1341477532328. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778512093 has been renamed to __timeStamp__239_neverHappen1341477532375. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509212 has been renamed to __timeStamp__239_neverHappen1341477530207. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778508871 has been renamed to __timeStamp__239_neverHappen1341477530022. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509082 has been renamed to __timeStamp__239_neverHappen1341477530075. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509121 has been renamed to __timeStamp__239_neverHappen1341477530094. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509140 has been renamed to __timeStamp__239_neverHappen1341477530115. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509217 has been renamed to __timeStamp__239_neverHappen1341477530211. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509227 has been renamed to __timeStamp__239_neverHappen1341477530221. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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
[+] GrailsParameterMap (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (15)
getParams ( Object )Return value of this method has type 'GrailsParameterMap'.
bind ( GrailsParameterMap )1st parameter 'params' of this method has type 'GrailsParameterMap'.
bind ( GrailsParameterMap, String )1st parameter 'params' of this method has type 'GrailsParameterMap'.
GrailsParameterMap ( Map, HttpServletRequest )This constructor is from 'GrailsParameterMap' class.
GrailsParameterMap ( HttpServletRequest )This constructor is from 'GrailsParameterMap' class.
clone ( )This method is from 'GrailsParameterMap' class.
get ( Object )This method is from 'GrailsParameterMap' class.
getDate ( String )This method is from 'GrailsParameterMap' class.
getRequest ( )This method is from 'GrailsParameterMap' class.
put ( Object, Object )This method is from 'GrailsParameterMap' class.
putAll ( Map )This method is from 'GrailsParameterMap' class.
remove ( Object )This method is from 'GrailsParameterMap' class.
...
[+] SynchronizerTokensHolder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778509178 has been renamed to __timeStamp__239_neverHappen1341477530170. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
SynchronizerTokensHolder ( )This constructor is from 'SynchronizerTokensHolder' class.
__.swapInit ( )This method is from 'SynchronizerTokensHolder' class.
generateToken ( String )This method is from 'SynchronizerTokensHolder' class.
getCurrentTokens ( )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.
setCurrentTokens ( Map )This method is from 'SynchronizerTokensHolder' class.
setMetaClass ( MetaClass )This method is from 'SynchronizerTokensHolder' class.
...
package org.codehaus.groovy.grails.web.servlet.mvc.exceptions
[+] CannotRedirectException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778509349 has been renamed to __timeStamp__239_neverHappen1341477530287. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.servlet.view
[+] GrailsViewResolver (1)
| Change | Effect |
---|
1 | Removed super-interface org.springframework.context.ApplicationContextAware. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (8)
GrailsViewResolver ( )This constructor is from 'GrailsViewResolver' class.
getCacheTimeout ( )This method is from 'GrailsViewResolver' class.
loadView ( String, Locale )This method is from 'GrailsViewResolver' class.
setCacheTimeout ( long )This method is from 'GrailsViewResolver' class.
setGrailsApplication ( GrailsApplication )This method is from 'GrailsViewResolver' class.
setGroovyPageLocator ( GrailsConventionGroovyPageLocator )This method is from 'GrailsViewResolver' class.
setPluginManager ( GrailsPluginManager )This method is from 'GrailsViewResolver' class.
setTemplateEngine ( GroovyPagesTemplateEngine )This method is from 'GrailsViewResolver' class.
package org.codehaus.groovy.grails.web.sitemesh
[+] GrailsLayoutDecoratorMapper (1)
| Change | Effect |
---|
1 | Removed super-interface com.opensymphony.module.sitemesh.DecoratorMapper. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
GrailsLayoutDecoratorMapper ( )This constructor is from 'GrailsLayoutDecoratorMapper' class.
getDecorator ( HttpServletRequest, Page )This method is from 'GrailsLayoutDecoratorMapper' class.
getNamedDecorator ( HttpServletRequest, String )This method is from 'GrailsLayoutDecoratorMapper' class.
init ( Config, Properties, DecoratorMapper )This method is from 'GrailsLayoutDecoratorMapper' class.
package org.codehaus.groovy.grails.web.taglib
[+] GroovyPageAttributes (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
GroovyPageAttributes ( )This constructor is from 'GroovyPageAttributes' class.
GroovyPageAttributes ( Map )This constructor is from 'GroovyPageAttributes' class.
clone ( )This method is from 'GroovyPageAttributes' class.
[+] NamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778509236 has been renamed to __timeStamp__239_neverHappen1341477530227. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778509256 has been renamed to __timeStamp__239_neverHappen1341477530245. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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 (2)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field __timeStamp__239_neverHappen1337778509267 has been renamed to __timeStamp__239_neverHappen1341477530251. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.0.4.jar
package grails.test
[+] WebFlowTestCase (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1337778668340 has been renamed to __timeStamp__239_neverHappen1341477650597. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668099 has been renamed to __timeStamp__239_neverHappen1341477650306. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668238 has been renamed to __timeStamp__239_neverHappen1341477650494. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668250 has been renamed to __timeStamp__239_neverHappen1341477650505. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668189 has been renamed to __timeStamp__239_neverHappen1341477650435. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668326 has been renamed to __timeStamp__239_neverHappen1341477650581. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668202 has been renamed to __timeStamp__239_neverHappen1341477650451. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668260 has been renamed to __timeStamp__239_neverHappen1341477650515. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668336 has been renamed to __timeStamp__239_neverHappen1341477650592. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668338 has been renamed to __timeStamp__239_neverHappen1341477650594. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668279 has been renamed to __timeStamp__239_neverHappen1341477650539. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668206 has been renamed to __timeStamp__239_neverHappen1341477650457. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668232 has been renamed to __timeStamp__239_neverHappen1341477650487. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668314 has been renamed to __timeStamp__239_neverHappen1341477650569. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668199 has been renamed to __timeStamp__239_neverHappen1341477650448. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668196 has been renamed to __timeStamp__239_neverHappen1341477650443. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668317 has been renamed to __timeStamp__239_neverHappen1341477650572. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668319 has been renamed to __timeStamp__239_neverHappen1341477650574. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668224 has been renamed to __timeStamp__239_neverHappen1341477650481. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1337778668323 has been renamed to __timeStamp__239_neverHappen1341477650578. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.
package org.codehaus.groovy.grails.webflow.mvc.servlet
[+] GrailsFlowHandlerAdapter (1)
| Change | Effect |
---|
1 | Removed super-interface org.springframework.context.ApplicationContextAware. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
GrailsFlowHandlerAdapter ( )This constructor is from 'GrailsFlowHandlerAdapter' class.
handle ( HttpServletRequest, HttpServletResponse, Object )This method is from 'GrailsFlowHandlerAdapter' class.
setGrailsApplication ( GrailsApplication )This method is from 'GrailsFlowHandlerAdapter' class.
[+] GrailsFlowHandlerMapping (1)
| Change | Effect |
---|
1 | Removed super-interface org.springframework.core.Ordered. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
GrailsFlowHandlerMapping ( )This constructor is from 'GrailsFlowHandlerMapping' class.
getHandlerForControllerClass ( GrailsControllerClass, HttpServletRequest )This method is from 'GrailsFlowHandlerMapping' class.
to the top
Problems with Data Types, Low Severity (2)
grails-core-2.0.4.jar
package org.codehaus.groovy.grails.plugins
[+] GrailsPlugin (1)
| Change | Effect |
---|
1 | Field INFLUENCES (java.lang.String) with the compile-time constant value "influences" has been removed from this interface. | A client program may change behavior. |
[+] affected methods (74)
getFailedPlugin ( String )Return value of this method has type 'GrailsPlugin'.
getGrailsPlugin ( String )Return value of this method has type 'GrailsPlugin'.
getGrailsPlugin ( String, Object )Return value of this method has type 'GrailsPlugin'.
getGrailsPluginForClassName ( String )Return value of this method has type 'GrailsPlugin'.
getPluginForClass ( Class )Return value of this method has type 'GrailsPlugin'.
getPluginForInstance ( Object )Return value of this method has type 'GrailsPlugin'.
addPluginDependencies ( List, GrailsPlugin )2nd parameter 'p2' of this abstract method has type 'GrailsPlugin'.
getNamedPlugin ( String )Return value of this method has type 'GrailsPlugin'.
isDependentOn ( GrailsPlugin, String )1st parameter 'plugin' of this method has type 'GrailsPlugin'.
registerDependency ( List, GrailsPlugin )2nd parameter 'plugin' of this method has type 'GrailsPlugin'.
getPlugin ( )Return value of this method has type 'GrailsPlugin'.
canRegisterPlugin ( GrailsPlugin )1st parameter 'plugin' of this method has type 'GrailsPlugin'.
...
grails-web-2.0.4.jar
package org.codehaus.groovy.grails.web.binding
[+] DefaultASTDatabindingHelper (1)
| Change | Effect |
---|
1 | Field JODATIME_PACKAGE (java.lang.String) with the compile-time constant value "org.joda.time" has been removed from this class. | A client program may change behavior. |
[+] affected methods (2)
DefaultASTDatabindingHelper ( )This constructor is from 'DefaultASTDatabindingHelper' class.
injectDatabindingCode ( SourceUnit, GeneratorContext, ClassNode )This method is from 'DefaultASTDatabindingHelper' class.
to the top
Other Changes in Data Types (16)
grails-bootstrap-2.0.4.jar
package grails.build.logging
[+] GrailsConsole (2)
| Change | Effect |
---|
1 | Field HISTORYFILE 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 and cause IncompatibleClassChangeError exception. |
2 | Field SECURE_MASK_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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (42)
GrailsConsole ( )This constructor is from 'GrailsConsole' class.
addStatus ( String )This method is from 'GrailsConsole' class.
ansiWrap ( OutputStream )This method is from 'GrailsConsole' class.
createConsoleReader ( )This method is from 'GrailsConsole' class.
createInstance ( )This method is from 'GrailsConsole' class.
createTerminal ( )This method is from 'GrailsConsole' class.
echoStatus ( )This method is from 'GrailsConsole' class.
error ( String )This method is from 'GrailsConsole' class.
error ( String, String )This method is from 'GrailsConsole' class.
error ( String, Throwable )This method is from 'GrailsConsole' class.
error ( Throwable )This method is from 'GrailsConsole' class.
getCategory ( )This method is from 'GrailsConsole' class.
...
package org.codehaus.groovy.grails.cli.support
[+] ScriptBindingInitializer (11)
| Change | Effect |
---|
1 | Field BASEDIR 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 and cause IncompatibleClassChangeError exception. |
2 | Field BASE_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 and cause IncompatibleClassChangeError exception. |
3 | Field BASE_NAME 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 and cause IncompatibleClassChangeError exception. |
4 | Field GRAILS_CONSOLE 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 and cause IncompatibleClassChangeError exception. |
5 | Field GRAILS_ENV 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 and cause IncompatibleClassChangeError exception. |
6 | Field GRAILS_HOME 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 and cause IncompatibleClassChangeError exception. |
7 | Field GRAILS_SCRIPT 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 and cause IncompatibleClassChangeError exception. |
8 | Field GRAILS_SETTINGS 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 and cause IncompatibleClassChangeError exception. |
9 | Field GRAILS_VERSION 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 and cause IncompatibleClassChangeError exception. |
10 | Field SCAFFOLD_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 and cause IncompatibleClassChangeError exception. |
11 | Field USER_HOME 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (3)
initBinding ( GantBinding, String )This method is from 'ScriptBindingInitializer' class.
isDeclared ( Object, Method )This method is from 'ScriptBindingInitializer' class.
makeApiAvailableToScripts ( GantBinding, Object )This method is from 'ScriptBindingInitializer' class.
grails-core-2.0.4.jar
package org.codehaus.groovy.grails.plugins
[+] GrailsPlugin (1)
| Change | Effect |
---|
1 | Field OBSERVE 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (74)
getFailedPlugin ( String )Return value of this method has type 'GrailsPlugin'.
getGrailsPlugin ( String )Return value of this method has type 'GrailsPlugin'.
getGrailsPlugin ( String, Object )Return value of this method has type 'GrailsPlugin'.
getGrailsPluginForClassName ( String )Return value of this method has type 'GrailsPlugin'.
getPluginForClass ( Class )Return value of this method has type 'GrailsPlugin'.
getPluginForInstance ( Object )Return value of this method has type 'GrailsPlugin'.
addPluginDependencies ( List, GrailsPlugin )2nd parameter 'p2' of this abstract method has type 'GrailsPlugin'.
getNamedPlugin ( String )Return value of this method has type 'GrailsPlugin'.
isDependentOn ( GrailsPlugin, String )1st parameter 'plugin' of this method has type 'GrailsPlugin'.
registerDependency ( List, GrailsPlugin )2nd parameter 'plugin' of this method has type 'GrailsPlugin'.
getPlugin ( )Return value of this method has type 'GrailsPlugin'.
canRegisterPlugin ( GrailsPlugin )1st parameter 'plugin' of this method has type 'GrailsPlugin'.
...
grails-hibernate-2.0.4.jar
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1341477540594 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (20)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )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.
invokeMethod ( String, Object )This method is from 'NamedCriteriaProxy' class.
list ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
...
package org.codehaus.groovy.grails.plugins.orm.hibernate
[+] HibernatePluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1341477540699 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (24)
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.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext, String, Map )This method is from 'HibernatePluginSupport' class.
filterQueryArgumentMap ( Map )This method is from 'HibernatePluginSupport' class.
getDoWithDynamicMethods ( )This method is from 'HibernatePluginSupport' class.
getDoWithSpring ( )This method is from 'HibernatePluginSupport' class.
getLAZY_PROPERTY_HANDLER ( )This method is from 'HibernatePluginSupport' class.
...
to the top
Java ARchives (19)
grails-2.0.4.jar
grails-app-files.jar
grails-bootstrap-2.0.4.jar
grails-core-2.0.4.jar
grails-crud-2.0.4.jar
grails-datastore-core-1.0.9.RELEASE.jar
grails-datastore-gorm-1.0.9.RELEASE.jar
grails-datastore-simple-1.0.9.RELEASE.jar
grails-gdoc-engine-1.0.1.jar
grails-hibernate-2.0.4.jar
grails-integration-files.jar
grails-logging-2.0.4.jar
grails-plugin-files.jar
grails-resources-2.0.4.jar
grails-scripts-2.0.4.jar
grails-shared-files.jar
grails-spring-2.0.4.jar
grails-web-2.0.4.jar
grails-webflow-2.0.4.jar
to the top