Binary compatibility report for the Grails library between 1.2.5 and 1.3.0 versions
Test Info
Library Name | Grails |
Version #1 | 1.2.5 |
Version #2 | 1.3.0 |
Test Results
Total Java ARchives | 14 |
---|
Total Methods / Classes | 10944 / 2042 |
---|
Verdict | Incompatible (26.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 248 |
---|
Removed Methods | High | 117 |
---|
Problems with Data Types | High | 217 |
---|
Medium | 0 |
Low | 25 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 2 |
Other Changes in Data Types | - | 20 |
Added Methods (248)
grails-bootstrap-1.3.0.jar, AbstractIvyDependencyManager.class
package org.codehaus.groovy.grails.resolve
AbstractIvyDependencyManager.AbstractIvyDependencyManager ( )
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager."<init>":()V]
AbstractIvyDependencyManager.addDependency ( ModuleRevisionId revisionId ) : void
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.addDependency:(Lorg/apache/ivy/core/module/id/ModuleRevisionId;)V]
AbstractIvyDependencyManager.addDependencyDescriptor ( DependencyDescriptor dd ) : void
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.addDependencyDescriptor:(Lorg/apache/ivy/core/module/descriptor/DependencyDescriptor;)V]
AbstractIvyDependencyManager.createExcludeArtifactId ( String excludeName ) : ArtifactId
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.createExcludeArtifactId:(Ljava/lang/String;)Lorg/apache/ivy/core/module/id/ArtifactId;]
AbstractIvyDependencyManager.createExcludeArtifactId ( String excludeName, String group ) : ArtifactId
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.createExcludeArtifactId:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/ivy/core/module/id/ArtifactId;]
AbstractIvyDependencyManager.createModuleDescriptor ( ) : ModuleDescriptor
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.createModuleDescriptor:()Lorg/apache/ivy/core/module/descriptor/ModuleDescriptor;]
AbstractIvyDependencyManager.getApplicationName ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getApplicationName:()Ljava/lang/String;]
AbstractIvyDependencyManager.getApplicationVersion ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getApplicationVersion:()Ljava/lang/String;]
AbstractIvyDependencyManager.getConfigurationMappings ( ) : Map
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getConfigurationMappings:()Ljava/util/Map;]
AbstractIvyDependencyManager.getConfigurationNames ( ) : String[ ]
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getConfigurationNames:()[Ljava/lang/String;]
AbstractIvyDependencyManager.getDependencies ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getDependencies:()Ljava/util/Set;]
AbstractIvyDependencyManager.getMetadataRegisteredPluginNames ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getMetadataRegisteredPluginNames:()Ljava/util/Set;]
AbstractIvyDependencyManager.getPluginDependencyDescriptor ( String pluginName ) : DependencyDescriptor
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getPluginDependencyDescriptor:(Ljava/lang/String;)Lorg/apache/ivy/core/module/descriptor/DependencyDescriptor;]
AbstractIvyDependencyManager.getPluginDependencyNames ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getPluginDependencyNames:()Ljava/util/Set;]
AbstractIvyDependencyManager.getPluginExcludes ( String plugin ) : Set
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.getPluginExcludes:(Ljava/lang/String;)Ljava/util/Set;]
AbstractIvyDependencyManager.isExcludedFromPlugin ( DependencyDescriptor currentPlugin, ArtifactId dependency ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.isExcludedFromPlugin:(Lorg/apache/ivy/core/module/descriptor/DependencyDescriptor;Lorg/apache/ivy/core/module/id/ArtifactId;)Z]
AbstractIvyDependencyManager.isExcludedFromPlugin ( String plugin, String dependencyName ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.isExcludedFromPlugin:(Ljava/lang/String;Ljava/lang/String;)Z]
AbstractIvyDependencyManager.isPluginTransitive ( String pluginName ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.isPluginTransitive:(Ljava/lang/String;)Z]
AbstractIvyDependencyManager.setApplicationName ( String applicationName ) : void
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.setApplicationName:(Ljava/lang/String;)V]
AbstractIvyDependencyManager.setApplicationVersion ( String applicationVersion ) : void
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.setApplicationVersion:(Ljava/lang/String;)V]
AbstractIvyDependencyManager.setMetadataRegisteredPluginNames ( Set metadataRegisteredPluginNames ) : void
[mangled: org/codehaus/groovy/grails/resolve/AbstractIvyDependencyManager.setMetadataRegisteredPluginNames:(Ljava/util/Set;)V]
grails-bootstrap-1.3.0.jar, BuildSettings.class
package grails.util
BuildSettings.getDocsOutputDir ( ) : File
[mangled: grails/util/BuildSettings.getDocsOutputDir:()Ljava/io/File;]
BuildSettings.getPluginClassesDir ( ) : File
[mangled: grails/util/BuildSettings.getPluginClassesDir:()Ljava/io/File;]
BuildSettings.setDocsOutputDir ( File p1 ) : void
[mangled: grails/util/BuildSettings.setDocsOutputDir:(Ljava/io/File;)V]
BuildSettings.setPluginClassesDir ( File dir ) : void
[mangled: grails/util/BuildSettings.setPluginClassesDir:(Ljava/io/File;)V]
grails-bootstrap-1.3.0.jar, EnhancedDefaultDependencyDescriptor.class
package org.codehaus.groovy.grails.resolve
EnhancedDefaultDependencyDescriptor.isSupportedInConfiguration ( String conf ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor.isSupportedInConfiguration:(Ljava/lang/String;)Z]
grails-bootstrap-1.3.0.jar, GrailsRepoResolver.class
package org.codehaus.groovy.grails.resolve
GrailsRepoResolver.findResourceUsingPattern ( ModuleRevisionId mrid, String pattern, Artifact artifact, ResourceMDParser rmdparser, Date date ) : ResolvedResource
[mangled: org/codehaus/groovy/grails/resolve/GrailsRepoResolver.findResourceUsingPattern:(Lorg/apache/ivy/core/module/id/ModuleRevisionId;Ljava/lang/String;Lorg/apache/ivy/core/module/descriptor/Artifact;Lorg/apache/ivy/plugins/resolver/util/ResourceMDParser;Ljava/util/Date;)Lorg/apache/ivy/plugins/resolver/util/ResolvedResource;]
GrailsRepoResolver.getPluginList ( File localFile ) : GPathResult
[mangled: org/codehaus/groovy/grails/resolve/GrailsRepoResolver.getPluginList:(Ljava/io/File;)Lgroovy/util/slurpersupport/GPathResult;]
GrailsRepoResolver.getRepositoryRoot ( ) : URL
[mangled: org/codehaus/groovy/grails/resolve/GrailsRepoResolver.getRepositoryRoot:()Ljava/net/URL;]
GrailsRepoResolver.GrailsRepoResolver ( String name, URL repositoryRoot )
[mangled: org/codehaus/groovy/grails/resolve/GrailsRepoResolver."<init>":(Ljava/lang/String;Ljava/net/URL;)V]
GrailsRepoResolver.transformGrailsRepositoryPattern ( ModuleRevisionId mrid, String pattern ) : String
[mangled: org/codehaus/groovy/grails/resolve/GrailsRepoResolver.transformGrailsRepositoryPattern:(Lorg/apache/ivy/core/module/id/ModuleRevisionId;Ljava/lang/String;)Ljava/lang/String;]
grails-bootstrap-1.3.0.jar, IvyDependencyManager.class
package org.codehaus.groovy.grails.resolve
IvyDependencyManager.configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor dependencyDescriptor, String scope, Closure dependencyConfigurer, boolean pluginMode ) : Object
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.configureDependencyDescriptor:(Lorg/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor;Ljava/lang/String;Lgroovy/lang/Closure;Z)Ljava/lang/Object;]
IvyDependencyManager.getCurrentDependencyDescriptor ( ) : DefaultDependencyDescriptor
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getCurrentDependencyDescriptor:()Lorg/apache/ivy/core/module/descriptor/DefaultDependencyDescriptor;]
IvyDependencyManager.getLogger ( ) : MessageLogger
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getLogger:()Lorg/apache/ivy/util/MessageLogger;]
IvyDependencyManager.getMetadata ( ) : Metadata
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getMetadata:()Lgrails/util/Metadata;]
IvyDependencyManager.getTransferListener ( ) : TransferListener
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getTransferListener:()Lorg/apache/ivy/plugins/repository/TransferListener;]
IvyDependencyManager.isExcluded ( String name ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.isExcluded:(Ljava/lang/String;)Z]
IvyDependencyManager.IvyDependencyManager ( String p1, String p2, BuildSettings p3, Metadata p4 )
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager."<init>":(Ljava/lang/String;Ljava/lang/String;Lgrails/util/BuildSettings;Lgrails/util/Metadata;)V]
IvyDependencyManager.loadDependencies ( ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.loadDependencies:()Lorg/apache/ivy/core/report/ResolveReport;]
IvyDependencyManager.loadDependencies ( String conf ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.loadDependencies:(Ljava/lang/String;)Lorg/apache/ivy/core/report/ResolveReport;]
IvyDependencyManager.resolvePluginDependencies ( ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.resolvePluginDependencies:()Lorg/apache/ivy/core/report/ResolveReport;]
IvyDependencyManager.resolvePluginDependencies ( String conf ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.resolvePluginDependencies:(Ljava/lang/String;)Lorg/apache/ivy/core/report/ResolveReport;]
IvyDependencyManager.resolvePluginDependencies ( String conf, Map args ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.resolvePluginDependencies:(Ljava/lang/String;Ljava/util/Map;)Lorg/apache/ivy/core/report/ResolveReport;]
IvyDependencyManager.setCurrentDependencyDescriptor ( DefaultDependencyDescriptor p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setCurrentDependencyDescriptor:(Lorg/apache/ivy/core/module/descriptor/DefaultDependencyDescriptor;)V]
IvyDependencyManager.setLogger ( MessageLogger logger ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setLogger:(Lorg/apache/ivy/util/MessageLogger;)V]
IvyDependencyManager.setMetadata ( Metadata p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setMetadata:(Lgrails/util/Metadata;)V]
IvyDependencyManager.setTransferListener ( TransferListener p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setTransferListener:(Lorg/apache/ivy/plugins/repository/TransferListener;)V]
grails-bootstrap-1.3.0.jar, IvyDomainSpecificLanguageEvaluator.class
package org.codehaus.groovy.grails.resolve
IvyDomainSpecificLanguageEvaluator.configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor dependencyDescriptor, String scope, Closure dependencyConfigurer, boolean pluginMode ) : Object
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.configureDependencyDescriptor:(Lorg/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor;Ljava/lang/String;Lgroovy/lang/Closure;Z)Ljava/lang/Object;]
IvyDomainSpecificLanguageEvaluator.createLocalPluginResolver ( String name, String location ) : FileSystemResolver
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.createLocalPluginResolver:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/ivy/plugins/resolver/FileSystemResolver;]
IvyDomainSpecificLanguageEvaluator.createModuleDescriptor ( ) : ModuleDescriptor
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.createModuleDescriptor:()Lorg/apache/ivy/core/module/descriptor/ModuleDescriptor;]
IvyDomainSpecificLanguageEvaluator.excludes ( Map exclude ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.excludes:(Ljava/util/Map;)V]
IvyDomainSpecificLanguageEvaluator.getConfigurationNames ( ) : String[ ]
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getConfigurationNames:()[Ljava/lang/String;]
IvyDomainSpecificLanguageEvaluator.getCurrentDependencyDescriptor ( ) : DefaultDependencyDescriptor
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getCurrentDependencyDescriptor:()Lorg/apache/ivy/core/module/descriptor/DefaultDependencyDescriptor;]
IvyDomainSpecificLanguageEvaluator.getCurrentPluginBeingConfigured ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getCurrentPluginBeingConfigured:()Ljava/lang/String;]
IvyDomainSpecificLanguageEvaluator.getLogger ( ) : MessageLogger
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getLogger:()Lorg/apache/ivy/util/MessageLogger;]
IvyDomainSpecificLanguageEvaluator.getMetadata ( ) : Metadata
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getMetadata:()Lgrails/util/Metadata;]
IvyDomainSpecificLanguageEvaluator.getMetadataRegisteredPluginNames ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getMetadataRegisteredPluginNames:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getPluginDependencyDescriptor ( String param0 ) : DependencyDescriptor
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getPluginDependencyDescriptor:(Ljava/lang/String;)Lorg/apache/ivy/core/module/descriptor/DependencyDescriptor;]
IvyDomainSpecificLanguageEvaluator.getPluginDependencyNames ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getPluginDependencyNames:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getPluginExcludes ( String param0 ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getPluginExcludes:(Ljava/lang/String;)Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getPluginMode ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getPluginMode:()Z]
IvyDomainSpecificLanguageEvaluator.getTransferListener ( ) : TransferListener
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getTransferListener:()Lorg/apache/ivy/plugins/repository/TransferListener;]
IvyDomainSpecificLanguageEvaluator.grailsCentral ( ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.grailsCentral:()V]
IvyDomainSpecificLanguageEvaluator.grailsRepo ( String url ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.grailsRepo:(Ljava/lang/String;)V]
IvyDomainSpecificLanguageEvaluator.grailsRepo ( String url, String name ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.grailsRepo:(Ljava/lang/String;Ljava/lang/String;)V]
IvyDomainSpecificLanguageEvaluator.isExcluded ( String name ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.isExcluded:(Ljava/lang/String;)Z]
IvyDomainSpecificLanguageEvaluator.isExcludedFromPlugin ( DependencyDescriptor param0, ArtifactId param1 ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.isExcludedFromPlugin:(Lorg/apache/ivy/core/module/descriptor/DependencyDescriptor;Lorg/apache/ivy/core/module/id/ArtifactId;)Z]
IvyDomainSpecificLanguageEvaluator.isExcludedFromPlugin ( String param0, String param1 ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.isExcludedFromPlugin:(Ljava/lang/String;Ljava/lang/String;)Z]
IvyDomainSpecificLanguageEvaluator.isPluginMode ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.isPluginMode:()Z]
IvyDomainSpecificLanguageEvaluator.isPluginTransitive ( String param0 ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.isPluginTransitive:(Ljava/lang/String;)Z]
IvyDomainSpecificLanguageEvaluator.loadDependencies ( String conf ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.loadDependencies:(Ljava/lang/String;)Lorg/apache/ivy/core/report/ResolveReport;]
IvyDomainSpecificLanguageEvaluator.plugins ( Closure callable ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.plugins:(Lgroovy/lang/Closure;)V]
IvyDomainSpecificLanguageEvaluator.resolvePluginDependencies ( String conf, Map args ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.resolvePluginDependencies:(Ljava/lang/String;Ljava/util/Map;)Lorg/apache/ivy/core/report/ResolveReport;]
IvyDomainSpecificLanguageEvaluator.setApplicationName ( String param0 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setApplicationName:(Ljava/lang/String;)V]
IvyDomainSpecificLanguageEvaluator.setApplicationVersion ( String param0 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setApplicationVersion:(Ljava/lang/String;)V]
IvyDomainSpecificLanguageEvaluator.setChainResolver ( ChainResolver resolver ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setChainResolver:(Lorg/apache/ivy/plugins/resolver/ChainResolver;)V]
IvyDomainSpecificLanguageEvaluator.setCurrentPluginBeingConfigured ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setCurrentPluginBeingConfigured:(Ljava/lang/String;)V]
IvyDomainSpecificLanguageEvaluator.setLogger ( MessageLogger logger ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setLogger:(Lorg/apache/ivy/util/MessageLogger;)V]
IvyDomainSpecificLanguageEvaluator.setMetadataRegisteredPluginNames ( Set param0 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setMetadataRegisteredPluginNames:(Ljava/util/Set;)V]
IvyDomainSpecificLanguageEvaluator.setPluginMode ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setPluginMode:(Z)V]
grails-bootstrap-1.3.0.jar, Metadata.class
package grails.util
Metadata.getInstalledPlugins ( ) : Map
[mangled: grails/util/Metadata.getInstalledPlugins:()Ljava/util/Map;]
grails-bootstrap-1.3.0.jar, PluginInstallEngine.class
package org.codehaus.groovy.grails.resolve
PluginInstallEngine.addJarsToRootLoader ( Collection pluginJars ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.addJarsToRootLoader:(Ljava/util/Collection;)Ljava/lang/Object;]
PluginInstallEngine.assertNoExistingInlinePlugin ( String name ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.assertNoExistingInlinePlugin:(Ljava/lang/String;)V]
PluginInstallEngine.checkExistingPluginInstall ( String name, Object version ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.checkExistingPluginInstall:(Ljava/lang/String;Ljava/lang/Object;)Z]
PluginInstallEngine.checkPluginsToUninstall ( List pluginDeps ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.checkPluginsToUninstall:(Ljava/util/List;)V]
PluginInstallEngine.displayNewScripts ( Object pluginName, Object installPath ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.displayNewScripts:(Ljava/lang/Object;Ljava/lang/Object;)V]
PluginInstallEngine.findMissingOrUpgradePlugins ( List pluginDeps ) : List
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.findMissingOrUpgradePlugins:(Ljava/util/List;)Ljava/util/List;]
PluginInstallEngine.getCommandLineHelper ( ) : CommandLineHelper
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getCommandLineHelper:()Lorg/codehaus/groovy/grails/cli/CommandLineHelper;]
PluginInstallEngine.getCORE_PLUGINS ( ) [static] : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getCORE_PLUGINS:()Ljava/lang/Object;]
PluginInstallEngine.getErrorHandler ( ) : Closure
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getErrorHandler:()Lgroovy/lang/Closure;]
PluginInstallEngine.getEventHandler ( ) : Closure
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getEventHandler:()Lgroovy/lang/Closure;]
PluginInstallEngine.getInstalledPlugins ( ) : List
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getInstalledPlugins:()Ljava/util/List;]
PluginInstallEngine.getIsInteractive ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getIsInteractive:()Z]
PluginInstallEngine.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getMetaClass:()Lgroovy/lang/MetaClass;]
PluginInstallEngine.getPluginDirVariableStore ( ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getPluginDirVariableStore:()Ljava/lang/Object;]
PluginInstallEngine.getPluginScriptRunner ( ) : Closure
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getPluginScriptRunner:()Lgroovy/lang/Closure;]
PluginInstallEngine.getPostInstallEvent ( ) : Closure
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getPostInstallEvent:()Lgroovy/lang/Closure;]
PluginInstallEngine.getPostUninstallEvent ( ) : Closure
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getPostUninstallEvent:()Lgroovy/lang/Closure;]
PluginInstallEngine.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PluginInstallEngine.installPlugin ( File zipFile ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugin:(Ljava/io/File;)V]
PluginInstallEngine.installPlugin ( File zipFile, boolean globalInstall ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugin:(Ljava/io/File;Z)V]
PluginInstallEngine.installPlugin ( String name ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugin:(Ljava/lang/String;)V]
PluginInstallEngine.installPlugin ( String name, String version ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugin:(Ljava/lang/String;Ljava/lang/String;)V]
PluginInstallEngine.installPlugin ( String name, String version, boolean globalInstall ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugin:(Ljava/lang/String;Ljava/lang/String;Z)V]
PluginInstallEngine.installPlugin ( URL zipURL ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugin:(Ljava/net/URL;)V]
PluginInstallEngine.installPlugin ( URL zipURL, boolean globalInstall ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugin:(Ljava/net/URL;Z)V]
PluginInstallEngine.installPlugins ( List plugins ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPlugins:(Ljava/util/List;)V]
PluginInstallEngine.installPluginZipInternal ( String name, String version, File pluginZip, boolean globalInstall ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.installPluginZipInternal:(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;Z)V]
PluginInstallEngine.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PluginInstallEngine.isIsInteractive ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.isIsInteractive:()Z]
PluginInstallEngine.isNotInlinePluginLocation ( File pluginDir ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.isNotInlinePluginLocation:(Ljava/io/File;)Z]
PluginInstallEngine.PluginInstallEngine ( BuildSettings p1, PluginBuildSettings p2, Metadata p3, AntBuilder p4 )
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine."<init>":(Lgrails/util/BuildSettings;Lgrails/util/PluginBuildSettings;Lgrails/util/Metadata;Lgroovy/util/AntBuilder;)V]
PluginInstallEngine.PluginInstallEngine ( BuildSettings settings )
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine."<init>":(Lgrails/util/BuildSettings;)V]
PluginInstallEngine.PluginInstallEngine ( BuildSettings settings, PluginBuildSettings pbs )
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine."<init>":(Lgrails/util/BuildSettings;Lgrails/util/PluginBuildSettings;)V]
PluginInstallEngine.PluginInstallEngine ( BuildSettings settings, PluginBuildSettings pbs, Metadata md )
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine."<init>":(Lgrails/util/BuildSettings;Lgrails/util/PluginBuildSettings;Lgrails/util/Metadata;)V]
PluginInstallEngine.postInstall ( String pluginInstallPath ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.postInstall:(Ljava/lang/String;)Ljava/lang/Object;]
PluginInstallEngine.postUninstall ( ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.postUninstall:()Ljava/lang/Object;]
PluginInstallEngine.processPluginDependencies ( String pluginName, GPathResult pluginXml ) : Map
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.processPluginDependencies:(Ljava/lang/String;Lgroovy/util/slurpersupport/GPathResult;)Ljava/util/Map;]
PluginInstallEngine.readMetadataFromZip ( String zipLocation ) : List
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.readMetadataFromZip:(Ljava/lang/String;)Ljava/util/List;]
PluginInstallEngine.readPluginXmlMetadata ( String pluginDirName ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.readPluginXmlMetadata:(Ljava/lang/String;)Ljava/lang/Object;]
PluginInstallEngine.registerPluginWithMetadata ( String pluginName, Object pluginVersion ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.registerPluginWithMetadata:(Ljava/lang/String;Ljava/lang/Object;)V]
PluginInstallEngine.resolvePluginDependencies ( ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.resolvePluginDependencies:()V]
PluginInstallEngine.resolvePluginJarDependencies ( Object pluginName, Object pluginInstallPath ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.resolvePluginJarDependencies:(Ljava/lang/Object;Ljava/lang/Object;)V]
PluginInstallEngine.setCommandLineHelper ( CommandLineHelper p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setCommandLineHelper:(Lorg/codehaus/groovy/grails/cli/CommandLineHelper;)V]
PluginInstallEngine.setErrorHandler ( Closure p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setErrorHandler:(Lgroovy/lang/Closure;)V]
PluginInstallEngine.setEventHandler ( Closure p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setEventHandler:(Lgroovy/lang/Closure;)V]
PluginInstallEngine.setInstalledPlugins ( List p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setInstalledPlugins:(Ljava/util/List;)V]
PluginInstallEngine.setIsInteractive ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setIsInteractive:(Z)V]
PluginInstallEngine.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setMetaClass:(Lgroovy/lang/MetaClass;)V]
PluginInstallEngine.setPluginDirVariableStore ( Object p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setPluginDirVariableStore:(Ljava/lang/Object;)V]
PluginInstallEngine.setPluginScriptRunner ( Closure p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setPluginScriptRunner:(Lgroovy/lang/Closure;)V]
PluginInstallEngine.setPostInstallEvent ( Closure p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setPostInstallEvent:(Lgroovy/lang/Closure;)V]
PluginInstallEngine.setPostUninstallEvent ( Closure p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setPostUninstallEvent:(Lgroovy/lang/Closure;)V]
PluginInstallEngine.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
PluginInstallEngine.uninstallPlugin ( String name ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.uninstallPlugin:(Ljava/lang/String;)V]
PluginInstallEngine.uninstallPlugin ( String name, String version ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.uninstallPlugin:(Ljava/lang/String;Ljava/lang/String;)V]
grails-bootstrap-1.3.0.jar, PluginResolveEngine.class
package org.codehaus.groovy.grails.resolve
PluginResolveEngine.createFreshDependencyManager ( ) : IvyDependencyManager
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.createFreshDependencyManager:()Lorg/codehaus/groovy/grails/resolve/IvyDependencyManager;]
PluginResolveEngine.createResolveArguments ( String pluginName, String pluginVersion ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.createResolveArguments:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
PluginResolveEngine.getDependencyManager ( ) : IvyDependencyManager
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.getDependencyManager:()Lorg/codehaus/groovy/grails/resolve/IvyDependencyManager;]
PluginResolveEngine.getMessageReporter ( ) : Closure
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.getMessageReporter:()Lgroovy/lang/Closure;]
PluginResolveEngine.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.getMetaClass:()Lgroovy/lang/MetaClass;]
PluginResolveEngine.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
PluginResolveEngine.getSettings ( ) : BuildSettings
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.getSettings:()Lgrails/util/BuildSettings;]
PluginResolveEngine.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PluginResolveEngine.PluginResolveEngine ( IvyDependencyManager p1, BuildSettings p2 )
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine."<init>":(Lorg/codehaus/groovy/grails/resolve/IvyDependencyManager;Lgrails/util/BuildSettings;)V]
PluginResolveEngine.resolvePluginMetadata ( String pluginName, String pluginVersion ) : GPathResult
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.resolvePluginMetadata:(Ljava/lang/String;Ljava/lang/String;)Lgroovy/util/slurpersupport/GPathResult;]
PluginResolveEngine.resolvePlugins ( List pluginsToInstall ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.resolvePlugins:(Ljava/util/List;)Lorg/apache/ivy/core/report/ResolveReport;]
PluginResolveEngine.resolvePlugins ( List pluginsToInstall, String scope ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.resolvePlugins:(Ljava/util/List;Ljava/lang/String;)Lorg/apache/ivy/core/report/ResolveReport;]
PluginResolveEngine.resolvePluginZip ( String pluginName, String pluginVersion ) : File
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.resolvePluginZip:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
PluginResolveEngine.resolvePluginZip ( String pluginName, String pluginVersion, String scope ) : File
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.resolvePluginZip:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
PluginResolveEngine.resolvePluginZip ( String pluginName, String pluginVersion, String scope, Map args ) : File
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.resolvePluginZip:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)Ljava/io/File;]
PluginResolveEngine.setDependencyManager ( IvyDependencyManager p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.setDependencyManager:(Lorg/codehaus/groovy/grails/resolve/IvyDependencyManager;)V]
PluginResolveEngine.setMessageReporter ( Closure p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.setMessageReporter:(Lgroovy/lang/Closure;)V]
PluginResolveEngine.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.setMetaClass:(Lgroovy/lang/MetaClass;)V]
PluginResolveEngine.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
PluginResolveEngine.setSettings ( BuildSettings p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.setSettings:(Lgrails/util/BuildSettings;)V]
grails-core-1.3.0.jar, AbstractGrailsClass.class
package org.codehaus.groovy.grails.commons
AbstractGrailsClass.getStaticPropertyValue ( String name, Class type ) : Object
[mangled: org/codehaus/groovy/grails/commons/AbstractGrailsClass.getStaticPropertyValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
grails-core-1.3.0.jar, AstPluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
AstPluginDescriptorReader.AstPluginDescriptorReader ( )
[mangled: org/codehaus/groovy/grails/plugins/AstPluginDescriptorReader."<init>":()V]
AstPluginDescriptorReader.AstPluginDescriptorReader ( GroovyClassLoader cl )
[mangled: org/codehaus/groovy/grails/plugins/AstPluginDescriptorReader."<init>":(Lgroovy/lang/GroovyClassLoader;)V]
AstPluginDescriptorReader.readPluginInfo ( Resource pluginLocation ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/AstPluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-core-1.3.0.jar, BasicGrailsPluginInfo.class
package org.codehaus.groovy.grails.plugins
BasicGrailsPluginInfo.BasicGrailsPluginInfo ( Resource pluginLocation )
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo."<init>":(Lorg/springframework/core/io/Resource;)V]
BasicGrailsPluginInfo.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getDescriptor:()Lorg/springframework/core/io/Resource;]
BasicGrailsPluginInfo.getFullName ( ) : String
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getFullName:()Ljava/lang/String;]
BasicGrailsPluginInfo.getName ( ) : String
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getName:()Ljava/lang/String;]
BasicGrailsPluginInfo.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getPluginDir:()Lorg/springframework/core/io/Resource;]
BasicGrailsPluginInfo.getProperties ( ) : Map
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getProperties:()Ljava/util/Map;]
BasicGrailsPluginInfo.getProperty ( String property ) : Object
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
BasicGrailsPluginInfo.getVersion ( ) : String
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.getVersion:()Ljava/lang/String;]
BasicGrailsPluginInfo.setName ( String name ) : void
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.setName:(Ljava/lang/String;)V]
BasicGrailsPluginInfo.setProperty ( String property, Object newValue ) : void
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
BasicGrailsPluginInfo.setVersion ( String version ) : void
[mangled: org/codehaus/groovy/grails/plugins/BasicGrailsPluginInfo.setVersion:(Ljava/lang/String;)V]
grails-core-1.3.0.jar, BlankConstraint.class
package org.codehaus.groovy.grails.validation
BlankConstraint.isBlank ( ) : boolean
[mangled: org/codehaus/groovy/grails/validation/BlankConstraint.isBlank:()Z]
grails-core-1.3.0.jar, ClassPropertyFetcher.class
package org.codehaus.groovy.grails.commons
ClassPropertyFetcher.clearClassPropertyFetcherCache ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/ClassPropertyFetcher.clearClassPropertyFetcherCache:()V]
ClassPropertyFetcher.forClass ( Class c ) [static] : ClassPropertyFetcher
[mangled: org/codehaus/groovy/grails/commons/ClassPropertyFetcher.forClass:(Ljava/lang/Class;)Lorg/codehaus/groovy/grails/commons/ClassPropertyFetcher;]
ClassPropertyFetcher.forClass ( Class c, ClassPropertyFetcher.ReferenceInstanceCallback callback ) [static] : ClassPropertyFetcher
[mangled: org/codehaus/groovy/grails/commons/ClassPropertyFetcher.forClass:(Ljava/lang/Class;Lorg/codehaus/groovy/grails/commons/ClassPropertyFetcher$ReferenceInstanceCallback;)Lorg/codehaus/groovy/grails/commons/ClassPropertyFetcher;]
ClassPropertyFetcher.getPropertyDescriptors ( ) : PropertyDescriptor[ ]
[mangled: org/codehaus/groovy/grails/commons/ClassPropertyFetcher.getPropertyDescriptors:()[Ljava/beans/PropertyDescriptor;]
ClassPropertyFetcher.getPropertyValue ( String name, Class c ) : Object
[mangled: org/codehaus/groovy/grails/commons/ClassPropertyFetcher.getPropertyValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
ClassPropertyFetcher.getReference ( ) : Object
[mangled: org/codehaus/groovy/grails/commons/ClassPropertyFetcher.getReference:()Ljava/lang/Object;]
ClassPropertyFetcher.getStaticPropertyValue ( String name, Class c ) : Object
[mangled: org/codehaus/groovy/grails/commons/ClassPropertyFetcher.getStaticPropertyValue:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;]
grails-core-1.3.0.jar, CompositePluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
CompositePluginDescriptorReader.CompositePluginDescriptorReader ( PluginBuildSettings pluginSettings )
[mangled: org/codehaus/groovy/grails/plugins/CompositePluginDescriptorReader."<init>":(Lgrails/util/PluginBuildSettings;)V]
CompositePluginDescriptorReader.readPluginInfo ( Resource r ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/CompositePluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-core-1.3.0.jar, ConstrainedPropertyBuilder.class
package org.codehaus.groovy.grails.validation
ConstrainedPropertyBuilder.ConstrainedPropertyBuilder ( Class targetClass )
[mangled: org/codehaus/groovy/grails/validation/ConstrainedPropertyBuilder."<init>":(Ljava/lang/Class;)V]
grails-core-1.3.0.jar, DefaultGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
DefaultGrailsPlugin.addExclude ( BuildScope buildScope ) : void
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.addExclude:(Lgrails/util/BuildScope;)V]
DefaultGrailsPlugin.addExclude ( Environment env ) : void
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.addExclude:(Lgrails/util/Environment;)V]
DefaultGrailsPlugin.getDescriptor ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getDescriptor:()Lorg/springframework/core/io/Resource;]
DefaultGrailsPlugin.getFullName ( ) : String
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getFullName:()Ljava/lang/String;]
DefaultGrailsPlugin.getPluginDir ( ) : Resource
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getPluginDir:()Lorg/springframework/core/io/Resource;]
DefaultGrailsPlugin.getProperties ( ) : Map
[mangled: org/codehaus/groovy/grails/plugins/DefaultGrailsPlugin.getProperties:()Ljava/util/Map;]
grails-core-1.3.0.jar, DomainClassGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
DomainClassGrailsPlugin.registerConstraintsProperty ( MetaClass metaClass, GrailsDomainClass domainClass ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/DomainClassGrailsPlugin.registerConstraintsProperty:(Lgroovy/lang/MetaClass;Lorg/codehaus/groovy/grails/commons/GrailsDomainClass;)V]
grails-core-1.3.0.jar, GrailsDomainConfigurationUtil.class
package org.codehaus.groovy.grails.commons
GrailsDomainConfigurationUtil.evaluateConstraints ( Class theClass ) [static] : Map
[mangled: org/codehaus/groovy/grails/commons/GrailsDomainConfigurationUtil.evaluateConstraints:(Ljava/lang/Class;)Ljava/util/Map;]
GrailsDomainConfigurationUtil.evaluateConstraints ( Class theClass, GrailsDomainClassProperty[ ] properties ) [static] : Map
[mangled: org/codehaus/groovy/grails/commons/GrailsDomainConfigurationUtil.evaluateConstraints:(Ljava/lang/Class;[Lorg/codehaus/groovy/grails/commons/GrailsDomainClassProperty;)Ljava/util/Map;]
GrailsDomainConfigurationUtil.evaluateConstraints ( Class theClass, GrailsDomainClassProperty[ ] properties, Map defaultConstraints ) [static] : Map
[mangled: org/codehaus/groovy/grails/commons/GrailsDomainConfigurationUtil.evaluateConstraints:(Ljava/lang/Class;[Lorg/codehaus/groovy/grails/commons/GrailsDomainClassProperty;Ljava/util/Map;)Ljava/util/Map;]
grails-core-1.3.0.jar, GrailsPlugin.class
package org.codehaus.groovy.grails.plugins
GrailsPlugin.addExclude ( BuildScope p1 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/plugins/GrailsPlugin.addExclude:(Lgrails/util/BuildScope;)V]
GrailsPlugin.addExclude ( Environment p1 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/plugins/GrailsPlugin.addExclude:(Lgrails/util/Environment;)V]
grails-core-1.3.0.jar, GrailsPluginInfo.class
package org.codehaus.groovy.grails.plugins
GrailsPluginInfo.getDescriptor ( ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getDescriptor:()Lorg/springframework/core/io/Resource;]
GrailsPluginInfo.getFullName ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getFullName:()Ljava/lang/String;]
GrailsPluginInfo.getName ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getName:()Ljava/lang/String;]
GrailsPluginInfo.getPluginDir ( ) [abstract] : Resource
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getPluginDir:()Lorg/springframework/core/io/Resource;]
GrailsPluginInfo.getProperties ( ) [abstract] : Map
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getProperties:()Ljava/util/Map;]
GrailsPluginInfo.getVersion ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginInfo.getVersion:()Ljava/lang/String;]
grails-core-1.3.0.jar, GrailsPluginUtils.class
package org.codehaus.groovy.grails.plugins
GrailsPluginUtils.getPluginInfos ( ) [static] : GrailsPluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
GrailsPluginUtils.getPluginInfos ( String pluginDirPath ) [static] : GrailsPluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginInfos:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
GrailsPluginUtils.getSupportedPluginInfos ( ) [static] : GrailsPluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getSupportedPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
GrailsPluginUtils.getSupportedPluginInfos ( String pluginDirPath ) [static] : GrailsPluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getSupportedPluginInfos:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-core-1.3.0.jar, PluginBuildSettings.class
package grails.util
PluginBuildSettings.getPluginDescriptor ( Resource pluginDir ) : Resource
[mangled: grails/util/PluginBuildSettings.getPluginDescriptor:(Lorg/springframework/core/io/Resource;)Lorg/springframework/core/io/Resource;]
PluginBuildSettings.getPluginInfo ( String pluginBaseDir ) : GrailsPluginInfo
[mangled: grails/util/PluginBuildSettings.getPluginInfo:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
PluginBuildSettings.getPluginInfoForName ( String pluginName ) : GrailsPluginInfo
[mangled: grails/util/PluginBuildSettings.getPluginInfoForName:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
PluginBuildSettings.getPluginInfoForSource ( String sourceFile ) : GrailsPluginInfo
[mangled: grails/util/PluginBuildSettings.getPluginInfoForSource:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
PluginBuildSettings.getPluginInfos ( ) : GrailsPluginInfo[ ]
[mangled: grails/util/PluginBuildSettings.getPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
PluginBuildSettings.getPluginInfos ( String pluginDirPath ) : GrailsPluginInfo[ ]
[mangled: grails/util/PluginBuildSettings.getPluginInfos:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
PluginBuildSettings.getSupportedPluginInfos ( ) : GrailsPluginInfo[ ]
[mangled: grails/util/PluginBuildSettings.getSupportedPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-core-1.3.0.jar, PluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
PluginDescriptorReader.readPluginInfo ( Resource p1 ) [abstract] : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/PluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
grails-core-1.3.0.jar, PluginFilterRetriever.class
package org.codehaus.groovy.grails.plugins
PluginFilterRetriever.getPluginFilter ( Map properties ) : PluginFilter
[mangled: org/codehaus/groovy/grails/plugins/PluginFilterRetriever.getPluginFilter:(Ljava/util/Map;)Lorg/codehaus/groovy/grails/plugins/PluginFilter;]
grails-core-1.3.0.jar, PluginInfo.class
package org.codehaus.groovy.grails.plugins
PluginInfo.getProperties ( ) : Map
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getProperties:()Ljava/util/Map;]
grails-core-1.3.0.jar, XmlPluginDescriptorReader.class
package org.codehaus.groovy.grails.plugins
XmlPluginDescriptorReader.readPluginInfo ( Resource pluginDescriptor ) : GrailsPluginInfo
[mangled: org/codehaus/groovy/grails/plugins/XmlPluginDescriptorReader.readPluginInfo:(Lorg/springframework/core/io/Resource;)Lorg/codehaus/groovy/grails/plugins/GrailsPluginInfo;]
XmlPluginDescriptorReader.XmlPluginDescriptorReader ( PluginBuildSettings pluginSettings )
[mangled: org/codehaus/groovy/grails/plugins/XmlPluginDescriptorReader."<init>":(Lgrails/util/PluginBuildSettings;)V]
grails-gorm-1.3.0.jar, GrailsDomainBinder.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
GrailsDomainBinder.configureNamingStrategy ( Object strategy ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/GrailsDomainBinder.configureNamingStrategy:(Ljava/lang/Object;)V]
grails-gorm-1.3.0.jar, HibernateCriteriaBuilder.class
package grails.orm
HibernateCriteriaBuilder.eq ( Map params, String propertyName, Object propertyValue ) : Object
[mangled: grails/orm/HibernateCriteriaBuilder.eq:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
HibernateCriteriaBuilder.eq ( String propertyName, Object propertyValue, Map params ) : Object
[mangled: grails/orm/HibernateCriteriaBuilder.eq:(Ljava/lang/String;Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;]
grails-gorm-1.3.0.jar, HibernatePluginSupport.class
package org.codehaus.groovy.grails.plugins.orm.hibernate
HibernatePluginSupport.convertValueToIdentifierType ( Object grailsDomainClass, Object idValue ) [static] : Object
[mangled: org/codehaus/groovy/grails/plugins/orm/hibernate/HibernatePluginSupport.convertValueToIdentifierType:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
grails-gorm-1.3.0.jar, NamedCriteriaProxy.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
NamedCriteriaProxy.count ( Closure additionalCriteriaClosure ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.count:(Lgroovy/lang/Closure;)Ljava/lang/Object;]
NamedCriteriaProxy.list ( Object[ ] params, Closure additionalCriteriaClosure ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.list:([Ljava/lang/Object;Lgroovy/lang/Closure;)Ljava/lang/Object;]
NamedCriteriaProxy.propertyMissing ( String propertyName ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.propertyMissing:(Ljava/lang/String;)Ljava/lang/Object;]
grails-gorm-1.3.0.jar, PropertyConfig.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
PropertyConfig.getFormula ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.getFormula:()Ljava/lang/String;]
PropertyConfig.setFormula ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.setFormula:(Ljava/lang/String;)V]
grails-scripts-1.3.0.jar, _GrailsWar.class
_GrailsWar.createDescriptorInternal ( Object pluginInfos, Object resourceList ) : Object
[mangled: _GrailsWar.createDescriptorInternal:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
grails-scripts-1.3.0.jar, _PluginDependencies.class
_PluginDependencies.resetClasspath ( ) : GrailsPluginManager
[mangled: _PluginDependencies.resetClasspath:()Lorg/codehaus/groovy/grails/plugins/GrailsPluginManager;]
grails-scripts-1.3.0.jar, ReleasePlugin.class
ReleasePlugin.buildPluginInfo ( Object root, Object pluginName ) : Object
[mangled: ReleasePlugin.buildPluginInfo:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ReleasePlugin.buildReleaseInfo ( Object root, Object pluginName, Object releasePath, Object releaseTag ) : Object
[mangled: ReleasePlugin.buildReleaseInfo:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ReleasePlugin.configureAuth ( Map repoMap, String repoType ) : Map
[mangled: ReleasePlugin.configureAuth:(Ljava/util/Map;Ljava/lang/String;)Ljava/util/Map;]
ReleasePlugin.fetchRemote ( Object url, Object closure ) : Object
[mangled: ReleasePlugin.fetchRemote:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ReleasePlugin.isSecureUrl ( Object url ) : Object
[mangled: ReleasePlugin.isSecureUrl:(Ljava/lang/Object;)Ljava/lang/Object;]
ReleasePlugin.parsePluginList ( ) : Object
[mangled: ReleasePlugin.parsePluginList:()Ljava/lang/Object;]
ReleasePlugin.parseRemoteXML ( Object url ) : Object
[mangled: ReleasePlugin.parseRemoteXML:(Ljava/lang/Object;)Ljava/lang/Object;]
ReleasePlugin.readRemotePluginList ( ) : Object
[mangled: ReleasePlugin.readRemotePluginList:()Ljava/lang/Object;]
ReleasePlugin.tokenizeUrl ( String url ) : Map
[mangled: ReleasePlugin.tokenizeUrl:(Ljava/lang/String;)Ljava/util/Map;]
ReleasePlugin.writePluginsFile ( ) : Object
[mangled: ReleasePlugin.writePluginsFile:()Ljava/lang/Object;]
grails-spring-1.3.0.jar, GrailsRuntimeConfigurator.class
package org.codehaus.groovy.grails.commons.spring
GrailsRuntimeConfigurator.createWebRuntimeSpringConfiguration ( GrailsApplication application, ApplicationContext parent, ClassLoader classLoader ) : WebRuntimeSpringConfiguration
[mangled: org/codehaus/groovy/grails/commons/spring/GrailsRuntimeConfigurator.createWebRuntimeSpringConfiguration:(Lorg/codehaus/groovy/grails/commons/GrailsApplication;Lorg/springframework/context/ApplicationContext;Ljava/lang/ClassLoader;)Lorg/codehaus/groovy/grails/commons/spring/WebRuntimeSpringConfiguration;]
grails-web-1.3.0.jar, ApplicationTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
ApplicationTagLib.getJoin ( ) : Object
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/ApplicationTagLib.getJoin:()Ljava/lang/Object;]
ApplicationTagLib.setJoin ( Object p1 ) : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/ApplicationTagLib.setJoin:(Ljava/lang/Object;)V]
grails-web-1.3.0.jar, GrailsConfigUtils.class
package org.codehaus.groovy.grails.web.context
GrailsConfigUtils.determineGrailsRuntimeConfiguratorFromServletContext ( GrailsApplication application, ServletContext servletContext, ApplicationContext parent ) [static] : GrailsRuntimeConfigurator
[mangled: org/codehaus/groovy/grails/web/context/GrailsConfigUtils.determineGrailsRuntimeConfiguratorFromServletContext:(Lorg/codehaus/groovy/grails/commons/GrailsApplication;Ljavax/servlet/ServletContext;Lorg/springframework/context/ApplicationContext;)Lorg/codehaus/groovy/grails/commons/spring/GrailsRuntimeConfigurator;]
grails-web-1.3.0.jar, GrailsDataBinder.class
package org.codehaus.groovy.grails.web.binding
GrailsDataBinder.checkFieldMarkers ( MutablePropertyValues mpvs ) : void
[mangled: org/codehaus/groovy/grails/web/binding/GrailsDataBinder.checkFieldMarkers:(Lorg/springframework/beans/MutablePropertyValues;)V]
grails-web-1.3.0.jar, GrailsParameterMap.class
package org.codehaus.groovy.grails.web.servlet.mvc
GrailsParameterMap.clone ( ) : Object
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/GrailsParameterMap.clone:()Ljava/lang/Object;]
grails-web-1.3.0.jar, WebMetaUtils.class
package org.codehaus.groovy.grails.web.plugins.support
WebMetaUtils.createAndPrepareCommandObjectAction ( GroovyObject controller, Closure originalAction, String actionName, ApplicationContext ctx ) [static] : Closure
[mangled: org/codehaus/groovy/grails/web/plugins/support/WebMetaUtils.createAndPrepareCommandObjectAction:(Lgroovy/lang/GroovyObject;Lgroovy/lang/Closure;Ljava/lang/String;Lorg/springframework/context/ApplicationContext;)Lgroovy/lang/Closure;]
WebMetaUtils.createCommandObjectBindingAction ( ApplicationContext ctx ) [static] : Closure
[mangled: org/codehaus/groovy/grails/web/plugins/support/WebMetaUtils.createCommandObjectBindingAction:(Lorg/springframework/context/ApplicationContext;)Lgroovy/lang/Closure;]
WebMetaUtils.enhanceCommandObject ( ApplicationContext ctx, Class commandObjectClass ) [static] : void
[mangled: org/codehaus/groovy/grails/web/plugins/support/WebMetaUtils.enhanceCommandObject:(Lorg/springframework/context/ApplicationContext;Ljava/lang/Class;)V]
WebMetaUtils.isCommandObjectAction ( Closure callable ) [static] : boolean
[mangled: org/codehaus/groovy/grails/web/plugins/support/WebMetaUtils.isCommandObjectAction:(Lgroovy/lang/Closure;)Z]
WebMetaUtils.prepareCommandObjectBindingAction ( Closure action, Closure originalAction, String actionName, Object controller ) [static] : Closure
[mangled: org/codehaus/groovy/grails/web/plugins/support/WebMetaUtils.prepareCommandObjectBindingAction:(Lgroovy/lang/Closure;Lgroovy/lang/Closure;Ljava/lang/String;Ljava/lang/Object;)Lgroovy/lang/Closure;]
to the top
Removed Methods (117)
grails-bootstrap-1.2.5.jar, BuildSettings.class
package grails.util
BuildSettings.getFunctionalTestBaseUrl ( ) : String
[mangled: grails/util/BuildSettings.getFunctionalTestBaseUrl:()Ljava/lang/String;]
BuildSettings.getProxySettings ( ) : ConfigObject
[mangled: grails/util/BuildSettings.getProxySettings:()Lgroovy/util/ConfigObject;]
BuildSettings.getProxySettingsFile ( ) : File
[mangled: grails/util/BuildSettings.getProxySettingsFile:()Ljava/io/File;]
BuildSettings.setProxySettings ( ConfigObject p1 ) : void
[mangled: grails/util/BuildSettings.setProxySettings:(Lgroovy/util/ConfigObject;)V]
BuildSettings.setProxySettingsFile ( File p1 ) : void
[mangled: grails/util/BuildSettings.setProxySettingsFile:(Ljava/io/File;)V]
grails-bootstrap-1.2.5.jar, EnhancedDefaultDependencyDescriptor.class
package org.codehaus.groovy.grails.resolve
EnhancedDefaultDependencyDescriptor.setChanging ( boolean b ) : void
[mangled: org/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor.setChanging:(Z)V]
grails-bootstrap-1.2.5.jar, GrailsNameUtils.class
package grails.util
GrailsNameUtils.getGetterName ( String propertyName ) [static] : String
[mangled: grails/util/GrailsNameUtils.getGetterName:(Ljava/lang/String;)Ljava/lang/String;]
GrailsNameUtils.getSetterName ( String propertyName ) [static] : String
[mangled: grails/util/GrailsNameUtils.getSetterName:(Ljava/lang/String;)Ljava/lang/String;]
grails-bootstrap-1.2.5.jar, IvyDependencyManager.class
package org.codehaus.groovy.grails.resolve
IvyDependencyManager.getALL_CONFIGURATIONS ( ) [static] : List
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getALL_CONFIGURATIONS:()Ljava/util/List;]
IvyDependencyManager.getBUILD_CONFIGURATION ( ) [static] : Configuration
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getBUILD_CONFIGURATION:()Lorg/apache/ivy/core/module/descriptor/Configuration;]
IvyDependencyManager.getBundleRepositoryDependencies ( String grailsVersion ) [static] : Closure
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getBundleRepositoryDependencies:(Ljava/lang/String;)Lgroovy/lang/Closure;]
IvyDependencyManager.getCOMPILE_CONFIGURATION ( ) [static] : Configuration
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getCOMPILE_CONFIGURATION:()Lorg/apache/ivy/core/module/descriptor/Configuration;]
IvyDependencyManager.getDefaultDependenciesProvided ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getDefaultDependenciesProvided:()Z]
IvyDependencyManager.getDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getDependencyDescriptors:()Ljava/util/Set;]
IvyDependencyManager.getPluginExcludes ( ) : Map
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getPluginExcludes:()Ljava/util/Map;]
IvyDependencyManager.getPROVIDED_CONFIGURATION ( ) [static] : Configuration
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getPROVIDED_CONFIGURATION:()Lorg/apache/ivy/core/module/descriptor/Configuration;]
IvyDependencyManager.getRUNTIME_CONFIGURATION ( ) [static] : Configuration
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getRUNTIME_CONFIGURATION:()Lorg/apache/ivy/core/module/descriptor/Configuration;]
IvyDependencyManager.getTEST_CONFIGURATION ( ) [static] : Configuration
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getTEST_CONFIGURATION:()Lorg/apache/ivy/core/module/descriptor/Configuration;]
IvyDependencyManager.isDefaultDependenciesProvided ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.isDefaultDependenciesProvided:()Z]
IvyDependencyManager.setALL_CONFIGURATIONS ( List p1 ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setALL_CONFIGURATIONS:(Ljava/util/List;)V]
IvyDependencyManager.setBUILD_CONFIGURATION ( Configuration p1 ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setBUILD_CONFIGURATION:(Lorg/apache/ivy/core/module/descriptor/Configuration;)V]
IvyDependencyManager.setCOMPILE_CONFIGURATION ( Configuration p1 ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setCOMPILE_CONFIGURATION:(Lorg/apache/ivy/core/module/descriptor/Configuration;)V]
IvyDependencyManager.setConfigurationMappings ( Map p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setConfigurationMappings:(Ljava/util/Map;)V]
IvyDependencyManager.setDefaultDependenciesProvided ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setDefaultDependenciesProvided:(Z)V]
IvyDependencyManager.setPluginExcludes ( Map p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setPluginExcludes:(Ljava/util/Map;)V]
IvyDependencyManager.setPROVIDED_CONFIGURATION ( Configuration p1 ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setPROVIDED_CONFIGURATION:(Lorg/apache/ivy/core/module/descriptor/Configuration;)V]
IvyDependencyManager.setRUNTIME_CONFIGURATION ( Configuration p1 ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setRUNTIME_CONFIGURATION:(Lorg/apache/ivy/core/module/descriptor/Configuration;)V]
IvyDependencyManager.setTEST_CONFIGURATION ( Configuration p1 ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.setTEST_CONFIGURATION:(Lorg/apache/ivy/core/module/descriptor/Configuration;)V]
grails-bootstrap-1.2.5.jar, IvyDomainSpecificLanguageEvaluator.class
package org.codehaus.groovy.grails.resolve
IvyDomainSpecificLanguageEvaluator.configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor dependencyDescriptor, String scope ) : Object
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.configureDependencyDescriptor:(Lorg/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor;Ljava/lang/String;)Ljava/lang/Object;]
IvyDomainSpecificLanguageEvaluator.configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor dependencyDescriptor, String scope, Closure dependencyConfigurer ) : Object
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.configureDependencyDescriptor:(Lorg/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor;Ljava/lang/String;Lgroovy/lang/Closure;)Ljava/lang/Object;]
IvyDomainSpecificLanguageEvaluator.defaultDependenciesProvided ( boolean b ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.defaultDependenciesProvided:(Z)V]
IvyDomainSpecificLanguageEvaluator.getApplicationDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getApplicationDependencyDescriptors:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getDefaultDependenciesProvided ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getDefaultDependenciesProvided:()Z]
IvyDomainSpecificLanguageEvaluator.getDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getDependencyDescriptors:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getExportedDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getExportedDependencyDescriptors:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getPlugin ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getPlugin:()Ljava/lang/String;]
IvyDomainSpecificLanguageEvaluator.getPluginExcludes ( ) : Map
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getPluginExcludes:()Ljava/util/Map;]
IvyDomainSpecificLanguageEvaluator.isExcluded ( Object name ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.isExcluded:(Ljava/lang/Object;)Z]
IvyDomainSpecificLanguageEvaluator.listDependencies ( ) : IvyNode[ ]
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.listDependencies:()[Lorg/apache/ivy/core/resolve/IvyNode;]
IvyDomainSpecificLanguageEvaluator.resolveApplicationDependencies ( ) : List
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.resolveApplicationDependencies:()Ljava/util/List;]
IvyDomainSpecificLanguageEvaluator.resolveExportedDependencies ( ) : List
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.resolveExportedDependencies:()Ljava/util/List;]
IvyDomainSpecificLanguageEvaluator.serialize ( Object builder ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.serialize:(Ljava/lang/Object;)V]
IvyDomainSpecificLanguageEvaluator.setPlugin ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.setPlugin:(Ljava/lang/String;)V]
grails-core-1.2.5.jar, DomainClassGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
DomainClassGrailsPlugin.registerConstraintsProperty ( MetaClass metaClass, GrailsDomainClass domainClass ) [static] : Object
[mangled: org/codehaus/groovy/grails/plugins/DomainClassGrailsPlugin.registerConstraintsProperty:(Lgroovy/lang/MetaClass;Lorg/codehaus/groovy/grails/commons/GrailsDomainClass;)Ljava/lang/Object;]
grails-core-1.2.5.jar, GrailsASTUtils.class
package org.codehaus.groovy.grails.compiler.injection
GrailsASTUtils.getFurthestParent ( ClassNode classNode ) [static] : ClassNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.getFurthestParent:(Lorg/codehaus/groovy/ast/ClassNode;)Lorg/codehaus/groovy/ast/ClassNode;]
grails-core-1.2.5.jar, GrailsPluginUtils.class
package org.codehaus.groovy.grails.plugins
GrailsPluginUtils.getPluginInfos ( ) [static] : PluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
GrailsPluginUtils.getPluginInfos ( String pluginDirPath ) [static] : PluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getPluginInfos:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
GrailsPluginUtils.getSupportedPluginInfos ( ) [static] : PluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getSupportedPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
GrailsPluginUtils.getSupportedPluginInfos ( String pluginDirPath ) [static] : PluginInfo[ ]
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.getSupportedPluginInfos:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
grails-core-1.2.5.jar, InteractiveShell.class
package grails.ui
InteractiveShell.InteractiveShell ( )
[mangled: grails/ui/InteractiveShell."<init>":()V]
InteractiveShell.main ( String[ ] args ) [static] : void
[mangled: grails/ui/InteractiveShell.main:([Ljava/lang/String;)V]
grails-core-1.2.5.jar, PluginBuildSettings.class
package grails.util
PluginBuildSettings.getPluginInfo ( String pluginBaseDir ) : PluginInfo
[mangled: grails/util/PluginBuildSettings.getPluginInfo:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
PluginBuildSettings.getPluginInfoForName ( String pluginName ) : PluginInfo
[mangled: grails/util/PluginBuildSettings.getPluginInfoForName:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
PluginBuildSettings.getPluginInfoForSource ( String sourceFile ) : PluginInfo
[mangled: grails/util/PluginBuildSettings.getPluginInfoForSource:(Ljava/lang/String;)Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
PluginBuildSettings.getPluginInfos ( ) : PluginInfo[ ]
[mangled: grails/util/PluginBuildSettings.getPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
PluginBuildSettings.getPluginInfos ( String pluginDirPath ) : PluginInfo[ ]
[mangled: grails/util/PluginBuildSettings.getPluginInfos:(Ljava/lang/String;)[Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
PluginBuildSettings.getSupportedPluginInfos ( ) : PluginInfo[ ]
[mangled: grails/util/PluginBuildSettings.getSupportedPluginInfos:()[Lorg/codehaus/groovy/grails/plugins/PluginInfo;]
grails-core-1.2.5.jar, PluginFilterRetriever.class
package org.codehaus.groovy.grails.plugins
PluginFilterRetriever.getPluginFilter ( Properties properties ) : PluginFilter
[mangled: org/codehaus/groovy/grails/plugins/PluginFilterRetriever.getPluginFilter:(Ljava/util/Properties;)Lorg/codehaus/groovy/grails/plugins/PluginFilter;]
grails-core-1.2.5.jar, PluginInfo.class
package org.codehaus.groovy.grails.plugins
PluginInfo.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.getMetaClass:()Lgroovy/lang/MetaClass;]
PluginInfo.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
PluginInfo.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.setMetaClass:(Lgroovy/lang/MetaClass;)V]
PluginInfo.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-crud-1.2.5.jar, SimpleDomainClassPropertyComparator.class
package org.codehaus.groovy.grails.scaffolding
SimpleDomainClassPropertyComparator.compare ( Object o1, Object o2 ) : int
[mangled: org/codehaus/groovy/grails/scaffolding/SimpleDomainClassPropertyComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
SimpleDomainClassPropertyComparator.SimpleDomainClassPropertyComparator ( GrailsDomainClass domainClass )
[mangled: org/codehaus/groovy/grails/scaffolding/SimpleDomainClassPropertyComparator."<init>":(Lorg/codehaus/groovy/grails/commons/GrailsDomainClass;)V]
grails-gorm-1.2.5.jar, AbstractSavePersistentMethod.class
package org.codehaus.groovy.grails.orm.hibernate.metaclass
AbstractSavePersistentMethod.isAutoValidationDisabled ( Object obj ) [static] : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/metaclass/AbstractSavePersistentMethod.isAutoValidationDisabled:(Ljava/lang/Object;)Z]
grails-gorm-1.2.5.jar, GrailsHibernateTransactionManager.class
package org.codehaus.groovy.grails.orm.hibernate
GrailsHibernateTransactionManager.doBegin ( Object transaction, TransactionDefinition definition ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager.doBegin:(Ljava/lang/Object;Lorg/springframework/transaction/TransactionDefinition;)V]
GrailsHibernateTransactionManager.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager.getMetaClass:()Lgroovy/lang/MetaClass;]
GrailsHibernateTransactionManager.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
GrailsHibernateTransactionManager.GrailsHibernateTransactionManager ( )
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager."<init>":()V]
GrailsHibernateTransactionManager.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
GrailsHibernateTransactionManager.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager.setMetaClass:(Lgroovy/lang/MetaClass;)V]
GrailsHibernateTransactionManager.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-gorm-1.2.5.jar, PropertyConfig.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
PropertyConfig.getInsertable ( ) : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.getInsertable:()Z]
PropertyConfig.getUpdateable ( ) : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.getUpdateable:()Z]
PropertyConfig.isInsertable ( ) : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.isInsertable:()Z]
PropertyConfig.isUpdateable ( ) : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.isUpdateable:()Z]
PropertyConfig.setInsertable ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.setInsertable:(Z)V]
PropertyConfig.setUpdateable ( boolean p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.setUpdateable:(Z)V]
grails-scripts-1.2.5.jar, _GrailsDocs.class
_GrailsDocs.configureAliases ( ) : Object
[mangled: _GrailsDocs.configureAliases:()Ljava/lang/Object;]
grails-scripts-1.2.5.jar, _PluginDependencies.class
_PluginDependencies.buildBinaryPluginInfo ( Object root, Object pluginName ) : Object
[mangled: _PluginDependencies.buildBinaryPluginInfo:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.buildPluginInfo ( Object root, Object pluginName ) : Object
[mangled: _PluginDependencies.buildPluginInfo:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.buildReleaseInfo ( Object root, Object pluginName, Object releasePath, Object releaseTag ) : Object
[mangled: _PluginDependencies.buildReleaseInfo:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.checkPluginPathWithPluginDir ( Object pluginsHome, Object pluginDir ) : Object
[mangled: _PluginDependencies.checkPluginPathWithPluginDir:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.configureAuth ( Map repoMap, String repoType ) : Map
[mangled: _PluginDependencies.configureAuth:(Ljava/util/Map;Ljava/lang/String;)Ljava/util/Map;]
_PluginDependencies.fetchRemote ( Object url, Object closure ) : Object
[mangled: _PluginDependencies.fetchRemote:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.findZip ( String name, String dir ) : File
[mangled: _PluginDependencies.findZip:(Ljava/lang/String;Ljava/lang/String;)Ljava/io/File;]
_PluginDependencies.isCorePlugin ( Object name ) : boolean
[mangled: _PluginDependencies.isCorePlugin:(Ljava/lang/Object;)Z]
_PluginDependencies.isSecureUrl ( Object url ) : Object
[mangled: _PluginDependencies.isSecureUrl:(Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.parsePluginList ( ) : Object
[mangled: _PluginDependencies.parsePluginList:()Ljava/lang/Object;]
_PluginDependencies.parseRemoteXML ( Object url ) : Object
[mangled: _PluginDependencies.parseRemoteXML:(Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.readRemotePluginList ( ) : Object
[mangled: _PluginDependencies.readRemotePluginList:()Ljava/lang/Object;]
_PluginDependencies.registerPluginWithMetadata ( String pluginName, Object pluginVersion ) : Object
[mangled: _PluginDependencies.registerPluginWithMetadata:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
_PluginDependencies.resetClasspathAndState ( ) : Object
[mangled: _PluginDependencies.resetClasspathAndState:()Ljava/lang/Object;]
_PluginDependencies.tokenizeUrl ( String url ) : Map
[mangled: _PluginDependencies.tokenizeUrl:(Ljava/lang/String;)Ljava/util/Map;]
_PluginDependencies.writePluginsFile ( ) : Object
[mangled: _PluginDependencies.writePluginsFile:()Ljava/lang/Object;]
grails-scripts-1.2.5.jar, AddProxy_.class
AddProxy_.AddProxy_ ( )
[mangled: AddProxy_."<init>":()V]
AddProxy_.AddProxy_ ( Binding p1 )
[mangled: AddProxy_."<init>":(Lgroovy/lang/Binding;)V]
AddProxy_.main ( String[ ] args ) [static] : void
[mangled: AddProxy_.main:([Ljava/lang/String;)V]
AddProxy_.msg ( ) : String
[mangled: AddProxy_.msg:()Ljava/lang/String;]
AddProxy_.run ( ) : Object
[mangled: AddProxy_.run:()Ljava/lang/Object;]
grails-scripts-1.2.5.jar, ClearProxy_.class
ClearProxy_.ClearProxy_ ( )
[mangled: ClearProxy_."<init>":()V]
ClearProxy_.ClearProxy_ ( Binding p1 )
[mangled: ClearProxy_."<init>":(Lgroovy/lang/Binding;)V]
ClearProxy_.main ( String[ ] args ) [static] : void
[mangled: ClearProxy_.main:([Ljava/lang/String;)V]
ClearProxy_.run ( ) : Object
[mangled: ClearProxy_.run:()Ljava/lang/Object;]
grails-scripts-1.2.5.jar, ReleasePlugin.class
ReleasePlugin.deleteZipFromTrunk ( ) : Object
[mangled: ReleasePlugin.deleteZipFromTrunk:()Ljava/lang/Object;]
grails-scripts-1.2.5.jar, RemoveProxy_.class
RemoveProxy_.main ( String[ ] args ) [static] : void
[mangled: RemoveProxy_.main:([Ljava/lang/String;)V]
RemoveProxy_.msg ( ) : String
[mangled: RemoveProxy_.msg:()Ljava/lang/String;]
RemoveProxy_.RemoveProxy_ ( )
[mangled: RemoveProxy_."<init>":()V]
RemoveProxy_.RemoveProxy_ ( Binding p1 )
[mangled: RemoveProxy_."<init>":(Lgroovy/lang/Binding;)V]
RemoveProxy_.run ( ) : Object
[mangled: RemoveProxy_.run:()Ljava/lang/Object;]
grails-spring-1.2.5.jar, TypeSpecifyableTransactionProxyFactoryBean.class
package org.codehaus.groovy.grails.commons.spring
TypeSpecifyableTransactionProxyFactoryBean.getObjectType ( ) : Class
[mangled: org/codehaus/groovy/grails/commons/spring/TypeSpecifyableTransactionProxyFactoryBean.getObjectType:()Ljava/lang/Class;]
TypeSpecifyableTransactionProxyFactoryBean.TypeSpecifyableTransactionProxyFactoryBean ( Class type )
[mangled: org/codehaus/groovy/grails/commons/spring/TypeSpecifyableTransactionProxyFactoryBean."<init>":(Ljava/lang/Class;)V]
grails-web-1.2.5.jar, GrailsContentBufferingResponse.class
package org.codehaus.groovy.grails.web.sitemesh
GrailsContentBufferingResponse.sendRedirect ( String location ) : void
[mangled: org/codehaus/groovy/grails/web/sitemesh/GrailsContentBufferingResponse.sendRedirect:(Ljava/lang/String;)V]
grails-web-1.2.5.jar, LineNumber.class
package org.codehaus.groovy.grails.web.transform
LineNumber.lines ( ) [abstract] : int[ ]
[mangled: org/codehaus/groovy/grails/web/transform/LineNumber.lines:()[I]
LineNumber.sourceName ( ) [abstract] : String
[mangled: org/codehaus/groovy/grails/web/transform/LineNumber.sourceName:()Ljava/lang/String;]
grails-web-1.2.5.jar, LineNumberTransform.class
package org.codehaus.groovy.grails.web.transform
LineNumberTransform.LineNumberTransform ( )
[mangled: org/codehaus/groovy/grails/web/transform/LineNumberTransform."<init>":()V]
LineNumberTransform.visit ( ASTNode[ ] nodes, SourceUnit source ) : void
[mangled: org/codehaus/groovy/grails/web/transform/LineNumberTransform.visit:([Lorg/codehaus/groovy/ast/ASTNode;Lorg/codehaus/groovy/control/SourceUnit;)V]
to the top
Problems with Data Types, High Severity (217)
grails-bootstrap-1.2.5.jar
package grails.util
[+] BuildSettings (2)
| Change | Effect |
---|
1 | Field FUNCTIONAL_BASE_URL_PROPERTY of type java.lang.String has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field __timeStamp__239_neverHappen1286800639720 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (119)
BuildSettings ( )This constructor is from 'BuildSettings' class.
BuildSettings ( File )This constructor is from 'BuildSettings' class.
BuildSettings ( File, File )This constructor is from 'BuildSettings' class.
configureDependencyManager ( ConfigObject )This method is from 'BuildSettings' class.
createConfigSlurper ( )This method is from 'BuildSettings' class.
get.buildDependencies ( )This method is from 'BuildSettings' class.
get.defaultCompileDependencies ( )This method is from 'BuildSettings' class.
get.defaultRuntimeDependencies ( )This method is from 'BuildSettings' class.
get.defaultTestDependencies ( )This method is from 'BuildSettings' class.
get.providedDependencies ( )This method is from 'BuildSettings' class.
getApplicationJars ( )This method is from 'BuildSettings' class.
getBaseDir ( )This method is from 'BuildSettings' class.
...
[+] GrailsMain (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642610 has been renamed to __timeStamp__239_neverHappen1273585314767. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GrailsMain ( )This constructor is from 'GrailsMain' class.
GrailsMain ( Binding )This constructor is from 'GrailsMain' class.
main ( String[ ] )This method is from 'GrailsMain' class.
run ( )This method is from 'GrailsMain' class.
package org.codehaus.groovy.grails.resolve
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642412 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
dependencyConfiguration ( String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
exclude ( Object )This method is from 'EnhancedDefaultDependencyDescriptor' class.
excludes ( Object[ ] )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getExported ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getInherited ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getMetaClass ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getPlugin ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getProperty ( String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getScope ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641817 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (68)
getDependencyManager ( )Return value of this method has type 'IvyDependencyManager'.
setDependencyManager ( IvyDependencyManager )1st parameter 'p1' of this method has type 'IvyDependencyManager'.
IvyDependencyManager ( String, String )This constructor is from 'IvyDependencyManager' class.
IvyDependencyManager ( String, String, BuildSettings )This constructor is from 'IvyDependencyManager' class.
addPluginDependency ( String, Map )This method is from 'IvyDependencyManager' class.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )This method is from 'IvyDependencyManager' class.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, Closure )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( String )This method is from 'IvyDependencyManager' class.
getBooleanValue ( Object, String )This method is from 'IvyDependencyManager' class.
getBuildSettings ( )This method is from 'IvyDependencyManager' class.
getChainResolver ( )This method is from 'IvyDependencyManager' class.
...
[+] IvyDomainSpecificLanguageEvaluator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641909 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (71)
IvyDomainSpecificLanguageEvaluator ( IvyDependencyManager )This constructor is from 'IvyDomainSpecificLanguageEvaluator' class.
addDependency ( ModuleRevisionId )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
addDependencyDescriptor ( DependencyDescriptor )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
addPluginDependency ( String, Map )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
credentials ( Closure )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
dependencies ( Closure )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
ebr ( )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
excludes ( String[ ] )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
flatDir ( Map )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
getApplicationDependencyDescriptors ( String )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
getApplicationName ( )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
getApplicationVersion ( )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
...
grails-core-1.2.5.jar
package grails.ui
[+] InteractiveShell (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InteractiveShell ( )This constructor is from 'InteractiveShell' class.
main ( String[ ] )This method is from 'InteractiveShell' class.
package grails.util
[+] PluginBuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640080 has been renamed to __timeStamp__239_neverHappen1273585308070. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (46)
PluginBuildSettings ( BuildSettings )This constructor is from 'PluginBuildSettings' class.
PluginBuildSettings ( BuildSettings, GrailsPluginManager )This constructor is from 'PluginBuildSettings' class.
clearCache ( )This method is from 'PluginBuildSettings' class.
getArtefactResources ( )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.
getBuildSettings ( )This method is from 'PluginBuildSettings' class.
getDescriptorForPlugin ( Resource )This method is from 'PluginBuildSettings' class.
getGlobalPluginsPath ( )This method is from 'PluginBuildSettings' class.
getImplicitPluginDirectories ( )This method is from 'PluginBuildSettings' class.
getInlinePluginDirectories ( )This method is from 'PluginBuildSettings' class.
...
package grails.validation
[+] ValidationException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642769 has been renamed to __timeStamp__239_neverHappen1273585315269. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
ValidationException ( String, Errors )This constructor 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.
setMetaClass ( MetaClass )This method is from 'ValidationException' class.
...
package org.codehaus.groovy.grails.commons.cfg
[+] ConfigurationHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640191 has been renamed to __timeStamp__239_neverHappen1273585308313. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
ConfigurationHelper ( )This constructor 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 ( GrailsApplication )This method is from 'ConfigurationHelper' class.
setMetaClass ( MetaClass )This method is from 'ConfigurationHelper' class.
setProperty ( String, Object )This method is from 'ConfigurationHelper' class.
...
[+] MapBasedSmartPropertyOverrideConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640250 has been renamed to __timeStamp__239_neverHappen1273585308333. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
MapBasedSmartPropertyOverrideConfigurer ( Map, ClassLoader )This constructor is from 'MapBasedSmartPropertyOverrideConfigurer' class.
applyPropertyValue ( ConfigurableListableBeanFactory, String, String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getBeans ( )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.
invokeMethod ( String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
postProcessBeanFactory ( ConfigurableListableBeanFactory )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
...
package org.codehaus.groovy.grails.commons.metaclass
[+] PropertyExpression (2)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Cloneable. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field __timeStamp__239_neverHappen1286800640294 has been renamed to __timeStamp__239_neverHappen1273585308369. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
PropertyExpression ( String )This constructor is from 'PropertyExpression' class.
getMetaClass ( )This method is from 'PropertyExpression' class.
getProperty ( String )This method is from 'PropertyExpression' class.
getValue ( )This method is from 'PropertyExpression' class.
invokeMethod ( String, Object )This method is from 'PropertyExpression' class.
setMetaClass ( MetaClass )This method is from 'PropertyExpression' class.
setProperty ( String, Object )This method is from 'PropertyExpression' class.
package org.codehaus.groovy.grails.compiler
[+] GrailsCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642770 has been renamed to __timeStamp__239_neverHappen1273585315271. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
GrailsCompiler ( )This constructor is from 'GrailsCompiler' class.
compile ( )This method is from 'GrailsCompiler' class.
getMetaClass ( )This method is from 'GrailsCompiler' class.
getProjectName ( )This method is from 'GrailsCompiler' class.
getProperty ( String )This method is from 'GrailsCompiler' class.
getResolver ( )This method is from 'GrailsCompiler' class.
invokeMethod ( String, Object )This method is from 'GrailsCompiler' class.
scanDir ( File, File, String[ ] )This method is from 'GrailsCompiler' class.
setMetaClass ( MetaClass )This method is from 'GrailsCompiler' class.
setProjectName ( String )This method is from 'GrailsCompiler' class.
setProperty ( String, Object )This method is from 'GrailsCompiler' class.
setResolver ( Object )This method is from 'GrailsCompiler' class.
...
package org.codehaus.groovy.grails.plugins
[+] AbstractGrailsPlugin (1)
| Change | Effect |
---|
1 | Removed super-interface java.lang.Comparable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (24)
AbstractGrailsPlugin ( Class, GrailsApplication )This constructor is from 'AbstractGrailsPlugin' abstract class.
checkForChanges ( )This method is from 'AbstractGrailsPlugin' abstract class.
compareTo ( Object )This method is from 'AbstractGrailsPlugin' abstract class.
doWithWebDescriptor ( GPathResult )This method is from 'AbstractGrailsPlugin' abstract class.
equals ( Object )This method is from 'AbstractGrailsPlugin' abstract class.
getDependencyNames ( )This method is from 'AbstractGrailsPlugin' abstract class.
getDependentVersion ( String )This method is from 'AbstractGrailsPlugin' abstract class.
getEvictionNames ( )This method is from 'AbstractGrailsPlugin' abstract class.
getFileSystemName ( )This method is from 'AbstractGrailsPlugin' abstract class.
getFileSystemShortName ( )This method is from 'AbstractGrailsPlugin' abstract class.
getLoadAfterNames ( )This method is from 'AbstractGrailsPlugin' abstract class.
getLoadBeforeNames ( )This method is from 'AbstractGrailsPlugin' abstract class.
...
[+] CodecsGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640395 has been renamed to __timeStamp__239_neverHappen1273585309106. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (18)
CodecsGrailsPlugin ( )This constructor is from 'CodecsGrailsPlugin' class.
getDependsOn ( )This method is from 'CodecsGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'CodecsGrailsPlugin' class.
getMetaClass ( )This method is from 'CodecsGrailsPlugin' class.
getOnChange ( )This method is from 'CodecsGrailsPlugin' class.
getProperty ( String )This method is from 'CodecsGrailsPlugin' class.
getProvidedArtefacts ( )This method is from 'CodecsGrailsPlugin' class.
getVersion ( )This method is from 'CodecsGrailsPlugin' class.
getWatchedResources ( )This method is from 'CodecsGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'CodecsGrailsPlugin' class.
setDependsOn ( Object )This method is from 'CodecsGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'CodecsGrailsPlugin' class.
...
[+] CoreGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640515 has been renamed to __timeStamp__239_neverHappen1273585309150. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
CoreGrailsPlugin ( )This constructor 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.
setMetaClass ( MetaClass )This method is from 'CoreGrailsPlugin' class.
...
[+] DefaultGrailsPlugin (1)
| Change | Effect |
---|
1 | Removed super-interface GrailsPlugin. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (38)
DefaultGrailsPlugin ( Class, GrailsApplication )This constructor is from 'DefaultGrailsPlugin' class.
DefaultGrailsPlugin ( Class, Resource, GrailsApplication )This constructor is from 'DefaultGrailsPlugin' class.
beans ( Closure )This method is from 'DefaultGrailsPlugin' class.
checkForChanges ( )This method is from 'DefaultGrailsPlugin' class.
doArtefactConfiguration ( )This method is from 'DefaultGrailsPlugin' class.
doc ( String )This method is from 'DefaultGrailsPlugin' class.
doWithApplicationContext ( ApplicationContext )This method is from 'DefaultGrailsPlugin' class.
doWithDynamicMethods ( ApplicationContext )This method is from 'DefaultGrailsPlugin' class.
doWithRuntimeConfiguration ( RuntimeSpringConfiguration )This method is from 'DefaultGrailsPlugin' class.
doWithWebDescriptor ( GPathResult )This method is from 'DefaultGrailsPlugin' class.
fireModifiedEvent ( Resource, GrailsPlugin )This method is from 'DefaultGrailsPlugin' class.
getDependencyNames ( )This method is from 'DefaultGrailsPlugin' class.
...
[+] DomainClassGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640587 has been renamed to __timeStamp__239_neverHappen1273585309175. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (20)
DomainClassGrailsPlugin ( )This constructor is from 'DomainClassGrailsPlugin' class.
enhanceDomainClasses ( GrailsApplication, ApplicationContext )This method is from 'DomainClassGrailsPlugin' class.
getDependsOn ( )This method is from 'DomainClassGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'DomainClassGrailsPlugin' class.
getDoWithSpring ( )This method is from 'DomainClassGrailsPlugin' class.
getLoadAfter ( )This method is from 'DomainClassGrailsPlugin' class.
getMetaClass ( )This method is from 'DomainClassGrailsPlugin' class.
getOnConfigChange ( )This method is from 'DomainClassGrailsPlugin' class.
getProperty ( String )This method is from 'DomainClassGrailsPlugin' class.
getPROPERTY_INSTANCE_MAP ( )This method is from 'DomainClassGrailsPlugin' class.
getVersion ( )This method is from 'DomainClassGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'DomainClassGrailsPlugin' class.
...
[+] DomainClassPluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640651 has been renamed to __timeStamp__239_neverHappen1273585309387. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
DomainClassPluginSupport ( )This constructor is from 'DomainClassPluginSupport' class.
getMetaClass ( )This method is from 'DomainClassPluginSupport' class.
getProperty ( String )This method is from 'DomainClassPluginSupport' class.
invokeMethod ( String, Object )This method is from 'DomainClassPluginSupport' class.
setMetaClass ( MetaClass )This method is from 'DomainClassPluginSupport' class.
setProperty ( String, Object )This method is from 'DomainClassPluginSupport' class.
validateInstance ( Object, ApplicationContext )This method is from 'DomainClassPluginSupport' class.
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640654 has been renamed to __timeStamp__239_neverHappen1273585309400. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (43)
GrailsPluginUtils ( )This constructor 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.
getImplicitPluginDirectories ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( String )This method is from 'GrailsPluginUtils' class.
getLowerVersion ( String )This method is from 'GrailsPluginUtils' class.
getMetaClass ( )This method is from 'GrailsPluginUtils' class.
...
[+] LoggingGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640666 has been renamed to __timeStamp__239_neverHappen1273585309507. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
LoggingGrailsPlugin ( )This constructor is from 'LoggingGrailsPlugin' class.
addLogMethod ( Object, Object )This method is from 'LoggingGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'LoggingGrailsPlugin' class.
getDoWithSpring ( )This method is from 'LoggingGrailsPlugin' class.
getLoadBefore ( )This method is from 'LoggingGrailsPlugin' class.
getMetaClass ( )This method is from 'LoggingGrailsPlugin' class.
getObserve ( )This method is from 'LoggingGrailsPlugin' class.
getOnChange ( )This method is from 'LoggingGrailsPlugin' class.
getOnConfigChange ( )This method is from 'LoggingGrailsPlugin' class.
getProperty ( String )This method is from 'LoggingGrailsPlugin' class.
getVersion ( )This method is from 'LoggingGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'LoggingGrailsPlugin' class.
...
[+] PluginInfo (2)
| Change | Effect |
---|
1 | Removed super-interface groovy.lang.GroovyObject. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field __timeStamp__239_neverHappen1286800640676 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
PluginInfo ( Resource, PluginBuildSettings )This constructor 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.
getProperty ( String )This method is from 'PluginInfo' class.
getVersion ( )This method is from 'PluginInfo' class.
parseMetadata ( Resource )This method is from 'PluginInfo' class.
setMetadata ( Object )This method is from 'PluginInfo' class.
...
[+] ValidationGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640682 has been renamed to __timeStamp__239_neverHappen1273585309543. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
ValidationGrailsPlugin ( )This constructor is from 'ValidationGrailsPlugin' class.
getDependsOn ( )This method is from 'ValidationGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'ValidationGrailsPlugin' class.
getLoadAfter ( )This method is from 'ValidationGrailsPlugin' class.
getMetaClass ( )This method is from 'ValidationGrailsPlugin' class.
getProperty ( String )This method is from 'ValidationGrailsPlugin' class.
getPROPERTY_INSTANCE_MAP ( )This method is from 'ValidationGrailsPlugin' class.
getTypeFilters ( )This method is from 'ValidationGrailsPlugin' class.
getVersion ( )This method is from 'ValidationGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'ValidationGrailsPlugin' class.
setDependsOn ( Object )This method is from 'ValidationGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'ValidationGrailsPlugin' class.
...
[+] VersionComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640663 has been renamed to __timeStamp__239_neverHappen1273585309493. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
VersionComparator ( )This constructor is from 'VersionComparator' class.
compare ( Object, Object )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.
setMetaClass ( MetaClass )This method is from 'VersionComparator' class.
setProperty ( String, Object )This method is from 'VersionComparator' class.
package org.codehaus.groovy.grails.plugins.codecs
[+] Base64Codec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640697 has been renamed to __timeStamp__239_neverHappen1273585309565. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
Base64Codec ( )This constructor is from 'Base64Codec' class.
getDecode ( )This method is from 'Base64Codec' class.
getEncode ( )This method is from 'Base64Codec' class.
getMetaClass ( )This method is from 'Base64Codec' class.
getProperty ( String )This method is from 'Base64Codec' class.
invokeMethod ( String, Object )This method is from 'Base64Codec' class.
setDecode ( Object )This method is from 'Base64Codec' class.
setEncode ( Object )This method is from 'Base64Codec' class.
setMetaClass ( MetaClass )This method is from 'Base64Codec' class.
setProperty ( String, Object )This method is from 'Base64Codec' class.
[+] DigestUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640699 has been renamed to __timeStamp__239_neverHappen1273585309578. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
DigestUtils ( )This constructor is from 'DigestUtils' abstract class.
digest ( String, Object )This method is from 'DigestUtils' abstract class.
getMetaClass ( )This method is from 'DigestUtils' abstract class.
getProperty ( String )This method is from 'DigestUtils' abstract class.
invokeMethod ( String, Object )This method is from 'DigestUtils' abstract class.
setMetaClass ( MetaClass )This method is from 'DigestUtils' abstract class.
setProperty ( String, Object )This method is from 'DigestUtils' abstract class.
[+] HexCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640701 has been renamed to __timeStamp__239_neverHappen1273585309643. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
HexCodec ( )This constructor is from 'HexCodec' class.
getDecode ( )This method is from 'HexCodec' class.
getEncode ( )This method is from 'HexCodec' class.
getHEXDIGITS ( )This method is from 'HexCodec' class.
getMetaClass ( )This method is from 'HexCodec' class.
getProperty ( String )This method is from 'HexCodec' class.
invokeMethod ( String, Object )This method is from 'HexCodec' class.
setDecode ( Object )This method is from 'HexCodec' class.
setEncode ( Object )This method is from 'HexCodec' class.
setHEXDIGITS ( Object )This method is from 'HexCodec' class.
setMetaClass ( MetaClass )This method is from 'HexCodec' class.
setProperty ( String, Object )This method is from 'HexCodec' class.
...
[+] JavaScriptCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640707 has been renamed to __timeStamp__239_neverHappen1273585309665. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
JavaScriptCodec ( )This constructor is from 'JavaScriptCodec' class.
getEncode ( )This method is from 'JavaScriptCodec' class.
getMetaClass ( )This method is from 'JavaScriptCodec' class.
getProperty ( String )This method is from 'JavaScriptCodec' class.
invokeMethod ( String, Object )This method is from 'JavaScriptCodec' class.
setEncode ( Object )This method is from 'JavaScriptCodec' class.
setMetaClass ( MetaClass )This method is from 'JavaScriptCodec' class.
setProperty ( String, Object )This method is from 'JavaScriptCodec' class.
[+] MD5BytesCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640710 has been renamed to __timeStamp__239_neverHappen1273585309668. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
MD5BytesCodec ( )This constructor is from 'MD5BytesCodec' class.
getDecode ( )This method is from 'MD5BytesCodec' class.
getEncode ( )This method is from 'MD5BytesCodec' class.
getMetaClass ( )This method is from 'MD5BytesCodec' class.
getProperty ( String )This method is from 'MD5BytesCodec' class.
invokeMethod ( String, Object )This method is from 'MD5BytesCodec' class.
setDecode ( Object )This method is from 'MD5BytesCodec' class.
setEncode ( Object )This method is from 'MD5BytesCodec' class.
setMetaClass ( MetaClass )This method is from 'MD5BytesCodec' class.
setProperty ( String, Object )This method is from 'MD5BytesCodec' class.
[+] MD5Codec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640712 has been renamed to __timeStamp__239_neverHappen1273585309672. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
MD5Codec ( )This constructor is from 'MD5Codec' class.
getDecode ( )This method is from 'MD5Codec' class.
getEncode ( )This method is from 'MD5Codec' class.
getMetaClass ( )This method is from 'MD5Codec' class.
getProperty ( String )This method is from 'MD5Codec' class.
invokeMethod ( String, Object )This method is from 'MD5Codec' class.
setDecode ( Object )This method is from 'MD5Codec' class.
setEncode ( Object )This method is from 'MD5Codec' class.
setMetaClass ( MetaClass )This method is from 'MD5Codec' class.
setProperty ( String, Object )This method is from 'MD5Codec' class.
[+] SHA1BytesCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640714 has been renamed to __timeStamp__239_neverHappen1273585309696. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
SHA1BytesCodec ( )This constructor is from 'SHA1BytesCodec' class.
getDecode ( )This method is from 'SHA1BytesCodec' class.
getEncode ( )This method is from 'SHA1BytesCodec' class.
getMetaClass ( )This method is from 'SHA1BytesCodec' class.
getProperty ( String )This method is from 'SHA1BytesCodec' class.
invokeMethod ( String, Object )This method is from 'SHA1BytesCodec' class.
setDecode ( Object )This method is from 'SHA1BytesCodec' class.
setEncode ( Object )This method is from 'SHA1BytesCodec' class.
setMetaClass ( MetaClass )This method is from 'SHA1BytesCodec' class.
setProperty ( String, Object )This method is from 'SHA1BytesCodec' class.
[+] SHA1Codec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640716 has been renamed to __timeStamp__239_neverHappen1273585309699. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
SHA1Codec ( )This constructor is from 'SHA1Codec' class.
getDecode ( )This method is from 'SHA1Codec' class.
getEncode ( )This method is from 'SHA1Codec' class.
getMetaClass ( )This method is from 'SHA1Codec' class.
getProperty ( String )This method is from 'SHA1Codec' class.
invokeMethod ( String, Object )This method is from 'SHA1Codec' class.
setDecode ( Object )This method is from 'SHA1Codec' class.
setEncode ( Object )This method is from 'SHA1Codec' class.
setMetaClass ( MetaClass )This method is from 'SHA1Codec' class.
setProperty ( String, Object )This method is from 'SHA1Codec' class.
[+] SHA256BytesCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640720 has been renamed to __timeStamp__239_neverHappen1273585309706. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
SHA256BytesCodec ( )This constructor is from 'SHA256BytesCodec' class.
getDecode ( )This method is from 'SHA256BytesCodec' class.
getEncode ( )This method is from 'SHA256BytesCodec' class.
getMetaClass ( )This method is from 'SHA256BytesCodec' class.
getProperty ( String )This method is from 'SHA256BytesCodec' class.
invokeMethod ( String, Object )This method is from 'SHA256BytesCodec' class.
setDecode ( Object )This method is from 'SHA256BytesCodec' class.
setEncode ( Object )This method is from 'SHA256BytesCodec' class.
setMetaClass ( MetaClass )This method is from 'SHA256BytesCodec' class.
setProperty ( String, Object )This method is from 'SHA256BytesCodec' class.
[+] SHA256Codec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642377 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
SHA256Codec ( )This constructor is from 'SHA256Codec' class.
getDecode ( )This method is from 'SHA256Codec' class.
getEncode ( )This method is from 'SHA256Codec' class.
setDecode ( Object )This method is from 'SHA256Codec' class.
setEncode ( Object )This method is from 'SHA256Codec' class.
[+] URLCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640722 has been renamed to __timeStamp__239_neverHappen1273585309754. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
URLCodec ( )This constructor is from 'URLCodec' class.
getDecode ( )This method is from 'URLCodec' class.
getEncode ( )This method is from 'URLCodec' class.
getMetaClass ( )This method is from 'URLCodec' class.
getProperty ( String )This method is from 'URLCodec' class.
invokeMethod ( String, Object )This method is from 'URLCodec' class.
setDecode ( Object )This method is from 'URLCodec' class.
setEncode ( Object )This method is from 'URLCodec' class.
setMetaClass ( MetaClass )This method is from 'URLCodec' class.
setProperty ( String, Object )This method is from 'URLCodec' class.
package org.codehaus.groovy.grails.plugins.datasource
[+] DataSourceGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640757 has been renamed to __timeStamp__239_neverHappen1273585309996. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (18)
DataSourceGrailsPlugin ( )This constructor is from 'DataSourceGrailsPlugin' class.
getDependsOn ( )This method is from 'DataSourceGrailsPlugin' class.
getDoWithSpring ( )This method is from 'DataSourceGrailsPlugin' class.
getMetaClass ( )This method is from 'DataSourceGrailsPlugin' class.
getOnChange ( )This method is from 'DataSourceGrailsPlugin' class.
getOnShutdown ( )This method is from 'DataSourceGrailsPlugin' class.
getProperty ( String )This method is from 'DataSourceGrailsPlugin' class.
getVersion ( )This method is from 'DataSourceGrailsPlugin' class.
getWatchedResources ( )This method is from 'DataSourceGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'DataSourceGrailsPlugin' class.
setDependsOn ( Object )This method is from 'DataSourceGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'DataSourceGrailsPlugin' class.
...
package org.codehaus.groovy.grails.plugins.i18n
[+] I18nGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640864 has been renamed to __timeStamp__239_neverHappen1273585310054. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
I18nGrailsPlugin ( )This constructor is from 'I18nGrailsPlugin' class.
getBaseDir ( )This method is from 'I18nGrailsPlugin' class.
getDoWithSpring ( )This method is from 'I18nGrailsPlugin' class.
getMetaClass ( )This method is from 'I18nGrailsPlugin' class.
getOnChange ( )This method is from 'I18nGrailsPlugin' class.
getProperty ( String )This method is from 'I18nGrailsPlugin' class.
getVersion ( )This method is from 'I18nGrailsPlugin' class.
getWatchedResources ( )This method is from 'I18nGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'I18nGrailsPlugin' class.
setBaseDir ( Object )This method is from 'I18nGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'I18nGrailsPlugin' class.
setMetaClass ( MetaClass )This method is from 'I18nGrailsPlugin' class.
...
package org.codehaus.groovy.grails.plugins.logging
[+] Log4jConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640882 has been renamed to __timeStamp__239_neverHappen1273585310111. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (40)
Log4jConfig ( )This constructor is from 'Log4jConfig' class.
all ( Object[ ] )This method is from 'Log4jConfig' class.
all ( Map )This method is from 'Log4jConfig' class.
appender ( Map, Appender )This method is from 'Log4jConfig' class.
appender ( Appender )This method is from 'Log4jConfig' class.
appenders ( Closure )This method is from 'Log4jConfig' class.
configure ( )This method is from 'Log4jConfig' class.
configure ( Closure )This method is from 'Log4jConfig' class.
debug ( Object[ ] )This method is from 'Log4jConfig' class.
debug ( Map )This method is from 'Log4jConfig' class.
development ( Closure )This method is from 'Log4jConfig' class.
eachLogger ( Object, Closure )This method is from 'Log4jConfig' class.
...
[+] RootLog4jConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640922 has been renamed to __timeStamp__239_neverHappen1273585310279. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (26)
RootLog4jConfig ( Object, Object )This constructor is from 'RootLog4jConfig' class.
all ( )This method is from 'RootLog4jConfig' class.
all ( Object[ ] )This method is from 'RootLog4jConfig' class.
debug ( )This method is from 'RootLog4jConfig' class.
debug ( Object[ ] )This method is from 'RootLog4jConfig' class.
error ( )This method is from 'RootLog4jConfig' class.
error ( Object[ ] )This method is from 'RootLog4jConfig' class.
fatal ( )This method is from 'RootLog4jConfig' class.
fatal ( Object[ ] )This method is from 'RootLog4jConfig' class.
getConfig ( )This method is from 'RootLog4jConfig' class.
getMetaClass ( )This method is from 'RootLog4jConfig' class.
getProperty ( String )This method is from 'RootLog4jConfig' class.
...
package org.codehaus.groovy.grails.plugins.publishing
[+] DefaultPluginPublisher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641314 has been renamed to __timeStamp__239_neverHappen1273585311417. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (15)
DefaultPluginPublisher ( String, String )This constructor 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.
publishRelease ( String, Resource, boolean )This method is from 'DefaultPluginPublisher' class.
setMetaClass ( MetaClass )This method is from 'DefaultPluginPublisher' class.
setProperty ( String, Object )This method is from 'DefaultPluginPublisher' class.
...
package org.codehaus.groovy.grails.plugins.services
[+] ServicesGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641355 has been renamed to __timeStamp__239_neverHappen1273585311518. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
ServicesGrailsPlugin ( )This constructor is from 'ServicesGrailsPlugin' class.
getDoWithSpring ( )This method is from 'ServicesGrailsPlugin' class.
getLoadAfter ( )This method is from 'ServicesGrailsPlugin' class.
getMetaClass ( )This method is from 'ServicesGrailsPlugin' class.
getOnChange ( )This method is from 'ServicesGrailsPlugin' class.
getProperty ( String )This method is from 'ServicesGrailsPlugin' class.
getVersion ( )This method is from 'ServicesGrailsPlugin' class.
getWatchedResources ( )This method is from 'ServicesGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'ServicesGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'ServicesGrailsPlugin' class.
setLoadAfter ( Object )This method is from 'ServicesGrailsPlugin' class.
setMetaClass ( MetaClass )This method is from 'ServicesGrailsPlugin' class.
...
package org.codehaus.groovy.grails.plugins.support
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641368 has been renamed to __timeStamp__239_neverHappen1273585311565. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
GrailsPluginUtils ( )This constructor 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.
package org.codehaus.groovy.grails.plugins.testing
[+] GrailsMockErrors (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642789 has been renamed to __timeStamp__239_neverHappen1273585315342. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
GrailsMockErrors ( Object )This constructor is from 'GrailsMockErrors' class.
getERROR_CODE_TABLE ( )This method is from 'GrailsMockErrors' class.
getMetaClass ( )This method is from 'GrailsMockErrors' class.
getProperty ( String )This method is from 'GrailsMockErrors' class.
invokeMethod ( String, Object )This method is from 'GrailsMockErrors' class.
isEmpty ( )This method is from 'GrailsMockErrors' class.
propertyMissing ( String )This method is from 'GrailsMockErrors' class.
setMetaClass ( MetaClass )This method is from 'GrailsMockErrors' class.
setProperty ( String, Object )This method is from 'GrailsMockErrors' class.
[+] GrailsMockHttpServletRequest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642387 has been renamed to __timeStamp__239_neverHappen1273585314079. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (22)
GrailsMockHttpServletRequest ( )This constructor is from 'GrailsMockHttpServletRequest' class.
each ( Closure )This method is from 'GrailsMockHttpServletRequest' class.
find ( Closure )This method is from 'GrailsMockHttpServletRequest' class.
findAll ( Closure )This method is from 'GrailsMockHttpServletRequest' class.
getAt ( String )This method is from 'GrailsMockHttpServletRequest' class.
getForwardURI ( )This method is from 'GrailsMockHttpServletRequest' class.
getInvalidToken ( )This method is from 'GrailsMockHttpServletRequest' class.
getJSON ( )This method is from 'GrailsMockHttpServletRequest' class.
getMetaClass ( )This method is from 'GrailsMockHttpServletRequest' class.
getProperty ( String )This method is from 'GrailsMockHttpServletRequest' class.
getXML ( )This method is from 'GrailsMockHttpServletRequest' class.
invokeMethod ( String, Object )This method is from 'GrailsMockHttpServletRequest' class.
...
[+] GrailsMockHttpServletResponse (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642391 has been renamed to __timeStamp__239_neverHappen1273585314091. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
GrailsMockHttpServletResponse ( )This constructor is from 'GrailsMockHttpServletResponse' class.
getMetaClass ( )This method is from 'GrailsMockHttpServletResponse' class.
getProperty ( String )This method is from 'GrailsMockHttpServletResponse' class.
invokeMethod ( String, Object )This method is from 'GrailsMockHttpServletResponse' class.
leftShift ( String )This method is from 'GrailsMockHttpServletResponse' class.
setMetaClass ( MetaClass )This method is from 'GrailsMockHttpServletResponse' class.
setProperty ( String, Object )This method is from 'GrailsMockHttpServletResponse' class.
[+] GrailsMockHttpSession (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642410 has been renamed to __timeStamp__239_neverHappen1273585314108. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
GrailsMockHttpSession ( )This constructor is from 'GrailsMockHttpSession' class.
getAt ( String )This method is from 'GrailsMockHttpSession' class.
getMetaClass ( )This method is from 'GrailsMockHttpSession' class.
getProperty ( String )This method is from 'GrailsMockHttpSession' class.
invokeMethod ( String, Object )This method is from 'GrailsMockHttpSession' class.
putAt ( String, Object )This method is from 'GrailsMockHttpSession' class.
setMetaClass ( MetaClass )This method is from 'GrailsMockHttpSession' class.
setProperty ( String, Object )This method is from 'GrailsMockHttpSession' class.
package org.codehaus.groovy.grails.support
[+] DevelopmentShutdownHook (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641967 has been renamed to __timeStamp__239_neverHappen1273585312859. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
DevelopmentShutdownHook ( )This constructor 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.
setMetaClass ( MetaClass )This method is from 'DevelopmentShutdownHook' class.
setProperty ( String, Object )This method is from 'DevelopmentShutdownHook' class.
grails-crud-1.2.5.jar
package org.codehaus.groovy.grails.plugins.scaffolding
[+] ScaffoldingGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641345 has been renamed to __timeStamp__239_neverHappen1273585311496. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
ScaffoldingGrailsPlugin ( )This constructor is from 'ScaffoldingGrailsPlugin' class.
getDependsOn ( )This method is from 'ScaffoldingGrailsPlugin' class.
getDoWithApplicationContext ( )This method is from 'ScaffoldingGrailsPlugin' class.
getDoWithSpring ( )This method is from 'ScaffoldingGrailsPlugin' class.
getLoadAfter ( )This method is from 'ScaffoldingGrailsPlugin' class.
getLOG ( )This method is from 'ScaffoldingGrailsPlugin' class.
getMetaClass ( )This method is from 'ScaffoldingGrailsPlugin' class.
getObserve ( )This method is from 'ScaffoldingGrailsPlugin' class.
getOnChange ( )This method is from 'ScaffoldingGrailsPlugin' class.
getProperty ( String )This method is from 'ScaffoldingGrailsPlugin' class.
getVersion ( )This method is from 'ScaffoldingGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'ScaffoldingGrailsPlugin' class.
...
package org.codehaus.groovy.grails.scaffolding
[+] DefaultGrailsTemplateGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641953 has been renamed to __timeStamp__239_neverHappen1273585312819. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
DefaultGrailsTemplateGenerator ( )This constructor is from 'DefaultGrailsTemplateGenerator' class.
DefaultGrailsTemplateGenerator ( ClassLoader )This constructor is from 'DefaultGrailsTemplateGenerator' class.
generateController ( GrailsDomainClass, Writer )This method is from 'DefaultGrailsTemplateGenerator' class.
generateController ( 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.
getLOG ( )This method is from 'DefaultGrailsTemplateGenerator' class.
getMetaClass ( )This method is from 'DefaultGrailsTemplateGenerator' class.
...
[+] SimpleDomainClassPropertyComparator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
SimpleDomainClassPropertyComparator ( GrailsDomainClass )This constructor is from 'SimpleDomainClassPropertyComparator' class.
compare ( Object, Object )This method is from 'SimpleDomainClassPropertyComparator' class.
grails-gorm-1.2.5.jar
package org.codehaus.groovy.grails.orm.hibernate
[+] GrailsHibernateTransactionManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (7)
GrailsHibernateTransactionManager ( )This constructor 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.
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] CacheConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640309 has been renamed to __timeStamp__239_neverHappen1273585308463. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
CacheConfig ( )This constructor 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.
setInclude ( String )This method is from 'CacheConfig' class.
...
[+] ColumnConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640310 has been renamed to __timeStamp__239_neverHappen1273585308468. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (30)
ColumnConfig ( )This constructor 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.
invokeMethod ( String, Object )This method is from 'ColumnConfig' class.
...
[+] CompositeIdentity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640312 has been renamed to __timeStamp__239_neverHappen1273585308471. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
CompositeIdentity ( )This constructor 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_neverHappen1286800640313 has been renamed to __timeStamp__239_neverHappen1273585308473. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
GORMEnhancingBeanPostProcessor ( )This constructor 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_neverHappen1286800640338 has been renamed to __timeStamp__239_neverHappen1273585308642. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (37)
HibernateMappingBuilder ( String )This constructor 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.
discriminator ( String )This method is from 'HibernateMappingBuilder' class.
discriminator ( Map )This method is from 'HibernateMappingBuilder' class.
dynamicInsert ( boolean )This method is from 'HibernateMappingBuilder' class.
...
[+] HibernateNamedQueriesBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640361 has been renamed to __timeStamp__239_neverHappen1273585308893. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
HibernateNamedQueriesBuilder ( Object, Object, Object )This constructor 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_neverHappen1286800640377 has been renamed to __timeStamp__239_neverHappen1273585308937. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
Identity ( )This constructor 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.
setGenerator ( String )This method is from 'Identity' class.
...
[+] JoinTable (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640384 has been renamed to __timeStamp__239_neverHappen1273585308940. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
JoinTable ( )This constructor 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.
setProperty ( String, Object )This method is from 'JoinTable' class.
...
[+] Mapping (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640385 has been renamed to __timeStamp__239_neverHappen1273585308942. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (59)
evaluateMapping ( GrailsDomainClass )Return value of this method has type 'Mapping'.
evaluateMapping ( GrailsDomainClass, Closure )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'.
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.
getAutoImport ( )This method is from 'Mapping' class.
getAutoTimestamp ( )This method is from 'Mapping' class.
getBatchSize ( )This method is from 'Mapping' class.
getCache ( )This method is from 'Mapping' class.
...
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640366 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
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.
methodMissing ( String, Object )This method is from 'NamedCriteriaProxy' class.
...
[+] NaturalId (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640389 has been renamed to __timeStamp__239_neverHappen1273585309086. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
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.
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.
setProperty ( String, Object )This method is from 'NaturalId' class.
...
[+] PropertyConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640390 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (48)
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.
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.
getIgnoreNotFound ( )This method is from 'PropertyConfig' class.
getIndex ( )This method is from 'PropertyConfig' class.
...
[+] PropertyDefinitionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640359 has been renamed to __timeStamp__239_neverHappen1273585308890. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
PropertyDefinitionDelegate ( PropertyConfig )This constructor 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_neverHappen1286800640394 has been renamed to __timeStamp__239_neverHappen1273585309103. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
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.
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.
setName ( String )This method is from 'Table' class.
...
package org.codehaus.groovy.grails.orm.hibernate.support
[+] ClosureEventTriggeringInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642774 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (33)
ClosureEventTriggeringInterceptor ( )This constructor is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_DELETE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_INSERT_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_LOAD_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_UPDATE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_DELETE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_INSERT_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_LOAD_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_UPDATE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getConfig ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getFailOnError ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getFailOnErrorPackages ( )This method is from 'ClosureEventTriggeringInterceptor' class.
...
package org.codehaus.groovy.grails.plugins.orm.hibernate
[+] HibernatePluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640925 has been renamed to __timeStamp__239_neverHappen1273585310310. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (24)
HibernatePluginSupport ( )This constructor is from 'HibernatePluginSupport' class.
enhanceProxy ( HibernateProxy )This method is from 'HibernatePluginSupport' class.
enhanceProxyClass ( Class )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext )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.
getHibConfigClass ( )This method is from 'HibernatePluginSupport' class.
getHibProps ( )This method is from 'HibernatePluginSupport' class.
getLAZY_PROPERTY_HANDLER ( )This method is from 'HibernatePluginSupport' class.
getLOG ( )This method is from 'HibernatePluginSupport' class.
getMetaClass ( )This method is from 'HibernatePluginSupport' class.
...
grails-scripts-1.2.5.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651612 has been renamed to __timeStamp__239_neverHappen1273585347335. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsArgParsing ( )This constructor is from '_GrailsArgParsing' class.
_GrailsArgParsing ( Binding )This constructor 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_neverHappen1286800651616 has been renamed to __timeStamp__239_neverHappen1273585347354. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsBootstrap ( )This constructor is from '_GrailsBootstrap' class.
_GrailsBootstrap ( Binding )This constructor 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_neverHappen1286800651724 has been renamed to __timeStamp__239_neverHappen1273585347428. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsClasspath ( )This constructor is from '_GrailsClasspath' class.
_GrailsClasspath ( Binding )This constructor 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_neverHappen1286800651769 has been renamed to __timeStamp__239_neverHappen1273585347466. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsClean ( )This constructor is from '_GrailsClean' class.
_GrailsClean ( Binding )This constructor 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_neverHappen1286800651779 has been renamed to __timeStamp__239_neverHappen1273585347502. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsCompile ( )This constructor is from '_GrailsCompile' class.
_GrailsCompile ( Binding )This constructor 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_neverHappen1286800651829 has been renamed to __timeStamp__239_neverHappen1273585347548. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsCreateArtifacts ( )This constructor is from '_GrailsCreateArtifacts' class.
_GrailsCreateArtifacts ( Binding )This constructor 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_neverHappen1286800651838 has been renamed to __timeStamp__239_neverHappen1273585347570. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsCreateProject ( )This constructor is from '_GrailsCreateProject' class.
_GrailsCreateProject ( Binding )This constructor 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_neverHappen1286800651862 has been renamed to __timeStamp__239_neverHappen1273585347617. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
_GrailsDocs ( )This constructor is from '_GrailsDocs' class.
_GrailsDocs ( Binding )This constructor 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_neverHappen1286800651929 has been renamed to __timeStamp__239_neverHappen1273585347671. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsEvents ( )This constructor is from '_GrailsEvents' class.
_GrailsEvents ( Binding )This constructor 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_neverHappen1286800651942 has been renamed to __timeStamp__239_neverHappen1273585347677. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsGenerate ( )This constructor is from '_GrailsGenerate' class.
_GrailsGenerate ( Binding )This constructor 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_neverHappen1286800651949 has been renamed to __timeStamp__239_neverHappen1273585347685. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsInit ( )This constructor is from '_GrailsInit' class.
_GrailsInit ( Binding )This constructor 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_neverHappen1286800651972 has been renamed to __timeStamp__239_neverHappen1273585347703. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsPackage ( )This constructor is from '_GrailsPackage' class.
_GrailsPackage ( Binding )This constructor 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_neverHappen1286800652057 has been renamed to __timeStamp__239_neverHappen1273585347753. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsPluginDev ( )This constructor is from '_GrailsPluginDev' class.
_GrailsPluginDev ( Binding )This constructor 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_neverHappen1286800652083 has been renamed to __timeStamp__239_neverHappen1273585347767. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsPlugins ( )This constructor is from '_GrailsPlugins' class.
_GrailsPlugins ( Binding )This constructor 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_neverHappen1286800652226 has been renamed to __timeStamp__239_neverHappen1273585347825. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsProxy ( )This constructor is from '_GrailsProxy' class.
_GrailsProxy ( Binding )This constructor 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_neverHappen1286800652229 has been renamed to __timeStamp__239_neverHappen1273585347830. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsRun ( )This constructor is from '_GrailsRun' class.
_GrailsRun ( Binding )This constructor 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_neverHappen1286800652304 has been renamed to __timeStamp__239_neverHappen1273585347860. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsSettings ( )This constructor is from '_GrailsSettings' class.
_GrailsSettings ( Binding )This constructor 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_neverHappen1286800652380 has been renamed to __timeStamp__239_neverHappen1273585347907. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsTest ( )This constructor is from '_GrailsTest' class.
_GrailsTest ( Binding )This constructor is from '_GrailsTest' class.
getFailedTests ( )This method is from '_GrailsTest' class.
main ( String[ ] )This method is from '_GrailsTest' class.
run ( )This method is from '_GrailsTest' class.
[+] _GrailsWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800652438 has been renamed to __timeStamp__239_neverHappen1273585347961. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor 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_neverHappen1286800652595 has been renamed to __timeStamp__239_neverHappen1273585348095. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_PackagePlugins ( )This constructor is from '_PackagePlugins' class.
_PackagePlugins ( Binding )This constructor 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_neverHappen1286800652628 has been renamed to __timeStamp__239_neverHappen1273585348151. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
_PluginDependencies ( )This constructor is from '_PluginDependencies' class.
_PluginDependencies ( Binding )This constructor is from '_PluginDependencies' class.
main ( String[ ] )This method is from '_PluginDependencies' class.
run ( )This method is from '_PluginDependencies' class.
[+] AddProxy_ (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
AddProxy_ ( )This constructor is from 'AddProxy_' class.
AddProxy_ ( Binding )This constructor 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_neverHappen1286800651034 has been renamed to __timeStamp__239_neverHappen1273585346558. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Bootstrap ( )This constructor is from 'Bootstrap' class.
Bootstrap ( Binding )This constructor 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_neverHappen1286800651037 has been renamed to __timeStamp__239_neverHappen1273585346562. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
BugReport ( )This constructor is from 'BugReport' class.
BugReport ( Binding )This constructor 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_neverHappen1286800651048 has been renamed to __timeStamp__239_neverHappen1273585346574. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Clean ( )This constructor is from 'Clean' class.
Clean ( Binding )This constructor is from 'Clean' class.
main ( String[ ] )This method is from 'Clean' class.
run ( )This method is from 'Clean' class.
[+] ClearProxy_ (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
ClearProxy_ ( )This constructor is from 'ClearProxy_' class.
ClearProxy_ ( Binding )This constructor 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_neverHappen1286800651057 has been renamed to __timeStamp__239_neverHappen1273585346579. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Compile ( )This constructor is from 'Compile' class.
Compile ( Binding )This constructor 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_neverHappen1286800651061 has been renamed to __timeStamp__239_neverHappen1273585346583. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Console ( )This constructor is from 'Console' class.
Console ( Binding )This constructor 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_neverHappen1286800650954 has been renamed to __timeStamp__239_neverHappen1273585346495. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
ConsoleFocusListener ( )This constructor 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_neverHappen1286800651095 has been renamed to __timeStamp__239_neverHappen1273585346615. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateApp_ ( )This constructor is from 'CreateApp_' class.
CreateApp_ ( Binding )This constructor 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_neverHappen1286800651097 has been renamed to __timeStamp__239_neverHappen1273585346618. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateController ( )This constructor is from 'CreateController' class.
CreateController ( Binding )This constructor 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_neverHappen1286800651104 has been renamed to __timeStamp__239_neverHappen1273585346635. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateDomainClass ( )This constructor is from 'CreateDomainClass' class.
CreateDomainClass ( Binding )This constructor 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_neverHappen1286800651107 has been renamed to __timeStamp__239_neverHappen1273585346641. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateFilters ( )This constructor is from 'CreateFilters' class.
CreateFilters ( Binding )This constructor is from 'CreateFilters' class.
main ( String[ ] )This method is from 'CreateFilters' class.
run ( )This method is from 'CreateFilters' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651111 has been renamed to __timeStamp__239_neverHappen1273585346646. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
CreateIntegrationTest ( Binding )This constructor 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_neverHappen1286800651115 has been renamed to __timeStamp__239_neverHappen1273585346651. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreatePlugin_ ( )This constructor is from 'CreatePlugin_' class.
CreatePlugin_ ( Binding )This constructor is from 'CreatePlugin_' class.
main ( String[ ] )This method is from 'CreatePlugin_' class.
run ( )This method is from 'CreatePlugin_' class.
[+] CreateScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651118 has been renamed to __timeStamp__239_neverHappen1273585346654. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateScript ( )This constructor is from 'CreateScript' class.
CreateScript ( Binding )This constructor 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_neverHappen1286800651121 has been renamed to __timeStamp__239_neverHappen1273585346658. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateService ( )This constructor is from 'CreateService' class.
CreateService ( Binding )This constructor 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_neverHappen1286800651124 has been renamed to __timeStamp__239_neverHappen1273585346663. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
CreateTagLib ( Binding )This constructor 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_neverHappen1286800651128 has been renamed to __timeStamp__239_neverHappen1273585346667. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
CreateUnitTest ( Binding )This constructor 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_neverHappen1286800651136 has been renamed to __timeStamp__239_neverHappen1273585346673. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
DependencyReport ( )This constructor is from 'DependencyReport' class.
DependencyReport ( Binding )This constructor 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_neverHappen1286800651166 has been renamed to __timeStamp__239_neverHappen1273585346716. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Doc ( )This constructor is from 'Doc' class.
Doc ( Binding )This constructor 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_neverHappen1286800651168 has been renamed to __timeStamp__239_neverHappen1273585346718. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateAll ( )This constructor is from 'GenerateAll' class.
GenerateAll ( Binding )This constructor 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_neverHappen1286800651172 has been renamed to __timeStamp__239_neverHappen1273585346723. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateController ( )This constructor is from 'GenerateController' class.
GenerateController ( Binding )This constructor 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_neverHappen1286800651175 has been renamed to __timeStamp__239_neverHappen1273585346730. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateViews ( )This constructor is from 'GenerateViews' class.
GenerateViews ( Binding )This constructor 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_neverHappen1286800651178 has been renamed to __timeStamp__239_neverHappen1273585346734. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
Help_ ( )This constructor is from 'Help_' class.
Help_ ( Binding )This constructor 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_neverHappen1286800651019 has been renamed to __timeStamp__239_neverHappen1273585346553. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
HelpEvaluatingCategory ( )This constructor 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.
setProperty ( String, Object )This method is from 'HelpEvaluatingCategory' class.
...
[+] Init (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651234 has been renamed to __timeStamp__239_neverHappen1273585346751. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Init ( )This constructor is from 'Init' class.
Init ( Binding )This constructor 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_neverHappen1286800651253 has been renamed to __timeStamp__239_neverHappen1273585346773. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
InstallDependency ( )This constructor is from 'InstallDependency' class.
InstallDependency ( Binding )This constructor 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_neverHappen1286800651260 has been renamed to __timeStamp__239_neverHappen1273585346783. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
InstallPlugin ( )This constructor is from 'InstallPlugin' class.
InstallPlugin ( Binding )This constructor 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_neverHappen1286800651261 has been renamed to __timeStamp__239_neverHappen1273585346786. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
InstallTemplates ( )This constructor is from 'InstallTemplates' class.
InstallTemplates ( Binding )This constructor 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_neverHappen1286800651265 has been renamed to __timeStamp__239_neverHappen1273585346810. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
IntegrateWith ( )This constructor is from 'IntegrateWith' class.
IntegrateWith ( Binding )This constructor is from 'IntegrateWith' class.
main ( String[ ] )This method is from 'IntegrateWith' class.
run ( )This method is from 'IntegrateWith' class.
[+] ListPlugins_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651302 has been renamed to __timeStamp__239_neverHappen1273585346857. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
ListPlugins_ ( )This constructor is from 'ListPlugins_' class.
ListPlugins_ ( Binding )This constructor 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_neverHappen1286800651290 has been renamed to __timeStamp__239_neverHappen1273585346837. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
ListPluginUpdates ( )This constructor is from 'ListPluginUpdates' class.
ListPluginUpdates ( Binding )This constructor is from 'ListPluginUpdates' class.
main ( String[ ] )This method is from 'ListPluginUpdates' class.
run ( )This method is from 'ListPluginUpdates' class.
[+] Package (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651304 has been renamed to __timeStamp__239_neverHappen1273585346860. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Package ( )This constructor is from 'Package' class.
Package ( Binding )This constructor 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_neverHappen1286800651306 has been renamed to __timeStamp__239_neverHappen1273585346868. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
PackagePlugin_ ( )This constructor is from 'PackagePlugin_' class.
PackagePlugin_ ( Binding )This constructor 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_neverHappen1286800651308 has been renamed to __timeStamp__239_neverHappen1273585346870. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
PluginInfo_ ( )This constructor is from 'PluginInfo_' class.
PluginInfo_ ( Binding )This constructor is from 'PluginInfo_' class.
main ( String[ ] )This method is from 'PluginInfo_' class.
run ( )This method is from 'PluginInfo_' class.
[+] ReleasePlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651309 has been renamed to __timeStamp__239_neverHappen1273585346873. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
ReleasePlugin ( )This constructor is from 'ReleasePlugin' class.
ReleasePlugin ( Binding )This constructor is from 'ReleasePlugin' class.
addPluginZipAndMetadataIfNeccessary ( File, File )This method is from 'ReleasePlugin' class.
checkoutFromSVN ( File, SVNURL )This method is from 'ReleasePlugin' class.
cleanLocalWorkingCopy ( File )This method is from 'ReleasePlugin' class.
commitDirectoryToSVN ( Object )This method is from 'ReleasePlugin' class.
importBaseToSVN ( File )This method is from 'ReleasePlugin' class.
isPluginNotInRepository ( )This method is from 'ReleasePlugin' class.
main ( String[ ] )This method is from 'ReleasePlugin' class.
publishZipOnlyRelease ( )This method is from 'ReleasePlugin' class.
run ( )This method is from 'ReleasePlugin' class.
updateDirectoryFromSVN ( Object )This method is from 'ReleasePlugin' class.
...
[+] RemoveProxy_ (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
RemoveProxy_ ( )This constructor is from 'RemoveProxy_' class.
RemoveProxy_ ( Binding )This constructor 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_neverHappen1286800651406 has been renamed to __timeStamp__239_neverHappen1273585347049. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
RunApp ( )This constructor is from 'RunApp' class.
RunApp ( Binding )This constructor is from 'RunApp' class.
main ( String[ ] )This method is from 'RunApp' class.
run ( )This method is from 'RunApp' class.
[+] RunWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800651408 has been renamed to __timeStamp__239_neverHappen1273585347055. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
RunWar ( )This constructor is from 'RunWar' class.
RunWar ( Binding )This constructor 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_neverHappen1286800651429 has been renamed to __timeStamp__239_neverHappen1273585347115. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
SchemaExport ( )This constructor is from 'SchemaExport' class.
SchemaExport ( Binding )This constructor 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_neverHappen1286800651445 has been renamed to __timeStamp__239_neverHappen1273585347194. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
SetProxy_ ( )This constructor is from 'SetProxy_' class.
SetProxy_ ( Binding )This constructor 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_neverHappen1286800651490 has been renamed to __timeStamp__239_neverHappen1273585347201. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
SetVersion ( )This constructor is from 'SetVersion' class.
SetVersion ( Binding )This constructor 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_neverHappen1286800651493 has been renamed to __timeStamp__239_neverHappen1273585347213. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Shell ( )This constructor is from 'Shell' class.
Shell ( Binding )This constructor 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_neverHappen1286800651501 has been renamed to __timeStamp__239_neverHappen1273585347246. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Stats ( )This constructor is from 'Stats' class.
Stats ( Binding )This constructor 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_neverHappen1286800651527 has been renamed to __timeStamp__239_neverHappen1273585347275. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
TestApp ( )This constructor is from 'TestApp' class.
TestApp ( Binding )This constructor 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_neverHappen1286800651559 has been renamed to __timeStamp__239_neverHappen1273585347296. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
UninstallPlugin ( )This constructor is from 'UninstallPlugin' class.
UninstallPlugin ( Binding )This constructor 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_neverHappen1286800651561 has been renamed to __timeStamp__239_neverHappen1273585347302. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
Upgrade ( )This constructor is from 'Upgrade' class.
Upgrade ( Binding )This constructor 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_neverHappen1286800651594 has been renamed to __timeStamp__239_neverHappen1273585347332. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
War ( )This constructor is from 'War' class.
War ( Binding )This constructor is from 'War' class.
main ( String[ ] )This method is from 'War' class.
run ( )This method is from 'War' class.
grails-spring-1.2.5.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642349 has been renamed to __timeStamp__239_neverHappen1273585314033. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (26)
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.
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.
getNamespaceHandler ( )This method is from 'DynamicElementReader' class.
...
package org.codehaus.groovy.grails.commons.spring
[+] TypeSpecifyableTransactionProxyFactoryBean (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TypeSpecifyableTransactionProxyFactoryBean ( Class )This constructor is from 'TypeSpecifyableTransactionProxyFactoryBean' class.
getObjectType ( )This method is from 'TypeSpecifyableTransactionProxyFactoryBean' class.
grails-web-1.2.5.jar
package grails.web
[+] JSONBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640182 has been renamed to __timeStamp__239_neverHappen1273585308295. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
JSONBuilder ( )This constructor is from 'JSONBuilder' class.
array ( Closure )This method is from 'JSONBuilder' class.
build ( Closure )This method is from 'JSONBuilder' class.
getCurrent ( )This method is from 'JSONBuilder' class.
getMetaClass ( )This method is from 'JSONBuilder' class.
getNestingStack ( )This method is from 'JSONBuilder' class.
getNODE_ELEMENT ( )This method is from 'JSONBuilder' class.
getProperty ( String )This method is from 'JSONBuilder' class.
getRoot ( )This method is from 'JSONBuilder' class.
invokeMethod ( String )This method is from 'JSONBuilder' class.
invokeMethod ( String, Object )This method is from 'JSONBuilder' class.
setCurrent ( Object )This method is from 'JSONBuilder' class.
...
package org.codehaus.groovy.grails.plugins.converters
[+] ConvertersGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640725 has been renamed to __timeStamp__239_neverHappen1273585309759. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (34)
ConvertersGrailsPlugin ( )This constructor is from 'ConvertersGrailsPlugin' class.
getAuthor ( )This method is from 'ConvertersGrailsPlugin' class.
getDependsOn ( )This method is from 'ConvertersGrailsPlugin' class.
getDescription ( )This method is from 'ConvertersGrailsPlugin' class.
getDocumentation ( )This method is from 'ConvertersGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'ConvertersGrailsPlugin' class.
getDoWithSpring ( )This method is from 'ConvertersGrailsPlugin' class.
getHeaderMethod ( )This method is from 'ConvertersGrailsPlugin' class.
getJsonHeaderMethod ( )This method is from 'ConvertersGrailsPlugin' class.
getMetaClass ( )This method is from 'ConvertersGrailsPlugin' class.
getObserve ( )This method is from 'ConvertersGrailsPlugin' class.
getOnChange ( )This method is from 'ConvertersGrailsPlugin' class.
...
package org.codehaus.groovy.grails.plugins.converters.codecs
[+] JSONCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640754 has been renamed to __timeStamp__239_neverHappen1273585309782. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
JSONCodec ( )This constructor is from 'JSONCodec' class.
getEncode ( )This method is from 'JSONCodec' class.
getMetaClass ( )This method is from 'JSONCodec' class.
getProperty ( String )This method is from 'JSONCodec' class.
invokeMethod ( String, Object )This method is from 'JSONCodec' class.
setEncode ( Object )This method is from 'JSONCodec' class.
setMetaClass ( MetaClass )This method is from 'JSONCodec' class.
setProperty ( String, Object )This method is from 'JSONCodec' class.
[+] XMLCodec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800640755 has been renamed to __timeStamp__239_neverHappen1273585309922. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
XMLCodec ( )This constructor is from 'XMLCodec' class.
getEncode ( )This method is from 'XMLCodec' class.
getMetaClass ( )This method is from 'XMLCodec' class.
getProperty ( String )This method is from 'XMLCodec' class.
invokeMethod ( String, Object )This method is from 'XMLCodec' class.
setEncode ( Object )This method is from 'XMLCodec' class.
setMetaClass ( MetaClass )This method is from 'XMLCodec' class.
setProperty ( String, Object )This method is from 'XMLCodec' class.
package org.codehaus.groovy.grails.plugins.web
[+] ControllersGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641369 has been renamed to __timeStamp__239_neverHappen1273585311566. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
ControllersGrailsPlugin ( )This constructor is from 'ControllersGrailsPlugin' class.
getDependsOn ( )This method is from 'ControllersGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'ControllersGrailsPlugin' class.
getDoWithSpring ( )This method is from 'ControllersGrailsPlugin' class.
getDoWithWebDescriptor ( )This method is from 'ControllersGrailsPlugin' class.
getMetaClass ( )This method is from 'ControllersGrailsPlugin' class.
getOnChange ( )This method is from 'ControllersGrailsPlugin' class.
getProperty ( String )This method is from 'ControllersGrailsPlugin' class.
getVersion ( )This method is from 'ControllersGrailsPlugin' class.
getWatchedResources ( )This method is from 'ControllersGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'ControllersGrailsPlugin' class.
registerControllerMethods ( MetaClass, ApplicationContext )This method is from 'ControllersGrailsPlugin' class.
...
[+] GroovyPagesGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641415 has been renamed to __timeStamp__239_neverHappen1273585311671. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (28)
GroovyPagesGrailsPlugin ( )This constructor is from 'GroovyPagesGrailsPlugin' class.
getDependsOn ( )This method is from 'GroovyPagesGrailsPlugin' class.
getDoWithApplicationContext ( )This method is from 'GroovyPagesGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'GroovyPagesGrailsPlugin' class.
getDoWithSpring ( )This method is from 'GroovyPagesGrailsPlugin' class.
getDoWithWebDescriptor ( )This method is from 'GroovyPagesGrailsPlugin' class.
getMetaClass ( )This method is from 'GroovyPagesGrailsPlugin' class.
getObserve ( )This method is from 'GroovyPagesGrailsPlugin' class.
getOnChange ( )This method is from 'GroovyPagesGrailsPlugin' class.
getProperty ( String )This method is from 'GroovyPagesGrailsPlugin' class.
getProvidedArtefacts ( )This method is from 'GroovyPagesGrailsPlugin' class.
getVersion ( )This method is from 'GroovyPagesGrailsPlugin' class.
...
[+] ServletsGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641468 has been renamed to __timeStamp__239_neverHappen1273585311884. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
ServletsGrailsPlugin ( )This constructor is from 'ServletsGrailsPlugin' class.
getDependsOn ( )This method is from 'ServletsGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'ServletsGrailsPlugin' class.
getMetaClass ( )This method is from 'ServletsGrailsPlugin' class.
getProperty ( String )This method is from 'ServletsGrailsPlugin' class.
getVersion ( )This method is from 'ServletsGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'ServletsGrailsPlugin' class.
setDependsOn ( Object )This method is from 'ServletsGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'ServletsGrailsPlugin' class.
setMetaClass ( MetaClass )This method is from 'ServletsGrailsPlugin' class.
setProperty ( String, Object )This method is from 'ServletsGrailsPlugin' class.
setVersion ( Object )This method is from 'ServletsGrailsPlugin' class.
...
package org.codehaus.groovy.grails.plugins.web.filters
[+] CompositeInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641492 has been renamed to __timeStamp__239_neverHappen1273585311896. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
CompositeInterceptor ( )This constructor is from 'CompositeInterceptor' class.
afterCompletion ( HttpServletRequest, HttpServletResponse, Object, Exception )This method is from 'CompositeInterceptor' class.
getHandlers ( )This method is from 'CompositeInterceptor' class.
getLOG ( )This method is from 'CompositeInterceptor' class.
getMetaClass ( )This method is from 'CompositeInterceptor' class.
getProperty ( String )This method is from 'CompositeInterceptor' class.
invokeMethod ( String, Object )This method is from 'CompositeInterceptor' class.
postHandle ( HttpServletRequest, HttpServletResponse, Object, ModelAndView )This method is from 'CompositeInterceptor' class.
preHandle ( HttpServletRequest, HttpServletResponse, Object )This method is from 'CompositeInterceptor' class.
setHandlers ( Object )This method is from 'CompositeInterceptor' class.
setMetaClass ( MetaClass )This method is from 'CompositeInterceptor' class.
setProperty ( String, Object )This method is from 'CompositeInterceptor' class.
...
[+] DefaultGrailsFiltersClass (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642614 has been renamed to __timeStamp__239_neverHappen1273585314770. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
DefaultGrailsFiltersClass ( Class )This constructor is from 'DefaultGrailsFiltersClass' class.
getConfigs ( Object )This method is from 'DefaultGrailsFiltersClass' class.
getFILTERS ( )This method is from 'DefaultGrailsFiltersClass' class.
getMetaClass ( )This method is from 'DefaultGrailsFiltersClass' class.
getProperty ( String )This method is from 'DefaultGrailsFiltersClass' class.
invokeMethod ( String, Object )This method is from 'DefaultGrailsFiltersClass' class.
setFILTERS ( Object )This method is from 'DefaultGrailsFiltersClass' class.
setMetaClass ( MetaClass )This method is from 'DefaultGrailsFiltersClass' class.
setProperty ( String, Object )This method is from 'DefaultGrailsFiltersClass' class.
[+] FilterConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641497 has been renamed to __timeStamp__239_neverHappen1273585311913. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (28)
FilterConfig ( )This constructor is from 'FilterConfig' class.
getAfter ( )This method is from 'FilterConfig' class.
getAfterView ( )This method is from 'FilterConfig' class.
getBefore ( )This method is from 'FilterConfig' class.
getErrors ( )This method is from 'FilterConfig' class.
getFiltersDefinition ( )This method is from 'FilterConfig' class.
getInitialised ( )This method is from 'FilterConfig' class.
getMetaClass ( )This method is from 'FilterConfig' class.
getModelAndView ( )This method is from 'FilterConfig' class.
getName ( )This method is from 'FilterConfig' class.
getProperty ( String )This method is from 'FilterConfig' class.
getScope ( )This method is from 'FilterConfig' class.
...
[+] FiltersConfigArtefactHandler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642411 has been renamed to __timeStamp__239_neverHappen1273585314116. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
FiltersConfigArtefactHandler ( )This constructor is from 'FiltersConfigArtefactHandler' class.
getMetaClass ( )This method is from 'FiltersConfigArtefactHandler' class.
getProperty ( String )This method is from 'FiltersConfigArtefactHandler' class.
getTYPE ( )This method is from 'FiltersConfigArtefactHandler' class.
invokeMethod ( String, Object )This method is from 'FiltersConfigArtefactHandler' class.
setMetaClass ( MetaClass )This method is from 'FiltersConfigArtefactHandler' class.
setProperty ( String, Object )This method is from 'FiltersConfigArtefactHandler' class.
setTYPE ( Object )This method is from 'FiltersConfigArtefactHandler' class.
[+] FiltersGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641518 has been renamed to __timeStamp__239_neverHappen1273585311968. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (25)
FiltersGrailsPlugin ( )This constructor is from 'FiltersGrailsPlugin' class.
getArtefacts ( )This method is from 'FiltersGrailsPlugin' class.
getBEANS ( )This method is from 'FiltersGrailsPlugin' class.
getDependsOn ( )This method is from 'FiltersGrailsPlugin' class.
getDoWithApplicationContext ( )This method is from 'FiltersGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'FiltersGrailsPlugin' class.
getDoWithSpring ( )This method is from 'FiltersGrailsPlugin' class.
getLog ( )This method is from 'FiltersGrailsPlugin' class.
getMetaClass ( )This method is from 'FiltersGrailsPlugin' class.
getOnChange ( )This method is from 'FiltersGrailsPlugin' class.
getProperty ( String )This method is from 'FiltersGrailsPlugin' class.
getVersion ( )This method is from 'FiltersGrailsPlugin' class.
...
[+] FilterToHandlerAdapter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641504 has been renamed to __timeStamp__239_neverHappen1273585311917. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (36)
FilterToHandlerAdapter ( )This constructor is from 'FilterToHandlerAdapter' class.
accept ( String, String, String )This method is from 'FilterToHandlerAdapter' class.
actionName ( Object )This method is from 'FilterToHandlerAdapter' class.
afterCompletion ( HttpServletRequest, HttpServletResponse, Object, Exception )This method is from 'FilterToHandlerAdapter' class.
afterPropertiesSet ( )This method is from 'FilterToHandlerAdapter' class.
controllerName ( Object )This method is from 'FilterToHandlerAdapter' class.
doesMatch ( Pattern, CharSequence )This method is from 'FilterToHandlerAdapter' class.
getActionRegex ( )This method is from 'FilterToHandlerAdapter' class.
getConfigClass ( )This method is from 'FilterToHandlerAdapter' class.
getControllerRegex ( )This method is from 'FilterToHandlerAdapter' class.
getFilterConfig ( )This method is from 'FilterToHandlerAdapter' class.
getInvertRule ( )This method is from 'FilterToHandlerAdapter' class.
...
[+] Loader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641495 has been renamed to __timeStamp__239_neverHappen1273585311901. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
Loader ( Object )This constructor is from 'Loader' class.
getFilters ( )This method is from 'Loader' class.
getFiltersDefinition ( )This method is from 'Loader' class.
getMetaClass ( )This method is from 'Loader' class.
getProperty ( String )This method is from 'Loader' class.
invokeMethod ( String, Object )This method is from 'Loader' class.
methodMissing ( String, Object )This method is from 'Loader' class.
setFilters ( Object )This method is from 'Loader' class.
setFiltersDefinition ( Object )This method is from 'Loader' class.
setMetaClass ( MetaClass )This method is from 'Loader' class.
setProperty ( String, Object )This method is from 'Loader' class.
...
package org.codehaus.groovy.grails.plugins.web.mapping
[+] UrlMappingsGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641529 has been renamed to __timeStamp__239_neverHappen1273585311981. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (18)
UrlMappingsGrailsPlugin ( )This constructor is from 'UrlMappingsGrailsPlugin' class.
getDependsOn ( )This method is from 'UrlMappingsGrailsPlugin' class.
getDoWithSpring ( )This method is from 'UrlMappingsGrailsPlugin' class.
getDoWithWebDescriptor ( )This method is from 'UrlMappingsGrailsPlugin' class.
getMetaClass ( )This method is from 'UrlMappingsGrailsPlugin' class.
getOnChange ( )This method is from 'UrlMappingsGrailsPlugin' class.
getProperty ( String )This method is from 'UrlMappingsGrailsPlugin' class.
getVersion ( )This method is from 'UrlMappingsGrailsPlugin' class.
getWatchedResources ( )This method is from 'UrlMappingsGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'UrlMappingsGrailsPlugin' class.
setDependsOn ( Object )This method is from 'UrlMappingsGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'UrlMappingsGrailsPlugin' class.
...
package org.codehaus.groovy.grails.plugins.web.mimes
[+] FormatInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641563 has been renamed to __timeStamp__239_neverHappen1273585312010. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
FormatInterceptor ( )This constructor is from 'FormatInterceptor' class.
getFormatOptions ( )This method is from 'FormatInterceptor' class.
getMetaClass ( )This method is from 'FormatInterceptor' class.
getProperty ( String )This method is from 'FormatInterceptor' class.
invokeMethod ( String, Object )This method is from 'FormatInterceptor' class.
setFormatOptions ( Object )This method is from 'FormatInterceptor' class.
setMetaClass ( MetaClass )This method is from 'FormatInterceptor' class.
setProperty ( String, Object )This method is from 'FormatInterceptor' class.
[+] MimeTypesGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641555 has been renamed to __timeStamp__239_neverHappen1273585312001. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
MimeTypesGrailsPlugin ( )This constructor is from 'MimeTypesGrailsPlugin' class.
getDependsOn ( )This method is from 'MimeTypesGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'MimeTypesGrailsPlugin' class.
getMetaClass ( )This method is from 'MimeTypesGrailsPlugin' class.
getObserve ( )This method is from 'MimeTypesGrailsPlugin' class.
getOnChange ( )This method is from 'MimeTypesGrailsPlugin' class.
getProperty ( String )This method is from 'MimeTypesGrailsPlugin' class.
getVersion ( )This method is from 'MimeTypesGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'MimeTypesGrailsPlugin' class.
setDependsOn ( Object )This method is from 'MimeTypesGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'MimeTypesGrailsPlugin' class.
setMetaClass ( MetaClass )This method is from 'MimeTypesGrailsPlugin' class.
...
package org.codehaus.groovy.grails.plugins.web.taglib
[+] ApplicationTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641564 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (36)
ApplicationTagLib ( )This constructor is from 'ApplicationTagLib' class.
afterPropertiesSet ( )This method is from 'ApplicationTagLib' class.
getApplicationContext ( )This method is from 'ApplicationTagLib' class.
getCookie ( )This method is from 'ApplicationTagLib' class.
getCreateLink ( )This method is from 'ApplicationTagLib' class.
getCreateLinkTo ( )This method is from 'ApplicationTagLib' class.
getGrailsUrlMappingsHolder ( )This method is from 'ApplicationTagLib' class.
getHeader ( )This method is from 'ApplicationTagLib' class.
getLink ( )This method is from 'ApplicationTagLib' class.
getMeta ( )This method is from 'ApplicationTagLib' class.
getMetaClass ( )This method is from 'ApplicationTagLib' class.
getPluginManager ( )This method is from 'ApplicationTagLib' class.
...
[+] CountryTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641577 has been renamed to __timeStamp__239_neverHappen1273585312042. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
CountryTagLib ( )This constructor is from 'CountryTagLib' class.
getCountry ( )This method is from 'CountryTagLib' class.
getCOUNTRY_CODES_BY_NAME ( )This method is from 'CountryTagLib' class.
getCOUNTRY_CODES_BY_NAME_ORDER ( )This method is from 'CountryTagLib' class.
getCountrySelect ( )This method is from 'CountryTagLib' class.
getISO3166_3 ( )This method is from 'CountryTagLib' class.
getMetaClass ( )This method is from 'CountryTagLib' class.
getProperty ( String )This method is from 'CountryTagLib' class.
invokeMethod ( String, Object )This method is from 'CountryTagLib' class.
setCountry ( Object )This method is from 'CountryTagLib' class.
setCountrySelect ( Object )This method is from 'CountryTagLib' class.
setMetaClass ( MetaClass )This method is from 'CountryTagLib' class.
...
[+] FormatTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641685 has been renamed to __timeStamp__239_neverHappen1273585312128. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (22)
FormatTagLib ( )This constructor is from 'FormatTagLib' class.
getEncodeAs ( )This method is from 'FormatTagLib' class.
getFormatBoolean ( )This method is from 'FormatTagLib' class.
getFormatDate ( )This method is from 'FormatTagLib' class.
getFormatNumber ( )This method is from 'FormatTagLib' class.
getMetaClass ( )This method is from 'FormatTagLib' class.
getProperty ( String )This method is from 'FormatTagLib' class.
getReturnObjectForTags ( )This method is from 'FormatTagLib' class.
invokeMethod ( String, Object )This method is from 'FormatTagLib' class.
messageHelper ( Object )This method is from 'FormatTagLib' class.
messageHelper ( Object, Object )This method is from 'FormatTagLib' class.
messageHelper ( Object, Object, Object )This method is from 'FormatTagLib' class.
...
[+] FormTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641584 has been renamed to __timeStamp__239_neverHappen1273585312049. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (55)
FormTagLib ( )This constructor is from 'FormTagLib' class.
fieldImpl ( Object, Object )This method is from 'FormTagLib' class.
getActionSubmit ( )This method is from 'FormTagLib' class.
getActionSubmitImage ( )This method is from 'FormTagLib' class.
getCheckBox ( )This method is from 'FormTagLib' class.
getCurrencySelect ( )This method is from 'FormTagLib' class.
getDatePicker ( )This method is from 'FormTagLib' class.
getField ( )This method is from 'FormTagLib' class.
getForm ( )This method is from 'FormTagLib' class.
getGrailsApplication ( )This method is from 'FormTagLib' class.
getHiddenField ( )This method is from 'FormTagLib' class.
getLocaleSelect ( )This method is from 'FormTagLib' class.
...
[+] JavascriptTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641704 has been renamed to __timeStamp__239_neverHappen1273585312252. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
JavascriptTagLib ( )This constructor is from 'JavascriptTagLib' class.
getCONTROLLER ( )This method is from 'JavascriptTagLib' class.
getEscapeJavascript ( )This method is from 'JavascriptTagLib' class.
getFormRemote ( )This method is from 'JavascriptTagLib' class.
getINCLUDED_JS ( )This method is from 'JavascriptTagLib' class.
getINCLUDED_LIBRARIES ( )This method is from 'JavascriptTagLib' class.
getJavascript ( )This method is from 'JavascriptTagLib' class.
getLIBRARY_MAPPINGS ( )This method is from 'JavascriptTagLib' class.
getMetaClass ( )This method is from 'JavascriptTagLib' class.
getPluginManager ( )This method is from 'JavascriptTagLib' class.
getProperty ( String )This method is from 'JavascriptTagLib' class.
getPROVIDER_MAPPINGS ( )This method is from 'JavascriptTagLib' class.
...
[+] JavascriptValue (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641722 has been renamed to __timeStamp__239_neverHappen1273585312277. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
JavascriptValue ( Object )This constructor is from 'JavascriptValue' class.
getMetaClass ( )This method is from 'JavascriptValue' class.
getProperty ( String )This method is from 'JavascriptValue' class.
getValue ( )This method is from 'JavascriptValue' class.
invokeMethod ( String, Object )This method is from 'JavascriptValue' class.
setMetaClass ( MetaClass )This method is from 'JavascriptValue' class.
setProperty ( String, Object )This method is from 'JavascriptValue' class.
setValue ( Object )This method is from 'JavascriptValue' class.
toString ( )This method is from 'JavascriptValue' class.
[+] PluginTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641730 has been renamed to __timeStamp__239_neverHappen1273585312303. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
PluginTagLib ( )This constructor is from 'PluginTagLib' class.
getIsAvailable ( )This method is from 'PluginTagLib' class.
getIsNotAvailable ( )This method is from 'PluginTagLib' class.
getMetaClass ( )This method is from 'PluginTagLib' class.
getNamespace ( )This method is from 'PluginTagLib' class.
getPath ( )This method is from 'PluginTagLib' class.
getPluginManager ( )This method is from 'PluginTagLib' class.
getProperty ( String )This method is from 'PluginTagLib' class.
invokeMethod ( String, Object )This method is from 'PluginTagLib' class.
setIsAvailable ( Object )This method is from 'PluginTagLib' class.
setIsNotAvailable ( Object )This method is from 'PluginTagLib' class.
setMetaClass ( MetaClass )This method is from 'PluginTagLib' class.
...
[+] PrototypeProvider (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641722 has been renamed to __timeStamp__239_neverHappen1273585312279. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
PrototypeProvider ( )This constructor is from 'PrototypeProvider' class.
doRemoteFunction ( Object, Object, Object )This method is from 'PrototypeProvider' class.
getAjaxOptions ( Object )This method is from 'PrototypeProvider' class.
getMetaClass ( )This method is from 'PrototypeProvider' class.
getProperty ( String )This method is from 'PrototypeProvider' class.
invokeMethod ( String, Object )This method is from 'PrototypeProvider' class.
prepareAjaxForm ( Object )This method is from 'PrototypeProvider' class.
setMetaClass ( MetaClass )This method is from 'PrototypeProvider' class.
setProperty ( String, Object )This method is from 'PrototypeProvider' class.
[+] RenderTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641733 has been renamed to __timeStamp__239_neverHappen1273585312306. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (37)
RenderTagLib ( )This constructor is from 'RenderTagLib' class.
getApplyLayout ( )This method is from 'RenderTagLib' class.
getGroovyPagesTemplateEngine ( )This method is from 'RenderTagLib' class.
getIfPageProperty ( )This method is from 'RenderTagLib' class.
getInclude ( )This method is from 'RenderTagLib' class.
getLayoutBody ( )This method is from 'RenderTagLib' class.
getLayoutHead ( )This method is from 'RenderTagLib' class.
getLayoutTitle ( )This method is from 'RenderTagLib' class.
getMetaClass ( )This method is from 'RenderTagLib' class.
getOut ( )This method is from 'RenderTagLib' class.
getPage ( )This method is from 'RenderTagLib' class.
getPageProperty ( )This method is from 'RenderTagLib' class.
...
[+] SitemeshTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641778 has been renamed to __timeStamp__239_neverHappen1273585312425. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (22)
SitemeshTagLib ( )This constructor is from 'SitemeshTagLib' class.
captureTagContent ( Object, Object, Object, Object )This method is from 'SitemeshTagLib' class.
getCaptureBody ( )This method is from 'SitemeshTagLib' class.
getCaptureContent ( )This method is from 'SitemeshTagLib' class.
getCaptureHead ( )This method is from 'SitemeshTagLib' class.
getCaptureMeta ( )This method is from 'SitemeshTagLib' class.
getCaptureTitle ( )This method is from 'SitemeshTagLib' class.
getMetaClass ( )This method is from 'SitemeshTagLib' class.
getNamespace ( )This method is from 'SitemeshTagLib' class.
getParameter ( )This method is from 'SitemeshTagLib' class.
getProperty ( String )This method is from 'SitemeshTagLib' class.
invokeMethod ( String, Object )This method is from 'SitemeshTagLib' class.
...
[+] ValidationTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800641786 has been renamed to __timeStamp__239_neverHappen1273585312440. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
ValidationTagLib ( )This constructor is from 'ValidationTagLib' class.
eachErrorInternal ( Object, Object )This method is from 'ValidationTagLib' class.
eachErrorInternal ( Object, Object, Object )This method is from 'ValidationTagLib' class.
extractErrors ( Object )This method is from 'ValidationTagLib' class.
formatValue ( Object )This method is from 'ValidationTagLib' class.
getCONSTRAINT_TYPE_MAP ( )This method is from 'ValidationTagLib' class.
getEachError ( )This method is from 'ValidationTagLib' class.
getFieldError ( )This method is from 'ValidationTagLib' class.
getFieldValue ( )This method is from 'ValidationTagLib' class.
getHasErrors ( )This method is from 'ValidationTagLib' class.
getMessage ( )This method is from 'ValidationTagLib' class.
getMetaClass ( )This method is from 'ValidationTagLib' class.
...
package org.codehaus.groovy.grails.web.converters
[+] AbstractParsingParameterCreationListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642020 has been renamed to __timeStamp__239_neverHappen1273585313246. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
AbstractParsingParameterCreationListener ( )This constructor is from 'AbstractParsingParameterCreationListener' abstract class.
createFlattenedKeys ( Map, Map, Map )This method is from 'AbstractParsingParameterCreationListener' abstract class.
createFlattenedKeys ( Map, Map, Map, Object )This method is from 'AbstractParsingParameterCreationListener' abstract class.
getMetaClass ( )This method is from 'AbstractParsingParameterCreationListener' abstract class.
getProperty ( String )This method is from 'AbstractParsingParameterCreationListener' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractParsingParameterCreationListener' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractParsingParameterCreationListener' abstract class.
setProperty ( String, Object )This method is from 'AbstractParsingParameterCreationListener' abstract class.
[+] JSONParsingParameterCreationListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642460 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
JSONParsingParameterCreationListener ( )This constructor is from 'JSONParsingParameterCreationListener' class.
getLOG ( )This method is from 'JSONParsingParameterCreationListener' class.
paramsCreated ( GrailsParameterMap )This method is from 'JSONParsingParameterCreationListener' class.
[+] XMLParsingParameterCreationListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642461 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
XMLParsingParameterCreationListener ( )This constructor is from 'XMLParsingParameterCreationListener' class.
getLOG ( )This method is from 'XMLParsingParameterCreationListener' class.
paramsCreated ( GrailsParameterMap )This method is from 'XMLParsingParameterCreationListener' class.
package org.codehaus.groovy.grails.web.converters.configuration
[+] configtest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642616 has been renamed to __timeStamp__239_neverHappen1273585314772. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
configtest ( )This constructor is from 'configtest' class.
configtest ( Binding )This constructor is from 'configtest' class.
main ( String[ ] )This method is from 'configtest' class.
run ( )This method is from 'configtest' class.
package org.codehaus.groovy.grails.web.filters
[+] JavascriptLibraryFilters (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642021 has been renamed to __timeStamp__239_neverHappen1273585313248. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
JavascriptLibraryFilters ( )This constructor is from 'JavascriptLibraryFilters' class.
getFilters ( )This method is from 'JavascriptLibraryFilters' class.
getGrailsApplication ( )This method is from 'JavascriptLibraryFilters' class.
getLOG ( )This method is from 'JavascriptLibraryFilters' class.
getMetaClass ( )This method is from 'JavascriptLibraryFilters' class.
getProperty ( String )This method is from 'JavascriptLibraryFilters' class.
invokeMethod ( String, Object )This method is from 'JavascriptLibraryFilters' class.
setFilters ( Object )This method is from 'JavascriptLibraryFilters' class.
setGrailsApplication ( GrailsApplication )This method is from 'JavascriptLibraryFilters' class.
setMetaClass ( MetaClass )This method is from 'JavascriptLibraryFilters' class.
setProperty ( String, Object )This method is from 'JavascriptLibraryFilters' class.
...
package org.codehaus.groovy.grails.web.i18n
[+] ParamsAwareLocaleChangeInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642621 has been renamed to __timeStamp__239_neverHappen1273585314777. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
ParamsAwareLocaleChangeInterceptor ( )This constructor 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
[+] ForwardUrlMappingInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642465 has been renamed to __timeStamp__239_neverHappen1273585314528. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (23)
ForwardUrlMappingInfo ( )This constructor 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.
setAction ( String )This method is from 'ForwardUrlMappingInfo' class.
...
package org.codehaus.groovy.grails.web.metaclass
[+] ChainMethod (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642024 has been renamed to __timeStamp__239_neverHappen1273585313251. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
ChainMethod ( )This constructor is from 'ChainMethod' class.
getMetaClass ( )This method is from 'ChainMethod' class.
getProperty ( String )This method is from 'ChainMethod' class.
invoke ( Object )This method is from 'ChainMethod' class.
invoke ( Object, Map )This method is from 'ChainMethod' class.
invokeMethod ( String, Object )This method is from 'ChainMethod' class.
setMetaClass ( MetaClass )This method is from 'ChainMethod' class.
setProperty ( String, Object )This method is from 'ChainMethod' class.
[+] ForwardMethod (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642033 has been renamed to __timeStamp__239_neverHappen1273585313284. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
ForwardMethod ( UrlMappingsHolder )This constructor is from 'ForwardMethod' class.
forward ( HttpServletRequest, HttpServletResponse, Map )This method is from 'ForwardMethod' class.
getHolder ( )This method is from 'ForwardMethod' class.
getMetaClass ( )This method is from 'ForwardMethod' class.
getProperty ( String )This method is from 'ForwardMethod' class.
invokeMethod ( String, Object )This method is from 'ForwardMethod' class.
setHolder ( UrlMappingsHolder )This method is from 'ForwardMethod' class.
setMetaClass ( MetaClass )This method is from 'ForwardMethod' class.
setProperty ( String, Object )This method is from 'ForwardMethod' class.
[+] InvalidResponseHandler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642468 has been renamed to __timeStamp__239_neverHappen1273585314530. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
InvalidResponseHandler ( )This constructor is from 'InvalidResponseHandler' class.
getMetaClass ( )This method is from 'InvalidResponseHandler' class.
getProperty ( String )This method is from 'InvalidResponseHandler' class.
invalidTokenInternal ( Closure )This method is from 'InvalidResponseHandler' class.
invokeMethod ( String, Object )This method is from 'InvalidResponseHandler' class.
setMetaClass ( MetaClass )This method is from 'InvalidResponseHandler' class.
setProperty ( String, Object )This method is from 'InvalidResponseHandler' class.
[+] ValidResponseHandler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642468 has been renamed to __timeStamp__239_neverHappen1273585314531. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
ValidResponseHandler ( Object )This constructor is from 'ValidResponseHandler' class.
getMetaClass ( )This method is from 'ValidResponseHandler' class.
getModel ( )This method is from 'ValidResponseHandler' class.
getProperty ( String )This method is from 'ValidResponseHandler' class.
invalidTokenInternal ( Closure )This method is from 'ValidResponseHandler' class.
invokeMethod ( String, Object )This method is from 'ValidResponseHandler' class.
setMetaClass ( MetaClass )This method is from 'ValidResponseHandler' class.
setModel ( Object )This method is from 'ValidResponseHandler' class.
setProperty ( String, Object )This method is from 'ValidResponseHandler' class.
[+] WithFormMethod (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642075 has been renamed to __timeStamp__239_neverHappen1273585313304. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
WithFormMethod ( )This constructor is from 'WithFormMethod' class.
getMetaClass ( )This method is from 'WithFormMethod' class.
getProperty ( String )This method is from 'WithFormMethod' class.
invokeMethod ( String, Object )This method is from 'WithFormMethod' class.
isTokenValid ( HttpServletRequest )This method is from 'WithFormMethod' class.
resetToken ( HttpServletRequest )This method is from 'WithFormMethod' class.
setMetaClass ( MetaClass )This method is from 'WithFormMethod' class.
setProperty ( String, Object )This method is from 'WithFormMethod' class.
withForm ( HttpServletRequest, Closure )This method is from 'WithFormMethod' class.
package org.codehaus.groovy.grails.web.mime
[+] DefaultAcceptHeaderParser (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642076 has been renamed to __timeStamp__239_neverHappen1273585313306. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
DefaultAcceptHeaderParser ( )This constructor is from 'DefaultAcceptHeaderParser' class.
getLOG ( )This method is from 'DefaultAcceptHeaderParser' class.
getMetaClass ( )This method is from 'DefaultAcceptHeaderParser' class.
getProperty ( String )This method is from 'DefaultAcceptHeaderParser' class.
invokeMethod ( String, Object )This method is from 'DefaultAcceptHeaderParser' class.
parse ( String )This method is from 'DefaultAcceptHeaderParser' class.
setMetaClass ( MetaClass )This method is from 'DefaultAcceptHeaderParser' class.
setProperty ( String, Object )This method is from 'DefaultAcceptHeaderParser' class.
[+] MimeType (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642088 has been renamed to __timeStamp__239_neverHappen1273585313318. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (20)
MimeType ( String )This constructor is from 'MimeType' class.
MimeType ( String, Map )This constructor 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.
hashCode ( )This method is from 'MimeType' class.
...
[+] QualityComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642087 has been renamed to __timeStamp__239_neverHappen1273585313317. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
QualityComparator ( )This constructor is from 'QualityComparator' class.
compare ( Object, Object )This method is from 'QualityComparator' class.
getMetaClass ( )This method is from 'QualityComparator' class.
getProperty ( String )This method is from 'QualityComparator' class.
invokeMethod ( String, Object )This method is from 'QualityComparator' class.
setMetaClass ( MetaClass )This method is from 'QualityComparator' class.
setProperty ( String, Object )This method is from 'QualityComparator' class.
package org.codehaus.groovy.grails.web.pages
[+] GroovyPageCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642089 has been renamed to __timeStamp__239_neverHappen1273585313321. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (28)
GroovyPageCompiler ( )This constructor 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.
getPackagePrefix ( )This method is from 'GroovyPageCompiler' class.
getProperty ( String )This method is from 'GroovyPageCompiler' class.
getSrcFiles ( )This method is from 'GroovyPageCompiler' class.
...
[+] GroovyPageCompilerTask (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642761 has been renamed to __timeStamp__239_neverHappen1273585315230. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (26)
GroovyPageCompilerTask ( )This constructor 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.
getTmpdir ( )This method is from 'GroovyPageCompilerTask' class.
...
package org.codehaus.groovy.grails.web.pages.ext.jsp
[+] GroovyPagesJspFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642469 has been renamed to __timeStamp__239_neverHappen1273585314532. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
GroovyPagesJspFactory ( )This constructor 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_neverHappen1286800644968 has been renamed to __timeStamp__239_neverHappen1273585354939. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
GroovyPagesJspFactory21 ( )This constructor 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_neverHappen1286800644969 has been renamed to __timeStamp__239_neverHappen1273585354972. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
GroovyPagesPageContext21 ( )This constructor 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_neverHappen1286800642470 has been renamed to __timeStamp__239_neverHappen1273585314546. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
JspFragmentImpl ( GroovyPagesPageContext, FastStringWriter )This constructor 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.
setProperty ( String, Object )This method is from 'JspFragmentImpl' class.
...
[+] JspTagImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642149 has been renamed to __timeStamp__239_neverHappen1273585313423. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (25)
JspTagImpl ( Class )This constructor 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.
invokeMethod ( String, Object )This method is from 'JspTagImpl' class.
...
[+] JspTagLibImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642161 has been renamed to __timeStamp__239_neverHappen1273585313459. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
JspTagLibImpl ( String, Map )This constructor 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_neverHappen1286800642164 has been renamed to __timeStamp__239_neverHappen1273585313462. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
PageContextFactory ( )This constructor 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_neverHappen1286800642190 has been renamed to __timeStamp__239_neverHappen1273585313618. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
TagLibraryResolver ( )This constructor 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.
setGrailsApplication ( GrailsApplication )This method is from 'TagLibraryResolver' class.
...
[+] TldReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642481 has been renamed to __timeStamp__239_neverHappen1273585314612. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
TldReader ( )This constructor 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 ( StringBuffer )This method is from 'TldReader' class.
setMetaClass ( MetaClass )This method is from 'TldReader' class.
setProperty ( String, Object )This method is from 'TldReader' class.
...
[+] WebXmlTagLibraryReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642483 has been renamed to __timeStamp__239_neverHappen1273585314627. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
WebXmlTagLibraryReader ( )This constructor 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.
setProperty ( String, Object )This method is from 'WebXmlTagLibraryReader' class.
...
package org.codehaus.groovy.grails.web.plugins.support
[+] WebMetaUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642242 has been renamed to __timeStamp__239_neverHappen1273585313675. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
WebMetaUtils ( )This constructor is from 'WebMetaUtils' class.
getMetaClass ( )This method is from 'WebMetaUtils' class.
getProperty ( String )This method is from 'WebMetaUtils' class.
invokeMethod ( String, Object )This method is from 'WebMetaUtils' class.
registerCommonWebProperties ( MetaClass, GrailsApplication )This method is from 'WebMetaUtils' class.
registerMethodMissingForTags ( MetaClass, TagLibraryLookup, String, String )This method is from 'WebMetaUtils' class.
registerMethodMissingForTags ( MetaClass, ApplicationContext, GrailsTagLibClass, String )This method is from 'WebMetaUtils' class.
registerStreamCharBufferMetaClass ( )This method is from 'WebMetaUtils' class.
setMetaClass ( MetaClass )This method is from 'WebMetaUtils' class.
setProperty ( String, Object )This method is from 'WebMetaUtils' class.
package org.codehaus.groovy.grails.web.servlet.mvc
[+] GrailsParameterMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642484 has been renamed to __timeStamp__239_neverHappen1273585314629. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (24)
bind ( GrailsParameterMap )1st parameter 'params' of this method has type 'GrailsParameterMap'.
bind ( GrailsParameterMap, String )1st parameter 'params' of this method has type 'GrailsParameterMap'.
paramsCreated ( GrailsParameterMap )1st parameter 'params' of this method has type 'GrailsParameterMap'.
paramsCreated ( GrailsParameterMap )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.
clear ( )This method is from 'GrailsParameterMap' class.
containsKey ( Object )This method is from 'GrailsParameterMap' class.
containsValue ( Object )This method is from 'GrailsParameterMap' class.
entrySet ( )This method is from 'GrailsParameterMap' class.
get ( Object )This method is from 'GrailsParameterMap' class.
getRequest ( )This method is from 'GrailsParameterMap' class.
...
[+] SynchronizerToken (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642297 has been renamed to __timeStamp__239_neverHappen1273585313800. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
SynchronizerToken ( )This constructor is from 'SynchronizerToken' class.
generateToken ( )This method is from 'SynchronizerToken' class.
getCurrentToken ( )This method is from 'SynchronizerToken' class.
getMetaClass ( )This method is from 'SynchronizerToken' class.
getProperty ( String )This method is from 'SynchronizerToken' class.
invokeMethod ( String, Object )This method is from 'SynchronizerToken' class.
isValid ( String )This method is from 'SynchronizerToken' class.
setCurrentToken ( UUID )This method is from 'SynchronizerToken' class.
setMetaClass ( MetaClass )This method is from 'SynchronizerToken' class.
setProperty ( String, Object )This method is from 'SynchronizerToken' class.
store ( HttpSession )This method is from 'SynchronizerToken' class.
...
package org.codehaus.groovy.grails.web.servlet.mvc.exceptions
[+] CannotRedirectException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642794 has been renamed to __timeStamp__239_neverHappen1273585315368. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
CannotRedirectException ( )This constructor is from 'CannotRedirectException' class.
CannotRedirectException ( String )This constructor is from 'CannotRedirectException' class.
CannotRedirectException ( String, Throwable )This constructor is from 'CannotRedirectException' class.
getMetaClass ( )This method is from 'CannotRedirectException' class.
getProperty ( String )This method is from 'CannotRedirectException' class.
invokeMethod ( String, Object )This method is from 'CannotRedirectException' class.
setMetaClass ( MetaClass )This method is from 'CannotRedirectException' class.
setProperty ( String, Object )This method is from 'CannotRedirectException' class.
package org.codehaus.groovy.grails.web.taglib
[+] GroovyPageAttributes (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642501 has been renamed to __timeStamp__239_neverHappen1273585314673. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GroovyPageAttributes ( )This constructor is from 'GroovyPageAttributes' class.
GroovyPageAttributes ( Map )This constructor is from 'GroovyPageAttributes' class.
clone ( )This method is from 'GroovyPageAttributes' class.
list ( String )This method is from 'GroovyPageAttributes' class.
[+] NamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642503 has been renamed to __timeStamp__239_neverHappen1273585314675. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
lookupNamespaceDispatcher ( String )Return value of this method has type 'NamespacedTagDispatcher'.
NamespacedTagDispatcher ( String, Class, GrailsApplication, TagLibraryLookup )This constructor is from 'NamespacedTagDispatcher' class.
getApplication ( )This method is from 'NamespacedTagDispatcher' class.
getLookup ( )This method is from 'NamespacedTagDispatcher' class.
getNamespace ( )This method is from 'NamespacedTagDispatcher' class.
getType ( )This method is from 'NamespacedTagDispatcher' class.
invokeMethod ( String, Object )This method is from 'NamespacedTagDispatcher' class.
setApplication ( GrailsApplication )This method is from 'NamespacedTagDispatcher' class.
setLookup ( TagLibraryLookup )This method is from 'NamespacedTagDispatcher' class.
setNamespace ( String )This method is from 'NamespacedTagDispatcher' class.
setType ( Class )This method is from 'NamespacedTagDispatcher' class.
...
package org.codehaus.groovy.grails.web.transform
[+] LineNumber (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
lines ( )This abstract method is from 'LineNumber' interface.
sourceName ( )This abstract method is from 'LineNumber' interface.
[+] LineNumberTransform (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
LineNumberTransform ( )This constructor is from 'LineNumberTransform' class.
visit ( ASTNode[ ], SourceUnit )This method is from 'LineNumberTransform' class.
package org.codehaus.groovy.grails.web.util
[+] TypeConvertingMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642298 has been renamed to __timeStamp__239_neverHappen1273585313802. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
TypeConvertingMap ( )This constructor is from 'TypeConvertingMap' class.
TypeConvertingMap ( Map )This constructor is from 'TypeConvertingMap' class.
clear ( )This method is from 'TypeConvertingMap' class.
containsKey ( Object )This method is from 'TypeConvertingMap' class.
containsValue ( Object )This method is from 'TypeConvertingMap' class.
entrySet ( )This method is from 'TypeConvertingMap' class.
get ( Object )This method is from 'TypeConvertingMap' class.
getBoolean ( String )This method is from 'TypeConvertingMap' class.
getByte ( String )This method is from 'TypeConvertingMap' class.
getDouble ( String )This method is from 'TypeConvertingMap' class.
getFloat ( String )This method is from 'TypeConvertingMap' class.
getInt ( String )This method is from 'TypeConvertingMap' class.
...
grails-webflow-1.2.5.jar
package org.codehaus.groovy.grails.webflow
[+] WebFlowPluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642302 has been renamed to __timeStamp__239_neverHappen1273585313807. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
WebFlowPluginSupport ( )This constructor 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.
setMetaClass ( MetaClass )This method is from 'WebFlowPluginSupport' class.
...
package org.codehaus.groovy.grails.webflow.context.servlet
[+] GrailsFlowUrlHandler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642504 has been renamed to __timeStamp__239_neverHappen1273585314677. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
GrailsFlowUrlHandler ( )This constructor 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.
trimParams ( String )This method is from 'GrailsFlowUrlHandler' class.
...
package org.codehaus.groovy.grails.webflow.engine.builder
[+] AbstractDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642508 has been renamed to __timeStamp__239_neverHappen1273585314680. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
AbstractDelegate ( RequestContext )This constructor is from 'AbstractDelegate' abstract class.
getContext ( )This method is from 'AbstractDelegate' abstract class.
getConversation ( )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.
setProperty ( String, Object )This method is from 'AbstractDelegate' abstract class.
...
[+] ActionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642637 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
ActionDelegate ( Action, RequestContext )This constructor 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_neverHappen1286800642318 has been renamed to __timeStamp__239_neverHappen1273585313880. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
ClosureExpression ( Closure )This constructor 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.
setValue ( Object, Object )This method is from 'ClosureExpression' class.
...
[+] ClosureInvokingAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642519 has been renamed to __timeStamp__239_neverHappen1273585314683. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
ClosureInvokingAction ( Closure )This constructor 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.
invokeMethod ( String, Object )This method is from 'ClosureInvokingAction' class.
...
[+] ControllerDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642640 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (2)
ControllerDelegate ( RequestContext )This constructor is from 'ControllerDelegate' class.
invokeMethod ( String, Object )This method is from 'ControllerDelegate' class.
[+] ControllerFlowRegistry (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642319 has been renamed to __timeStamp__239_neverHappen1273585313881. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
ControllerFlowRegistry ( )This constructor is from 'ControllerFlowRegistry' class.
afterPropertiesSet ( )This method is from 'ControllerFlowRegistry' class.
doPopulate ( FlowDefinitionRegistry )This method is from 'ControllerFlowRegistry' class.
getApplicationContext ( )This method is from 'ControllerFlowRegistry' class.
getFlowBuilderServices ( )This method is from 'ControllerFlowRegistry' class.
getFlowRegistry ( )This method is from 'ControllerFlowRegistry' class.
getGrailsApplication ( )This method is from 'ControllerFlowRegistry' class.
getMetaClass ( )This method is from 'ControllerFlowRegistry' class.
getObject ( )This method is from 'ControllerFlowRegistry' class.
getObjectType ( )This method is from 'ControllerFlowRegistry' class.
getProperty ( String )This method is from 'ControllerFlowRegistry' class.
invokeMethod ( String, Object )This method is from 'ControllerFlowRegistry' class.
...
[+] ExpressionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642641 of type java.lang.Long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
ExpressionDelegate ( RequestContext )This constructor 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_neverHappen1286800642526 has been renamed to __timeStamp__239_neverHappen1273585314691. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (25)
FlowBuilder ( String, Closure, FlowBuilderServices, FlowDefinitionLocator )This constructor is from 'FlowBuilder' class.
FlowBuilder ( String, FlowBuilderServices, FlowDefinitionLocator )This constructor 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, Closure )This method is from 'FlowBuilder' class.
createRedirectEndState ( String, String, FlowArtifactFactory )This method is from 'FlowBuilder' class.
createRedirectEndState ( String, String, FlowArtifactFactory, Closure )This method is from 'FlowBuilder' class.
createViewFactory ( String )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.
getFLOW_INFO_METHODS ( )This method is from 'FlowBuilder' class.
...
[+] FlowInfoCapturer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642322 has been renamed to __timeStamp__239_neverHappen1273585313916. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
FlowInfoCapturer ( FlowBuilder, ApplicationContext )This constructor 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.
getProperty ( String )This method is from 'FlowInfoCapturer' class.
getPropertyDescriptors ( )This method is from 'FlowInfoCapturer' class.
getRedirectUrl ( )This method is from 'FlowInfoCapturer' class.
getRenderAction ( )This method is from 'FlowInfoCapturer' class.
getSubflow ( )This method is from 'FlowInfoCapturer' class.
...
[+] RuntimeRedirectAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642606 has been renamed to __timeStamp__239_neverHappen1273585314751. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
RuntimeRedirectAction ( )This constructor 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.
setAction ( Object )This method is from 'RuntimeRedirectAction' class.
...
[+] TransitionTo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1286800642326 has been renamed to __timeStamp__239_neverHappen1273585313921. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
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.
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.
setExceptionHandlers ( List )This method is from 'TransitionTo' class.
...
to the top
Problems with Data Types, Low Severity (25)
grails-bootstrap-1.2.5.jar
package org.codehaus.groovy.grails.resolve
[+] IvyDependencyManager (9)
| Change | Effect |
---|
1 | Added super-class AbstractIvyDependencyManager. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
2 | Method addDependency ( ModuleRevisionId ) has been moved up type hierarchy to addDependency ( ModuleRevisionId ) | Method addDependency ( ModuleRevisionId ) will be called instead of addDependency ( ModuleRevisionId ) in a client program. |
3 | Method addDependencyDescriptor ( DependencyDescriptor ) has been moved up type hierarchy to addDependencyDescriptor ( DependencyDescriptor ) | Method addDependencyDescriptor ( DependencyDescriptor ) will be called instead of addDependencyDescriptor ( DependencyDescriptor ) in a client program. |
4 | Method getApplicationName ( ) has been moved up type hierarchy to getApplicationName ( ) | Method getApplicationName ( ) will be called instead of getApplicationName ( ) in a client program. |
5 | Method getApplicationVersion ( ) has been moved up type hierarchy to getApplicationVersion ( ) | Method getApplicationVersion ( ) will be called instead of getApplicationVersion ( ) in a client program. |
6 | Method getConfigurationMappings ( ) has been moved up type hierarchy to getConfigurationMappings ( ) | Method getConfigurationMappings ( ) will be called instead of getConfigurationMappings ( ) in a client program. |
7 | Method getDependencies ( ) has been moved up type hierarchy to getDependencies ( ) | Method getDependencies ( ) will be called instead of getDependencies ( ) in a client program. |
8 | Method setApplicationName ( String ) has been moved up type hierarchy to setApplicationName ( String ) | Method setApplicationName ( String ) will be called instead of setApplicationName ( String ) in a client program. |
9 | Method setApplicationVersion ( String ) has been moved up type hierarchy to setApplicationVersion ( String ) | Method setApplicationVersion ( String ) will be called instead of setApplicationVersion ( String ) in a client program. |
[+] affected methods (76)
getDependencyManager ( )Return value of this method has type 'IvyDependencyManager'.
setDependencyManager ( IvyDependencyManager )1st parameter 'p1' of this method has type 'IvyDependencyManager'.
IvyDependencyManager ( String, String )This constructor is from 'IvyDependencyManager' class.
IvyDependencyManager ( String, String, BuildSettings )This constructor is from 'IvyDependencyManager' class.
addDependency ( ModuleRevisionId )Method 'addDependency ( ModuleRevisionId )' will be called instead of this method in a client program.
addDependencyDescriptor ( DependencyDescriptor )Method 'addDependencyDescriptor ( DependencyDescriptor )' will be called instead of this method in a client program.
addPluginDependency ( String, Map )This method is from 'IvyDependencyManager' class.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )This method is from 'IvyDependencyManager' class.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, Closure )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( String )This method is from 'IvyDependencyManager' class.
getApplicationName ( )Method 'getApplicationName ( )' will be called instead of this method in a client program.
...
grails-core-1.2.5.jar
package org.codehaus.groovy.grails.plugins
[+] DefaultGrailsPlugin (1)
| Change | Effect |
---|
1 | Method getVersion ( ) has been moved up type hierarchy to getVersion ( ) | Method getVersion ( ) will be called instead of getVersion ( ) in a client program. |
[+] affected methods (1)
getVersion ( )Method 'getVersion ( )' will be called instead of this method in a client program.
[+] GrailsPlugin (3)
| Change | Effect |
---|
1 | Field NAME (java.lang.String) with the compile-time constant value "name" has been removed from this interface. | A client program may change behavior. |
2 | Field TRAILING_NAME (java.lang.String) with the compile-time constant value "GrailsPlugin" has been removed from this interface. | A client program may change behavior. |
3 | Field VERSION (java.lang.String) with the compile-time constant value "version" has been removed from this interface. | A client program may change behavior. |
[+] affected methods (55)
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'.
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'.
fireModifiedEvent ( Resource, 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'.
evictPlugin ( GrailsPlugin, String )1st parameter 'evictor' of this method has type 'GrailsPlugin'.
...
[+] PluginInfo (1)
| Change | Effect |
---|
1 | Added super-class groovy.lang.GroovyObjectSupport. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class and cause IncompatibleClassChangeError exception. |
[+] affected methods (16)
PluginInfo ( Resource, PluginBuildSettings )This constructor 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.
getProperty ( String )This method is from 'PluginInfo' class.
getVersion ( )This method is from 'PluginInfo' class.
parseMetadata ( Resource )This method is from 'PluginInfo' class.
setMetadata ( Object )This method is from 'PluginInfo' class.
...
grails-web-1.2.5.jar
package org.codehaus.groovy.grails.web.servlet
[+] GrailsApplicationAttributes (1)
| Change | Effect |
---|
1 | Field RENDERING_ERROR_ATTRIBUTE (java.lang.String) with the compile-time constant value "org.codehaus.groovy.grails.RENDERING_ERROR_ATTRIBUTE" has been removed from this interface. | A client program may change behavior. |
[+] affected methods (22)
getApplicationUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getController ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getControllerActionUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getControllerUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getErrors ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getFlashScope ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getGroovyPagesUriService ( )This abstract method is from 'GrailsApplicationAttributes' interface.
getMessageSource ( )This abstract method is from 'GrailsApplicationAttributes' interface.
getNoSuffixViewURI ( GroovyObject, String )This abstract method is from 'GrailsApplicationAttributes' interface.
getOut ( HttpServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getPagesTemplateEngine ( )This abstract method is from 'GrailsApplicationAttributes' interface.
getPluginContextPath ( HttpServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
...
package org.codehaus.groovy.grails.web.servlet.mvc
[+] GrailsParameterMap (5)
| Change | Effect |
---|
1 | Method getMetaClass ( ) has been moved up type hierarchy to getMetaClass ( ) | Method getMetaClass ( ) will be called instead of getMetaClass ( ) in a client program. |
2 | Method getProperty ( String ) has been moved up type hierarchy to getProperty ( String ) | Method getProperty ( String ) will be called instead of getProperty ( String ) in a client program. |
3 | Method invokeMethod ( String, Object ) has been moved up type hierarchy to invokeMethod ( String, Object ) | Method invokeMethod ( String, Object ) will be called instead of invokeMethod ( String, Object ) in a client program. |
4 | Method setMetaClass ( MetaClass ) has been moved up type hierarchy to setMetaClass ( MetaClass ) | Method setMetaClass ( MetaClass ) will be called instead of setMetaClass ( MetaClass ) in a client program. |
5 | Method setProperty ( String, Object ) has been moved up type hierarchy to setProperty ( String, Object ) | Method setProperty ( String, Object ) will be called instead of setProperty ( String, Object ) in a client program. |
[+] affected methods (5)
getMetaClass ( )Method 'getMetaClass ( )' will be called instead of this method in a client program.
getProperty ( String )Method 'getProperty ( String )' will be called instead of this method in a client program.
invokeMethod ( String, Object )Method 'invokeMethod ( String, Object )' will be called instead of this method in a client program.
setMetaClass ( MetaClass )Method 'setMetaClass ( MetaClass )' will be called instead of this method in a client program.
setProperty ( String, Object )Method 'setProperty ( String, Object )' will be called instead of this method in a client program.
package org.codehaus.groovy.grails.web.taglib
[+] GroovyPageAttributes (5)
| Change | Effect |
---|
1 | Method getMetaClass ( ) has been moved up type hierarchy to getMetaClass ( ) | Method getMetaClass ( ) will be called instead of getMetaClass ( ) in a client program. |
2 | Method getProperty ( String ) has been moved up type hierarchy to getProperty ( String ) | Method getProperty ( String ) will be called instead of getProperty ( String ) in a client program. |
3 | Method invokeMethod ( String, Object ) has been moved up type hierarchy to invokeMethod ( String, Object ) | Method invokeMethod ( String, Object ) will be called instead of invokeMethod ( String, Object ) in a client program. |
4 | Method setMetaClass ( MetaClass ) has been moved up type hierarchy to setMetaClass ( MetaClass ) | Method setMetaClass ( MetaClass ) will be called instead of setMetaClass ( MetaClass ) in a client program. |
5 | Method setProperty ( String, Object ) has been moved up type hierarchy to setProperty ( String, Object ) | Method setProperty ( String, Object ) will be called instead of setProperty ( String, Object ) in a client program. |
[+] affected methods (5)
getMetaClass ( )Method 'getMetaClass ( )' will be called instead of this method in a client program.
getProperty ( String )Method 'getProperty ( String )' will be called instead of this method in a client program.
invokeMethod ( String, Object )Method 'invokeMethod ( String, Object )' will be called instead of this method in a client program.
setMetaClass ( MetaClass )Method 'setMetaClass ( MetaClass )' will be called instead of this method in a client program.
setProperty ( String, Object )Method 'setProperty ( String, Object )' will be called instead of this method in a client program.
to the top
Problems with Methods, Low Severity (2)
grails-web-1.2.5.jar, FilterToHandlerAdapter
package org.codehaus.groovy.grails.plugins.web.filters
[+] FilterToHandlerAdapter.postHandle ( HttpServletRequest request, HttpServletResponse response, Object o, ModelAndView modelAndView ) : void (1)
[mangled: org/codehaus/groovy/grails/plugins/web/filters/FilterToHandlerAdapter.postHandle:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;Ljava/lang/Object;Lorg/springframework/web/servlet/ModelAndView;)V]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
grails-web-1.2.5.jar, GroovyPagesTemplateEngine
package org.codehaus.groovy.grails.web.pages
[+] GroovyPagesTemplateEngine.afterPropertiesSet ( ) : void (1)
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPagesTemplateEngine.afterPropertiesSet:()V]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Other Changes in Data Types (20)
grails-bootstrap-1.2.5.jar
package grails.util
[+] BuildSettings (3)
| Change | Effect |
---|
1 | Field PROJECT_DOCS_OUTPUT_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. |
2 | Field PROJECT_PLUGIN_CLASSES_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. |
3 | Field __timeStamp__239_neverHappen1273585307654 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 (119)
BuildSettings ( )This constructor is from 'BuildSettings' class.
BuildSettings ( File )This constructor is from 'BuildSettings' class.
BuildSettings ( File, File )This constructor is from 'BuildSettings' class.
configureDependencyManager ( ConfigObject )This method is from 'BuildSettings' class.
createConfigSlurper ( )This method is from 'BuildSettings' class.
get.buildDependencies ( )This method is from 'BuildSettings' class.
get.defaultCompileDependencies ( )This method is from 'BuildSettings' class.
get.defaultRuntimeDependencies ( )This method is from 'BuildSettings' class.
get.defaultTestDependencies ( )This method is from 'BuildSettings' class.
get.providedDependencies ( )This method is from 'BuildSettings' class.
getApplicationJars ( )This method is from 'BuildSettings' class.
getBaseDir ( )This method is from 'BuildSettings' class.
...
package org.codehaus.groovy.grails.resolve
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314117 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 (27)
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
dependencyConfiguration ( String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
exclude ( Object )This method is from 'EnhancedDefaultDependencyDescriptor' class.
excludes ( Object[ ] )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getExported ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getInherited ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getMetaClass ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getPlugin ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getProperty ( String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
getScope ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314122 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 (68)
getDependencyManager ( )Return value of this method has type 'IvyDependencyManager'.
setDependencyManager ( IvyDependencyManager )1st parameter 'p1' of this method has type 'IvyDependencyManager'.
IvyDependencyManager ( String, String )This constructor is from 'IvyDependencyManager' class.
IvyDependencyManager ( String, String, BuildSettings )This constructor is from 'IvyDependencyManager' class.
addPluginDependency ( String, Map )This method is from 'IvyDependencyManager' class.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )This method is from 'IvyDependencyManager' class.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, Closure )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( String )This method is from 'IvyDependencyManager' class.
getBooleanValue ( Object, String )This method is from 'IvyDependencyManager' class.
getBuildSettings ( )This method is from 'IvyDependencyManager' class.
getChainResolver ( )This method is from 'IvyDependencyManager' class.
...
[+] IvyDomainSpecificLanguageEvaluator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585312496 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 (71)
IvyDomainSpecificLanguageEvaluator ( IvyDependencyManager )This constructor is from 'IvyDomainSpecificLanguageEvaluator' class.
addDependency ( ModuleRevisionId )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
addDependencyDescriptor ( DependencyDescriptor )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
addPluginDependency ( String, Map )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
credentials ( Closure )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
dependencies ( Closure )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
ebr ( )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
excludes ( String[ ] )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
flatDir ( Map )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
getApplicationDependencyDescriptors ( String )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
getApplicationName ( )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
getApplicationVersion ( )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
...
grails-core-1.2.5.jar
package org.codehaus.groovy.grails.plugins
[+] GrailsPlugin (3)
| Change | Effect |
---|
1 | Abstract method addExclude ( BuildScope ) has been added to this interface. | No effect. |
2 | Abstract method addExclude ( Environment ) has been added to this interface. | No effect. |
3 | Added super-interface GrailsPluginInfo. | No effect. |
[+] affected methods (55)
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'.
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'.
fireModifiedEvent ( Resource, 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'.
evictPlugin ( GrailsPlugin, String )1st parameter 'evictor' of this method has type 'GrailsPlugin'.
...
[+] PluginInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314075 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 (16)
PluginInfo ( Resource, PluginBuildSettings )This constructor 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.
getProperty ( String )This method is from 'PluginInfo' class.
getVersion ( )This method is from 'PluginInfo' class.
parseMetadata ( Resource )This method is from 'PluginInfo' class.
setMetadata ( Object )This method is from 'PluginInfo' class.
...
package org.codehaus.groovy.grails.plugins.codecs
[+] SHA256Codec (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314077 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 (5)
SHA256Codec ( )This constructor is from 'SHA256Codec' class.
getDecode ( )This method is from 'SHA256Codec' class.
getEncode ( )This method is from 'SHA256Codec' class.
setDecode ( Object )This method is from 'SHA256Codec' class.
setEncode ( Object )This method is from 'SHA256Codec' class.
grails-gorm-1.2.5.jar
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585308898 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 (14)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
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.
methodMissing ( String, Object )This method is from 'NamedCriteriaProxy' class.
...
[+] PropertyConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585309088 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 (48)
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.
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.
getIgnoreNotFound ( )This method is from 'PropertyConfig' class.
getIndex ( )This method is from 'PropertyConfig' class.
...
package org.codehaus.groovy.grails.orm.hibernate.support
[+] ClosureEventTriggeringInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585315277 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 (33)
ClosureEventTriggeringInterceptor ( )This constructor is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_DELETE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_INSERT_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_LOAD_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getAFTER_UPDATE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_DELETE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_INSERT_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_LOAD_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getBEFORE_UPDATE_EVENT ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getConfig ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getFailOnError ( )This method is from 'ClosureEventTriggeringInterceptor' class.
getFailOnErrorPackages ( )This method is from 'ClosureEventTriggeringInterceptor' class.
...
grails-web-1.2.5.jar
package org.codehaus.groovy.grails.plugins.web.taglib
[+] ApplicationTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585312012 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 (36)
ApplicationTagLib ( )This constructor is from 'ApplicationTagLib' class.
afterPropertiesSet ( )This method is from 'ApplicationTagLib' class.
getApplicationContext ( )This method is from 'ApplicationTagLib' class.
getCookie ( )This method is from 'ApplicationTagLib' class.
getCreateLink ( )This method is from 'ApplicationTagLib' class.
getCreateLinkTo ( )This method is from 'ApplicationTagLib' class.
getGrailsUrlMappingsHolder ( )This method is from 'ApplicationTagLib' class.
getHeader ( )This method is from 'ApplicationTagLib' class.
getLink ( )This method is from 'ApplicationTagLib' class.
getMeta ( )This method is from 'ApplicationTagLib' class.
getMetaClass ( )This method is from 'ApplicationTagLib' class.
getPluginManager ( )This method is from 'ApplicationTagLib' class.
...
package org.codehaus.groovy.grails.web.converters
[+] JSONParsingParameterCreationListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314522 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)
JSONParsingParameterCreationListener ( )This constructor is from 'JSONParsingParameterCreationListener' class.
getLOG ( )This method is from 'JSONParsingParameterCreationListener' class.
paramsCreated ( GrailsParameterMap )This method is from 'JSONParsingParameterCreationListener' class.
[+] XMLParsingParameterCreationListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314526 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)
XMLParsingParameterCreationListener ( )This constructor is from 'XMLParsingParameterCreationListener' class.
getLOG ( )This method is from 'XMLParsingParameterCreationListener' class.
paramsCreated ( GrailsParameterMap )This method is from 'XMLParsingParameterCreationListener' class.
grails-webflow-1.2.5.jar
package org.codehaus.groovy.grails.webflow.engine.builder
[+] ActionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314779 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 (7)
ActionDelegate ( Action, RequestContext )This constructor 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.
[+] ControllerDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314781 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 (2)
ControllerDelegate ( RequestContext )This constructor is from 'ControllerDelegate' class.
invokeMethod ( String, Object )This method is from 'ControllerDelegate' class.
[+] ExpressionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1273585314782 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)
ExpressionDelegate ( RequestContext )This constructor 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'.
to the top
Java ARchives (14)
grails-app-files.jar
grails-bootstrap-1.2.5.jar
grails-core-1.2.5.jar
grails-crud-1.2.5.jar
grails-gorm-1.2.5.jar
grails-integration-files.jar
grails-osgi-1.2.5.jar
grails-plugin-files.jar
grails-resources-1.2.5.jar
grails-scripts-1.2.5.jar
grails-shared-files.jar
grails-spring-1.2.5.jar
grails-web-1.2.5.jar
grails-webflow-1.2.5.jar
to the top