Source compatibility report for the Grails library between 1.3.6 and 1.3.7 versions
Test Info
Library Name | Grails |
Version #1 | 1.3.6 |
Version #2 | 1.3.7 |
Test Results
Total Java ARchives | 14 |
---|
Total Methods / Classes | 12158 / 2086 |
---|
Verdict | Incompatible (24.3%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 239 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 213 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods (239)
grails-bootstrap-1.3.7.jar, BuildSettings.class
package grails.util
BuildSettings.__.swapInit ( ) [static] : void
[mangled: grails/util/BuildSettings.__.swapInit:()V]
grails-bootstrap-1.3.7.jar, EnhancedDefaultDependencyDescriptor.class
package org.codehaus.groovy.grails.resolve
EnhancedDefaultDependencyDescriptor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor.__.swapInit:()V]
EnhancedDefaultDependencyDescriptor.addRuleForModuleId ( ModuleId mid, String scope ) : void
[mangled: org/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor.addRuleForModuleId:(Lorg/apache/ivy/core/module/id/ModuleId;Ljava/lang/String;)V]
EnhancedDefaultDependencyDescriptor.addRuleForModuleId ( ModuleId mid, String scope, String type ) : void
[mangled: org/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor.addRuleForModuleId:(Lorg/apache/ivy/core/module/id/ModuleId;Ljava/lang/String;Ljava/lang/String;)V]
grails-bootstrap-1.3.7.jar, GrailsMain.class
package grails.util
GrailsMain.__.swapInit ( ) [static] : void
[mangled: grails/util/GrailsMain.__.swapInit:()V]
grails-bootstrap-1.3.7.jar, IvyDependencyManager.class
package org.codehaus.groovy.grails.resolve
IvyDependencyManager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.__.swapInit:()V]
IvyDependencyManager.getEffectivePluginDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.getEffectivePluginDependencyDescriptors:()Ljava/util/Set;]
grails-bootstrap-1.3.7.jar, IvyDomainSpecificLanguageEvaluator.class
package org.codehaus.groovy.grails.resolve
IvyDomainSpecificLanguageEvaluator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.__.swapInit:()V]
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.getApplicationDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getApplicationDependencyDescriptors:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getEffectivePluginDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getEffectivePluginDependencyDescriptors:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.getExportedDependencyDescriptors ( ) : Set
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.getExportedDependencyDescriptors:()Ljava/util/Set;]
IvyDomainSpecificLanguageEvaluator.listDependencies ( ) : IvyNode[ ]
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.listDependencies:()[Lorg/apache/ivy/core/resolve/IvyNode;]
IvyDomainSpecificLanguageEvaluator.loadDependencies ( ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.loadDependencies:()Lorg/apache/ivy/core/report/ResolveReport;]
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.resolvePluginDependencies ( ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.resolvePluginDependencies:()Lorg/apache/ivy/core/report/ResolveReport;]
IvyDomainSpecificLanguageEvaluator.resolvePluginDependencies ( String conf ) : ResolveReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.resolvePluginDependencies:(Ljava/lang/String;)Lorg/apache/ivy/core/report/ResolveReport;]
IvyDomainSpecificLanguageEvaluator.serialize ( Object builder ) : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDomainSpecificLanguageEvaluator.serialize:(Ljava/lang/Object;)V]
grails-bootstrap-1.3.7.jar, PluginInstallEngine.class
package org.codehaus.groovy.grails.resolve
PluginInstallEngine.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.__.swapInit:()V]
PluginInstallEngine.findMissingOrUpgradePlugins ( Collection descriptors ) : List
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.findMissingOrUpgradePlugins:(Ljava/util/Collection;)Ljava/util/List;]
grails-bootstrap-1.3.7.jar, PluginResolveEngine.class
package org.codehaus.groovy.grails.resolve
PluginResolveEngine.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.__.swapInit:()V]
grails-bootstrap-1.3.7.jar, ScriptNameResolver.class
package org.codehaus.groovy.grails.cli
ScriptNameResolver.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/ScriptNameResolver.__.swapInit:()V]
grails-core-1.3.7.jar, Base64Codec.class
package org.codehaus.groovy.grails.plugins.codecs
Base64Codec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/Base64Codec.__.swapInit:()V]
grails-core-1.3.7.jar, CodecsGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
CodecsGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/CodecsGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, ConfigurationHelper.class
package org.codehaus.groovy.grails.commons.cfg
ConfigurationHelper.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/cfg/ConfigurationHelper.__.swapInit:()V]
grails-core-1.3.7.jar, CoreGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
CoreGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/CoreGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, CosineSimilarity.class
package grails.util
CosineSimilarity.__.swapInit ( ) [static] : void
[mangled: grails/util/CosineSimilarity.__.swapInit:()V]
grails-core-1.3.7.jar, DataSourceGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.datasource
DataSourceGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/datasource/DataSourceGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, DefaultPluginPublisher.class
package org.codehaus.groovy.grails.plugins.publishing
DefaultPluginPublisher.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/publishing/DefaultPluginPublisher.__.swapInit:()V]
grails-core-1.3.7.jar, DevelopmentShutdownHook.class
package org.codehaus.groovy.grails.support
DevelopmentShutdownHook.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/support/DevelopmentShutdownHook.__.swapInit:()V]
grails-core-1.3.7.jar, DigestUtils.class
package org.codehaus.groovy.grails.plugins.codecs
DigestUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/DigestUtils.__.swapInit:()V]
grails-core-1.3.7.jar, DomainClassGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
DomainClassGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/DomainClassGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, DomainClassPluginSupport.class
package org.codehaus.groovy.grails.plugins
DomainClassPluginSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/DomainClassPluginSupport.__.swapInit:()V]
grails-core-1.3.7.jar, GrailsCompiler.class
package org.codehaus.groovy.grails.compiler
GrailsCompiler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsCompiler.__.swapInit:()V]
grails-core-1.3.7.jar, GrailsMockErrors.class
package org.codehaus.groovy.grails.plugins.testing
GrailsMockErrors.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/testing/GrailsMockErrors.__.swapInit:()V]
grails-core-1.3.7.jar, GrailsMockHttpServletRequest.class
package org.codehaus.groovy.grails.plugins.testing
GrailsMockHttpServletRequest.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/testing/GrailsMockHttpServletRequest.__.swapInit:()V]
grails-core-1.3.7.jar, GrailsMockHttpServletResponse.class
package org.codehaus.groovy.grails.plugins.testing
GrailsMockHttpServletResponse.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/testing/GrailsMockHttpServletResponse.__.swapInit:()V]
grails-core-1.3.7.jar, GrailsMockHttpSession.class
package org.codehaus.groovy.grails.plugins.testing
GrailsMockHttpSession.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/testing/GrailsMockHttpSession.__.swapInit:()V]
grails-core-1.3.7.jar, GrailsPluginUtils.class
package org.codehaus.groovy.grails.plugins
GrailsPluginUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.__.swapInit:()V]
package org.codehaus.groovy.grails.plugins.support
GrailsPluginUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/support/GrailsPluginUtils.__.swapInit:()V]
grails-core-1.3.7.jar, HexCodec.class
package org.codehaus.groovy.grails.plugins.codecs
HexCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/HexCodec.__.swapInit:()V]
grails-core-1.3.7.jar, I18nGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.i18n
I18nGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/i18n/I18nGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, JavaScriptCodec.class
package org.codehaus.groovy.grails.plugins.codecs
JavaScriptCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/JavaScriptCodec.__.swapInit:()V]
grails-core-1.3.7.jar, Log4jConfig.class
package org.codehaus.groovy.grails.plugins.logging
Log4jConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/logging/Log4jConfig.__.swapInit:()V]
grails-core-1.3.7.jar, LoggingGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
LoggingGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/LoggingGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, MapBasedSmartPropertyOverrideConfigurer.class
package org.codehaus.groovy.grails.commons.cfg
MapBasedSmartPropertyOverrideConfigurer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/cfg/MapBasedSmartPropertyOverrideConfigurer.__.swapInit:()V]
grails-core-1.3.7.jar, MD5BytesCodec.class
package org.codehaus.groovy.grails.plugins.codecs
MD5BytesCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/MD5BytesCodec.__.swapInit:()V]
grails-core-1.3.7.jar, MD5Codec.class
package org.codehaus.groovy.grails.plugins.codecs
MD5Codec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/MD5Codec.__.swapInit:()V]
grails-core-1.3.7.jar, PluginBuildSettings.class
package grails.util
PluginBuildSettings.__.swapInit ( ) [static] : void
[mangled: grails/util/PluginBuildSettings.__.swapInit:()V]
grails-core-1.3.7.jar, PluginInfo.class
package org.codehaus.groovy.grails.plugins
PluginInfo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.__.swapInit:()V]
grails-core-1.3.7.jar, PropertyExpression.class
package org.codehaus.groovy.grails.commons.metaclass
PropertyExpression.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/metaclass/PropertyExpression.__.swapInit:()V]
grails-core-1.3.7.jar, RootLog4jConfig.class
package org.codehaus.groovy.grails.plugins.logging
RootLog4jConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/logging/RootLog4jConfig.__.swapInit:()V]
grails-core-1.3.7.jar, ServicesGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.services
ServicesGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/services/ServicesGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, SHA1BytesCodec.class
package org.codehaus.groovy.grails.plugins.codecs
SHA1BytesCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/SHA1BytesCodec.__.swapInit:()V]
grails-core-1.3.7.jar, SHA1Codec.class
package org.codehaus.groovy.grails.plugins.codecs
SHA1Codec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/SHA1Codec.__.swapInit:()V]
grails-core-1.3.7.jar, SHA256BytesCodec.class
package org.codehaus.groovy.grails.plugins.codecs
SHA256BytesCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/SHA256BytesCodec.__.swapInit:()V]
grails-core-1.3.7.jar, SHA256Codec.class
package org.codehaus.groovy.grails.plugins.codecs
SHA256Codec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/SHA256Codec.__.swapInit:()V]
grails-core-1.3.7.jar, URLCodec.class
package org.codehaus.groovy.grails.plugins.codecs
URLCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/URLCodec.__.swapInit:()V]
grails-core-1.3.7.jar, ValidationException.class
package grails.validation
ValidationException.__.swapInit ( ) [static] : void
[mangled: grails/validation/ValidationException.__.swapInit:()V]
grails-core-1.3.7.jar, ValidationGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
ValidationGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/ValidationGrailsPlugin.__.swapInit:()V]
grails-core-1.3.7.jar, VersionComparator.class
package org.codehaus.groovy.grails.plugins
VersionComparator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/VersionComparator.__.swapInit:()V]
VersionComparator.deSnapshot ( String version ) : Object
[mangled: org/codehaus/groovy/grails/plugins/VersionComparator.deSnapshot:(Ljava/lang/String;)Ljava/lang/Object;]
VersionComparator.isSnapshot ( String version ) : Object
[mangled: org/codehaus/groovy/grails/plugins/VersionComparator.isSnapshot:(Ljava/lang/String;)Ljava/lang/Object;]
grails-crud-1.3.7.jar, DefaultGrailsTemplateGenerator.class
package org.codehaus.groovy.grails.scaffolding
DefaultGrailsTemplateGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/scaffolding/DefaultGrailsTemplateGenerator.__.swapInit:()V]
grails-crud-1.3.7.jar, ScaffoldingGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.scaffolding
ScaffoldingGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/scaffolding/ScaffoldingGrailsPlugin.__.swapInit:()V]
grails-gorm-1.3.7.jar, CacheConfig.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
CacheConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/CacheConfig.__.swapInit:()V]
grails-gorm-1.3.7.jar, ColumnConfig.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
ColumnConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/ColumnConfig.__.swapInit:()V]
grails-gorm-1.3.7.jar, CompositeIdentity.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
CompositeIdentity.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/CompositeIdentity.__.swapInit:()V]
grails-gorm-1.3.7.jar, GORMEnhancingBeanPostProcessor.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
GORMEnhancingBeanPostProcessor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/GORMEnhancingBeanPostProcessor.__.swapInit:()V]
grails-gorm-1.3.7.jar, GrailsHibernateTransactionManager.class
package org.codehaus.groovy.grails.orm.hibernate
GrailsHibernateTransactionManager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/GrailsHibernateTransactionManager.__.swapInit:()V]
grails-gorm-1.3.7.jar, HibernateMappingBuilder.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
HibernateMappingBuilder.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/HibernateMappingBuilder.__.swapInit:()V]
grails-gorm-1.3.7.jar, HibernateNamedQueriesBuilder.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
HibernateNamedQueriesBuilder.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/HibernateNamedQueriesBuilder.__.swapInit:()V]
grails-gorm-1.3.7.jar, HibernatePluginSupport.class
package org.codehaus.groovy.grails.plugins.orm.hibernate
HibernatePluginSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/orm/hibernate/HibernatePluginSupport.__.swapInit:()V]
grails-gorm-1.3.7.jar, Identity.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
Identity.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/Identity.__.swapInit:()V]
grails-gorm-1.3.7.jar, JoinTable.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
JoinTable.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.__.swapInit:()V]
grails-gorm-1.3.7.jar, Mapping.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
Mapping.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/Mapping.__.swapInit:()V]
grails-gorm-1.3.7.jar, NamedCriteriaProxy.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
NamedCriteriaProxy.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NamedCriteriaProxy.__.swapInit:()V]
grails-gorm-1.3.7.jar, NaturalId.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
NaturalId.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/NaturalId.__.swapInit:()V]
grails-gorm-1.3.7.jar, PropertyConfig.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
PropertyConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyConfig.__.swapInit:()V]
grails-gorm-1.3.7.jar, PropertyDefinitionDelegate.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
PropertyDefinitionDelegate.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/PropertyDefinitionDelegate.__.swapInit:()V]
grails-gorm-1.3.7.jar, Table.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
Table.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/Table.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsArgParsing.class
_GrailsArgParsing.__.swapInit ( ) [static] : void
[mangled: _GrailsArgParsing.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsBootstrap.class
_GrailsBootstrap.__.swapInit ( ) [static] : void
[mangled: _GrailsBootstrap.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsClasspath.class
_GrailsClasspath.__.swapInit ( ) [static] : void
[mangled: _GrailsClasspath.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsClean.class
_GrailsClean.__.swapInit ( ) [static] : void
[mangled: _GrailsClean.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsCompile.class
_GrailsCompile.__.swapInit ( ) [static] : void
[mangled: _GrailsCompile.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsCreateArtifacts.class
_GrailsCreateArtifacts.__.swapInit ( ) [static] : void
[mangled: _GrailsCreateArtifacts.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsCreateProject.class
_GrailsCreateProject.__.swapInit ( ) [static] : void
[mangled: _GrailsCreateProject.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsDocs.class
_GrailsDocs.__.swapInit ( ) [static] : void
[mangled: _GrailsDocs.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsEvents.class
_GrailsEvents.__.swapInit ( ) [static] : void
[mangled: _GrailsEvents.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsGenerate.class
_GrailsGenerate.__.swapInit ( ) [static] : void
[mangled: _GrailsGenerate.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsInit.class
_GrailsInit.__.swapInit ( ) [static] : void
[mangled: _GrailsInit.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsPackage.class
_GrailsPackage.__.swapInit ( ) [static] : void
[mangled: _GrailsPackage.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsPluginDev.class
_GrailsPluginDev.__.swapInit ( ) [static] : void
[mangled: _GrailsPluginDev.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsPlugins.class
_GrailsPlugins.__.swapInit ( ) [static] : void
[mangled: _GrailsPlugins.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsProxy.class
_GrailsProxy.__.swapInit ( ) [static] : void
[mangled: _GrailsProxy.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsRun.class
_GrailsRun.__.swapInit ( ) [static] : void
[mangled: _GrailsRun.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsSettings.class
_GrailsSettings.__.swapInit ( ) [static] : void
[mangled: _GrailsSettings.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsTest.class
_GrailsTest.__.swapInit ( ) [static] : void
[mangled: _GrailsTest.__.swapInit:()V]
grails-scripts-1.3.7.jar, _GrailsWar.class
_GrailsWar.__.swapInit ( ) [static] : void
[mangled: _GrailsWar.__.swapInit:()V]
grails-scripts-1.3.7.jar, _PackagePlugins.class
_PackagePlugins.__.swapInit ( ) [static] : void
[mangled: _PackagePlugins.__.swapInit:()V]
grails-scripts-1.3.7.jar, _PluginDependencies.class
_PluginDependencies.__.swapInit ( ) [static] : void
[mangled: _PluginDependencies.__.swapInit:()V]
grails-scripts-1.3.7.jar, AddProxy_.class
AddProxy_.__.swapInit ( ) [static] : void
[mangled: AddProxy_.__.swapInit:()V]
grails-scripts-1.3.7.jar, Bootstrap.class
Bootstrap.__.swapInit ( ) [static] : void
[mangled: Bootstrap.__.swapInit:()V]
grails-scripts-1.3.7.jar, BugReport.class
BugReport.__.swapInit ( ) [static] : void
[mangled: BugReport.__.swapInit:()V]
grails-scripts-1.3.7.jar, Clean.class
Clean.__.swapInit ( ) [static] : void
[mangled: Clean.__.swapInit:()V]
grails-scripts-1.3.7.jar, ClearProxy_.class
ClearProxy_.__.swapInit ( ) [static] : void
[mangled: ClearProxy_.__.swapInit:()V]
grails-scripts-1.3.7.jar, Compile.class
Compile.__.swapInit ( ) [static] : void
[mangled: Compile.__.swapInit:()V]
grails-scripts-1.3.7.jar, Console.class
Console.__.swapInit ( ) [static] : void
[mangled: Console.__.swapInit:()V]
grails-scripts-1.3.7.jar, ConsoleFocusListener.class
ConsoleFocusListener.__.swapInit ( ) [static] : void
[mangled: ConsoleFocusListener.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateApp_.class
CreateApp_.__.swapInit ( ) [static] : void
[mangled: CreateApp_.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateController.class
CreateController.__.swapInit ( ) [static] : void
[mangled: CreateController.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateDomainClass.class
CreateDomainClass.__.swapInit ( ) [static] : void
[mangled: CreateDomainClass.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateFilters.class
CreateFilters.__.swapInit ( ) [static] : void
[mangled: CreateFilters.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateHibernateCfgXml.class
CreateHibernateCfgXml.__.swapInit ( ) [static] : void
[mangled: CreateHibernateCfgXml.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateIntegrationTest.class
CreateIntegrationTest.__.swapInit ( ) [static] : void
[mangled: CreateIntegrationTest.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreatePlugin_.class
CreatePlugin_.__.swapInit ( ) [static] : void
[mangled: CreatePlugin_.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateScript.class
CreateScript.__.swapInit ( ) [static] : void
[mangled: CreateScript.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateService.class
CreateService.__.swapInit ( ) [static] : void
[mangled: CreateService.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateTagLib.class
CreateTagLib.__.swapInit ( ) [static] : void
[mangled: CreateTagLib.__.swapInit:()V]
grails-scripts-1.3.7.jar, CreateUnitTest.class
CreateUnitTest.__.swapInit ( ) [static] : void
[mangled: CreateUnitTest.__.swapInit:()V]
grails-scripts-1.3.7.jar, DependencyReport.class
DependencyReport.__.swapInit ( ) [static] : void
[mangled: DependencyReport.__.swapInit:()V]
grails-scripts-1.3.7.jar, Doc.class
Doc.__.swapInit ( ) [static] : void
[mangled: Doc.__.swapInit:()V]
grails-scripts-1.3.7.jar, GenerateAll.class
GenerateAll.__.swapInit ( ) [static] : void
[mangled: GenerateAll.__.swapInit:()V]
grails-scripts-1.3.7.jar, GenerateController.class
GenerateController.__.swapInit ( ) [static] : void
[mangled: GenerateController.__.swapInit:()V]
grails-scripts-1.3.7.jar, GenerateViews.class
GenerateViews.__.swapInit ( ) [static] : void
[mangled: GenerateViews.__.swapInit:()V]
grails-scripts-1.3.7.jar, Help_.class
Help_.__.swapInit ( ) [static] : void
[mangled: Help_.__.swapInit:()V]
grails-scripts-1.3.7.jar, HelpEvaluatingCategory.class
HelpEvaluatingCategory.__.swapInit ( ) [static] : void
[mangled: HelpEvaluatingCategory.__.swapInit:()V]
grails-scripts-1.3.7.jar, Init.class
Init.__.swapInit ( ) [static] : void
[mangled: Init.__.swapInit:()V]
grails-scripts-1.3.7.jar, InstallDependency.class
InstallDependency.__.swapInit ( ) [static] : void
[mangled: InstallDependency.__.swapInit:()V]
grails-scripts-1.3.7.jar, InstallPlugin.class
InstallPlugin.__.swapInit ( ) [static] : void
[mangled: InstallPlugin.__.swapInit:()V]
grails-scripts-1.3.7.jar, InstallTemplates.class
InstallTemplates.__.swapInit ( ) [static] : void
[mangled: InstallTemplates.__.swapInit:()V]
grails-scripts-1.3.7.jar, IntegrateWith.class
IntegrateWith.__.swapInit ( ) [static] : void
[mangled: IntegrateWith.__.swapInit:()V]
grails-scripts-1.3.7.jar, Interactive.class
Interactive.__.swapInit ( ) [static] : void
[mangled: Interactive.__.swapInit:()V]
grails-scripts-1.3.7.jar, ListPlugins_.class
ListPlugins_.__.swapInit ( ) [static] : void
[mangled: ListPlugins_.__.swapInit:()V]
grails-scripts-1.3.7.jar, ListPluginUpdates.class
ListPluginUpdates.__.swapInit ( ) [static] : void
[mangled: ListPluginUpdates.__.swapInit:()V]
grails-scripts-1.3.7.jar, Package.class
Package.__.swapInit ( ) [static] : void
[mangled: Package.__.swapInit:()V]
grails-scripts-1.3.7.jar, PackagePlugin_.class
PackagePlugin_.__.swapInit ( ) [static] : void
[mangled: PackagePlugin_.__.swapInit:()V]
grails-scripts-1.3.7.jar, PluginInfo_.class
PluginInfo_.__.swapInit ( ) [static] : void
[mangled: PluginInfo_.__.swapInit:()V]
grails-scripts-1.3.7.jar, ReleasePlugin.class
ReleasePlugin.__.swapInit ( ) [static] : void
[mangled: ReleasePlugin.__.swapInit:()V]
grails-scripts-1.3.7.jar, RemoveProxy_.class
RemoveProxy_.__.swapInit ( ) [static] : void
[mangled: RemoveProxy_.__.swapInit:()V]
grails-scripts-1.3.7.jar, RunApp.class
RunApp.__.swapInit ( ) [static] : void
[mangled: RunApp.__.swapInit:()V]
grails-scripts-1.3.7.jar, RunScript.class
RunScript.__.swapInit ( ) [static] : void
[mangled: RunScript.__.swapInit:()V]
grails-scripts-1.3.7.jar, RunWar.class
RunWar.__.swapInit ( ) [static] : void
[mangled: RunWar.__.swapInit:()V]
grails-scripts-1.3.7.jar, SchemaExport.class
SchemaExport.__.swapInit ( ) [static] : void
[mangled: SchemaExport.__.swapInit:()V]
grails-scripts-1.3.7.jar, SetProxy_.class
SetProxy_.__.swapInit ( ) [static] : void
[mangled: SetProxy_.__.swapInit:()V]
grails-scripts-1.3.7.jar, SetVersion.class
SetVersion.__.swapInit ( ) [static] : void
[mangled: SetVersion.__.swapInit:()V]
grails-scripts-1.3.7.jar, Shell.class
Shell.__.swapInit ( ) [static] : void
[mangled: Shell.__.swapInit:()V]
grails-scripts-1.3.7.jar, Stats.class
Stats.__.swapInit ( ) [static] : void
[mangled: Stats.__.swapInit:()V]
grails-scripts-1.3.7.jar, TestApp.class
TestApp.__.swapInit ( ) [static] : void
[mangled: TestApp.__.swapInit:()V]
grails-scripts-1.3.7.jar, UninstallPlugin.class
UninstallPlugin.__.swapInit ( ) [static] : void
[mangled: UninstallPlugin.__.swapInit:()V]
grails-scripts-1.3.7.jar, Upgrade.class
Upgrade.__.swapInit ( ) [static] : void
[mangled: Upgrade.__.swapInit:()V]
grails-scripts-1.3.7.jar, War.class
War.__.swapInit ( ) [static] : void
[mangled: War.__.swapInit:()V]
grails-spring-1.3.7.jar, DynamicElementReader.class
package grails.spring
DynamicElementReader.__.swapInit ( ) [static] : void
[mangled: grails/spring/DynamicElementReader.__.swapInit:()V]
grails-web-1.3.7.jar, AbstractParsingParameterCreationListener.class
package org.codehaus.groovy.grails.web.converters
AbstractParsingParameterCreationListener.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/converters/AbstractParsingParameterCreationListener.__.swapInit:()V]
grails-web-1.3.7.jar, ApplicationTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
ApplicationTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/ApplicationTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, CannotRedirectException.class
package org.codehaus.groovy.grails.web.servlet.mvc.exceptions
CannotRedirectException.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/exceptions/CannotRedirectException.__.swapInit:()V]
grails-web-1.3.7.jar, ChainMethod.class
package org.codehaus.groovy.grails.web.metaclass
ChainMethod.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/metaclass/ChainMethod.__.swapInit:()V]
grails-web-1.3.7.jar, CompositeInterceptor.class
package org.codehaus.groovy.grails.plugins.web.filters
CompositeInterceptor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/filters/CompositeInterceptor.__.swapInit:()V]
grails-web-1.3.7.jar, configtest.class
package org.codehaus.groovy.grails.web.converters.configuration
configtest.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/converters/configuration/configtest.__.swapInit:()V]
grails-web-1.3.7.jar, ControllersGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.web
ControllersGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/ControllersGrailsPlugin.__.swapInit:()V]
grails-web-1.3.7.jar, ConvertersGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.converters
ConvertersGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/converters/ConvertersGrailsPlugin.__.swapInit:()V]
grails-web-1.3.7.jar, ConverterUtil.class
package org.codehaus.groovy.grails.web.converters
ConverterUtil.clearInstance ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/converters/ConverterUtil.clearInstance:()V]
grails-web-1.3.7.jar, CountryTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
CountryTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/CountryTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, DefaultAcceptHeaderParser.class
package org.codehaus.groovy.grails.web.mime
DefaultAcceptHeaderParser.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mime/DefaultAcceptHeaderParser.__.swapInit:()V]
grails-web-1.3.7.jar, DefaultGrailsFiltersClass.class
package org.codehaus.groovy.grails.plugins.web.filters
DefaultGrailsFiltersClass.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/filters/DefaultGrailsFiltersClass.__.swapInit:()V]
grails-web-1.3.7.jar, FilterConfig.class
package org.codehaus.groovy.grails.plugins.web.filters
FilterConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/filters/FilterConfig.__.swapInit:()V]
grails-web-1.3.7.jar, FiltersConfigArtefactHandler.class
package org.codehaus.groovy.grails.plugins.web.filters
FiltersConfigArtefactHandler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/filters/FiltersConfigArtefactHandler.__.swapInit:()V]
grails-web-1.3.7.jar, FiltersGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.web.filters
FiltersGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/filters/FiltersGrailsPlugin.__.swapInit:()V]
grails-web-1.3.7.jar, FilterToHandlerAdapter.class
package org.codehaus.groovy.grails.plugins.web.filters
FilterToHandlerAdapter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/filters/FilterToHandlerAdapter.__.swapInit:()V]
grails-web-1.3.7.jar, FormatInterceptor.class
package org.codehaus.groovy.grails.plugins.web.mimes
FormatInterceptor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/mimes/FormatInterceptor.__.swapInit:()V]
grails-web-1.3.7.jar, FormatTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
FormatTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/FormatTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, FormTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
FormTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/FormTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, ForwardMethod.class
package org.codehaus.groovy.grails.web.metaclass
ForwardMethod.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/metaclass/ForwardMethod.__.swapInit:()V]
grails-web-1.3.7.jar, ForwardUrlMappingInfo.class
package org.codehaus.groovy.grails.web.mapping
ForwardUrlMappingInfo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/ForwardUrlMappingInfo.__.swapInit:()V]
grails-web-1.3.7.jar, GrailsParameterMap.class
package org.codehaus.groovy.grails.web.servlet.mvc
GrailsParameterMap.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/GrailsParameterMap.__.swapInit:()V]
grails-web-1.3.7.jar, GrailsRoutablePrintWriter.class
package org.codehaus.groovy.grails.web.sitemesh
GrailsRoutablePrintWriter.blockFlushAndClose ( ) : void
[mangled: org/codehaus/groovy/grails/web/sitemesh/GrailsRoutablePrintWriter.blockFlushAndClose:()V]
GrailsRoutablePrintWriter.isBlockClose ( ) : boolean
[mangled: org/codehaus/groovy/grails/web/sitemesh/GrailsRoutablePrintWriter.isBlockClose:()Z]
GrailsRoutablePrintWriter.isBlockFlush ( ) : boolean
[mangled: org/codehaus/groovy/grails/web/sitemesh/GrailsRoutablePrintWriter.isBlockFlush:()Z]
GrailsRoutablePrintWriter.setBlockClose ( boolean blockClose ) : void
[mangled: org/codehaus/groovy/grails/web/sitemesh/GrailsRoutablePrintWriter.setBlockClose:(Z)V]
GrailsRoutablePrintWriter.setBlockFlush ( boolean blockFlush ) : void
[mangled: org/codehaus/groovy/grails/web/sitemesh/GrailsRoutablePrintWriter.setBlockFlush:(Z)V]
GrailsRoutablePrintWriter.unBlockFlushAndClose ( ) : void
[mangled: org/codehaus/groovy/grails/web/sitemesh/GrailsRoutablePrintWriter.unBlockFlushAndClose:()V]
grails-web-1.3.7.jar, GroovyPageAttributes.class
package org.codehaus.groovy.grails.web.taglib
GroovyPageAttributes.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/taglib/GroovyPageAttributes.__.swapInit:()V]
grails-web-1.3.7.jar, GroovyPageCompiler.class
package org.codehaus.groovy.grails.web.pages
GroovyPageCompiler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageCompiler.__.swapInit:()V]
grails-web-1.3.7.jar, GroovyPageCompilerTask.class
package org.codehaus.groovy.grails.web.pages
GroovyPageCompilerTask.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageCompilerTask.__.swapInit:()V]
grails-web-1.3.7.jar, GroovyPagesGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.web
GroovyPagesGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/GroovyPagesGrailsPlugin.__.swapInit:()V]
grails-web-1.3.7.jar, GroovyPagesJspFactory.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
GroovyPagesJspFactory.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/GroovyPagesJspFactory.__.swapInit:()V]
grails-web-1.3.7.jar, GroovyPagesJspFactory21.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
GroovyPagesJspFactory21.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/GroovyPagesJspFactory21.__.swapInit:()V]
grails-web-1.3.7.jar, GroovyPagesPageContext21.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
GroovyPagesPageContext21.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/GroovyPagesPageContext21.__.swapInit:()V]
grails-web-1.3.7.jar, GroovyPageView.class
package org.codehaus.groovy.grails.web.servlet.view
GroovyPageView.isExpired ( ) : boolean
[mangled: org/codehaus/groovy/grails/web/servlet/view/GroovyPageView.isExpired:()Z]
grails-web-1.3.7.jar, InvalidResponseHandler.class
package org.codehaus.groovy.grails.web.metaclass
InvalidResponseHandler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/metaclass/InvalidResponseHandler.__.swapInit:()V]
grails-web-1.3.7.jar, JavascriptLibraryFilters.class
package org.codehaus.groovy.grails.web.filters
JavascriptLibraryFilters.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/filters/JavascriptLibraryFilters.__.swapInit:()V]
grails-web-1.3.7.jar, JavascriptTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
JavascriptTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/JavascriptTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, JavascriptValue.class
package org.codehaus.groovy.grails.plugins.web.taglib
JavascriptValue.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/JavascriptValue.__.swapInit:()V]
grails-web-1.3.7.jar, JSONBuilder.class
package grails.web
JSONBuilder.__.swapInit ( ) [static] : void
[mangled: grails/web/JSONBuilder.__.swapInit:()V]
grails-web-1.3.7.jar, JSONCodec.class
package org.codehaus.groovy.grails.plugins.converters.codecs
JSONCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/converters/codecs/JSONCodec.__.swapInit:()V]
grails-web-1.3.7.jar, JSONParsingParameterCreationListener.class
package org.codehaus.groovy.grails.web.converters
JSONParsingParameterCreationListener.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/converters/JSONParsingParameterCreationListener.__.swapInit:()V]
grails-web-1.3.7.jar, JspFragmentImpl.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
JspFragmentImpl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/JspFragmentImpl.__.swapInit:()V]
grails-web-1.3.7.jar, JspTagImpl.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
JspTagImpl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/JspTagImpl.__.swapInit:()V]
grails-web-1.3.7.jar, JspTagLibImpl.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
JspTagLibImpl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/JspTagLibImpl.__.swapInit:()V]
grails-web-1.3.7.jar, Loader.class
package org.codehaus.groovy.grails.plugins.web.filters
Loader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/filters/Loader.__.swapInit:()V]
grails-web-1.3.7.jar, MimeType.class
package org.codehaus.groovy.grails.web.mime
MimeType.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mime/MimeType.__.swapInit:()V]
grails-web-1.3.7.jar, MimeTypesGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.web.mimes
MimeTypesGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/mimes/MimeTypesGrailsPlugin.__.swapInit:()V]
grails-web-1.3.7.jar, NamespacedTagDispatcher.class
package org.codehaus.groovy.grails.web.taglib
NamespacedTagDispatcher.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/taglib/NamespacedTagDispatcher.__.swapInit:()V]
grails-web-1.3.7.jar, PageContextFactory.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
PageContextFactory.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/PageContextFactory.__.swapInit:()V]
grails-web-1.3.7.jar, ParamsAwareLocaleChangeInterceptor.class
package org.codehaus.groovy.grails.web.i18n
ParamsAwareLocaleChangeInterceptor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/i18n/ParamsAwareLocaleChangeInterceptor.__.swapInit:()V]
grails-web-1.3.7.jar, PluginTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
PluginTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/PluginTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, PrototypeProvider.class
package org.codehaus.groovy.grails.plugins.web.taglib
PrototypeProvider.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/PrototypeProvider.__.swapInit:()V]
grails-web-1.3.7.jar, QualityComparator.class
package org.codehaus.groovy.grails.web.mime
QualityComparator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mime/QualityComparator.__.swapInit:()V]
grails-web-1.3.7.jar, RenderTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
RenderTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/RenderTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, ServletsGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.web
ServletsGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/ServletsGrailsPlugin.__.swapInit:()V]
grails-web-1.3.7.jar, SitemeshTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
SitemeshTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/SitemeshTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, SynchronizerToken.class
package org.codehaus.groovy.grails.web.servlet.mvc
SynchronizerToken.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerToken.__.swapInit:()V]
grails-web-1.3.7.jar, TagLibraryResolver.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
TagLibraryResolver.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/TagLibraryResolver.__.swapInit:()V]
grails-web-1.3.7.jar, TldReader.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
TldReader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/TldReader.__.swapInit:()V]
grails-web-1.3.7.jar, TypeConvertingMap.class
package org.codehaus.groovy.grails.web.util
TypeConvertingMap.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/util/TypeConvertingMap.__.swapInit:()V]
grails-web-1.3.7.jar, UrlMappingsGrailsPlugin.class
package org.codehaus.groovy.grails.plugins.web.mapping
UrlMappingsGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/mapping/UrlMappingsGrailsPlugin.__.swapInit:()V]
grails-web-1.3.7.jar, ValidationTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
ValidationTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/ValidationTagLib.__.swapInit:()V]
grails-web-1.3.7.jar, ValidResponseHandler.class
package org.codehaus.groovy.grails.web.metaclass
ValidResponseHandler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/metaclass/ValidResponseHandler.__.swapInit:()V]
grails-web-1.3.7.jar, WebMetaUtils.class
package org.codehaus.groovy.grails.web.plugins.support
WebMetaUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/plugins/support/WebMetaUtils.__.swapInit:()V]
grails-web-1.3.7.jar, WebXmlTagLibraryReader.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
WebXmlTagLibraryReader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/WebXmlTagLibraryReader.__.swapInit:()V]
grails-web-1.3.7.jar, WithFormMethod.class
package org.codehaus.groovy.grails.web.metaclass
WithFormMethod.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/metaclass/WithFormMethod.__.swapInit:()V]
grails-web-1.3.7.jar, XMLCodec.class
package org.codehaus.groovy.grails.plugins.converters.codecs
XMLCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/converters/codecs/XMLCodec.__.swapInit:()V]
grails-web-1.3.7.jar, XMLParsingParameterCreationListener.class
package org.codehaus.groovy.grails.web.converters
XMLParsingParameterCreationListener.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/converters/XMLParsingParameterCreationListener.__.swapInit:()V]
grails-webflow-1.3.7.jar, AbstractDelegate.class
package org.codehaus.groovy.grails.webflow.engine.builder
AbstractDelegate.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/AbstractDelegate.__.swapInit:()V]
grails-webflow-1.3.7.jar, ActionDelegate.class
package org.codehaus.groovy.grails.webflow.engine.builder
ActionDelegate.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/ActionDelegate.__.swapInit:()V]
grails-webflow-1.3.7.jar, ClosureExpression.class
package org.codehaus.groovy.grails.webflow.engine.builder
ClosureExpression.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/ClosureExpression.__.swapInit:()V]
grails-webflow-1.3.7.jar, ClosureInvokingAction.class
package org.codehaus.groovy.grails.webflow.engine.builder
ClosureInvokingAction.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/ClosureInvokingAction.__.swapInit:()V]
grails-webflow-1.3.7.jar, ControllerDelegate.class
package org.codehaus.groovy.grails.webflow.engine.builder
ControllerDelegate.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/ControllerDelegate.__.swapInit:()V]
grails-webflow-1.3.7.jar, ControllerFlowRegistry.class
package org.codehaus.groovy.grails.webflow.engine.builder
ControllerFlowRegistry.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/ControllerFlowRegistry.__.swapInit:()V]
grails-webflow-1.3.7.jar, ExpressionDelegate.class
package org.codehaus.groovy.grails.webflow.engine.builder
ExpressionDelegate.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/ExpressionDelegate.__.swapInit:()V]
grails-webflow-1.3.7.jar, FlowBuilder.class
package org.codehaus.groovy.grails.webflow.engine.builder
FlowBuilder.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/FlowBuilder.__.swapInit:()V]
grails-webflow-1.3.7.jar, FlowInfoCapturer.class
package org.codehaus.groovy.grails.webflow.engine.builder
FlowInfoCapturer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/FlowInfoCapturer.__.swapInit:()V]
grails-webflow-1.3.7.jar, GrailsFlowUrlHandler.class
package org.codehaus.groovy.grails.webflow.context.servlet
GrailsFlowUrlHandler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/context/servlet/GrailsFlowUrlHandler.__.swapInit:()V]
grails-webflow-1.3.7.jar, RuntimeRedirectAction.class
package org.codehaus.groovy.grails.webflow.engine.builder
RuntimeRedirectAction.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/RuntimeRedirectAction.__.swapInit:()V]
grails-webflow-1.3.7.jar, TransitionTo.class
package org.codehaus.groovy.grails.webflow.engine.builder
TransitionTo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/engine/builder/TransitionTo.__.swapInit:()V]
grails-webflow-1.3.7.jar, WebFlowPluginSupport.class
package org.codehaus.groovy.grails.webflow
WebFlowPluginSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/webflow/WebFlowPluginSupport.__.swapInit:()V]
to the top
Removed Methods (1)
grails-bootstrap-1.3.6.jar, PluginInstallEngine.class
package org.codehaus.groovy.grails.resolve
PluginInstallEngine.findMissingOrUpgradePlugins ( List pluginDeps ) : List
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.findMissingOrUpgradePlugins:(Ljava/util/List;)Ljava/util/List;]
to the top
Problems with Data Types, High Severity (213)
grails-bootstrap-1.3.6.jar
package grails.util
[+] BuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928743 has been renamed to __timeStamp__239_neverHappen1297871265683. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928743 in BuildSettings. |
[+] affected methods (185)
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_neverHappen1292422929024 has been renamed to __timeStamp__239_neverHappen1297871266032. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929024 in GrailsMain. |
[+] 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.cli
[+] ScriptNameResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422925900 has been renamed to __timeStamp__239_neverHappen1297871263222. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925900 in ScriptNameResolver. |
[+] affected methods (7)
ScriptNameResolver ( )This constructor is from 'ScriptNameResolver' class.
getMetaClass ( )This method is from 'ScriptNameResolver' class.
getProperty ( String )This method is from 'ScriptNameResolver' class.
invokeMethod ( String, Object )This method is from 'ScriptNameResolver' class.
resolvesTo ( String, String )This method is from 'ScriptNameResolver' class.
setMetaClass ( MetaClass )This method is from 'ScriptNameResolver' class.
setProperty ( String, Object )This method is from 'ScriptNameResolver' class.
package org.codehaus.groovy.grails.resolve
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928798 has been renamed to __timeStamp__239_neverHappen1297871265741. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928798 in EnhancedDefaultDependencyDescriptor. |
[+] affected methods (31)
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String, String, 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_neverHappen1292422928811 has been renamed to __timeStamp__239_neverHappen1297871265775. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928811 in IvyDependencyManager. |
[+] affected methods (98)
getDependencyManager ( )Return value of this method has type 'IvyDependencyManager'.
pluginDependencyHandler ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
setDependencyManager ( IvyDependencyManager )1st parameter 'p1' of this method has type 'IvyDependencyManager'.
IvyDependencyManager ( String, String )This constructor is from 'IvyDependencyManager' class.
IvyDependencyManager ( String, String, BuildSettings )This constructor is from 'IvyDependencyManager' class.
IvyDependencyManager ( String, String, BuildSettings, Metadata )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.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, Closure, boolean )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( )This method is from 'IvyDependencyManager' class.
getApplicationDependencyDescriptors ( String )This method is from 'IvyDependencyManager' class.
...
[+] IvyDomainSpecificLanguageEvaluator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422927884 has been renamed to __timeStamp__239_neverHappen1297871265120. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927884 in IvyDomainSpecificLanguageEvaluator. |
[+] affected methods (128)
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.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, Closure, boolean )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
createLocalPluginResolver ( String, String )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
createModuleDescriptor ( )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
credentials ( Closure )This method is from 'IvyDomainSpecificLanguageEvaluator' class.
defaultDependenciesProvided ( boolean )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.
...
[+] PluginInstallEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422927962 has been renamed to __timeStamp__239_neverHappen1297871265201. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927962 in PluginInstallEngine. |
[+] affected methods (57)
PluginInstallEngine ( BuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )This constructor is from 'PluginInstallEngine' class.
addJarsToRootLoader ( Collection )This method is from 'PluginInstallEngine' class.
assertNoExistingInlinePlugin ( String )This method is from 'PluginInstallEngine' class.
checkExistingPluginInstall ( String, Object )This method is from 'PluginInstallEngine' class.
checkPluginsToUninstall ( List )This method is from 'PluginInstallEngine' class.
displayNewScripts ( Object, Object )This method is from 'PluginInstallEngine' class.
getCommandLineHelper ( )This method is from 'PluginInstallEngine' class.
getCORE_PLUGINS ( )This method is from 'PluginInstallEngine' class.
getErrorHandler ( )This method is from 'PluginInstallEngine' class.
...
[+] PluginResolveEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928043 has been renamed to __timeStamp__239_neverHappen1297871265266. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928043 in PluginResolveEngine. |
[+] affected methods (77)
PluginInstallEngine ( BuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
addJarsToRootLoader ( Collection )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
assertNoExistingInlinePlugin ( String )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkExistingPluginInstall ( String, Object )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkPluginsToUninstall ( List )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
displayNewScripts ( Object, Object )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
getCommandLineHelper ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
getCORE_PLUGINS ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
getErrorHandler ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
...
grails-core-1.3.6.jar
package grails.util
[+] CosineSimilarity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422925681 has been renamed to __timeStamp__239_neverHappen1297871263133. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925681 in CosineSimilarity. |
[+] affected methods (8)
CosineSimilarity ( )This constructor is from 'CosineSimilarity' class.
getMetaClass ( )This method is from 'CosineSimilarity' class.
getProperty ( String )This method is from 'CosineSimilarity' class.
invokeMethod ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object, double )This method is from 'CosineSimilarity' class.
setMetaClass ( MetaClass )This method is from 'CosineSimilarity' class.
setProperty ( String, Object )This method is from 'CosineSimilarity' class.
[+] PluginBuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422925720 has been renamed to __timeStamp__239_neverHappen1297871263153. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925720 in PluginBuildSettings. |
[+] affected methods (112)
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_neverHappen1292422929191 has been renamed to __timeStamp__239_neverHappen1297871266281. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929191 in ValidationException. |
[+] 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_neverHappen1292422925903 has been renamed to __timeStamp__239_neverHappen1297871263224. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925903 in ConfigurationHelper. |
[+] 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_neverHappen1292422925933 has been renamed to __timeStamp__239_neverHappen1297871263316. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925933 in MapBasedSmartPropertyOverrideConfigurer. |
[+] affected methods (15)
MapBasedSmartPropertyOverrideConfigurer ( GrailsApplication )This constructor is from 'MapBasedSmartPropertyOverrideConfigurer' class.
applyPropertyValue ( ConfigurableListableBeanFactory, String, String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getApplication ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getBeansConfig ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getClassLoader ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getMetaClass ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getProperty ( String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinitionForFactoryBean ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
invokeMethod ( String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
...
package org.codehaus.groovy.grails.commons.metaclass
[+] PropertyExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422925943 has been renamed to __timeStamp__239_neverHappen1297871263326. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925943 in PropertyExpression. |
[+] 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_neverHappen1292422929192 has been renamed to __timeStamp__239_neverHappen1297871266283. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929192 in GrailsCompiler. |
[+] 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
[+] CodecsGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422926087 has been renamed to __timeStamp__239_neverHappen1297871263540. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926087 in CodecsGrailsPlugin. |
[+] 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_neverHappen1292422926162 has been renamed to __timeStamp__239_neverHappen1297871263553. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926162 in CoreGrailsPlugin. |
[+] 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.
...
[+] DomainClassGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422926177 has been renamed to __timeStamp__239_neverHappen1297871263619. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926177 in DomainClassGrailsPlugin. |
[+] affected methods (21)
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_neverHappen1292422926257 has been renamed to __timeStamp__239_neverHappen1297871263679. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926257 in DomainClassPluginSupport. |
[+] 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_neverHappen1292422926284 has been renamed to __timeStamp__239_neverHappen1297871263683. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926284 in GrailsPluginUtils. |
[+] affected methods (49)
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.
getGRAILS_HOME ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( String )This method is from 'GrailsPluginUtils' class.
getLowerVersion ( String )This method is from 'GrailsPluginUtils' class.
...
[+] LoggingGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422926369 has been renamed to __timeStamp__239_neverHappen1297871263723. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926369 in LoggingGrailsPlugin. |
[+] 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928772 has been renamed to __timeStamp__239_neverHappen1297871265728. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928772 in PluginInfo. |
[+] affected methods (17)
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.
getProperties ( )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.
...
[+] ValidationGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422926387 has been renamed to __timeStamp__239_neverHappen1297871263732. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926387 in ValidationGrailsPlugin. |
[+] 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_neverHappen1292422926364 of type java.lang.Long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926364 in VersionComparator. |
[+] 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_neverHappen1292422926434 has been renamed to __timeStamp__239_neverHappen1297871263757. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926434 in Base64Codec. |
[+] 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_neverHappen1292422926440 has been renamed to __timeStamp__239_neverHappen1297871263765. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926440 in DigestUtils. |
[+] 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_neverHappen1292422926444 has been renamed to __timeStamp__239_neverHappen1297871263772. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926444 in HexCodec. |
[+] 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_neverHappen1292422926467 has been renamed to __timeStamp__239_neverHappen1297871263786. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926467 in JavaScriptCodec. |
[+] 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_neverHappen1292422926469 has been renamed to __timeStamp__239_neverHappen1297871263790. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926469 in MD5BytesCodec. |
[+] 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_neverHappen1292422926472 has been renamed to __timeStamp__239_neverHappen1297871263793. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926472 in MD5Codec. |
[+] 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_neverHappen1292422926513 has been renamed to __timeStamp__239_neverHappen1297871263796. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926513 in SHA1BytesCodec. |
[+] 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_neverHappen1292422926521 has been renamed to __timeStamp__239_neverHappen1297871263817. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926521 in SHA1Codec. |
[+] 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_neverHappen1292422926531 has been renamed to __timeStamp__239_neverHappen1297871263820. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926531 in SHA256BytesCodec. |
[+] 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_neverHappen1292422928776 has been renamed to __timeStamp__239_neverHappen1297871265731. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928776 in SHA256Codec. |
[+] 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_neverHappen1292422926534 has been renamed to __timeStamp__239_neverHappen1297871263823. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926534 in URLCodec. |
[+] 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_neverHappen1292422926572 has been renamed to __timeStamp__239_neverHappen1297871263856. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926572 in DataSourceGrailsPlugin. |
[+] 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_neverHappen1292422926642 has been renamed to __timeStamp__239_neverHappen1297871263902. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926642 in I18nGrailsPlugin. |
[+] 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 ( String )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_neverHappen1292422926673 has been renamed to __timeStamp__239_neverHappen1297871264035. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926673 in Log4jConfig. |
[+] 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_neverHappen1292422926793 has been renamed to __timeStamp__239_neverHappen1297871264071. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926793 in RootLog4jConfig. |
[+] 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_neverHappen1292422927189 has been renamed to __timeStamp__239_neverHappen1297871264414. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927189 in DefaultPluginPublisher. |
[+] 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_neverHappen1292422927229 has been renamed to __timeStamp__239_neverHappen1297871264454. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927229 in ServicesGrailsPlugin. |
[+] 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_neverHappen1292422927263 has been renamed to __timeStamp__239_neverHappen1297871264472. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927263 in GrailsPluginUtils. |
[+] 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_neverHappen1292422929196 has been renamed to __timeStamp__239_neverHappen1297871266287. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929196 in GrailsMockErrors. |
[+] 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_neverHappen1292422928778 has been renamed to __timeStamp__239_neverHappen1297871265733. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928778 in GrailsMockHttpServletRequest. |
[+] 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_neverHappen1292422928781 has been renamed to __timeStamp__239_neverHappen1297871265737. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928781 in GrailsMockHttpServletResponse. |
[+] 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_neverHappen1292422928783 has been renamed to __timeStamp__239_neverHappen1297871265738. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928783 in GrailsMockHttpSession. |
[+] 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_neverHappen1292422928131 has been renamed to __timeStamp__239_neverHappen1297871265352. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928131 in DevelopmentShutdownHook. |
[+] 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.3.6.jar
package org.codehaus.groovy.grails.plugins.scaffolding
[+] ScaffoldingGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422927218 has been renamed to __timeStamp__239_neverHappen1297871264427. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927218 in ScaffoldingGrailsPlugin. |
[+] 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_neverHappen1292422928119 has been renamed to __timeStamp__239_neverHappen1297871265280. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928119 in DefaultGrailsTemplateGenerator. |
[+] 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.
...
grails-gorm-1.3.6.jar
package org.codehaus.groovy.grails.orm.hibernate
[+] GrailsHibernateTransactionManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422929026 has been renamed to __timeStamp__239_neverHappen1297871266035. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929026 in GrailsHibernateTransactionManager. |
[+] 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_neverHappen1292422925957 has been renamed to __timeStamp__239_neverHappen1297871263348. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925957 in CacheConfig. |
[+] 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_neverHappen1292422925959 has been renamed to __timeStamp__239_neverHappen1297871263350. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925959 in ColumnConfig. |
[+] 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_neverHappen1292422925961 has been renamed to __timeStamp__239_neverHappen1297871263354. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925961 in CompositeIdentity. |
[+] 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_neverHappen1292422925963 has been renamed to __timeStamp__239_neverHappen1297871263356. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925963 in GORMEnhancingBeanPostProcessor. |
[+] 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_neverHappen1292422925995 has been renamed to __timeStamp__239_neverHappen1297871263366. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925995 in HibernateMappingBuilder. |
[+] 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_neverHappen1292422926018 has been renamed to __timeStamp__239_neverHappen1297871263393. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926018 in HibernateNamedQueriesBuilder. |
[+] 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_neverHappen1292422926063 has been renamed to __timeStamp__239_neverHappen1297871263511. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926063 in Identity. |
[+] 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_neverHappen1292422926066 has been renamed to __timeStamp__239_neverHappen1297871263514. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926066 in JoinTable. |
[+] 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_neverHappen1292422926067 has been renamed to __timeStamp__239_neverHappen1297871263516. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926067 in Mapping. |
[+] 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_neverHappen1292422926023 has been renamed to __timeStamp__239_neverHappen1297871263404. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926023 in NamedCriteriaProxy. |
[+] affected methods (20)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getMetaClass ( )This method is from 'NamedCriteriaProxy' class.
getProperty ( String )This method is from 'NamedCriteriaProxy' class.
invokeMethod ( String, Object )This method is from 'NamedCriteriaProxy' class.
list ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
...
[+] NaturalId (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422926072 has been renamed to __timeStamp__239_neverHappen1297871263519. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926072 in NaturalId. |
[+] 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_neverHappen1292422926082 has been renamed to __timeStamp__239_neverHappen1297871263520. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926082 in PropertyConfig. |
[+] affected methods (56)
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.
getFormula ( )This method is from 'PropertyConfig' class.
getIgnoreNotFound ( )This method is from 'PropertyConfig' class.
...
[+] PropertyDefinitionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422926016 has been renamed to __timeStamp__239_neverHappen1297871263390. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926016 in PropertyDefinitionDelegate. |
[+] 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_neverHappen1292422926086 has been renamed to __timeStamp__239_neverHappen1297871263532. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926086 in Table. |
[+] 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.plugins.orm.hibernate
[+] HibernatePluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422926799 has been renamed to __timeStamp__239_neverHappen1297871264079. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926799 in HibernatePluginSupport. |
[+] affected methods (25)
HibernatePluginSupport ( )This constructor is from 'HibernatePluginSupport' class.
convertValueToIdentifierType ( Object, Object )This method is from 'HibernatePluginSupport' class.
enhanceProxy ( HibernateProxy )This method is from 'HibernatePluginSupport' class.
enhanceProxyClass ( Class )This method is from 'HibernatePluginSupport' class.
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.
...
grails-scripts-1.3.6.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422952756 has been renamed to __timeStamp__239_neverHappen1297871289558. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952756 in _GrailsArgParsing. |
[+] 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_neverHappen1292422952761 has been renamed to __timeStamp__239_neverHappen1297871289599. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952761 in _GrailsBootstrap. |
[+] 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_neverHappen1292422952793 has been renamed to __timeStamp__239_neverHappen1297871289709. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952793 in _GrailsClasspath. |
[+] 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_neverHappen1292422952905 has been renamed to __timeStamp__239_neverHappen1297871289742. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952905 in _GrailsClean. |
[+] 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_neverHappen1292422952913 has been renamed to __timeStamp__239_neverHappen1297871289758. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952913 in _GrailsCompile. |
[+] 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_neverHappen1292422952962 has been renamed to __timeStamp__239_neverHappen1297871289837. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952962 in _GrailsCreateArtifacts. |
[+] 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_neverHappen1292422952995 has been renamed to __timeStamp__239_neverHappen1297871289871. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952995 in _GrailsCreateProject. |
[+] 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_neverHappen1292422953019 has been renamed to __timeStamp__239_neverHappen1297871289900. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953019 in _GrailsDocs. |
[+] affected methods (7)
_GrailsDocs ( )This constructor is from '_GrailsDocs' class.
_GrailsDocs ( Binding )This constructor is from '_GrailsDocs' class.
configureAliases ( )This method is from '_GrailsDocs' class.
main ( String[ ] )This method is from '_GrailsDocs' class.
readDocProperties ( DocPublisher )This method is from '_GrailsDocs' class.
readPluginMetadataForDocs ( DocPublisher )This method is from '_GrailsDocs' class.
run ( )This method is from '_GrailsDocs' class.
[+] _GrailsEvents (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422953082 has been renamed to __timeStamp__239_neverHappen1297871289978. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953082 in _GrailsEvents. |
[+] 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_neverHappen1292422953088 has been renamed to __timeStamp__239_neverHappen1297871289995. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953088 in _GrailsGenerate. |
[+] 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_neverHappen1292422953094 has been renamed to __timeStamp__239_neverHappen1297871290001. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953094 in _GrailsInit. |
[+] 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_neverHappen1292422953107 has been renamed to __timeStamp__239_neverHappen1297871290022. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953107 in _GrailsPackage. |
[+] 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_neverHappen1292422953159 has been renamed to __timeStamp__239_neverHappen1297871290119. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953159 in _GrailsPluginDev. |
[+] 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_neverHappen1292422953189 has been renamed to __timeStamp__239_neverHappen1297871290177. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953189 in _GrailsPlugins. |
[+] 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_neverHappen1292422953262 has been renamed to __timeStamp__239_neverHappen1297871290229. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953262 in _GrailsProxy. |
[+] 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_neverHappen1292422953266 has been renamed to __timeStamp__239_neverHappen1297871290232. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953266 in _GrailsRun. |
[+] 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_neverHappen1292422953385 has been renamed to __timeStamp__239_neverHappen1297871290319. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953385 in _GrailsSettings. |
[+] 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_neverHappen1292422953447 has been renamed to __timeStamp__239_neverHappen1297871290386. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953447 in _GrailsTest. |
[+] 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_neverHappen1292422953586 has been renamed to __timeStamp__239_neverHappen1297871290512. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953586 in _GrailsWar. |
[+] affected methods (5)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor is from '_GrailsWar' class.
createDescriptorInternal ( Object, Object )This method is from '_GrailsWar' class.
main ( String[ ] )This method is from '_GrailsWar' class.
run ( )This method is from '_GrailsWar' class.
[+] _PackagePlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422953715 has been renamed to __timeStamp__239_neverHappen1297871290652. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953715 in _PackagePlugins. |
[+] 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_neverHappen1292422953729 has been renamed to __timeStamp__239_neverHappen1297871290665. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422953729 in _PluginDependencies. |
[+] affected methods (5)
_PluginDependencies ( )This constructor is from '_PluginDependencies' class.
_PluginDependencies ( Binding )This constructor is from '_PluginDependencies' class.
main ( String[ ] )This method is from '_PluginDependencies' class.
resetClasspath ( )This method is from '_PluginDependencies' class.
run ( )This method is from '_PluginDependencies' class.
[+] AddProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422951851 has been renamed to __timeStamp__239_neverHappen1297871288340. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951851 in AddProxy_. |
[+] 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_neverHappen1292422951859 has been renamed to __timeStamp__239_neverHappen1297871288354. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951859 in Bootstrap. |
[+] 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_neverHappen1292422951863 has been renamed to __timeStamp__239_neverHappen1297871288358. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951863 in BugReport. |
[+] 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_neverHappen1292422951874 has been renamed to __timeStamp__239_neverHappen1297871288371. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951874 in Clean. |
[+] 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 | Field __timeStamp__239_neverHappen1292422951877 has been renamed to __timeStamp__239_neverHappen1297871288375. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951877 in ClearProxy_. |
[+] 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_neverHappen1292422951882 has been renamed to __timeStamp__239_neverHappen1297871288388. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951882 in Compile. |
[+] 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_neverHappen1292422951886 has been renamed to __timeStamp__239_neverHappen1297871288394. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951886 in Console. |
[+] 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_neverHappen1292422951811 has been renamed to __timeStamp__239_neverHappen1297871288203. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951811 in ConsoleFocusListener. |
[+] 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_neverHappen1292422951910 has been renamed to __timeStamp__239_neverHappen1297871288425. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951910 in CreateApp_. |
[+] 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_neverHappen1292422951926 has been renamed to __timeStamp__239_neverHappen1297871288428. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951926 in CreateController. |
[+] 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_neverHappen1292422951934 has been renamed to __timeStamp__239_neverHappen1297871288435. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951934 in CreateDomainClass. |
[+] 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_neverHappen1292422951938 has been renamed to __timeStamp__239_neverHappen1297871288441. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951938 in CreateFilters. |
[+] 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.
[+] CreateHibernateCfgXml (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422951943 has been renamed to __timeStamp__239_neverHappen1297871288446. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951943 in CreateHibernateCfgXml. |
[+] affected methods (4)
CreateHibernateCfgXml ( )This constructor is from 'CreateHibernateCfgXml' class.
CreateHibernateCfgXml ( Binding )This constructor is from 'CreateHibernateCfgXml' class.
main ( String[ ] )This method is from 'CreateHibernateCfgXml' class.
run ( )This method is from 'CreateHibernateCfgXml' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422951948 has been renamed to __timeStamp__239_neverHappen1297871288451. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951948 in CreateIntegrationTest. |
[+] 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_neverHappen1292422951955 has been renamed to __timeStamp__239_neverHappen1297871288455. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951955 in CreatePlugin_. |
[+] 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_neverHappen1292422951957 has been renamed to __timeStamp__239_neverHappen1297871288458. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951957 in CreateScript. |
[+] 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_neverHappen1292422951961 has been renamed to __timeStamp__239_neverHappen1297871288463. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951961 in CreateService. |
[+] 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_neverHappen1292422951965 has been renamed to __timeStamp__239_neverHappen1297871288467. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951965 in CreateTagLib. |
[+] 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_neverHappen1292422951969 has been renamed to __timeStamp__239_neverHappen1297871288472. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951969 in CreateUnitTest. |
[+] 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_neverHappen1292422951972 has been renamed to __timeStamp__239_neverHappen1297871288476. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951972 in DependencyReport. |
[+] 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_neverHappen1292422952013 has been renamed to __timeStamp__239_neverHappen1297871288504. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952013 in Doc. |
[+] 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_neverHappen1292422952015 has been renamed to __timeStamp__239_neverHappen1297871288506. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952015 in GenerateAll. |
[+] 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_neverHappen1292422952020 has been renamed to __timeStamp__239_neverHappen1297871288511. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952020 in GenerateController. |
[+] 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_neverHappen1292422952023 has been renamed to __timeStamp__239_neverHappen1297871288517. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952023 in GenerateViews. |
[+] 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_neverHappen1292422952030 has been renamed to __timeStamp__239_neverHappen1297871288521. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952030 in Help_. |
[+] 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_neverHappen1292422951847 has been renamed to __timeStamp__239_neverHappen1297871288336. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422951847 in HelpEvaluatingCategory. |
[+] 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_neverHappen1292422952045 has been renamed to __timeStamp__239_neverHappen1297871288538. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952045 in Init. |
[+] 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_neverHappen1292422952063 has been renamed to __timeStamp__239_neverHappen1297871288588. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952063 in InstallDependency. |
[+] 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_neverHappen1292422952071 has been renamed to __timeStamp__239_neverHappen1297871288601. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952071 in InstallPlugin. |
[+] 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_neverHappen1292422952073 has been renamed to __timeStamp__239_neverHappen1297871288604. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952073 in InstallTemplates. |
[+] 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_neverHappen1292422952077 has been renamed to __timeStamp__239_neverHappen1297871288608. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952077 in IntegrateWith. |
[+] 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.
[+] Interactive (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422952103 has been renamed to __timeStamp__239_neverHappen1297871288658. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952103 in Interactive. |
[+] affected methods (4)
Interactive ( )This constructor is from 'Interactive' class.
Interactive ( Binding )This constructor is from 'Interactive' class.
main ( String[ ] )This method is from 'Interactive' class.
run ( )This method is from 'Interactive' class.
[+] ListPlugins_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422952121 has been renamed to __timeStamp__239_neverHappen1297871288682. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952121 in ListPlugins_. |
[+] 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_neverHappen1292422952106 has been renamed to __timeStamp__239_neverHappen1297871288661. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952106 in ListPluginUpdates. |
[+] 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_neverHappen1292422952123 has been renamed to __timeStamp__239_neverHappen1297871288685. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952123 in Package. |
[+] 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_neverHappen1292422952126 has been renamed to __timeStamp__239_neverHappen1297871288691. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952126 in PackagePlugin_. |
[+] 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_neverHappen1292422952128 has been renamed to __timeStamp__239_neverHappen1297871288704. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952128 in PluginInfo_. |
[+] 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_neverHappen1292422952131 has been renamed to __timeStamp__239_neverHappen1297871288729. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952131 in ReleasePlugin. |
[+] affected methods (24)
ReleasePlugin ( )This constructor is from 'ReleasePlugin' class.
ReleasePlugin ( Binding )This constructor is from 'ReleasePlugin' class.
addPluginZipAndMetadataIfNeccessary ( File, File )This method is from 'ReleasePlugin' class.
buildPluginInfo ( Object, Object )This method is from 'ReleasePlugin' class.
buildReleaseInfo ( Object, Object, Object, Object )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.
configureAuth ( Map, String )This method is from 'ReleasePlugin' class.
deleteZipFromTrunk ( )This method is from 'ReleasePlugin' class.
fetchRemote ( Object, Object )This method is from 'ReleasePlugin' class.
importBaseToSVN ( File )This method is from 'ReleasePlugin' class.
...
[+] RemoveProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422952506 has been renamed to __timeStamp__239_neverHappen1297871289144. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952506 in RemoveProxy_. |
[+] 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_neverHappen1292422952521 has been renamed to __timeStamp__239_neverHappen1297871289149. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952521 in RunApp. |
[+] 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.
[+] RunScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422952528 has been renamed to __timeStamp__239_neverHappen1297871289152. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952528 in RunScript. |
[+] affected methods (6)
RunScript ( )This constructor is from 'RunScript' class.
RunScript ( Binding )This constructor is from 'RunScript' class.
configureHibernateSession ( )This method is from 'RunScript' class.
executeScript ( Object, Object )This method is from 'RunScript' class.
main ( String[ ] )This method is from 'RunScript' class.
run ( )This method is from 'RunScript' class.
[+] RunWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422952546 has been renamed to __timeStamp__239_neverHappen1297871289161. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952546 in RunWar. |
[+] 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_neverHappen1292422952551 has been renamed to __timeStamp__239_neverHappen1297871289166. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952551 in SchemaExport. |
[+] 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_neverHappen1292422952637 has been renamed to __timeStamp__239_neverHappen1297871289280. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952637 in SetProxy_. |
[+] 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_neverHappen1292422952655 has been renamed to __timeStamp__239_neverHappen1297871289368. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952655 in SetVersion. |
[+] 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_neverHappen1292422952661 has been renamed to __timeStamp__239_neverHappen1297871289376. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952661 in Shell. |
[+] 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_neverHappen1292422952668 has been renamed to __timeStamp__239_neverHappen1297871289397. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952668 in Stats. |
[+] 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_neverHappen1292422952699 has been renamed to __timeStamp__239_neverHappen1297871289446. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952699 in TestApp. |
[+] 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_neverHappen1292422952726 has been renamed to __timeStamp__239_neverHappen1297871289451. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952726 in UninstallPlugin. |
[+] 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_neverHappen1292422952728 has been renamed to __timeStamp__239_neverHappen1297871289455. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952728 in Upgrade. |
[+] 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_neverHappen1292422952754 has been renamed to __timeStamp__239_neverHappen1297871289553. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422952754 in War. |
[+] 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.3.6.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928732 has been renamed to __timeStamp__239_neverHappen1297871265670. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928732 in DynamicElementReader. |
[+] 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.
...
grails-web-1.3.6.jar
package grails.web
[+] JSONBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422925819 has been renamed to __timeStamp__239_neverHappen1297871263216. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422925819 in JSONBuilder. |
[+] 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_neverHappen1292422926546 has been renamed to __timeStamp__239_neverHappen1297871263829. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926546 in ConvertersGrailsPlugin. |
[+] 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_neverHappen1292422926563 has been renamed to __timeStamp__239_neverHappen1297871263848. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926563 in JSONCodec. |
[+] 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_neverHappen1292422926565 has been renamed to __timeStamp__239_neverHappen1297871263853. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422926565 in XMLCodec. |
[+] 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_neverHappen1292422927264 has been renamed to __timeStamp__239_neverHappen1297871264498. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927264 in ControllersGrailsPlugin. |
[+] 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_neverHappen1292422927336 has been renamed to __timeStamp__239_neverHappen1297871264558. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927336 in GroovyPagesGrailsPlugin. |
[+] 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_neverHappen1292422927371 has been renamed to __timeStamp__239_neverHappen1297871264609. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927371 in ServletsGrailsPlugin. |
[+] 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_neverHappen1292422927384 has been renamed to __timeStamp__239_neverHappen1297871264641. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927384 in CompositeInterceptor. |
[+] 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_neverHappen1292422929028 has been renamed to __timeStamp__239_neverHappen1297871266037. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929028 in DefaultGrailsFiltersClass. |
[+] 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_neverHappen1292422927390 has been renamed to __timeStamp__239_neverHappen1297871264650. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927390 in FilterConfig. |
[+] 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_neverHappen1292422928796 has been renamed to __timeStamp__239_neverHappen1297871265740. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928796 in FiltersConfigArtefactHandler. |
[+] 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_neverHappen1292422927511 has been renamed to __timeStamp__239_neverHappen1297871264670. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927511 in FiltersGrailsPlugin. |
[+] 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_neverHappen1292422927455 has been renamed to __timeStamp__239_neverHappen1297871264656. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927455 in FilterToHandlerAdapter. |
[+] affected methods (38)
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.
getDependsOn ( )This method is from 'FilterToHandlerAdapter' class.
getFilterConfig ( )This method is from 'FilterToHandlerAdapter' class.
...
[+] Loader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422927388 has been renamed to __timeStamp__239_neverHappen1297871264648. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927388 in Loader. |
[+] 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_neverHappen1292422927523 has been renamed to __timeStamp__239_neverHappen1297871264687. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927523 in UrlMappingsGrailsPlugin. |
[+] 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_neverHappen1292422927591 has been renamed to __timeStamp__239_neverHappen1297871264726. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927591 in FormatInterceptor. |
[+] 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_neverHappen1292422927574 has been renamed to __timeStamp__239_neverHappen1297871264717. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927574 in MimeTypesGrailsPlugin. |
[+] 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_neverHappen1292422927592 has been renamed to __timeStamp__239_neverHappen1297871264728. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927592 in ApplicationTagLib. |
[+] affected methods (38)
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.
getJoin ( )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.
...
[+] CountryTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422927605 has been renamed to __timeStamp__239_neverHappen1297871264790. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927605 in CountryTagLib. |
[+] 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_neverHappen1292422927701 has been renamed to __timeStamp__239_neverHappen1297871264873. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927701 in FormatTagLib. |
[+] 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_neverHappen1292422927620 has been renamed to __timeStamp__239_neverHappen1297871264803. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927620 in FormTagLib. |
[+] 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_neverHappen1292422927722 has been renamed to __timeStamp__239_neverHappen1297871264904. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927722 in JavascriptTagLib. |
[+] 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_neverHappen1292422927735 has been renamed to __timeStamp__239_neverHappen1297871264925. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927735 in JavascriptValue. |
[+] 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_neverHappen1292422927743 has been renamed to __timeStamp__239_neverHappen1297871264957. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927743 in PluginTagLib. |
[+] 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_neverHappen1292422927736 has been renamed to __timeStamp__239_neverHappen1297871264927. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927736 in PrototypeProvider. |
[+] 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_neverHappen1292422927746 has been renamed to __timeStamp__239_neverHappen1297871264961. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927746 in RenderTagLib. |
[+] affected methods (43)
RenderTagLib ( )This constructor is from 'RenderTagLib' class.
getApplyLayout ( )This method is from 'RenderTagLib' class.
getControllerToScaffoldedDomainClassMap ( )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.
...
[+] SitemeshTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422927815 has been renamed to __timeStamp__239_neverHappen1297871265053. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927815 in SitemeshTagLib. |
[+] 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_neverHappen1292422927825 has been renamed to __timeStamp__239_neverHappen1297871265099. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422927825 in ValidationTagLib. |
[+] affected methods (30)
ValidationTagLib ( )This constructor is from 'ValidationTagLib' class.
eachErrorInternal ( Object, Object )This method is from 'ValidationTagLib' class.
eachErrorInternal ( Object, Object, boolean )This method is from 'ValidationTagLib' class.
extractErrors ( Object )This method is from 'ValidationTagLib' class.
formatValue ( Object )This method is from 'ValidationTagLib' class.
formatValue ( Object, String )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.
...
package org.codehaus.groovy.grails.web.converters
[+] AbstractParsingParameterCreationListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928281 has been renamed to __timeStamp__239_neverHappen1297871265451. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928281 in AbstractParsingParameterCreationListener. |
[+] 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_neverHappen1292422928874 has been renamed to __timeStamp__239_neverHappen1297871265852. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928874 in JSONParsingParameterCreationListener. |
[+] 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_neverHappen1292422928875 has been renamed to __timeStamp__239_neverHappen1297871265853. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928875 in XMLParsingParameterCreationListener. |
[+] 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_neverHappen1292422929030 has been renamed to __timeStamp__239_neverHappen1297871266052. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929030 in configtest. |
[+] 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_neverHappen1292422928283 has been renamed to __timeStamp__239_neverHappen1297871265453. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928283 in JavascriptLibraryFilters. |
[+] 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_neverHappen1292422929034 has been renamed to __timeStamp__239_neverHappen1297871266058. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929034 in ParamsAwareLocaleChangeInterceptor. |
[+] 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_neverHappen1292422928877 has been renamed to __timeStamp__239_neverHappen1297871265855. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928877 in ForwardUrlMappingInfo. |
[+] 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_neverHappen1292422928286 has been renamed to __timeStamp__239_neverHappen1297871265456. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928286 in ChainMethod. |
[+] 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_neverHappen1292422928289 has been renamed to __timeStamp__239_neverHappen1297871265460. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928289 in ForwardMethod. |
[+] 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_neverHappen1292422928878 has been renamed to __timeStamp__239_neverHappen1297871265857. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928878 in InvalidResponseHandler. |
[+] 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_neverHappen1292422928879 has been renamed to __timeStamp__239_neverHappen1297871265858. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928879 in ValidResponseHandler. |
[+] 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_neverHappen1292422928297 has been renamed to __timeStamp__239_neverHappen1297871265467. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928297 in WithFormMethod. |
[+] 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_neverHappen1292422928299 has been renamed to __timeStamp__239_neverHappen1297871265469. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928299 in DefaultAcceptHeaderParser. |
[+] 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_neverHappen1292422928310 has been renamed to __timeStamp__239_neverHappen1297871265477. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928310 in MimeType. |
[+] 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_neverHappen1292422928309 has been renamed to __timeStamp__239_neverHappen1297871265476. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928309 in QualityComparator. |
[+] 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_neverHappen1292422928312 has been renamed to __timeStamp__239_neverHappen1297871265479. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928312 in GroovyPageCompiler. |
[+] 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_neverHappen1292422929114 has been renamed to __timeStamp__239_neverHappen1297871266193. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929114 in GroovyPageCompilerTask. |
[+] 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_neverHappen1292422928880 has been renamed to __timeStamp__239_neverHappen1297871265859. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928880 in GroovyPagesJspFactory. |
[+] 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_neverHappen1292422960181 has been renamed to __timeStamp__239_neverHappen1297871298334. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422960181 in GroovyPagesJspFactory21. |
[+] 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_neverHappen1292422960248 has been renamed to __timeStamp__239_neverHappen1297871298389. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422960248 in GroovyPagesPageContext21. |
[+] 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_neverHappen1292422928881 has been renamed to __timeStamp__239_neverHappen1297871265860. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928881 in JspFragmentImpl. |
[+] 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_neverHappen1292422928346 has been renamed to __timeStamp__239_neverHappen1297871265499. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928346 in JspTagImpl. |
[+] 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_neverHappen1292422928390 has been renamed to __timeStamp__239_neverHappen1297871265506. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928390 in JspTagLibImpl. |
[+] 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_neverHappen1292422928393 has been renamed to __timeStamp__239_neverHappen1297871265530. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928393 in PageContextFactory. |
[+] 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_neverHappen1292422928402 has been renamed to __timeStamp__239_neverHappen1297871265542. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928402 in TagLibraryResolver. |
[+] 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_neverHappen1292422928893 has been renamed to __timeStamp__239_neverHappen1297871265876. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928893 in TldReader. |
[+] 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_neverHappen1292422928895 has been renamed to __timeStamp__239_neverHappen1297871265879. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928895 in WebXmlTagLibraryReader. |
[+] 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_neverHappen1292422928419 has been renamed to __timeStamp__239_neverHappen1297871265559. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928419 in WebMetaUtils. |
[+] affected methods (15)
WebMetaUtils ( )This constructor is from 'WebMetaUtils' class.
createAndPrepareCommandObjectAction ( GroovyObject, Closure, String, ApplicationContext )This method is from 'WebMetaUtils' class.
createCommandObjectBindingAction ( ApplicationContext )This method is from 'WebMetaUtils' class.
enhanceCommandObject ( ApplicationContext, Class )This method 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.
isCommandObjectAction ( Closure )This method is from 'WebMetaUtils' class.
prepareCommandObjectBindingAction ( Closure, Closure, String, Object, ApplicationContext )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.
...
package org.codehaus.groovy.grails.web.servlet.mvc
[+] GrailsParameterMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928896 has been renamed to __timeStamp__239_neverHappen1297871265881. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928896 in GrailsParameterMap. |
[+] affected methods (25)
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.
clone ( )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.
...
[+] SynchronizerToken (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928479 has been renamed to __timeStamp__239_neverHappen1297871265590. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928479 in SynchronizerToken. |
[+] 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_neverHappen1292422929203 has been renamed to __timeStamp__239_neverHappen1297871266295. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929203 in CannotRedirectException. |
[+] 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_neverHappen1292422928911 has been renamed to __timeStamp__239_neverHappen1297871265928. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928911 in GroovyPageAttributes. |
[+] affected methods (5)
GroovyPageAttributes ( )This constructor is from 'GroovyPageAttributes' class.
GroovyPageAttributes ( Map )This constructor is from 'GroovyPageAttributes' class.
clone ( )This method is from 'GroovyPageAttributes' class.
hashCode ( )This method is from 'GroovyPageAttributes' class.
list ( String )This method is from 'GroovyPageAttributes' class.
[+] NamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928913 has been renamed to __timeStamp__239_neverHappen1297871265929. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928913 in NamespacedTagDispatcher. |
[+] 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.util
[+] TypeConvertingMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928480 has been renamed to __timeStamp__239_neverHappen1297871265592. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928480 in TypeConvertingMap. |
[+] affected methods (29)
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.
equals ( Object )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.
...
grails-webflow-1.3.6.jar
package org.codehaus.groovy.grails.webflow
[+] WebFlowPluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1292422928484 has been renamed to __timeStamp__239_neverHappen1297871265596. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928484 in WebFlowPluginSupport. |
[+] 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_neverHappen1292422928914 has been renamed to __timeStamp__239_neverHappen1297871265931. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928914 in GrailsFlowUrlHandler. |
[+] 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_neverHappen1292422928950 has been renamed to __timeStamp__239_neverHappen1297871265947. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928950 in AbstractDelegate. |
[+] 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_neverHappen1292422929037 has been renamed to __timeStamp__239_neverHappen1297871266060. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929037 in ActionDelegate. |
[+] 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_neverHappen1292422928676 has been renamed to __timeStamp__239_neverHappen1297871265614. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928676 in ClosureExpression. |
[+] 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_neverHappen1292422928953 has been renamed to __timeStamp__239_neverHappen1297871265957. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928953 in ClosureInvokingAction. |
[+] 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_neverHappen1292422929039 has been renamed to __timeStamp__239_neverHappen1297871266063. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929039 in ControllerDelegate. |
[+] 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_neverHappen1292422928677 has been renamed to __timeStamp__239_neverHappen1297871265615. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928677 in ControllerFlowRegistry. |
[+] 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_neverHappen1292422929040 has been renamed to __timeStamp__239_neverHappen1297871266065. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422929040 in ExpressionDelegate. |
[+] 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_neverHappen1292422928959 has been renamed to __timeStamp__239_neverHappen1297871265999. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928959 in FlowBuilder. |
[+] 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_neverHappen1292422928691 has been renamed to __timeStamp__239_neverHappen1297871265618. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928691 in FlowInfoCapturer. |
[+] affected methods (30)
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_neverHappen1292422928995 has been renamed to __timeStamp__239_neverHappen1297871266028. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928995 in RuntimeRedirectAction. |
[+] 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_neverHappen1292422928695 has been renamed to __timeStamp__239_neverHappen1297871265626. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1292422928695 in TransitionTo. |
[+] 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
Other Changes in Data Types (1)
grails-core-1.3.6.jar
package org.codehaus.groovy.grails.plugins
[+] VersionComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1297871263712 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1297871263712 is ambiguous. |
[+] 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.
to the top
Java ARchives (14)
grails-app-files.jar
grails-bootstrap-1.3.6.jar
grails-core-1.3.6.jar
grails-crud-1.3.6.jar
grails-gorm-1.3.6.jar
grails-integration-files.jar
grails-osgi-1.3.6.jar
grails-plugin-files.jar
grails-resources-1.3.6.jar
grails-scripts-1.3.6.jar
grails-shared-files.jar
grails-spring-1.3.6.jar
grails-web-1.3.6.jar
grails-webflow-1.3.6.jar
to the top