Source compatibility report for the Grails library between 2.2.1 and 2.2.2 versions
Test Info
Library Name | Grails |
Version #1 | 2.2.1 |
Version #2 | 2.2.2 |
Test Results
Total Java ARchives | 21 |
---|
Total Methods / Classes | 16414 / 2333 |
---|
Verdict | Incompatible (22.4%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 18 |
---|
Removed Methods | High | 2 |
---|
Problems with Data Types | High | 238 |
---|
Medium | 1 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 4 |
Added Methods (18)
grails-core-2.2.2.jar, AbstractGrailsArtefactTransformer.class
package org.codehaus.groovy.grails.compiler.injection
AbstractGrailsArtefactTransformer.getMarkerAnnotation ( ) : AnnotationNode
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.getMarkerAnnotation:()Lorg/codehaus/groovy/ast/AnnotationNode;]
grails-core-2.2.2.jar, GrailsASTUtils.class
package org.codehaus.groovy.grails.compiler.injection
GrailsASTUtils.addDelegateInstanceMethod ( ClassNode classNode, Expression delegate, MethodNode declaredMethod, AnnotationNode markerAnnotation ) [static] : MethodNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateInstanceMethod:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/expr/Expression;Lorg/codehaus/groovy/ast/MethodNode;Lorg/codehaus/groovy/ast/AnnotationNode;)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.addDelegateInstanceMethod ( ClassNode classNode, Expression delegate, MethodNode declaredMethod, AnnotationNode markerAnnotation, boolean thisAsFirstArgument ) [static] : MethodNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateInstanceMethod:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/expr/Expression;Lorg/codehaus/groovy/ast/MethodNode;Lorg/codehaus/groovy/ast/AnnotationNode;Z)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.addDelegateStaticMethod ( Expression expression, ClassNode classNode, MethodNode delegateMethod, AnnotationNode markerAnnotation ) [static] : MethodNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateStaticMethod:(Lorg/codehaus/groovy/ast/expr/Expression;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/MethodNode;Lorg/codehaus/groovy/ast/AnnotationNode;)Lorg/codehaus/groovy/ast/MethodNode;]
grails-core-2.2.2.jar, ParticipatingInterceptor.class
package org.codehaus.groovy.grails.support
ParticipatingInterceptor.getParticipate ( ) [abstract] : boolean
[mangled: org/codehaus/groovy/grails/support/ParticipatingInterceptor.getParticipate:()Z]
ParticipatingInterceptor.setParticipate ( boolean p1 ) [abstract] : void
[mangled: org/codehaus/groovy/grails/support/ParticipatingInterceptor.setParticipate:(Z)V]
grails-datastore-core-1.1.7.RELEASE.jar, AbstractAttributeStoringSession.class
package org.grails.datastore.mapping.core
AbstractAttributeStoringSession.removeAttributesForEntity ( Object entity ) : void
[mangled: org/grails/datastore/mapping/core/AbstractAttributeStoringSession.removeAttributesForEntity:(Ljava/lang/Object;)V]
grails-datastore-core-1.1.7.RELEASE.jar, ClassPropertyFetcher.class
package org.grails.datastore.mapping.reflect
ClassPropertyFetcher.getStaticPropertyValuesFromInheritanceHierarchy ( String name, Class c ) : List
[mangled: org/grails/datastore/mapping/reflect/ClassPropertyFetcher.getStaticPropertyValuesFromInheritanceHierarchy:(Ljava/lang/String;Ljava/lang/Class;)Ljava/util/List;]
grails-datastore-core-1.1.7.RELEASE.jar, Persister.class
package org.grails.datastore.mapping.engine
Persister.getObjectIdentifier ( Object p1 ) [abstract] : Serializable
[mangled: org/grails/datastore/mapping/engine/Persister.getObjectIdentifier:(Ljava/lang/Object;)Ljava/io/Serializable;]
grails-hibernate-2.2.2.jar, AggregatePersistenceContextInterceptor.class
package org.codehaus.groovy.grails.orm.hibernate.support
AggregatePersistenceContextInterceptor.getParticipate ( ) : boolean
[mangled: org/codehaus/groovy/grails/orm/hibernate/support/AggregatePersistenceContextInterceptor.getParticipate:()Z]
AggregatePersistenceContextInterceptor.setParticipate ( boolean flag ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/support/AggregatePersistenceContextInterceptor.setParticipate:(Z)V]
grails-hibernate-2.2.2.jar, GormTransformer.class
package org.codehaus.groovy.grails.compiler.gorm
GormTransformer.getMarkerAnnotation ( ) : AnnotationNode
[mangled: org/codehaus/groovy/grails/compiler/gorm/GormTransformer.getMarkerAnnotation:()Lorg/codehaus/groovy/ast/AnnotationNode;]
grails-hibernate-2.2.2.jar, JoinTable.class
package org.codehaus.groovy.grails.orm.hibernate.cfg
JoinTable.getCatalog ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.getCatalog:()Ljava/lang/String;]
JoinTable.getSchema ( ) : String
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.getSchema:()Ljava/lang/String;]
JoinTable.setCatalog ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.setCatalog:(Ljava/lang/String;)V]
JoinTable.setSchema ( String p1 ) : void
[mangled: org/codehaus/groovy/grails/orm/hibernate/cfg/JoinTable.setSchema:(Ljava/lang/String;)V]
grails-web-2.2.2.jar, GrailsControllerHandlerMapping.class
package org.codehaus.groovy.grails.web.servlet
GrailsControllerHandlerMapping.establishInterceptors ( WebApplicationContext webContext, List previousInterceptors ) : HandlerInterceptor[ ]
[mangled: org/codehaus/groovy/grails/web/servlet/GrailsControllerHandlerMapping.establishInterceptors:(Lorg/springframework/web/context/WebApplicationContext;Ljava/util/List;)[Lorg/springframework/web/servlet/HandlerInterceptor;]
grails-web-2.2.2.jar, SynchronizerTokensHolder.class
package org.codehaus.groovy.grails.web.servlet.mvc
SynchronizerTokensHolder.getTokens ( String url ) : Set
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.getTokens:(Ljava/lang/String;)Ljava/util/Set;]
to the top
Removed Methods (2)
grails-web-2.2.1.jar, SynchronizerTokensHolder.class
package org.codehaus.groovy.grails.web.servlet.mvc
SynchronizerTokensHolder.getCurrentTokens ( ) : Map
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.getCurrentTokens:()Ljava/util/Map;]
SynchronizerTokensHolder.setCurrentTokens ( Map p1 ) : void
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.setCurrentTokens:(Ljava/util/Map;)V]
to the top
Problems with Data Types, High Severity (238)
grails-bootstrap-2.2.1.jar
package grails.build.interactive.completors
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700225 has been renamed to __timeStamp__239_neverHappen1367227341274. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700225 in CreateController. |
[+] affected methods (4)
CreateController ( )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
getCommandName ( )This method is from 'CreateController' class.
shouldInclude ( Resource )This method is from 'CreateController' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700232 has been renamed to __timeStamp__239_neverHappen1367227341282. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700232 in CreateIntegrationTest. |
[+] affected methods (3)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
getCommandName ( )This method is from 'CreateIntegrationTest' class.
[+] CreateScaffoldController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700239 has been renamed to __timeStamp__239_neverHappen1367227341289. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700239 in CreateScaffoldController. |
[+] affected methods (4)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
__.swapInit ( )This method is from 'CreateScaffoldController' class.
getCommandName ( )This method is from 'CreateScaffoldController' class.
shouldInclude ( Resource )This method is from 'CreateScaffoldController' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700247 has been renamed to __timeStamp__239_neverHappen1367227341296. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700247 in CreateService. |
[+] affected methods (4)
CreateService ( )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
getCommandName ( )This method is from 'CreateService' class.
shouldInclude ( Resource )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700254 has been renamed to __timeStamp__239_neverHappen1367227341303. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700254 in CreateTagLib. |
[+] affected methods (4)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
getCommandName ( )This method is from 'CreateTagLib' class.
shouldInclude ( Resource )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700261 has been renamed to __timeStamp__239_neverHappen1367227341311. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700261 in CreateUnitTest. |
[+] affected methods (3)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
getCommandName ( )This method is from 'CreateUnitTest' class.
[+] EscapingFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699523 has been renamed to __timeStamp__239_neverHappen1367227340546. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699523 in EscapingFileNameCompletor. |
[+] affected methods (8)
EscapingFileNameCompletor ( )This constructor is from 'EscapingFileNameCompletor' class.
__.swapInit ( )This method is from 'EscapingFileNameCompletor' class.
complete ( String, int, List )This method is from 'EscapingFileNameCompletor' class.
getMetaClass ( )This method is from 'EscapingFileNameCompletor' class.
getProperty ( String )This method is from 'EscapingFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'EscapingFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'EscapingFileNameCompletor' class.
setProperty ( String, Object )This method is from 'EscapingFileNameCompletor' class.
[+] GenerateAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700268 has been renamed to __timeStamp__239_neverHappen1367227341318. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700268 in GenerateAll. |
[+] affected methods (4)
GenerateAll ( )This constructor is from 'GenerateAll' class.
__.swapInit ( )This method is from 'GenerateAll' class.
getCommandName ( )This method is from 'GenerateAll' class.
shouldInclude ( Resource )This method is from 'GenerateAll' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700275 has been renamed to __timeStamp__239_neverHappen1367227341326. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700275 in GenerateController. |
[+] affected methods (4)
GenerateController ( )This constructor is from 'GenerateController' class.
__.swapInit ( )This method is from 'GenerateController' class.
getCommandName ( )This method is from 'GenerateController' class.
shouldInclude ( Resource )This method is from 'GenerateController' class.
[+] GenerateViews (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700283 has been renamed to __timeStamp__239_neverHappen1367227341336. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700283 in GenerateViews. |
[+] affected methods (4)
GenerateViews ( )This constructor is from 'GenerateViews' class.
__.swapInit ( )This method is from 'GenerateViews' class.
getCommandName ( )This method is from 'GenerateViews' class.
shouldInclude ( Resource )This method is from 'GenerateViews' class.
[+] Open (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699531 has been renamed to __timeStamp__239_neverHappen1367227340554. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699531 in Open. |
[+] affected methods (7)
Open ( )This constructor is from 'Open' class.
__.swapInit ( )This method is from 'Open' class.
getMetaClass ( )This method is from 'Open' class.
getProperty ( String )This method is from 'Open' class.
invokeMethod ( String, Object )This method is from 'Open' class.
setMetaClass ( MetaClass )This method is from 'Open' class.
setProperty ( String, Object )This method is from 'Open' class.
[+] RegexCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787698818 has been renamed to __timeStamp__239_neverHappen1367227339858. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787698818 in RegexCompletor. |
[+] affected methods (11)
RegexCompletor ( String )This constructor is from 'RegexCompletor' class.
RegexCompletor ( Pattern )This constructor is from 'RegexCompletor' class.
__.swapInit ( )This method is from 'RegexCompletor' class.
complete ( String, int, List )This method is from 'RegexCompletor' class.
getMetaClass ( )This method is from 'RegexCompletor' class.
getPattern ( )This method is from 'RegexCompletor' class.
getProperty ( String )This method is from 'RegexCompletor' class.
invokeMethod ( String, Object )This method is from 'RegexCompletor' class.
setMetaClass ( MetaClass )This method is from 'RegexCompletor' class.
setPattern ( Pattern )This method is from 'RegexCompletor' class.
setProperty ( String, Object )This method is from 'RegexCompletor' class.
...
[+] SimpleOrFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787698829 has been renamed to __timeStamp__239_neverHappen1367227339869. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787698829 in SimpleOrFileNameCompletor. |
[+] affected methods (9)
SimpleOrFileNameCompletor ( String[ ] )This constructor is from 'SimpleOrFileNameCompletor' class.
SimpleOrFileNameCompletor ( List )This constructor is from 'SimpleOrFileNameCompletor' class.
__.swapInit ( )This method is from 'SimpleOrFileNameCompletor' class.
complete ( String, int, List )This method is from 'SimpleOrFileNameCompletor' class.
getMetaClass ( )This method is from 'SimpleOrFileNameCompletor' class.
getProperty ( String )This method is from 'SimpleOrFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'SimpleOrFileNameCompletor' class.
setProperty ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700290 has been renamed to __timeStamp__239_neverHappen1367227341346. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700290 in TestApp. |
[+] affected methods (3)
TestApp ( )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
getCommandName ( )This method is from 'TestApp' class.
package grails.util
[+] BuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699544 has been renamed to __timeStamp__239_neverHappen1367227340566. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699544 in BuildSettings. |
[+] affected methods (389)
BuildSettings ( )This constructor is from 'BuildSettings' class.
BuildSettings ( File )This constructor is from 'BuildSettings' class.
BuildSettings ( File, File )This constructor is from 'BuildSettings' class.
__.swapInit ( )This method is from 'BuildSettings' class.
configureDependencyManager ( ConfigObject )This method is from 'BuildSettings' class.
createConfigSlurper ( )This method is from 'BuildSettings' class.
get.allDependenciesReport ( )This method is from 'BuildSettings' class.
get.defaultBuildDependencies ( )This method is from 'BuildSettings' class.
get.defaultCompileDependencies ( )This method is from 'BuildSettings' class.
get.defaultProvidedDependencies ( )This method is from 'BuildSettings' class.
get.defaultRuntimeDependencies ( )This method is from 'BuildSettings' class.
get.defaultTestDependencies ( )This method is from 'BuildSettings' class.
...
[+] CosineSimilarity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787698835 has been renamed to __timeStamp__239_neverHappen1367227339875. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787698835 in CosineSimilarity. |
[+] affected methods (9)
CosineSimilarity ( )This constructor is from 'CosineSimilarity' class.
__.swapInit ( )This method is from 'CosineSimilarity' class.
getMetaClass ( )This method is from 'CosineSimilarity' class.
getProperty ( String )This method is from 'CosineSimilarity' class.
invokeMethod ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object, double )This method is from 'CosineSimilarity' class.
setMetaClass ( MetaClass )This method is from 'CosineSimilarity' class.
setProperty ( String, Object )This method is from 'CosineSimilarity' class.
[+] GrailsMain (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700297 has been renamed to __timeStamp__239_neverHappen1367227341353. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700297 in GrailsMain. |
[+] affected methods (5)
GrailsMain ( )This constructor is from 'GrailsMain' class.
GrailsMain ( Binding )This constructor is from 'GrailsMain' class.
__.swapInit ( )This method is from 'GrailsMain' class.
main ( String[ ] )This method is from 'GrailsMain' class.
run ( )This method is from 'GrailsMain' class.
[+] PluginBuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787698851 has been renamed to __timeStamp__239_neverHappen1367227339891. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787698851 in PluginBuildSettings. |
[+] affected methods (191)
PluginBuildSettings ( BuildSettings )This constructor is from 'PluginBuildSettings' class.
PluginBuildSettings ( BuildSettings, Object )This constructor is from 'PluginBuildSettings' class.
__.swapInit ( )This method is from 'PluginBuildSettings' class.
addPluginScopeInfoForDirAndInfo ( PluginScopeInfo, GrailsPluginInfo, Resource )This method is from 'PluginBuildSettings' class.
clearCache ( )This method is from 'PluginBuildSettings' class.
getArtefactResources ( )This method is from 'PluginBuildSettings' class.
getArtefactResourcesForCurrentEnvironment ( )This method is from 'PluginBuildSettings' class.
getArtefactResourcesForOne ( String )This method is from 'PluginBuildSettings' class.
getAvailableScripts ( )This method is from 'PluginBuildSettings' class.
getBasePluginDescriptor ( )This method is from 'PluginBuildSettings' class.
getBuildScopePluginInfo ( )This method is from 'PluginBuildSettings' class.
getBuildSettings ( )This method is from 'PluginBuildSettings' class.
...
package org.codehaus.groovy.grails.cli
[+] ScriptNameResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699013 has been renamed to __timeStamp__239_neverHappen1367227340035. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699013 in ScriptNameResolver. |
[+] affected methods (8)
ScriptNameResolver ( )This constructor is from 'ScriptNameResolver' class.
__.swapInit ( )This method is from 'ScriptNameResolver' class.
getMetaClass ( )This method is from 'ScriptNameResolver' class.
getProperty ( String )This method is from 'ScriptNameResolver' class.
invokeMethod ( String, Object )This method is from 'ScriptNameResolver' class.
resolvesTo ( String, String )This method is from 'ScriptNameResolver' class.
setMetaClass ( MetaClass )This method is from 'ScriptNameResolver' class.
setProperty ( String, Object )This method is from 'ScriptNameResolver' class.
[+] UaaIntegrationSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789120095 has been renamed to __timeStamp__239_neverHappen1367227343694. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789120095 in UaaIntegrationSupport. |
[+] affected methods (8)
UaaIntegrationSupport ( )This constructor is from 'UaaIntegrationSupport' class.
__.swapInit ( )This method is from 'UaaIntegrationSupport' class.
findPlugin ( Object, String )This method is from 'UaaIntegrationSupport' class.
getMetaClass ( )This method is from 'UaaIntegrationSupport' class.
getProperty ( String )This method is from 'UaaIntegrationSupport' class.
invokeMethod ( String, Object )This method is from 'UaaIntegrationSupport' class.
setMetaClass ( MetaClass )This method is from 'UaaIntegrationSupport' class.
setProperty ( String, Object )This method is from 'UaaIntegrationSupport' class.
package org.codehaus.groovy.grails.cli.fork
[+] ExecutionContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699064 has been renamed to __timeStamp__239_neverHappen1367227340097. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699064 in ExecutionContext. |
[+] affected methods (34)
ExecutionContext ( )This constructor is from 'ExecutionContext' class.
__.swapInit ( )This method is from 'ExecutionContext' class.
getBaseDir ( )This method is from 'ExecutionContext' class.
getBuildDependencies ( )This method is from 'ExecutionContext' class.
getClassesDir ( )This method is from 'ExecutionContext' class.
getEnv ( )This method is from 'ExecutionContext' class.
getGrailsHome ( )This method is from 'ExecutionContext' class.
getGrailsWorkDir ( )This method is from 'ExecutionContext' class.
getMetaClass ( )This method is from 'ExecutionContext' class.
getProjectPluginsDir ( )This method is from 'ExecutionContext' class.
getProjectWorkDir ( )This method is from 'ExecutionContext' class.
getProperty ( String )This method is from 'ExecutionContext' class.
...
[+] ForkedGrailsProcess (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699020 has been renamed to __timeStamp__239_neverHappen1367227340051. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699020 in ForkedGrailsProcess. |
[+] affected methods (30)
ForkedGrailsProcess ( )This constructor is from 'ForkedGrailsProcess' abstract class.
__.swapInit ( )This method is from 'ForkedGrailsProcess' abstract class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'ForkedGrailsProcess' abstract class.
configure ( Map )This method is from 'ForkedGrailsProcess' abstract class.
createClassLoader ( BuildSettings )This method is from 'ForkedGrailsProcess' abstract class.
createExecutionContext ( )This abstract method is from 'ForkedGrailsProcess' abstract class.
discoverAndSetAgent ( ExecutionContext )This method is from 'ForkedGrailsProcess' abstract class.
findJarFile ( Class )This method is from 'ForkedGrailsProcess' abstract class.
fork ( )This method is from 'ForkedGrailsProcess' abstract class.
getDebug ( )This method is from 'ForkedGrailsProcess' abstract class.
getJvmArgs ( )This method is from 'ForkedGrailsProcess' abstract class.
getMaxMemory ( )This method is from 'ForkedGrailsProcess' abstract class.
...
package org.codehaus.groovy.grails.cli.interactive
[+] GrailsInteractiveCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699875 has been renamed to __timeStamp__239_neverHappen1367227340918. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699875 in GrailsInteractiveCompletor. |
[+] affected methods (13)
GrailsInteractiveCompletor ( BuildSettings, List )This constructor is from 'GrailsInteractiveCompletor' class.
__.swapInit ( )This method is from 'GrailsInteractiveCompletor' class.
complete ( String, int, List )This method is from 'GrailsInteractiveCompletor' class.
getCompletorCache ( )This method is from 'GrailsInteractiveCompletor' class.
getMetaClass ( )This method is from 'GrailsInteractiveCompletor' class.
getProperty ( String )This method is from 'GrailsInteractiveCompletor' class.
getScriptNames ( List )This method is from 'GrailsInteractiveCompletor' class.
getSettings ( )This method is from 'GrailsInteractiveCompletor' class.
invokeMethod ( String, Object )This method is from 'GrailsInteractiveCompletor' class.
setCompletorCache ( Map )This method is from 'GrailsInteractiveCompletor' class.
setMetaClass ( MetaClass )This method is from 'GrailsInteractiveCompletor' class.
setProperty ( String, Object )This method is from 'GrailsInteractiveCompletor' class.
...
[+] InteractiveMode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699074 has been renamed to __timeStamp__239_neverHappen1367227340107. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699074 in InteractiveMode. |
[+] affected methods (72)
InteractiveMode ( BuildSettings, GrailsScriptRunner )This constructor is from 'InteractiveMode' class.
__.swapInit ( )This method is from 'InteractiveMode' class.
addStatus ( String )This method is from 'InteractiveMode' class.
append ( String )This method is from 'InteractiveMode' class.
bang ( )This method is from 'InteractiveMode' class.
echoStatus ( )This method is from 'InteractiveMode' class.
error ( String )This method is from 'InteractiveMode' class.
error ( String, String )This method is from 'InteractiveMode' class.
error ( String, Throwable )This method is from 'InteractiveMode' class.
error ( Throwable )This method is from 'InteractiveMode' class.
execute ( String )This method is from 'InteractiveMode' class.
exit ( )This method is from 'InteractiveMode' class.
...
package org.codehaus.groovy.grails.cli.interactive.completors
[+] ClassNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699897 has been renamed to __timeStamp__239_neverHappen1367227340942. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699897 in ClassNameCompletor. |
[+] affected methods (12)
ClassNameCompletor ( )This constructor is from 'ClassNameCompletor' abstract class.
__.swapInit ( )This method is from 'ClassNameCompletor' abstract class.
complete ( String, int, List )This method is from 'ClassNameCompletor' abstract class.
getBuildSettings ( )This method is from 'ClassNameCompletor' abstract class.
getCommandName ( )This abstract method is from 'ClassNameCompletor' abstract class.
getMetaClass ( )This method is from 'ClassNameCompletor' abstract class.
getProperty ( String )This method is from 'ClassNameCompletor' abstract class.
invokeMethod ( String, Object )This method is from 'ClassNameCompletor' abstract class.
setBuildSettings ( BuildSettings )This method is from 'ClassNameCompletor' abstract class.
setMetaClass ( MetaClass )This method is from 'ClassNameCompletor' abstract class.
setProperty ( String, Object )This method is from 'ClassNameCompletor' abstract class.
shouldInclude ( Resource )This method is from 'ClassNameCompletor' abstract class.
...
package org.codehaus.groovy.grails.cli.maven
[+] MavenMultiProjectGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699911 has been renamed to __timeStamp__239_neverHappen1367227340957. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699911 in MavenMultiProjectGenerator. |
[+] affected methods (8)
MavenMultiProjectGenerator ( BuildSettings )This constructor is from 'MavenMultiProjectGenerator' class.
__.swapInit ( )This method is from 'MavenMultiProjectGenerator' class.
generate ( String, String, String )This method is from 'MavenMultiProjectGenerator' class.
getMetaClass ( )This method is from 'MavenMultiProjectGenerator' class.
getProperty ( String )This method is from 'MavenMultiProjectGenerator' class.
invokeMethod ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
setMetaClass ( MetaClass )This method is from 'MavenMultiProjectGenerator' class.
setProperty ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
[+] MavenPomGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699984 has been renamed to __timeStamp__239_neverHappen1367227341037. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699984 in MavenPomGenerator. |
[+] affected methods (11)
MavenPomGenerator ( BuildSettings )This constructor is from 'MavenPomGenerator' class.
__.swapInit ( )This method is from 'MavenPomGenerator' class.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList )This method is from 'MavenPomGenerator' class.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String )This method is from 'MavenPomGenerator' class.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String, String )This method is from 'MavenPomGenerator' class.
generate ( String )This method is from 'MavenPomGenerator' class.
getMetaClass ( )This method is from 'MavenPomGenerator' class.
getProperty ( String )This method is from 'MavenPomGenerator' class.
invokeMethod ( String, Object )This method is from 'MavenPomGenerator' class.
setMetaClass ( MetaClass )This method is from 'MavenPomGenerator' class.
setProperty ( String, Object )This method is from 'MavenPomGenerator' class.
...
package org.codehaus.groovy.grails.exceptions
[+] DefaultStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699124 has been renamed to __timeStamp__239_neverHappen1367227340156. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699124 in DefaultStackTracePrinter. |
[+] affected methods (16)
DefaultStackTracePrinter ( )This constructor is from 'DefaultStackTracePrinter' class.
__.swapInit ( )This method is from 'DefaultStackTracePrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultStackTracePrinter' class.
getMetaClass ( )This method is from 'DefaultStackTracePrinter' class.
getProperty ( String )This method is from 'DefaultStackTracePrinter' class.
invokeMethod ( String, Object )This method is from 'DefaultStackTracePrinter' class.
makeRelativeIfPossible ( String )This method is from 'DefaultStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'DefaultStackTracePrinter' class.
printCausedByMessage ( PrintWriter, Throwable )This method is from 'DefaultStackTracePrinter' class.
printFailureLocation ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
printHeader ( PrintWriter, String )This method is from 'DefaultStackTracePrinter' class.
printLastEntry ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
...
package org.codehaus.groovy.grails.io.support
[+] ByteArrayResource (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699149 has been renamed to __timeStamp__239_neverHappen1367227340181. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699149 in ByteArrayResource. |
[+] affected methods (22)
ByteArrayResource ( byte[ ] )This constructor is from 'ByteArrayResource' class.
ByteArrayResource ( byte[ ], String )This constructor is from 'ByteArrayResource' class.
__.swapInit ( )This method is from 'ByteArrayResource' class.
contentLength ( )This method is from 'ByteArrayResource' class.
createRelative ( String )This method is from 'ByteArrayResource' class.
exists ( )This method is from 'ByteArrayResource' class.
getBytes ( )This method is from 'ByteArrayResource' class.
getDescription ( )This method is from 'ByteArrayResource' class.
getFile ( )This method is from 'ByteArrayResource' class.
getFilename ( )This method is from 'ByteArrayResource' class.
getInputStream ( )This method is from 'ByteArrayResource' class.
getMetaClass ( )This method is from 'ByteArrayResource' class.
...
package org.codehaus.groovy.grails.plugins
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699160 has been renamed to __timeStamp__239_neverHappen1367227340192. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699160 in GrailsPluginUtils. |
[+] affected methods (52)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
clearCaches ( )This method is from 'GrailsPluginUtils' class.
getArtefactResources ( String )This method is from 'GrailsPluginUtils' class.
getArtefactResourcesForOne ( String )This method is from 'GrailsPluginUtils' class.
getAvailableScripts ( String, String, String )This method is from 'GrailsPluginUtils' class.
getBasePluginDescriptor ( String )This method is from 'GrailsPluginUtils' class.
getDescriptorForPlugin ( Resource )This method is from 'GrailsPluginUtils' class.
getGlobalPluginsPath ( )This method is from 'GrailsPluginUtils' class.
getGRAILS_HOME ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( String )This method is from 'GrailsPluginUtils' class.
...
[+] GrailsVersionUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699188 has been renamed to __timeStamp__239_neverHappen1367227340216. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699188 in GrailsVersionUtils. |
[+] affected methods (14)
GrailsVersionUtils ( )This constructor is from 'GrailsVersionUtils' class.
__.swapInit ( )This method is from 'GrailsVersionUtils' class.
getLowerVersion ( String )This method is from 'GrailsVersionUtils' class.
getMetaClass ( )This method is from 'GrailsVersionUtils' class.
getPluginName ( Class )This method is from 'GrailsVersionUtils' class.
getPluginVersion ( Class )This method is from 'GrailsVersionUtils' class.
getProperty ( String )This method is from 'GrailsVersionUtils' class.
getUpperVersion ( String )This method is from 'GrailsVersionUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsVersionUtils' class.
isValidVersion ( String, String )This method is from 'GrailsVersionUtils' class.
isVersionGreaterThan ( String, String )This method is from 'GrailsVersionUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsVersionUtils' class.
...
[+] PluginInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700017 has been renamed to __timeStamp__239_neverHappen1367227341070. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700017 in PluginInfo. |
[+] affected methods (23)
PluginInfo ( Resource, PluginBuildSettings )This constructor is from 'PluginInfo' class.
__.swapInit ( )This method is from 'PluginInfo' class.
getAdditionalMetadata ( )This method is from 'PluginInfo' class.
getAt ( String )This method is from 'PluginInfo' class.
getDescriptor ( )This method is from 'PluginInfo' class.
getFullName ( )This method is from 'PluginInfo' class.
getMetadata ( )This method is from 'PluginInfo' class.
getName ( )This method is from 'PluginInfo' class.
getPluginBuildSettings ( )This method is from 'PluginInfo' class.
getPluginDir ( )This method is from 'PluginInfo' class.
getPluginDirectory ( )This method is from 'PluginInfo' class.
getProperties ( )This method is from 'PluginInfo' class.
...
[+] VersionComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699206 has been renamed to __timeStamp__239_neverHappen1367227340234. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699206 in VersionComparator. |
[+] affected methods (11)
VersionComparator ( )This constructor is from 'VersionComparator' class.
__.swapInit ( )This method is from 'VersionComparator' class.
compare ( Object, Object )This method is from 'VersionComparator' class.
deSnapshot ( String )This method is from 'VersionComparator' class.
equals ( Object )This method is from 'VersionComparator' class.
getMetaClass ( )This method is from 'VersionComparator' class.
getProperty ( String )This method is from 'VersionComparator' class.
invokeMethod ( String, Object )This method is from 'VersionComparator' class.
isSnapshot ( String )This method is from 'VersionComparator' class.
setMetaClass ( MetaClass )This method is from 'VersionComparator' class.
setProperty ( String, Object )This method is from 'VersionComparator' class.
...
package org.codehaus.groovy.grails.plugins.build.scopes
[+] PluginScopeInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699233 has been renamed to __timeStamp__239_neverHappen1367227340261. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699233 in PluginScopeInfo. |
[+] affected methods (30)
addPluginScopeInfoForDirAndInfo ( PluginScopeInfo, GrailsPluginInfo, Resource )1st parameter 'compileInfo' of this method has type 'PluginScopeInfo'.
getBuildScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getCompileScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getProvidedScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getTestScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
registerPluginZipWithScope ( File, PluginScopeInfo )2nd parameter 'scopeInfo' of this method has type 'PluginScopeInfo'.
setBuildScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setCompileScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setProvidedScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setTestScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
PluginScopeInfo ( String )This constructor is from 'PluginScopeInfo' class.
__.swapInit ( )This method is from 'PluginScopeInfo' class.
...
package org.codehaus.groovy.grails.resolve
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700033 has been renamed to __timeStamp__239_neverHappen1367227341087. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700033 in EnhancedDefaultDependencyDescriptor. |
[+] affected methods (41)
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, boolean )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerPluginDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addArtifacts ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
handleExport ( EnhancedDefaultDependencyDescriptor, Boolean )1st parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
__.swapInit ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700074 has been renamed to __timeStamp__239_neverHappen1367227341129. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700074 in IvyDependencyManager. |
[+] affected methods (87)
getDependencyManager ( )Return value of this method has type 'IvyDependencyManager'.
pluginDependencyHandler ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
setDependencyManager ( IvyDependencyManager )1st parameter 'p1' of this method has type 'IvyDependencyManager'.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
addDependenciesForScope ( IvyDependencyManager, String, ArrayList, String, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
createCopy ( BuildSettings )Return value of this method has type 'IvyDependencyManager'.
DependencyConfigurationConfigurer ( DependencyConfigurationContext )Field 'context.dependencyManager' in 1st parameter 'context' of this method has type 'IvyDependencyManager'.
createInheritedContext ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
forApplication ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
forPlugin ( IvyDependencyManager, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
getExcludeRules ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
...
[+] PluginInstallEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699250 has been renamed to __timeStamp__239_neverHappen1367227340275. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699250 in PluginInstallEngine. |
[+] affected methods (62)
PluginInstallEngine ( BuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )This constructor is from 'PluginInstallEngine' class.
__.swapInit ( )This method is from 'PluginInstallEngine' class.
addJarsToRootLoader ( Configuration, Collection )This method is from 'PluginInstallEngine' class.
assertNoExistingInlinePlugin ( String )This method is from 'PluginInstallEngine' class.
checkExistingPluginInstall ( String, Object, File )This method is from 'PluginInstallEngine' class.
checkExistingPluginInstall ( String, Object, File, boolean )This method is from 'PluginInstallEngine' class.
checkPluginsToUninstall ( )This method is from 'PluginInstallEngine' class.
checkPluginsToUninstall ( Collection )This method is from 'PluginInstallEngine' class.
findMissingOrUpgradePlugins ( Collection )This method is from 'PluginInstallEngine' class.
...
[+] PluginResolveEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787699420 has been renamed to __timeStamp__239_neverHappen1367227340445. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787699420 in PluginResolveEngine. |
[+] affected methods (90)
PluginInstallEngine ( BuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
__.swapInit ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
addJarsToRootLoader ( Configuration, Collection )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
assertNoExistingInlinePlugin ( String )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkExistingPluginInstall ( String, Object, File )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkExistingPluginInstall ( String, Object, File, boolean )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkPluginsToUninstall ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkPluginsToUninstall ( Collection )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
findMissingOrUpgradePlugins ( Collection )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
...
[+] ResolveException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700370 has been renamed to __timeStamp__239_neverHappen1367227341460. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700370 in ResolveException. |
[+] affected methods (10)
ResolveException ( ResolveReport )This constructor is from 'ResolveException' class.
__.swapInit ( )This method is from 'ResolveException' class.
getMessage ( )This method is from 'ResolveException' class.
getMetaClass ( )This method is from 'ResolveException' class.
getProperty ( String )This method is from 'ResolveException' class.
getResolveReport ( )This method is from 'ResolveException' class.
invokeMethod ( String, Object )This method is from 'ResolveException' class.
setMetaClass ( MetaClass )This method is from 'ResolveException' class.
setProperty ( String, Object )This method is from 'ResolveException' class.
setResolveReport ( ResolveReport )This method is from 'ResolveException' class.
package org.codehaus.groovy.grails.resolve.config
[+] DependencyConfigurationConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700305 has been renamed to __timeStamp__239_neverHappen1367227341362. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700305 in DependencyConfigurationConfigurer. |
[+] affected methods (27)
DependencyConfigurationConfigurer ( DependencyConfigurationContext )This constructor is from 'DependencyConfigurationConfigurer' class.
__.swapInit ( )This method is from 'DependencyConfigurationConfigurer' class.
cacheDir ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
credentials ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
defaultDependenciesProvided ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
dependencies ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
getLegacyResolve ( )This method is from 'DependencyConfigurationConfigurer' class.
getPluginMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getRepositoryMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getWILDCARD ( )This method is from 'DependencyConfigurationConfigurer' class.
...
[+] InheritanceConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700324 has been renamed to __timeStamp__239_neverHappen1367227341385. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700324 in InheritanceConfigurer. |
[+] affected methods (4)
InheritanceConfigurer ( DependencyConfigurationContext )This constructor is from 'InheritanceConfigurer' class.
__.swapInit ( )This method is from 'InheritanceConfigurer' class.
excludes ( String[ ] )This method is from 'InheritanceConfigurer' class.
excludes ( Map )This method is from 'InheritanceConfigurer' class.
[+] RepositoriesConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361787700331 has been renamed to __timeStamp__239_neverHappen1367227341394. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361787700331 in RepositoriesConfigurer. |
[+] affected methods (17)
RepositoriesConfigurer ( DependencyConfigurationContext )This constructor is from 'RepositoriesConfigurer' class.
__.swapInit ( )This method is from 'RepositoriesConfigurer' class.
ebr ( )This method is from 'RepositoriesConfigurer' class.
flatDir ( Map )This method is from 'RepositoriesConfigurer' class.
grailsCentral ( )This method is from 'RepositoriesConfigurer' class.
grailsHome ( )This method is from 'RepositoriesConfigurer' class.
grailsPlugins ( )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String, String )This method is from 'RepositoriesConfigurer' class.
inherit ( boolean )This method is from 'RepositoriesConfigurer' class.
inherits ( boolean )This method is from 'RepositoriesConfigurer' class.
mavenCentral ( )This method is from 'RepositoriesConfigurer' class.
...
grails-core-2.2.1.jar
package grails.validation
[+] ValidationErrors (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131606 has been renamed to __timeStamp__239_neverHappen1367227369360. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131606 in ValidationErrors. |
[+] affected methods (10)
ValidationErrors ( Object )This constructor is from 'ValidationErrors' class.
ValidationErrors ( Object, String )This constructor is from 'ValidationErrors' class.
__.swapInit ( )This method is from 'ValidationErrors' class.
getAt ( String )This method is from 'ValidationErrors' class.
getMetaClass ( )This method is from 'ValidationErrors' class.
getProperty ( String )This method is from 'ValidationErrors' class.
invokeMethod ( String, Object )This method is from 'ValidationErrors' class.
putAt ( String, String )This method is from 'ValidationErrors' class.
setMetaClass ( MetaClass )This method is from 'ValidationErrors' class.
setProperty ( String, Object )This method is from 'ValidationErrors' class.
[+] ValidationException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131616 has been renamed to __timeStamp__239_neverHappen1367227369367. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131616 in ValidationException. |
[+] affected methods (14)
ValidationException ( String, Errors )This constructor is from 'ValidationException' class.
__.swapInit ( )This method is from 'ValidationException' class.
formatErrors ( Errors )This method is from 'ValidationException' class.
formatErrors ( Errors, String )This method is from 'ValidationException' class.
getErrors ( )This method is from 'ValidationException' class.
getFullMessage ( )This method is from 'ValidationException' class.
getMessage ( )This method is from 'ValidationException' class.
getMetaClass ( )This method is from 'ValidationException' class.
getProperty ( String )This method is from 'ValidationException' class.
invokeMethod ( String, Object )This method is from 'ValidationException' class.
setErrors ( Errors )This method is from 'ValidationException' class.
setFullMessage ( String )This method is from 'ValidationException' class.
...
package org.codehaus.groovy.grails.commons.cfg
[+] ConfigurationHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130673 has been renamed to __timeStamp__239_neverHappen1367227368463. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130673 in ConfigurationHelper. |
[+] affected methods (16)
ConfigurationHelper ( )This constructor is from 'ConfigurationHelper' class.
__.swapInit ( )This method is from 'ConfigurationHelper' class.
clearCachedConfigs ( )This method is from 'ConfigurationHelper' class.
getConfigSlurper ( String, GrailsApplication )This method is from 'ConfigurationHelper' class.
getMetaClass ( )This method is from 'ConfigurationHelper' class.
getProperty ( String )This method is from 'ConfigurationHelper' class.
initConfig ( ConfigObject )This method is from 'ConfigurationHelper' class.
initConfig ( ConfigObject, ResourceLoader )This method is from 'ConfigurationHelper' class.
initConfig ( ConfigObject, ResourceLoader, ClassLoader )This method is from 'ConfigurationHelper' class.
invokeMethod ( String, Object )This method is from 'ConfigurationHelper' class.
loadConfigFromClasspath ( )This method is from 'ConfigurationHelper' class.
loadConfigFromClasspath ( String )This method is from 'ConfigurationHelper' class.
...
[+] MapBasedSmartPropertyOverrideConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130789 has been renamed to __timeStamp__239_neverHappen1367227368558. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130789 in MapBasedSmartPropertyOverrideConfigurer. |
[+] affected methods (16)
MapBasedSmartPropertyOverrideConfigurer ( GrailsApplication )This constructor is from 'MapBasedSmartPropertyOverrideConfigurer' class.
__.swapInit ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
applyPropertyValue ( ConfigurableListableBeanFactory, String, String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getApplication ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getBeansConfig ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getClassLoader ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getMetaClass ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getProperty ( String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinitionForFactoryBean ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
...
package org.codehaus.groovy.grails.commons.metaclass
[+] MetaClassEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131265 has been renamed to __timeStamp__239_neverHappen1367227369049. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131265 in MetaClassEnhancer. |
[+] affected methods (9)
MetaClassEnhancer ( )This constructor is from 'MetaClassEnhancer' class.
__.swapInit ( )This method is from 'MetaClassEnhancer' class.
enhance ( MetaClass )This method is from 'MetaClassEnhancer' class.
enhanceAll ( Iterable )This method is from 'MetaClassEnhancer' class.
getMetaClass ( )This method is from 'MetaClassEnhancer' class.
getProperty ( String )This method is from 'MetaClassEnhancer' class.
invokeMethod ( String, Object )This method is from 'MetaClassEnhancer' class.
setMetaClass ( MetaClass )This method is from 'MetaClassEnhancer' class.
setProperty ( String, Object )This method is from 'MetaClassEnhancer' class.
[+] PropertyExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130806 has been renamed to __timeStamp__239_neverHappen1367227368577. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130806 in PropertyExpression. |
[+] affected methods (8)
PropertyExpression ( String )This constructor is from 'PropertyExpression' class.
__.swapInit ( )This method is from 'PropertyExpression' class.
getMetaClass ( )This method is from 'PropertyExpression' class.
getProperty ( String )This method is from 'PropertyExpression' class.
getValue ( )This method is from 'PropertyExpression' class.
invokeMethod ( String, Object )This method is from 'PropertyExpression' class.
setMetaClass ( MetaClass )This method is from 'PropertyExpression' class.
setProperty ( String, Object )This method is from 'PropertyExpression' class.
package org.codehaus.groovy.grails.compiler
[+] GrailsProjectCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130813 has been renamed to __timeStamp__239_neverHappen1367227368583. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130813 in GrailsProjectCompiler. |
[+] affected methods (64)
GrailsProjectCompiler ( PluginBuildSettings )This constructor is from 'GrailsProjectCompiler' class.
GrailsProjectCompiler ( PluginBuildSettings, ClassLoader )This constructor is from 'GrailsProjectCompiler' class.
__.swapInit ( )This method is from 'GrailsProjectCompiler' class.
compile ( )This method is from 'GrailsProjectCompiler' class.
compile ( Object )This method is from 'GrailsProjectCompiler' class.
compileAll ( )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String, Object )This method is from 'GrailsProjectCompiler' class.
compilePluginDescriptor ( File, File )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( Object )This method is from 'GrailsProjectCompiler' class.
configureClasspath ( )This method is from 'GrailsProjectCompiler' class.
...
package org.codehaus.groovy.grails.documentation
[+] DocumentationContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130907 has been renamed to __timeStamp__239_neverHappen1367227368685. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130907 in DocumentationContext. |
[+] affected methods (26)
DocumentationContext ( )This constructor is from 'DocumentationContext' class.
__.swapInit ( )This method is from 'DocumentationContext' class.
document ( String )This method is from 'DocumentationContext' class.
documentMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
documentProperty ( String, Class, String )This method is from 'DocumentationContext' class.
documentStaticMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
getArtefactType ( )This method is from 'DocumentationContext' class.
getCurrentDocumentation ( )This method is from 'DocumentationContext' class.
getInstance ( )This method is from 'DocumentationContext' class.
getMetaClass ( )This method is from 'DocumentationContext' class.
getMethods ( )This method is from 'DocumentationContext' class.
getProperties ( )This method is from 'DocumentationContext' class.
...
[+] DocumentedElement (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130930 has been renamed to __timeStamp__239_neverHappen1367227368704. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130930 in DocumentedElement. |
[+] affected methods (15)
DocumentedElement ( )This constructor is from 'DocumentedElement' class.
__.swapInit ( )This method is from 'DocumentedElement' class.
getArtefact ( )This method is from 'DocumentedElement' class.
getMetaClass ( )This method is from 'DocumentedElement' class.
getName ( )This method is from 'DocumentedElement' class.
getProperty ( String )This method is from 'DocumentedElement' class.
getText ( )This method is from 'DocumentedElement' class.
getType ( )This method is from 'DocumentedElement' class.
invokeMethod ( String, Object )This method is from 'DocumentedElement' class.
setArtefact ( String )This method is from 'DocumentedElement' class.
setMetaClass ( MetaClass )This method is from 'DocumentedElement' class.
setName ( String )This method is from 'DocumentedElement' class.
...
[+] DocumentedMethod (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131273 has been renamed to __timeStamp__239_neverHappen1367227369060. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131273 in DocumentedMethod. |
[+] affected methods (5)
DocumentedMethod ( )This constructor is from 'DocumentedMethod' class.
__.swapInit ( )This method is from 'DocumentedMethod' class.
getArguments ( )This method is from 'DocumentedMethod' class.
setArguments ( Class[ ] )This method is from 'DocumentedMethod' class.
toString ( )This method is from 'DocumentedMethod' class.
[+] DocumentedProperty (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131279 has been renamed to __timeStamp__239_neverHappen1367227369068. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131279 in DocumentedProperty. |
[+] affected methods (5)
DocumentedProperty ( )This constructor is from 'DocumentedProperty' class.
__.swapInit ( )This method is from 'DocumentedProperty' class.
getType ( )This method is from 'DocumentedProperty' class.
setType ( Class )This method is from 'DocumentedProperty' class.
toString ( )This method is from 'DocumentedProperty' class.
package org.codehaus.groovy.grails.exceptions
[+] DefaultErrorsPrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131285 has been renamed to __timeStamp__239_neverHappen1367227369076. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131285 in DefaultErrorsPrinter. |
[+] affected methods (14)
DefaultErrorsPrinter ( )This constructor is from 'DefaultErrorsPrinter' class.
DefaultErrorsPrinter ( ResourceLocator )This constructor is from 'DefaultErrorsPrinter' class.
__.swapInit ( )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'DefaultErrorsPrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultErrorsPrinter' class.
getFileNameInfo ( Throwable, Resource )This method is from 'DefaultErrorsPrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'DefaultErrorsPrinter' class.
getResourceLocator ( )This method is from 'DefaultErrorsPrinter' class.
getRootCause ( Throwable )This method is from 'DefaultErrorsPrinter' class.
...
package org.codehaus.groovy.grails.plugins
[+] CoreGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130935 has been renamed to __timeStamp__239_neverHappen1367227368709. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130935 in CoreGrailsPlugin. |
[+] affected methods (17)
CoreGrailsPlugin ( )This constructor is from 'CoreGrailsPlugin' class.
__.swapInit ( )This method is from 'CoreGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'CoreGrailsPlugin' class.
getDoWithSpring ( )This method is from 'CoreGrailsPlugin' class.
getMetaClass ( )This method is from 'CoreGrailsPlugin' class.
getOnChange ( )This method is from 'CoreGrailsPlugin' class.
getProperty ( String )This method is from 'CoreGrailsPlugin' class.
getVersion ( )This method is from 'CoreGrailsPlugin' class.
getWatchedResources ( )This method is from 'CoreGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'CoreGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'CoreGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'CoreGrailsPlugin' class.
...
[+] Servlet3AsyncWebXmlProcessor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130984 has been renamed to __timeStamp__239_neverHappen1367227368762. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130984 in Servlet3AsyncWebXmlProcessor. |
[+] affected methods (8)
Servlet3AsyncWebXmlProcessor ( )This constructor is from 'Servlet3AsyncWebXmlProcessor' class.
__.swapInit ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getMetaClass ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getProperty ( String )This method is from 'Servlet3AsyncWebXmlProcessor' class.
invokeMethod ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
process ( Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setMetaClass ( MetaClass )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setProperty ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
package org.codehaus.groovy.grails.plugins.publishing
[+] DefaultPluginPublisher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789130994 has been renamed to __timeStamp__239_neverHappen1367227368772. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789130994 in DefaultPluginPublisher. |
[+] affected methods (19)
DefaultPluginPublisher ( File, String, String )This constructor is from 'DefaultPluginPublisher' class.
DefaultPluginPublisher ( String, String )This constructor is from 'DefaultPluginPublisher' class.
__.swapInit ( )This method is from 'DefaultPluginPublisher' class.
getBaseDir ( )This method is from 'DefaultPluginPublisher' class.
getMetaClass ( )This method is from 'DefaultPluginPublisher' class.
getPluginMetadata ( String )This method is from 'DefaultPluginPublisher' class.
getProperty ( String )This method is from 'DefaultPluginPublisher' class.
getRepositoryURL ( )This method is from 'DefaultPluginPublisher' class.
getRevision ( )This method is from 'DefaultPluginPublisher' class.
invokeMethod ( String, Object )This method is from 'DefaultPluginPublisher' class.
parsePluginList ( Resource )This method is from 'DefaultPluginPublisher' class.
publishRelease ( String, Resource )This method is from 'DefaultPluginPublisher' class.
...
[+] PluginDescriptorGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131034 has been renamed to __timeStamp__239_neverHappen1367227368814. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131034 in PluginDescriptorGenerator. |
[+] affected methods (21)
PluginDescriptorGenerator ( BuildSettings, Object, List )This constructor is from 'PluginDescriptorGenerator' class.
PluginDescriptorGenerator ( BuildSettings, String, Resource[ ] )This constructor is from 'PluginDescriptorGenerator' class.
__.swapInit ( )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, IndentPrinter )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, MarkupBuilder )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, Writer )This method is from 'PluginDescriptorGenerator' class.
getAntPathMatcher ( )This method is from 'PluginDescriptorGenerator' class.
getBuildSettings ( )This method is from 'PluginDescriptorGenerator' class.
getExcludes ( )This method is from 'PluginDescriptorGenerator' class.
getMetaClass ( )This method is from 'PluginDescriptorGenerator' class.
getPluginName ( )This method is from 'PluginDescriptorGenerator' class.
getProperty ( String )This method is from 'PluginDescriptorGenerator' class.
...
[+] PluginPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131122 has been renamed to __timeStamp__239_neverHappen1367227368889. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131122 in PluginPackager. |
[+] affected methods (22)
PluginPackager ( BuildSettings, Object, Resource[ ], File )This constructor is from 'PluginPackager' class.
__.swapInit ( )This method is from 'PluginPackager' class.
generateDependencyDescriptor ( )This method is from 'PluginPackager' class.
generatePluginXml ( File )This method is from 'PluginPackager' class.
getAnt ( )This method is from 'PluginPackager' class.
getBasedir ( )This method is from 'PluginPackager' class.
getHasApplicationDependencies ( )This method is from 'PluginPackager' class.
getJarFiles ( )This method is from 'PluginPackager' class.
getMetaClass ( )This method is from 'PluginPackager' class.
getProperty ( String )This method is from 'PluginPackager' class.
getResourcesDir ( )This method is from 'PluginPackager' class.
invokeMethod ( String, Object )This method is from 'PluginPackager' class.
...
package org.codehaus.groovy.grails.plugins.support
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131232 has been renamed to __timeStamp__239_neverHappen1367227369013. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131232 in GrailsPluginUtils. |
[+] affected methods (9)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
getGrailsVersion ( )This method is from 'GrailsPluginUtils' class.
getMetaClass ( )This method is from 'GrailsPluginUtils' class.
getProperty ( String )This method is from 'GrailsPluginUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsPluginUtils' class.
setGrailsVersion ( Object )This method is from 'GrailsPluginUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsPluginUtils' class.
setProperty ( String, Object )This method is from 'GrailsPluginUtils' class.
[+] WatchPattern (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131236 has been renamed to __timeStamp__239_neverHappen1367227369019. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131236 in WatchPattern. |
[+] affected methods (16)
WatchPattern ( )This constructor is from 'WatchPattern' class.
__.swapInit ( )This method is from 'WatchPattern' class.
getDirectory ( )This method is from 'WatchPattern' class.
getExtension ( )This method is from 'WatchPattern' class.
getFile ( )This method is from 'WatchPattern' class.
getMetaClass ( )This method is from 'WatchPattern' class.
getPattern ( )This method is from 'WatchPattern' class.
getProperty ( String )This method is from 'WatchPattern' class.
invokeMethod ( String, Object )This method is from 'WatchPattern' class.
matchesPath ( String )This method is from 'WatchPattern' class.
setDirectory ( File )This method is from 'WatchPattern' class.
setExtension ( String )This method is from 'WatchPattern' class.
...
package org.codehaus.groovy.grails.project.packaging
[+] GrailsProjectPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131315 has been renamed to __timeStamp__239_neverHappen1367227369102. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131315 in GrailsProjectPackager. |
[+] affected methods (48)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )1st parameter 'projectPackager' of this method has type 'GrailsProjectPackager'.
GrailsProjectPackager ( GrailsProjectCompiler, File )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, File, boolean )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener, File )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener, File, boolean )This constructor is from 'GrailsProjectPackager' class.
__.swapInit ( )This method is from 'GrailsProjectPackager' class.
configureServerContextPath ( )This method is from 'GrailsProjectPackager' class.
createConfig ( )This method is from 'GrailsProjectPackager' class.
generatePluginXml ( File )This method is from 'GrailsProjectPackager' class.
generatePluginXml ( File, boolean )This method is from 'GrailsProjectPackager' class.
generateWebXml ( GrailsPluginManager )This method is from 'GrailsProjectPackager' class.
getAnt ( )This method is from 'GrailsProjectPackager' class.
...
[+] GrailsProjectWarCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131444 has been renamed to __timeStamp__239_neverHappen1367227369194. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131444 in GrailsProjectWarCreator. |
[+] affected methods (33)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )2nd parameter 'warCreator' of this method has type 'GrailsProjectWarCreator'.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager )This constructor is from 'GrailsProjectWarCreator' class.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager, AntBuilder )This constructor is from 'GrailsProjectWarCreator' class.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager, AntBuilder, boolean )This constructor is from 'GrailsProjectWarCreator' class.
__.swapInit ( )This method is from 'GrailsProjectWarCreator' class.
cleanUpAfterWar ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( String )This method is from 'GrailsProjectWarCreator' class.
createDescriptor ( )This method is from 'GrailsProjectWarCreator' class.
createDescriptorInternal ( Object, Object )This method is from 'GrailsProjectWarCreator' class.
getAdditionalEventArgs ( )This method is from 'GrailsProjectWarCreator' class.
getBuildExplodedWar ( )This method is from 'GrailsProjectWarCreator' class.
...
package org.codehaus.groovy.grails.project.plugins
[+] GrailsProjectPluginLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131573 has been renamed to __timeStamp__239_neverHappen1367227369320. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131573 in GrailsProjectPluginLoader. |
[+] affected methods (12)
GrailsProjectPluginLoader ( GrailsApplication, ClassLoader, BuildSettings, GrailsBuildEventListener )This constructor is from 'GrailsProjectPluginLoader' class.
__.swapInit ( )This method is from 'GrailsProjectPluginLoader' class.
getClassLoader ( )This method is from 'GrailsProjectPluginLoader' class.
getGrailsApplication ( )This method is from 'GrailsProjectPluginLoader' class.
getMetaClass ( )This method is from 'GrailsProjectPluginLoader' class.
getProperty ( String )This method is from 'GrailsProjectPluginLoader' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectPluginLoader' class.
loadPlugins ( )This method is from 'GrailsProjectPluginLoader' class.
setClassLoader ( ClassLoader )This method is from 'GrailsProjectPluginLoader' class.
setGrailsApplication ( GrailsApplication )This method is from 'GrailsProjectPluginLoader' class.
setMetaClass ( MetaClass )This method is from 'GrailsProjectPluginLoader' class.
setProperty ( String, Object )This method is from 'GrailsProjectPluginLoader' class.
...
package org.codehaus.groovy.grails.support
[+] DevelopmentShutdownHook (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131245 has been renamed to __timeStamp__239_neverHappen1367227369028. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131245 in DevelopmentShutdownHook. |
[+] affected methods (10)
DevelopmentShutdownHook ( )This constructor is from 'DevelopmentShutdownHook' class.
__.swapInit ( )This method is from 'DevelopmentShutdownHook' class.
getConsole ( )This method is from 'DevelopmentShutdownHook' class.
getMetaClass ( )This method is from 'DevelopmentShutdownHook' class.
getProperty ( String )This method is from 'DevelopmentShutdownHook' class.
invokeMethod ( String, Object )This method is from 'DevelopmentShutdownHook' class.
setApplicationContext ( ApplicationContext )This method is from 'DevelopmentShutdownHook' class.
setConsole ( Object )This method is from 'DevelopmentShutdownHook' class.
setMetaClass ( MetaClass )This method is from 'DevelopmentShutdownHook' class.
setProperty ( String, Object )This method is from 'DevelopmentShutdownHook' class.
package org.codehaus.groovy.grails.validation
[+] ConstraintEvalUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789131255 has been renamed to __timeStamp__239_neverHappen1367227369039. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789131255 in ConstraintEvalUtils. |
[+] affected methods (9)
ConstraintEvalUtils ( )This constructor is from 'ConstraintEvalUtils' class.
__.swapInit ( )This method is from 'ConstraintEvalUtils' class.
clearDefaultConstraints ( )This method is from 'ConstraintEvalUtils' class.
getDefaultConstraints ( ConfigObject )This method is from 'ConstraintEvalUtils' class.
getMetaClass ( )This method is from 'ConstraintEvalUtils' class.
getProperty ( String )This method is from 'ConstraintEvalUtils' class.
invokeMethod ( String, Object )This method is from 'ConstraintEvalUtils' class.
setMetaClass ( MetaClass )This method is from 'ConstraintEvalUtils' class.
setProperty ( String, Object )This method is from 'ConstraintEvalUtils' class.
grails-crud-2.2.1.jar
package org.codehaus.groovy.grails.scaffolding
[+] DefaultGrailsTemplateGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789160135 has been renamed to __timeStamp__239_neverHappen1367227409193. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789160135 in DefaultGrailsTemplateGenerator. |
[+] affected methods (39)
DefaultGrailsTemplateGenerator ( )This constructor is from 'DefaultGrailsTemplateGenerator' class.
DefaultGrailsTemplateGenerator ( ClassLoader )This constructor is from 'DefaultGrailsTemplateGenerator' class.
__.swapInit ( )This method is from 'DefaultGrailsTemplateGenerator' class.
generateController ( GrailsDomainClass, Writer )This method is from 'DefaultGrailsTemplateGenerator' class.
generateController ( GrailsDomainClass, String )This method is from 'DefaultGrailsTemplateGenerator' class.
generateTest ( GrailsDomainClass, String )This method is from 'DefaultGrailsTemplateGenerator' class.
generateView ( GrailsDomainClass, String, Writer )This method is from 'DefaultGrailsTemplateGenerator' class.
generateView ( GrailsDomainClass, String, String )This method is from 'DefaultGrailsTemplateGenerator' class.
generateViews ( GrailsDomainClass, String )This method is from 'DefaultGrailsTemplateGenerator' class.
getBasedir ( )This method is from 'DefaultGrailsTemplateGenerator' class.
getDomainSuffix ( )This method is from 'DefaultGrailsTemplateGenerator' class.
getEngine ( )This method is from 'DefaultGrailsTemplateGenerator' class.
...
grails-datastore-core-1.1.5.RELEASE.jar
package org.grails.datastore.mapping.config.groovy
[+] MappingConfigurationBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462720671 has been renamed to __timeStamp__239_neverHappen1366711689084. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462720671 in MappingConfigurationBuilder. |
[+] affected methods (14)
MappingConfigurationBuilder ( Object, Class )This constructor is from 'MappingConfigurationBuilder' class.
__.swapInit ( )This method is from 'MappingConfigurationBuilder' class.
evaluate ( Closure )This method is from 'MappingConfigurationBuilder' class.
getMetaClass ( )This method is from 'MappingConfigurationBuilder' class.
getProperties ( )This method is from 'MappingConfigurationBuilder' class.
getProperty ( String )This method is from 'MappingConfigurationBuilder' class.
getPropertyClass ( )This method is from 'MappingConfigurationBuilder' class.
getTarget ( )This method is from 'MappingConfigurationBuilder' class.
invokeMethod ( String, Object )This method is from 'MappingConfigurationBuilder' class.
setMetaClass ( MetaClass )This method is from 'MappingConfigurationBuilder' class.
setProperties ( Map )This method is from 'MappingConfigurationBuilder' class.
setProperty ( String, Object )This method is from 'MappingConfigurationBuilder' class.
...
package org.grails.datastore.mapping.core
[+] AbstractSession (1)
| Change | Effect |
---|
1 | Field objectToKey of type java.util.Map has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable objectToKey in AbstractSession. |
[+] affected methods (51)
AbstractSession ( Datastore, MappingContext, ApplicationEventPublisher )This constructor is from 'AbstractSession' abstract class.
AbstractSession ( Datastore, MappingContext, ApplicationEventPublisher, TPCacheAdapterRepository )This constructor is from 'AbstractSession' abstract class.
addPendingInsert ( PendingInsert )This method is from 'AbstractSession' abstract class.
addPendingUpdate ( PendingUpdate )This method is from 'AbstractSession' abstract class.
addPostFlushOperation ( Runnable )This method is from 'AbstractSession' abstract class.
attach ( Object )This method is from 'AbstractSession' abstract class.
beginTransaction ( )This method is from 'AbstractSession' abstract class.
beginTransactionInternal ( )This abstract method is from 'AbstractSession' abstract class.
cacheCollection ( PersistentEntity, Serializable, Collection, String )This method is from 'AbstractSession' abstract class.
cacheEntry ( Serializable, Object, Map, boolean )This method is from 'AbstractSession' abstract class.
cacheEntry ( PersistentEntity, Serializable, Object )This method is from 'AbstractSession' abstract class.
cacheInstance ( Class, Serializable, Object )This method is from 'AbstractSession' abstract class.
...
package org.grails.datastore.mapping.engine
[+] Persister (1)
| Change | Effect |
---|
1 | Abstract method getObjectIdentifier ( Object ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getObjectIdentifier(Object) in Persister. |
[+] affected methods (16)
getPersister ( Object )Return value of this method has type 'Persister'.
createPersister ( Class, MappingContext )Return value of this abstract method has type 'Persister'.
getPersister ( Object )Return value of this method has type 'Persister'.
getPersister ( Object )Return value of this abstract method has type 'Persister'.
createQuery ( )This abstract method is from 'Persister' interface.
delete ( Iterable )This abstract method is from 'Persister' interface.
delete ( Object )This abstract method is from 'Persister' interface.
getType ( )This abstract method is from 'Persister' interface.
persist ( Iterable )This abstract method is from 'Persister' interface.
persist ( Object )This abstract method is from 'Persister' interface.
proxy ( Serializable )This abstract method is from 'Persister' interface.
refresh ( Object )This abstract method is from 'Persister' interface.
...
grails-datastore-gorm-1.1.5.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810344 has been renamed to __timeStamp__239_neverHappen1366711755057. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810344 in DetachedCriteria. |
[+] affected methods (127)
DetachedCriteria ( Class )This constructor is from 'DetachedCriteria' class.
__.swapInit ( )This method is from 'DetachedCriteria' class.
add ( Query.Criterion )This method is from 'DetachedCriteria' class.
and ( Closure )This method is from 'DetachedCriteria' class.
between ( String, Object, Object )This method is from 'DetachedCriteria' class.
build ( Closure )This method is from 'DetachedCriteria' class.
buildLazy ( Closure )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
count ( )This method is from 'DetachedCriteria' class.
count ( Closure )This method is from 'DetachedCriteria' class.
count ( Map )This method is from 'DetachedCriteria' class.
...
package org.grails.datastore.gorm
[+] AbstractDatastoreApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810467 has been renamed to __timeStamp__239_neverHappen1366711755176. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810467 in AbstractDatastoreApi. |
[+] affected methods (9)
AbstractDatastoreApi ( Datastore )This constructor is from 'AbstractDatastoreApi' abstract class.
__.swapInit ( )This method is from 'AbstractDatastoreApi' abstract class.
execute ( SessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
execute ( VoidSessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
getMetaClass ( )This method is from 'AbstractDatastoreApi' abstract class.
getProperty ( String )This method is from 'AbstractDatastoreApi' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractDatastoreApi' abstract class.
setProperty ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
[+] AbstractGormApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810639 has been renamed to __timeStamp__239_neverHappen1366711755362. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810639 in AbstractGormApi. |
[+] affected methods (5)
AbstractGormApi ( Class, Datastore )This constructor is from 'AbstractGormApi' abstract class.
__.swapInit ( )This method is from 'AbstractGormApi' abstract class.
getEXCLUDES ( )This method is from 'AbstractGormApi' abstract class.
getExtendedMethods ( )This method is from 'AbstractGormApi' abstract class.
getMethods ( )This method is from 'AbstractGormApi' abstract class.
[+] GormEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810472 has been renamed to __timeStamp__239_neverHappen1366711755180. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810472 in GormEnhancer. |
[+] affected methods (27)
GormEnhancer ( Datastore )This constructor is from 'GormEnhancer' class.
GormEnhancer ( Datastore, PlatformTransactionManager )This constructor is from 'GormEnhancer' class.
__.swapInit ( )This method is from 'GormEnhancer' class.
enhance ( )This method is from 'GormEnhancer' class.
enhance ( PersistentEntity )This method is from 'GormEnhancer' class.
enhance ( PersistentEntity, boolean )This method is from 'GormEnhancer' class.
enhance ( boolean )This method is from 'GormEnhancer' class.
getAllDynamicFinders ( )This method is from 'GormEnhancer' class.
getDatastore ( )This method is from 'GormEnhancer' class.
getFailOnError ( )This method is from 'GormEnhancer' class.
getFinders ( )This method is from 'GormEnhancer' class.
getInstanceApi ( Class )This method is from 'GormEnhancer' class.
...
[+] GormInstanceApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810727 has been renamed to __timeStamp__239_neverHappen1366711755457. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810727 in GormInstanceApi. |
[+] affected methods (25)
getInstanceApi ( Class )Return value of this method has type 'GormInstanceApi'.
getInstanceApi ( Class )Return value of this method has type 'GormInstanceApi'.
GormInstanceApi ( Class, Datastore )This constructor is from 'GormInstanceApi' class.
__.swapInit ( )This method is from 'GormInstanceApi' class.
attach ( Object )This method is from 'GormInstanceApi' class.
delete ( Object )This method is from 'GormInstanceApi' class.
delete ( Object, Map )This method is from 'GormInstanceApi' class.
discard ( Object )This method is from 'GormInstanceApi' class.
doSave ( Object, Map, Session )This method is from 'GormInstanceApi' class.
getFailOnError ( )This method is from 'GormInstanceApi' class.
getValidationException ( )This method is from 'GormInstanceApi' class.
ident ( Object )This method is from 'GormInstanceApi' class.
...
[+] GormStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810767 has been renamed to __timeStamp__239_neverHappen1366711755503. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810767 in GormStaticApi. |
[+] affected methods (82)
getStaticApi ( Class )Return value of this method has type 'GormStaticApi'.
getStaticApi ( Class )Return value of this method has type 'GormStaticApi'.
GormStaticApi ( Class, Datastore, List )This constructor is from 'GormStaticApi' class.
GormStaticApi ( Class, Datastore, List, PlatformTransactionManager )This constructor is from 'GormStaticApi' class.
__.swapInit ( )This method is from 'GormStaticApi' class.
count ( )This method is from 'GormStaticApi' class.
create ( )This method is from 'GormStaticApi' class.
createCriteria ( )This method is from 'GormStaticApi' class.
deleteAll ( Object[ ] )This method is from 'GormStaticApi' class.
deleteAll ( Iterable )This method is from 'GormStaticApi' class.
executeQuery ( String )This method is from 'GormStaticApi' class.
executeQuery ( String, Collection )This method is from 'GormStaticApi' class.
...
[+] GormValidationApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810884 has been renamed to __timeStamp__239_neverHappen1366711755624. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810884 in GormValidationApi. |
[+] affected methods (16)
getValidationApi ( Class )Return value of this method has type 'GormValidationApi'.
getValidationApi ( Class )Return value of this method has type 'GormValidationApi'.
GormValidationApi ( Class, Datastore )This constructor is from 'GormValidationApi' class.
__.swapInit ( )This method is from 'GormValidationApi' class.
clearErrors ( Object )This method is from 'GormValidationApi' class.
getBeforeValidateHelper ( )This method is from 'GormValidationApi' class.
getErrors ( Object )This method is from 'GormValidationApi' class.
getValidator ( )This method is from 'GormValidationApi' class.
hasErrors ( Object )This method is from 'GormValidationApi' class.
setBeforeValidateHelper ( BeforeValidateHelper )This method is from 'GormValidationApi' class.
setErrors ( Object, Errors )This method is from 'GormValidationApi' class.
setValidator ( Validator )This method is from 'GormValidationApi' class.
...
[+] InstanceMethodInvokingClosure (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810711 has been renamed to __timeStamp__239_neverHappen1366711755438. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810711 in InstanceMethodInvokingClosure. |
[+] affected methods (5)
InstanceMethodInvokingClosure ( Object, String, Class[ ] )This constructor is from 'InstanceMethodInvokingClosure' class.
__.swapInit ( )This method is from 'InstanceMethodInvokingClosure' class.
call ( Object[ ] )This method is from 'InstanceMethodInvokingClosure' class.
doCall ( Object[ ] )This method is from 'InstanceMethodInvokingClosure' class.
getParameterTypes ( )This method is from 'InstanceMethodInvokingClosure' class.
[+] StaticMethodInvokingClosure (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810718 has been renamed to __timeStamp__239_neverHappen1366711755446. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810718 in StaticMethodInvokingClosure. |
[+] affected methods (5)
StaticMethodInvokingClosure ( Object, String, Class[ ] )This constructor is from 'StaticMethodInvokingClosure' class.
__.swapInit ( )This method is from 'StaticMethodInvokingClosure' class.
call ( Object[ ] )This method is from 'StaticMethodInvokingClosure' class.
doCall ( Object[ ] )This method is from 'StaticMethodInvokingClosure' class.
getParameterTypes ( )This method is from 'StaticMethodInvokingClosure' class.
package org.grails.datastore.gorm.bean.factory
[+] AbstractMappingContextFactoryBean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810515 has been renamed to __timeStamp__239_neverHappen1366711755224. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810515 in AbstractMappingContextFactoryBean. |
[+] affected methods (24)
AbstractMappingContextFactoryBean ( )This constructor is from 'AbstractMappingContextFactoryBean' abstract class.
__.swapInit ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
createMappingContext ( )This abstract method is from 'AbstractMappingContextFactoryBean' abstract class.
getApplicationContext ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getDefaultExternal ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getGrailsApplication ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMappingStrategy ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMetaClass ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObjectType ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getPluginManager ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
...
package org.grails.datastore.gorm.proxy
[+] GroovyProxyFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810535 has been renamed to __timeStamp__239_neverHappen1366711755244. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810535 in GroovyProxyFactory. |
[+] affected methods (12)
GroovyProxyFactory ( )This constructor is from 'GroovyProxyFactory' class.
__.swapInit ( )This method is from 'GroovyProxyFactory' class.
createProxy ( Session, Class, Serializable )This method is from 'GroovyProxyFactory' class.
getIdentifier ( Object )This method is from 'GroovyProxyFactory' class.
getMetaClass ( )This method is from 'GroovyProxyFactory' class.
getProperty ( String )This method is from 'GroovyProxyFactory' class.
invokeMethod ( String, Object )This method is from 'GroovyProxyFactory' class.
isInitialized ( Object )This method is from 'GroovyProxyFactory' class.
isProxy ( Object )This method is from 'GroovyProxyFactory' class.
setMetaClass ( MetaClass )This method is from 'GroovyProxyFactory' class.
setProperty ( String, Object )This method is from 'GroovyProxyFactory' class.
unwrap ( Object )This method is from 'GroovyProxyFactory' class.
...
package org.grails.datastore.gorm.query
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810576 has been renamed to __timeStamp__239_neverHappen1366711755295. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810576 in NamedCriteriaProxy. |
[+] affected methods (27)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getCriteriaClosure ( )This method is from 'NamedCriteriaProxy' class.
getEntity ( )This method is from 'NamedCriteriaProxy' class.
getFinders ( )This method is from 'NamedCriteriaProxy' class.
...
[+] NamedQueriesBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810563 has been renamed to __timeStamp__239_neverHappen1366711755272. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810563 in NamedQueriesBuilder. |
[+] affected methods (16)
NamedQueriesBuilder ( PersistentEntity, List )This constructor is from 'NamedQueriesBuilder' class.
__.swapInit ( )This method is from 'NamedQueriesBuilder' class.
evaluate ( Closure )This method is from 'NamedQueriesBuilder' class.
getEntity ( )This method is from 'NamedQueriesBuilder' class.
getFinders ( )This method is from 'NamedQueriesBuilder' class.
getInitialized ( )This method is from 'NamedQueriesBuilder' class.
getMetaClass ( )This method is from 'NamedQueriesBuilder' class.
getProperty ( String )This method is from 'NamedQueriesBuilder' class.
invokeMethod ( String, Object )This method is from 'NamedQueriesBuilder' class.
isInitialized ( )This method is from 'NamedQueriesBuilder' class.
methodMissing ( String, Object )This method is from 'NamedQueriesBuilder' class.
setEntity ( PersistentEntity )This method is from 'NamedQueriesBuilder' class.
...
package org.grails.datastore.gorm.query.criteria
[+] DetachedAssociationCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810652 has been renamed to __timeStamp__239_neverHappen1366711755377. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810652 in DetachedAssociationCriteria. |
[+] affected methods (4)
DetachedAssociationCriteria ( Class, Association )This constructor is from 'DetachedAssociationCriteria' class.
__.swapInit ( )This method is from 'DetachedAssociationCriteria' class.
getAssociation ( )This method is from 'DetachedAssociationCriteria' class.
setAssociation ( Association )This method is from 'DetachedAssociationCriteria' class.
package org.grails.datastore.gorm.utils
[+] InstanceProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810622 has been renamed to __timeStamp__239_neverHappen1366711755351. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810622 in InstanceProxy. |
[+] affected methods (13)
InstanceProxy ( )This constructor is from 'InstanceProxy' class.
__.swapInit ( )This method is from 'InstanceProxy' class.
getAt ( String )This method is from 'InstanceProxy' class.
getInstance ( )This method is from 'InstanceProxy' class.
getMetaClass ( )This method is from 'InstanceProxy' class.
getProperty ( String )This method is from 'InstanceProxy' class.
getTarget ( )This method is from 'InstanceProxy' class.
invokeMethod ( String, Object )This method is from 'InstanceProxy' class.
putAt ( String, Object )This method is from 'InstanceProxy' class.
setInstance ( Object )This method is from 'InstanceProxy' class.
setMetaClass ( MetaClass )This method is from 'InstanceProxy' class.
setProperty ( String, Object )This method is from 'InstanceProxy' class.
...
package org.grails.datastore.gorm.validation.constraints
[+] UniqueConstraint (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810665 has been renamed to __timeStamp__239_neverHappen1366711755390. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810665 in UniqueConstraint. |
[+] affected methods (14)
UniqueConstraint ( Datastore )This constructor is from 'UniqueConstraint' class.
__.swapInit ( )This method is from 'UniqueConstraint' class.
getDatastore ( )This method is from 'UniqueConstraint' class.
getMetaClass ( )This method is from 'UniqueConstraint' class.
getName ( )This method is from 'UniqueConstraint' class.
getProperty ( String )This method is from 'UniqueConstraint' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraint' class.
isValid ( )This method is from 'UniqueConstraint' class.
processValidate ( Object, Object, Errors )This method is from 'UniqueConstraint' class.
setDatastore ( Datastore )This method is from 'UniqueConstraint' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraint' class.
setProperty ( String, Object )This method is from 'UniqueConstraint' class.
...
[+] UniqueConstraintFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361462810633 has been renamed to __timeStamp__239_neverHappen1366711755357. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361462810633 in UniqueConstraintFactory. |
[+] affected methods (10)
UniqueConstraintFactory ( Datastore )This constructor is from 'UniqueConstraintFactory' class.
__.swapInit ( )This method is from 'UniqueConstraintFactory' class.
getDatastore ( )This method is from 'UniqueConstraintFactory' class.
getMetaClass ( )This method is from 'UniqueConstraintFactory' class.
getProperty ( String )This method is from 'UniqueConstraintFactory' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraintFactory' class.
newInstance ( )This method is from 'UniqueConstraintFactory' class.
setDatastore ( Datastore )This method is from 'UniqueConstraintFactory' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraintFactory' class.
setProperty ( String, Object )This method is from 'UniqueConstraintFactory' class.
grails-datastore-simple-1.1.5.RELEASE.jar
package org.grails.datastore.mapping.simple.engine
[+] SimpleMapEntityPersister (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361463015352 has been renamed to __timeStamp__239_neverHappen1366711920829. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361463015352 in SimpleMapEntityPersister. |
[+] affected methods (49)
SimpleMapEntityPersister ( MappingContext, PersistentEntity, Session, SimpleMapDatastore, ApplicationEventPublisher )This constructor is from 'SimpleMapEntityPersister' class.
__.swapInit ( )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createQuery ( )This method is from 'SimpleMapEntityPersister' class.
deleteEntries ( String, List )This method is from 'SimpleMapEntityPersister' class.
deleteEntry ( String, Object, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
getAssociationIndexer ( Object, Association )This method is from 'SimpleMapEntityPersister' class.
...
package org.grails.datastore.mapping.simple.query
[+] SimpleMapQuery (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361463014865 has been renamed to __timeStamp__239_neverHappen1366711920326. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361463014865 in SimpleMapQuery. |
[+] affected methods (30)
SimpleMapQuery ( SimpleMapSession, PersistentEntity, SimpleMapEntityPersister )This constructor is from 'SimpleMapQuery' class.
__.swapInit ( )This method is from 'SimpleMapQuery' class.
executeAssociationSubQuery ( Object, PersistentEntity, Query.Junction, PersistentProperty )This method is from 'SimpleMapQuery' class.
executeLikeWithRegex ( SimpleMapEntityPersister, PersistentProperty, Object )This method is from 'SimpleMapQuery' class.
executeQuery ( PersistentEntity, Query.Junction )This method is from 'SimpleMapQuery' class.
executeSubQuery ( Object, Object )This method is from 'SimpleMapQuery' class.
executeSubQueryInternal ( Object, Object )This method is from 'SimpleMapQuery' class.
getAssociationQueryHandlers ( )This method is from 'SimpleMapQuery' class.
getDatastore ( )This method is from 'SimpleMapQuery' class.
getFamily ( PersistentEntity )This method is from 'SimpleMapQuery' class.
getFunctionHandlers ( )This method is from 'SimpleMapQuery' class.
getHandlers ( )This method is from 'SimpleMapQuery' class.
...
[+] SimpleMapResultList (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361463014858 has been renamed to __timeStamp__239_neverHappen1366711920319. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361463014858 in SimpleMapResultList. |
[+] affected methods (11)
SimpleMapResultList ( SimpleMapQuery )This constructor is from 'SimpleMapResultList' class.
__.swapInit ( )This method is from 'SimpleMapResultList' class.
getMetaClass ( )This method is from 'SimpleMapResultList' class.
getProperty ( String )This method is from 'SimpleMapResultList' class.
getQuery ( )This method is from 'SimpleMapResultList' class.
getResults ( )This method is from 'SimpleMapResultList' class.
invokeMethod ( String, Object )This method is from 'SimpleMapResultList' class.
setMetaClass ( MetaClass )This method is from 'SimpleMapResultList' class.
setProperty ( String, Object )This method is from 'SimpleMapResultList' class.
setQuery ( SimpleMapQuery )This method is from 'SimpleMapResultList' class.
setResults ( List )This method is from 'SimpleMapResultList' class.
...
grails-hibernate-2.2.1.jar
package org.codehaus.groovy.grails.orm.hibernate
[+] GrailsHibernateTransactionManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156926 has been renamed to __timeStamp__239_neverHappen1367227406574. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156926 in GrailsHibernateTransactionManager. |
[+] affected methods (8)
GrailsHibernateTransactionManager ( )This constructor is from 'GrailsHibernateTransactionManager' class.
__.swapInit ( )This method is from 'GrailsHibernateTransactionManager' class.
doBegin ( Object, TransactionDefinition )This method is from 'GrailsHibernateTransactionManager' class.
getMetaClass ( )This method is from 'GrailsHibernateTransactionManager' class.
getProperty ( String )This method is from 'GrailsHibernateTransactionManager' class.
invokeMethod ( String, Object )This method is from 'GrailsHibernateTransactionManager' class.
setMetaClass ( MetaClass )This method is from 'GrailsHibernateTransactionManager' class.
setProperty ( String, Object )This method is from 'GrailsHibernateTransactionManager' class.
[+] HibernateGormEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156906 has been renamed to __timeStamp__239_neverHappen1367227406555. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156906 in HibernateGormEnhancer. |
[+] affected methods (8)
HibernateGormEnhancer ( HibernateDatastore, PlatformTransactionManager, GrailsApplication )This constructor is from 'HibernateGormEnhancer' class.
__.swapInit ( )This method is from 'HibernateGormEnhancer' class.
createPersistentMethods ( GrailsApplication, ClassLoader, Datastore )This method is from 'HibernateGormEnhancer' class.
getInstanceApi ( Class )This method is from 'HibernateGormEnhancer' class.
getStaticApi ( Class )This method is from 'HibernateGormEnhancer' class.
getValidationApi ( Class )This method is from 'HibernateGormEnhancer' class.
registerConstraints ( Datastore )This method is from 'HibernateGormEnhancer' class.
registerNamedQueries ( PersistentEntity, Object )This method is from 'HibernateGormEnhancer' class.
[+] HibernateGormInstanceApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789157012 has been renamed to __timeStamp__239_neverHappen1367227406645. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789157012 in HibernateGormInstanceApi. |
[+] affected methods (20)
HibernateGormInstanceApi ( Class, HibernateDatastore, ClassLoader )This constructor is from 'HibernateGormInstanceApi' class.
__.swapInit ( )This method is from 'HibernateGormInstanceApi' class.
attach ( Object )This method is from 'HibernateGormInstanceApi' class.
delete ( Object )This method is from 'HibernateGormInstanceApi' class.
delete ( Object, Map )This method is from 'HibernateGormInstanceApi' class.
discard ( Object )This method is from 'HibernateGormInstanceApi' class.
getDirtyPropertyNames ( Object )This method is from 'HibernateGormInstanceApi' class.
getPersistentValue ( Object, String )This method is from 'HibernateGormInstanceApi' class.
instanceOf ( Object, Class )This method is from 'HibernateGormInstanceApi' class.
isAttached ( Object )This method is from 'HibernateGormInstanceApi' class.
isDirty ( Object )This method is from 'HibernateGormInstanceApi' class.
isDirty ( Object, String )This method is from 'HibernateGormInstanceApi' class.
...
[+] HibernateGormStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156934 has been renamed to __timeStamp__239_neverHappen1367227406580. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156934 in HibernateGormStaticApi. |
[+] affected methods (55)
HibernateGormStaticApi ( Class, HibernateDatastore, List, ClassLoader, PlatformTransactionManager )This constructor is from 'HibernateGormStaticApi' class.
__.swapInit ( )This method is from 'HibernateGormStaticApi' class.
count ( )This method is from 'HibernateGormStaticApi' class.
create ( )This method is from 'HibernateGormStaticApi' class.
createCriteria ( )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Object )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Collection )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Collection, Map )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Map )This method is from 'HibernateGormStaticApi' class.
executeQuery ( String, Map, Map )This method is from 'HibernateGormStaticApi' class.
executeUpdate ( String )This method is from 'HibernateGormStaticApi' class.
...
[+] HibernateGormValidationApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789157005 has been renamed to __timeStamp__239_neverHappen1367227406638. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789157005 in HibernateGormValidationApi. |
[+] affected methods (9)
HibernateGormValidationApi ( Class, HibernateDatastore, ClassLoader )This constructor is from 'HibernateGormValidationApi' class.
__.swapInit ( )This method is from 'HibernateGormValidationApi' class.
getValidateMethod ( )This method is from 'HibernateGormValidationApi' class.
setValidateMethod ( ValidatePersistentMethod )This method is from 'HibernateGormValidationApi' class.
validate ( Object )This method is from 'HibernateGormValidationApi' class.
validate ( Object, List )This method is from 'HibernateGormValidationApi' class.
validate ( Object, Map )This method is from 'HibernateGormValidationApi' class.
validate ( Object, boolean )This method is from 'HibernateGormValidationApi' class.
InstanceProxy ( Object, HibernateGormInstanceApi, HibernateGormValidationApi )3rd parameter 'p3' of this method has type 'HibernateGormValidationApi'.
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] CacheConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156184 has been renamed to __timeStamp__239_neverHappen1367227406028. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156184 in CacheConfig. |
[+] affected methods (20)
CacheConfig ( )This constructor is from 'CacheConfig' class.
__.swapInit ( )This method is from 'CacheConfig' class.
getEnabled ( )This method is from 'CacheConfig' class.
getInclude ( )This method is from 'CacheConfig' class.
getINCLUDE_OPTIONS ( )This method is from 'CacheConfig' class.
getMetaClass ( )This method is from 'CacheConfig' class.
getProperty ( String )This method is from 'CacheConfig' class.
getUsage ( )This method is from 'CacheConfig' class.
getUSAGE_OPTIONS ( )This method is from 'CacheConfig' class.
invokeMethod ( String, Object )This method is from 'CacheConfig' class.
isEnabled ( )This method is from 'CacheConfig' class.
setEnabled ( boolean )This method is from 'CacheConfig' class.
...
[+] ColumnConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156262 has been renamed to __timeStamp__239_neverHappen1367227406081. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156262 in ColumnConfig. |
[+] affected methods (35)
ColumnConfig ( )This constructor is from 'ColumnConfig' class.
__.swapInit ( )This method is from 'ColumnConfig' class.
getComment ( )This method is from 'ColumnConfig' class.
getDefaultValue ( )This method is from 'ColumnConfig' class.
getEnumType ( )This method is from 'ColumnConfig' class.
getIndex ( )This method is from 'ColumnConfig' class.
getLength ( )This method is from 'ColumnConfig' class.
getMetaClass ( )This method is from 'ColumnConfig' class.
getName ( )This method is from 'ColumnConfig' class.
getPrecision ( )This method is from 'ColumnConfig' class.
getProperty ( String )This method is from 'ColumnConfig' class.
getScale ( )This method is from 'ColumnConfig' class.
...
[+] CompositeIdentity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156270 has been renamed to __timeStamp__239_neverHappen1367227406086. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156270 in CompositeIdentity. |
[+] affected methods (11)
CompositeIdentity ( )This constructor is from 'CompositeIdentity' class.
__.swapInit ( )This method is from 'CompositeIdentity' class.
getCompositeClass ( )This method is from 'CompositeIdentity' class.
getMetaClass ( )This method is from 'CompositeIdentity' class.
getProperty ( String )This method is from 'CompositeIdentity' class.
getPropertyNames ( )This method is from 'CompositeIdentity' class.
invokeMethod ( String, Object )This method is from 'CompositeIdentity' class.
setCompositeClass ( Class )This method is from 'CompositeIdentity' class.
setMetaClass ( MetaClass )This method is from 'CompositeIdentity' class.
setProperty ( String, Object )This method is from 'CompositeIdentity' class.
setPropertyNames ( String[ ] )This method is from 'CompositeIdentity' class.
...
[+] GORMEnhancingBeanPostProcessor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156919 has been renamed to __timeStamp__239_neverHappen1367227406567. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156919 in GORMEnhancingBeanPostProcessor. |
[+] affected methods (10)
GORMEnhancingBeanPostProcessor ( )This constructor is from 'GORMEnhancingBeanPostProcessor' class.
__.swapInit ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getApplicationContext ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getMetaClass ( )This method is from 'GORMEnhancingBeanPostProcessor' class.
getProperty ( String )This method is from 'GORMEnhancingBeanPostProcessor' class.
invokeMethod ( String, Object )This method is from 'GORMEnhancingBeanPostProcessor' class.
postProcessAfterInitialization ( Object, String )This method is from 'GORMEnhancingBeanPostProcessor' class.
setApplicationContext ( ApplicationContext )This method is from 'GORMEnhancingBeanPostProcessor' class.
setMetaClass ( MetaClass )This method is from 'GORMEnhancingBeanPostProcessor' class.
setProperty ( String, Object )This method is from 'GORMEnhancingBeanPostProcessor' class.
[+] HibernateMappingBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156295 has been renamed to __timeStamp__239_neverHappen1367227406104. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156295 in HibernateMappingBuilder. |
[+] affected methods (42)
HibernateMappingBuilder ( String )This constructor is from 'HibernateMappingBuilder' class.
__.swapInit ( )This method is from 'HibernateMappingBuilder' class.
autoImport ( boolean )This method is from 'HibernateMappingBuilder' class.
autoTimestamp ( boolean )This method is from 'HibernateMappingBuilder' class.
batchSize ( Integer )This method is from 'HibernateMappingBuilder' class.
cache ( String )This method is from 'HibernateMappingBuilder' class.
cache ( String, Map )This method is from 'HibernateMappingBuilder' class.
cache ( Map )This method is from 'HibernateMappingBuilder' class.
cache ( boolean )This method is from 'HibernateMappingBuilder' class.
columns ( Closure )This method is from 'HibernateMappingBuilder' class.
comment ( String )This method is from 'HibernateMappingBuilder' class.
datasource ( String )This method is from 'HibernateMappingBuilder' class.
...
[+] HibernateNamedQueriesBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156391 has been renamed to __timeStamp__239_neverHappen1367227406184. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156391 in HibernateNamedQueriesBuilder. |
[+] affected methods (9)
HibernateNamedQueriesBuilder ( Object, List )This constructor is from 'HibernateNamedQueriesBuilder' class.
__.swapInit ( )This method is from 'HibernateNamedQueriesBuilder' class.
evaluate ( Closure )This method is from 'HibernateNamedQueriesBuilder' class.
getMetaClass ( )This method is from 'HibernateNamedQueriesBuilder' class.
getProperty ( String )This method is from 'HibernateNamedQueriesBuilder' class.
invokeMethod ( String, Object )This method is from 'HibernateNamedQueriesBuilder' class.
methodMissing ( String, Object )This method is from 'HibernateNamedQueriesBuilder' class.
setMetaClass ( MetaClass )This method is from 'HibernateNamedQueriesBuilder' class.
setProperty ( String, Object )This method is from 'HibernateNamedQueriesBuilder' class.
[+] Identity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156485 has been renamed to __timeStamp__239_neverHappen1367227406260. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156485 in Identity. |
[+] affected methods (20)
Identity ( )This constructor is from 'Identity' class.
__.swapInit ( )This method is from 'Identity' class.
getColumn ( )This method is from 'Identity' class.
getGenerator ( )This method is from 'Identity' class.
getMetaClass ( )This method is from 'Identity' class.
getName ( )This method is from 'Identity' class.
getNatural ( )This method is from 'Identity' class.
getParams ( )This method is from 'Identity' class.
getProperty ( String )This method is from 'Identity' class.
getType ( )This method is from 'Identity' class.
invokeMethod ( String, Object )This method is from 'Identity' class.
setColumn ( String )This method is from 'Identity' class.
...
[+] JoinTable (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156493 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156493 in JoinTable. |
[+] affected methods (15)
JoinTable ( )This constructor is from 'JoinTable' class.
__.swapInit ( )This method is from 'JoinTable' class.
getColumn ( )This method is from 'JoinTable' class.
getKey ( )This method is from 'JoinTable' class.
getMetaClass ( )This method is from 'JoinTable' class.
getName ( )This method is from 'JoinTable' class.
getProperty ( String )This method is from 'JoinTable' class.
invokeMethod ( String, Object )This method is from 'JoinTable' class.
setColumn ( ColumnConfig )This method is from 'JoinTable' class.
setKey ( ColumnConfig )This method is from 'JoinTable' class.
setMetaClass ( MetaClass )This method is from 'JoinTable' class.
setName ( String )This method is from 'JoinTable' class.
...
[+] Mapping (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156498 has been renamed to __timeStamp__239_neverHappen1367227406273. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156498 in Mapping. |
[+] affected methods (66)
evaluateMapping ( GrailsDomainClass )Return value of this method has type 'Mapping'.
evaluateMapping ( GrailsDomainClass, Closure )Return value of this method has type 'Mapping'.
evaluateMapping ( GrailsDomainClass, Closure, boolean )Return value of this method has type 'Mapping'.
getMapping ( Class )Return value of this method has type 'Mapping'.
getMapping ( GrailsDomainClass )Return value of this method has type 'Mapping'.
evaluate ( Closure )Return value of this method has type 'Mapping'.
evaluate ( Closure, ApplicationContext )Return value of this method has type 'Mapping'.
getMapping ( )Return value of this method has type 'Mapping'.
setMapping ( Mapping )1st parameter 'p1' of this method has type 'Mapping'.
Mapping ( )This constructor is from 'Mapping' class.
__.swapInit ( )This method is from 'Mapping' class.
getAutoImport ( )This method is from 'Mapping' class.
...
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156406 has been renamed to __timeStamp__239_neverHappen1367227406200. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156406 in NamedCriteriaProxy. |
[+] affected methods (24)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getMetaClass ( )This method is from 'NamedCriteriaProxy' class.
getProperty ( String )This method is from 'NamedCriteriaProxy' class.
...
[+] NaturalId (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156520 has been renamed to __timeStamp__239_neverHappen1367227406289. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156520 in NaturalId. |
[+] affected methods (14)
getNatural ( )Return value of this method has type 'NaturalId'.
setNatural ( NaturalId )1st parameter 'p1' of this method has type 'NaturalId'.
NaturalId ( )This constructor is from 'NaturalId' class.
__.swapInit ( )This method is from 'NaturalId' class.
getMetaClass ( )This method is from 'NaturalId' class.
getMutable ( )This method is from 'NaturalId' class.
getProperty ( String )This method is from 'NaturalId' class.
getPropertyNames ( )This method is from 'NaturalId' class.
invokeMethod ( String, Object )This method is from 'NaturalId' class.
isMutable ( )This method is from 'NaturalId' class.
setMetaClass ( MetaClass )This method is from 'NaturalId' class.
setMutable ( boolean )This method is from 'NaturalId' class.
...
[+] PropertyConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156529 has been renamed to __timeStamp__239_neverHappen1367227406294. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156529 in PropertyConfig. |
[+] affected methods (57)
getPropertyConfig ( GrailsDomainClassProperty )Return value of this method has type 'PropertyConfig'.
getPropertyConfig ( String )Return value of this method has type 'PropertyConfig'.
PropertyConfig ( )This constructor is from 'PropertyConfig' class.
__.swapInit ( )This method is from 'PropertyConfig' class.
getBatchSize ( )This method is from 'PropertyConfig' class.
getCache ( )This method is from 'PropertyConfig' class.
getCascade ( )This method is from 'PropertyConfig' class.
getColumn ( )This method is from 'PropertyConfig' class.
getColumns ( )This method is from 'PropertyConfig' class.
getEnumType ( )This method is from 'PropertyConfig' class.
getFetch ( )This method is from 'PropertyConfig' class.
getFormula ( )This method is from 'PropertyConfig' class.
...
[+] PropertyDefinitionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156384 has been renamed to __timeStamp__239_neverHappen1367227406179. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156384 in PropertyDefinitionDelegate. |
[+] affected methods (10)
PropertyDefinitionDelegate ( PropertyConfig )This constructor is from 'PropertyDefinitionDelegate' class.
__.swapInit ( )This method is from 'PropertyDefinitionDelegate' class.
column ( Map )This method is from 'PropertyDefinitionDelegate' class.
getConfig ( )This method is from 'PropertyDefinitionDelegate' class.
getMetaClass ( )This method is from 'PropertyDefinitionDelegate' class.
getProperty ( String )This method is from 'PropertyDefinitionDelegate' class.
invokeMethod ( String, Object )This method is from 'PropertyDefinitionDelegate' class.
setConfig ( PropertyConfig )This method is from 'PropertyDefinitionDelegate' class.
setMetaClass ( MetaClass )This method is from 'PropertyDefinitionDelegate' class.
setProperty ( String, Object )This method is from 'PropertyDefinitionDelegate' class.
[+] Table (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156552 has been renamed to __timeStamp__239_neverHappen1367227406310. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156552 in Table. |
[+] affected methods (15)
getTable ( )Return value of this method has type 'Table'.
setTable ( Table )1st parameter 'p1' of this method has type 'Table'.
Table ( )This constructor is from 'Table' class.
__.swapInit ( )This method is from 'Table' class.
getCatalog ( )This method is from 'Table' class.
getMetaClass ( )This method is from 'Table' class.
getName ( )This method is from 'Table' class.
getProperty ( String )This method is from 'Table' class.
getSchema ( )This method is from 'Table' class.
invokeMethod ( String, Object )This method is from 'Table' class.
setCatalog ( String )This method is from 'Table' class.
setMetaClass ( MetaClass )This method is from 'Table' class.
...
package org.codehaus.groovy.grails.orm.hibernate.support
[+] AggregatePersistenceContextInterceptor (1)
| Change | Effect |
---|
1 | Removed super-interface org.codehaus.groovy.grails.support.PersistenceContextInterceptor. | Recompilation of a client program may be terminated with the message: cannot find method in class AggregatePersistenceContextInterceptor. |
[+] affected methods (13)
AggregatePersistenceContextInterceptor ( )This constructor is from 'AggregatePersistenceContextInterceptor' class.
afterPropertiesSet ( )This method is from 'AggregatePersistenceContextInterceptor' class.
clear ( )This method is from 'AggregatePersistenceContextInterceptor' class.
destroy ( )This method is from 'AggregatePersistenceContextInterceptor' class.
disconnect ( )This method is from 'AggregatePersistenceContextInterceptor' class.
flush ( )This method is from 'AggregatePersistenceContextInterceptor' class.
init ( )This method is from 'AggregatePersistenceContextInterceptor' class.
isOpen ( )This method is from 'AggregatePersistenceContextInterceptor' class.
reconnect ( )This method is from 'AggregatePersistenceContextInterceptor' class.
setApplicationContext ( ApplicationContext )This method is from 'AggregatePersistenceContextInterceptor' class.
setDataSourceNames ( List )This method is from 'AggregatePersistenceContextInterceptor' class.
setReadOnly ( )This method is from 'AggregatePersistenceContextInterceptor' class.
...
[+] HibernatePersistenceContextInterceptor (1)
| Change | Effect |
---|
1 | Removed super-interface org.codehaus.groovy.grails.support.PersistenceContextInterceptor. | Recompilation of a client program may be terminated with the message: cannot find method in class HibernatePersistenceContextInterceptor. |
[+] affected methods (12)
HibernatePersistenceContextInterceptor ( )This constructor is from 'HibernatePersistenceContextInterceptor' class.
clear ( )This method is from 'HibernatePersistenceContextInterceptor' class.
destroy ( )This method is from 'HibernatePersistenceContextInterceptor' class.
disconnect ( )This method is from 'HibernatePersistenceContextInterceptor' class.
flush ( )This method is from 'HibernatePersistenceContextInterceptor' class.
getSessionFactory ( )This method is from 'HibernatePersistenceContextInterceptor' class.
init ( )This method is from 'HibernatePersistenceContextInterceptor' class.
isOpen ( )This method is from 'HibernatePersistenceContextInterceptor' class.
reconnect ( )This method is from 'HibernatePersistenceContextInterceptor' class.
setReadOnly ( )This method is from 'HibernatePersistenceContextInterceptor' class.
setReadWrite ( )This method is from 'HibernatePersistenceContextInterceptor' class.
setSessionFactory ( SessionFactory )This method is from 'HibernatePersistenceContextInterceptor' class.
...
package org.codehaus.groovy.grails.plugins.orm.hibernate
[+] HibernatePluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156562 has been renamed to __timeStamp__239_neverHappen1367227406318. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156562 in HibernatePluginSupport. |
[+] affected methods (27)
HibernatePluginSupport ( )This constructor is from 'HibernatePluginSupport' class.
__.swapInit ( )This method is from 'HibernatePluginSupport' class.
convertValueToIdentifierType ( Object, Object )This method is from 'HibernatePluginSupport' class.
enhanceProxy ( HibernateProxy )This method is from 'HibernatePluginSupport' class.
enhanceProxyClass ( Class )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactories ( ApplicationContext, Object )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactories ( ApplicationContext, Object, Object )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext, String, Map )This method is from 'HibernatePluginSupport' class.
enhanceSessionFactory ( SessionFactory, GrailsApplication, ApplicationContext, String, Map, Object )This method is from 'HibernatePluginSupport' class.
filterQueryArgumentMap ( Map )This method is from 'HibernatePluginSupport' class.
getDoWithDynamicMethods ( )This method is from 'HibernatePluginSupport' class.
...
[+] InstanceProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789156901 has been renamed to __timeStamp__239_neverHappen1367227406550. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789156901 in InstanceProxy. |
[+] affected methods (9)
InstanceProxy ( Object, HibernateGormInstanceApi, HibernateGormValidationApi )This constructor is from 'InstanceProxy' class.
__.swapInit ( )This method is from 'InstanceProxy' class.
getAt ( String )This method is from 'InstanceProxy' class.
getMetaClass ( )This method is from 'InstanceProxy' class.
getProperty ( String )This method is from 'InstanceProxy' class.
invokeMethod ( String, Object )This method is from 'InstanceProxy' class.
putAt ( String, Object )This method is from 'InstanceProxy' class.
setMetaClass ( MetaClass )This method is from 'InstanceProxy' class.
setProperty ( String, Object )This method is from 'InstanceProxy' class.
grails-scripts-2.2.1.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249422 has been renamed to __timeStamp__239_neverHappen1367227655362. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249422 in _GrailsArgParsing. |
[+] affected methods (5)
_GrailsArgParsing ( )This constructor is from '_GrailsArgParsing' class.
_GrailsArgParsing ( Binding )This constructor is from '_GrailsArgParsing' class.
__.swapInit ( )This method is from '_GrailsArgParsing' class.
main ( String[ ] )This method is from '_GrailsArgParsing' class.
run ( )This method is from '_GrailsArgParsing' class.
[+] _GrailsBootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249427 has been renamed to __timeStamp__239_neverHappen1367227655365. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249427 in _GrailsBootstrap. |
[+] affected methods (5)
_GrailsBootstrap ( )This constructor is from '_GrailsBootstrap' class.
_GrailsBootstrap ( Binding )This constructor is from '_GrailsBootstrap' class.
__.swapInit ( )This method is from '_GrailsBootstrap' class.
main ( String[ ] )This method is from '_GrailsBootstrap' class.
run ( )This method is from '_GrailsBootstrap' class.
[+] _GrailsClasspath (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249458 has been renamed to __timeStamp__239_neverHappen1367227655393. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249458 in _GrailsClasspath. |
[+] affected methods (5)
_GrailsClasspath ( )This constructor is from '_GrailsClasspath' class.
_GrailsClasspath ( Binding )This constructor is from '_GrailsClasspath' class.
__.swapInit ( )This method is from '_GrailsClasspath' class.
main ( String[ ] )This method is from '_GrailsClasspath' class.
run ( )This method is from '_GrailsClasspath' class.
[+] _GrailsClean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249464 has been renamed to __timeStamp__239_neverHappen1367227655399. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249464 in _GrailsClean. |
[+] affected methods (5)
_GrailsClean ( )This constructor is from '_GrailsClean' class.
_GrailsClean ( Binding )This constructor is from '_GrailsClean' class.
__.swapInit ( )This method is from '_GrailsClean' class.
main ( String[ ] )This method is from '_GrailsClean' class.
run ( )This method is from '_GrailsClean' class.
[+] _GrailsCompile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249480 has been renamed to __timeStamp__239_neverHappen1367227655413. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249480 in _GrailsCompile. |
[+] affected methods (5)
_GrailsCompile ( )This constructor is from '_GrailsCompile' class.
_GrailsCompile ( Binding )This constructor is from '_GrailsCompile' class.
__.swapInit ( )This method is from '_GrailsCompile' class.
main ( String[ ] )This method is from '_GrailsCompile' class.
run ( )This method is from '_GrailsCompile' class.
[+] _GrailsCreateArtifacts (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249497 has been renamed to __timeStamp__239_neverHappen1367227655429. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249497 in _GrailsCreateArtifacts. |
[+] affected methods (5)
_GrailsCreateArtifacts ( )This constructor is from '_GrailsCreateArtifacts' class.
_GrailsCreateArtifacts ( Binding )This constructor is from '_GrailsCreateArtifacts' class.
__.swapInit ( )This method is from '_GrailsCreateArtifacts' class.
main ( String[ ] )This method is from '_GrailsCreateArtifacts' class.
run ( )This method is from '_GrailsCreateArtifacts' class.
[+] _GrailsCreateProject (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249518 has been renamed to __timeStamp__239_neverHappen1367227655449. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249518 in _GrailsCreateProject. |
[+] affected methods (6)
_GrailsCreateProject ( )This constructor is from '_GrailsCreateProject' class.
_GrailsCreateProject ( Binding )This constructor is from '_GrailsCreateProject' class.
__.swapInit ( )This method is from '_GrailsCreateProject' class.
main ( String[ ] )This method is from '_GrailsCreateProject' class.
resetBaseDirectory ( String )This method is from '_GrailsCreateProject' class.
run ( )This method is from '_GrailsCreateProject' class.
[+] _GrailsDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249541 has been renamed to __timeStamp__239_neverHappen1367227655468. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249541 in _GrailsDocs. |
[+] affected methods (9)
_GrailsDocs ( )This constructor is from '_GrailsDocs' class.
_GrailsDocs ( Binding )This constructor is from '_GrailsDocs' class.
__.swapInit ( )This method is from '_GrailsDocs' class.
configureAliases ( )This method is from '_GrailsDocs' class.
main ( String[ ] )This method is from '_GrailsDocs' class.
readApiLinks ( )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_neverHappen1361789249601 has been renamed to __timeStamp__239_neverHappen1367227655510. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249601 in _GrailsEvents. |
[+] affected methods (5)
_GrailsEvents ( )This constructor is from '_GrailsEvents' class.
_GrailsEvents ( Binding )This constructor is from '_GrailsEvents' class.
__.swapInit ( )This method is from '_GrailsEvents' class.
main ( String[ ] )This method is from '_GrailsEvents' class.
run ( )This method is from '_GrailsEvents' class.
[+] _GrailsGenerate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249610 has been renamed to __timeStamp__239_neverHappen1367227655517. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249610 in _GrailsGenerate. |
[+] affected methods (6)
_GrailsGenerate ( )This constructor is from '_GrailsGenerate' class.
_GrailsGenerate ( Binding )This constructor is from '_GrailsGenerate' class.
__.swapInit ( )This method is from '_GrailsGenerate' class.
generateForDomainClass ( Object )This method is from '_GrailsGenerate' class.
main ( String[ ] )This method is from '_GrailsGenerate' class.
run ( )This method is from '_GrailsGenerate' class.
[+] _GrailsInit (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249616 has been renamed to __timeStamp__239_neverHappen1367227655523. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249616 in _GrailsInit. |
[+] affected methods (5)
_GrailsInit ( )This constructor is from '_GrailsInit' class.
_GrailsInit ( Binding )This constructor is from '_GrailsInit' class.
__.swapInit ( )This method is from '_GrailsInit' class.
main ( String[ ] )This method is from '_GrailsInit' class.
run ( )This method is from '_GrailsInit' class.
[+] _GrailsPackage (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249641 has been renamed to __timeStamp__239_neverHappen1367227655536. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249641 in _GrailsPackage. |
[+] affected methods (5)
_GrailsPackage ( )This constructor is from '_GrailsPackage' class.
_GrailsPackage ( Binding )This constructor is from '_GrailsPackage' class.
__.swapInit ( )This method is from '_GrailsPackage' class.
main ( String[ ] )This method is from '_GrailsPackage' class.
run ( )This method is from '_GrailsPackage' class.
[+] _GrailsPluginDev (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249655 has been renamed to __timeStamp__239_neverHappen1367227655554. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249655 in _GrailsPluginDev. |
[+] affected methods (5)
_GrailsPluginDev ( )This constructor is from '_GrailsPluginDev' class.
_GrailsPluginDev ( Binding )This constructor is from '_GrailsPluginDev' class.
__.swapInit ( )This method is from '_GrailsPluginDev' class.
main ( String[ ] )This method is from '_GrailsPluginDev' class.
run ( )This method is from '_GrailsPluginDev' class.
[+] _GrailsPlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249671 has been renamed to __timeStamp__239_neverHappen1367227655568. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249671 in _GrailsPlugins. |
[+] affected methods (5)
_GrailsPlugins ( )This constructor is from '_GrailsPlugins' class.
_GrailsPlugins ( Binding )This constructor is from '_GrailsPlugins' class.
__.swapInit ( )This method is from '_GrailsPlugins' class.
main ( String[ ] )This method is from '_GrailsPlugins' class.
run ( )This method is from '_GrailsPlugins' class.
[+] _GrailsProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249676 has been renamed to __timeStamp__239_neverHappen1367227655572. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249676 in _GrailsProxy. |
[+] affected methods (5)
_GrailsProxy ( )This constructor is from '_GrailsProxy' class.
_GrailsProxy ( Binding )This constructor is from '_GrailsProxy' class.
__.swapInit ( )This method is from '_GrailsProxy' class.
main ( String[ ] )This method is from '_GrailsProxy' class.
run ( )This method is from '_GrailsProxy' class.
[+] _GrailsRun (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249680 has been renamed to __timeStamp__239_neverHappen1367227655575. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249680 in _GrailsRun. |
[+] affected methods (5)
_GrailsRun ( )This constructor is from '_GrailsRun' class.
_GrailsRun ( Binding )This constructor is from '_GrailsRun' class.
__.swapInit ( )This method is from '_GrailsRun' class.
main ( String[ ] )This method is from '_GrailsRun' class.
run ( )This method is from '_GrailsRun' class.
[+] _GrailsSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249707 has been renamed to __timeStamp__239_neverHappen1367227655601. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249707 in _GrailsSettings. |
[+] affected methods (5)
_GrailsSettings ( )This constructor is from '_GrailsSettings' class.
_GrailsSettings ( Binding )This constructor is from '_GrailsSettings' class.
__.swapInit ( )This method is from '_GrailsSettings' class.
main ( String[ ] )This method is from '_GrailsSettings' class.
run ( )This method is from '_GrailsSettings' class.
[+] _GrailsTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249723 has been renamed to __timeStamp__239_neverHappen1367227655612. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249723 in _GrailsTest. |
[+] affected methods (7)
_GrailsTest ( )This constructor is from '_GrailsTest' class.
_GrailsTest ( Binding )This constructor is from '_GrailsTest' class.
__.swapInit ( )This method is from '_GrailsTest' class.
getFailedTests ( )This method is from '_GrailsTest' class.
main ( String[ ] )This method is from '_GrailsTest' class.
notReloadingActive ( )This method is from '_GrailsTest' class.
run ( )This method is from '_GrailsTest' class.
[+] _GrailsWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249788 has been renamed to __timeStamp__239_neverHappen1367227655664. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249788 in _GrailsWar. |
[+] affected methods (5)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor is from '_GrailsWar' class.
__.swapInit ( )This method is from '_GrailsWar' class.
main ( String[ ] )This method is from '_GrailsWar' class.
run ( )This method is from '_GrailsWar' class.
[+] _PackagePlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249799 has been renamed to __timeStamp__239_neverHappen1367227655671. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249799 in _PackagePlugins. |
[+] affected methods (5)
_PackagePlugins ( )This constructor is from '_PackagePlugins' class.
_PackagePlugins ( Binding )This constructor is from '_PackagePlugins' class.
__.swapInit ( )This method is from '_PackagePlugins' class.
main ( String[ ] )This method is from '_PackagePlugins' class.
run ( )This method is from '_PackagePlugins' class.
[+] _PluginDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249806 has been renamed to __timeStamp__239_neverHappen1367227655676. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249806 in _PluginDependencies. |
[+] affected methods (6)
_PluginDependencies ( )This constructor is from '_PluginDependencies' class.
_PluginDependencies ( Binding )This constructor is from '_PluginDependencies' class.
__.swapInit ( )This method is from '_PluginDependencies' class.
main ( String[ ] )This method is from '_PluginDependencies' class.
resetClasspath ( )This method is from '_PluginDependencies' class.
run ( )This method is from '_PluginDependencies' class.
[+] AddProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248597 has been renamed to __timeStamp__239_neverHappen1367227654674. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248597 in AddProxy_. |
[+] affected methods (6)
AddProxy_ ( )This constructor is from 'AddProxy_' class.
AddProxy_ ( Binding )This constructor is from 'AddProxy_' class.
__.swapInit ( )This method is from 'AddProxy_' class.
main ( String[ ] )This method is from 'AddProxy_' class.
msg ( )This method is from 'AddProxy_' class.
run ( )This method is from 'AddProxy_' class.
[+] Alias (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248623 has been renamed to __timeStamp__239_neverHappen1367227654700. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248623 in Alias. |
[+] affected methods (11)
Alias ( )This constructor is from 'Alias' class.
Alias ( Binding )This constructor is from 'Alias' class.
__.swapInit ( )This method is from 'Alias' class.
configureAlias ( )This method is from 'Alias' class.
listAliases ( )This method is from 'Alias' class.
loadProperties ( )This method is from 'Alias' class.
main ( String[ ] )This method is from 'Alias' class.
removeAlias ( )This method is from 'Alias' class.
run ( )This method is from 'Alias' class.
showAlias ( )This method is from 'Alias' class.
usage ( )This method is from 'Alias' class.
...
[+] Bootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248654 has been renamed to __timeStamp__239_neverHappen1367227654717. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248654 in Bootstrap. |
[+] affected methods (5)
Bootstrap ( )This constructor is from 'Bootstrap' class.
Bootstrap ( Binding )This constructor is from 'Bootstrap' class.
__.swapInit ( )This method is from 'Bootstrap' class.
main ( String[ ] )This method is from 'Bootstrap' class.
run ( )This method is from 'Bootstrap' class.
[+] BugReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248660 has been renamed to __timeStamp__239_neverHappen1367227654722. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248660 in BugReport. |
[+] affected methods (5)
BugReport ( )This constructor is from 'BugReport' class.
BugReport ( Binding )This constructor is from 'BugReport' class.
__.swapInit ( )This method is from 'BugReport' class.
main ( String[ ] )This method is from 'BugReport' class.
run ( )This method is from 'BugReport' class.
[+] Clean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248676 has been renamed to __timeStamp__239_neverHappen1367227654744. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248676 in Clean. |
[+] affected methods (5)
Clean ( )This constructor is from 'Clean' class.
Clean ( Binding )This constructor is from 'Clean' class.
__.swapInit ( )This method is from 'Clean' class.
main ( String[ ] )This method is from 'Clean' class.
run ( )This method is from 'Clean' class.
[+] ClearProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248681 has been renamed to __timeStamp__239_neverHappen1367227654748. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248681 in ClearProxy_. |
[+] affected methods (5)
ClearProxy_ ( )This constructor is from 'ClearProxy_' class.
ClearProxy_ ( Binding )This constructor is from 'ClearProxy_' class.
__.swapInit ( )This method is from 'ClearProxy_' class.
main ( String[ ] )This method is from 'ClearProxy_' class.
run ( )This method is from 'ClearProxy_' class.
[+] Compile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248691 has been renamed to __timeStamp__239_neverHappen1367227654757. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248691 in Compile. |
[+] affected methods (5)
Compile ( )This constructor is from 'Compile' class.
Compile ( Binding )This constructor is from 'Compile' class.
__.swapInit ( )This method is from 'Compile' class.
main ( String[ ] )This method is from 'Compile' class.
run ( )This method is from 'Compile' class.
[+] Console (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248698 has been renamed to __timeStamp__239_neverHappen1367227654765. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248698 in Console. |
[+] affected methods (5)
Console ( )This constructor is from 'Console' class.
Console ( Binding )This constructor is from 'Console' class.
__.swapInit ( )This method is from 'Console' class.
main ( String[ ] )This method is from 'Console' class.
run ( )This method is from 'Console' class.
[+] ConsoleFocusListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248496 has been renamed to __timeStamp__239_neverHappen1367227654594. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248496 in ConsoleFocusListener. |
[+] affected methods (11)
ConsoleFocusListener ( )This constructor is from 'ConsoleFocusListener' class.
__.swapInit ( )This method is from 'ConsoleFocusListener' class.
focusGained ( FocusEvent )This method is from 'ConsoleFocusListener' class.
focusLost ( FocusEvent )This method is from 'ConsoleFocusListener' class.
getMetaClass ( )This method is from 'ConsoleFocusListener' class.
getProperty ( String )This method is from 'ConsoleFocusListener' class.
getText ( )This method is from 'ConsoleFocusListener' class.
invokeMethod ( String, Object )This method is from 'ConsoleFocusListener' class.
setMetaClass ( MetaClass )This method is from 'ConsoleFocusListener' class.
setProperty ( String, Object )This method is from 'ConsoleFocusListener' class.
setText ( String )This method is from 'ConsoleFocusListener' class.
...
[+] CreateApp_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248761 has been renamed to __timeStamp__239_neverHappen1367227654817. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248761 in CreateApp_. |
[+] affected methods (5)
CreateApp_ ( )This constructor is from 'CreateApp_' class.
CreateApp_ ( Binding )This constructor is from 'CreateApp_' class.
__.swapInit ( )This method is from 'CreateApp_' class.
main ( String[ ] )This method is from 'CreateApp_' class.
run ( )This method is from 'CreateApp_' class.
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248768 has been renamed to __timeStamp__239_neverHappen1367227654822. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248768 in CreateController. |
[+] affected methods (5)
CreateController ( )This constructor is from 'CreateController' class.
CreateController ( Binding )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
main ( String[ ] )This method is from 'CreateController' class.
run ( )This method is from 'CreateController' class.
[+] CreateDomainClass (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248782 has been renamed to __timeStamp__239_neverHappen1367227654833. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248782 in CreateDomainClass. |
[+] affected methods (5)
CreateDomainClass ( )This constructor is from 'CreateDomainClass' class.
CreateDomainClass ( Binding )This constructor is from 'CreateDomainClass' class.
__.swapInit ( )This method is from 'CreateDomainClass' class.
main ( String[ ] )This method is from 'CreateDomainClass' class.
run ( )This method is from 'CreateDomainClass' class.
[+] CreateFilters (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248795 has been renamed to __timeStamp__239_neverHappen1367227654842. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248795 in CreateFilters. |
[+] affected methods (5)
CreateFilters ( )This constructor is from 'CreateFilters' class.
CreateFilters ( Binding )This constructor is from 'CreateFilters' class.
__.swapInit ( )This method is from 'CreateFilters' class.
main ( String[ ] )This method is from 'CreateFilters' class.
run ( )This method is from 'CreateFilters' class.
[+] CreateHibernateCfgXml (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248804 has been renamed to __timeStamp__239_neverHappen1367227654853. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248804 in CreateHibernateCfgXml. |
[+] affected methods (5)
CreateHibernateCfgXml ( )This constructor is from 'CreateHibernateCfgXml' class.
CreateHibernateCfgXml ( Binding )This constructor is from 'CreateHibernateCfgXml' class.
__.swapInit ( )This method is from 'CreateHibernateCfgXml' class.
main ( String[ ] )This method is from 'CreateHibernateCfgXml' class.
run ( )This method is from 'CreateHibernateCfgXml' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248817 has been renamed to __timeStamp__239_neverHappen1367227654864. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248817 in CreateIntegrationTest. |
[+] affected methods (5)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
CreateIntegrationTest ( Binding )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
main ( String[ ] )This method is from 'CreateIntegrationTest' class.
run ( )This method is from 'CreateIntegrationTest' class.
[+] CreateMultiProjectBuild_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248827 has been renamed to __timeStamp__239_neverHappen1367227654873. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248827 in CreateMultiProjectBuild_. |
[+] affected methods (6)
CreateMultiProjectBuild_ ( )This constructor is from 'CreateMultiProjectBuild_' class.
CreateMultiProjectBuild_ ( Binding )This constructor is from 'CreateMultiProjectBuild_' class.
__.swapInit ( )This method is from 'CreateMultiProjectBuild_' class.
main ( String[ ] )This method is from 'CreateMultiProjectBuild_' class.
msg ( )This method is from 'CreateMultiProjectBuild_' class.
run ( )This method is from 'CreateMultiProjectBuild_' class.
[+] CreatePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248842 has been renamed to __timeStamp__239_neverHappen1367227654884. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248842 in CreatePlugin_. |
[+] affected methods (5)
CreatePlugin_ ( )This constructor is from 'CreatePlugin_' class.
CreatePlugin_ ( Binding )This constructor is from 'CreatePlugin_' class.
__.swapInit ( )This method is from 'CreatePlugin_' class.
main ( String[ ] )This method is from 'CreatePlugin_' class.
run ( )This method is from 'CreatePlugin_' class.
[+] CreatePom (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248850 has been renamed to __timeStamp__239_neverHappen1367227654889. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248850 in CreatePom. |
[+] affected methods (6)
CreatePom ( )This constructor is from 'CreatePom' class.
CreatePom ( Binding )This constructor is from 'CreatePom' class.
__.swapInit ( )This method is from 'CreatePom' class.
main ( String[ ] )This method is from 'CreatePom' class.
msg ( )This method is from 'CreatePom' class.
run ( )This method is from 'CreatePom' class.
[+] CreateScaffoldController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248866 has been renamed to __timeStamp__239_neverHappen1367227654900. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248866 in CreateScaffoldController. |
[+] affected methods (5)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
CreateScaffoldController ( Binding )This constructor is from 'CreateScaffoldController' class.
__.swapInit ( )This method is from 'CreateScaffoldController' class.
main ( String[ ] )This method is from 'CreateScaffoldController' class.
run ( )This method is from 'CreateScaffoldController' class.
[+] CreateScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248885 has been renamed to __timeStamp__239_neverHappen1367227654915. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248885 in CreateScript. |
[+] affected methods (5)
CreateScript ( )This constructor is from 'CreateScript' class.
CreateScript ( Binding )This constructor is from 'CreateScript' class.
__.swapInit ( )This method is from 'CreateScript' class.
main ( String[ ] )This method is from 'CreateScript' class.
run ( )This method is from 'CreateScript' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248896 has been renamed to __timeStamp__239_neverHappen1367227654924. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248896 in CreateService. |
[+] affected methods (5)
CreateService ( )This constructor is from 'CreateService' class.
CreateService ( Binding )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
main ( String[ ] )This method is from 'CreateService' class.
run ( )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248908 has been renamed to __timeStamp__239_neverHappen1367227654934. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248908 in CreateTagLib. |
[+] affected methods (5)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
CreateTagLib ( Binding )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
main ( String[ ] )This method is from 'CreateTagLib' class.
run ( )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248920 has been renamed to __timeStamp__239_neverHappen1367227654946. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248920 in CreateUnitTest. |
[+] affected methods (5)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
CreateUnitTest ( Binding )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
main ( String[ ] )This method is from 'CreateUnitTest' class.
run ( )This method is from 'CreateUnitTest' class.
[+] DependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248933 has been renamed to __timeStamp__239_neverHappen1367227654961. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248933 in DependencyReport. |
[+] affected methods (5)
DependencyReport ( )This constructor is from 'DependencyReport' class.
DependencyReport ( Binding )This constructor is from 'DependencyReport' class.
__.swapInit ( )This method is from 'DependencyReport' class.
main ( String[ ] )This method is from 'DependencyReport' class.
run ( )This method is from 'DependencyReport' class.
[+] Doc (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248971 has been renamed to __timeStamp__239_neverHappen1367227654992. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248971 in Doc. |
[+] affected methods (5)
Doc ( )This constructor is from 'Doc' class.
Doc ( Binding )This constructor is from 'Doc' class.
__.swapInit ( )This method is from 'Doc' class.
main ( String[ ] )This method is from 'Doc' class.
run ( )This method is from 'Doc' class.
[+] GenerateAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248979 has been renamed to __timeStamp__239_neverHappen1367227654997. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248979 in GenerateAll. |
[+] affected methods (5)
GenerateAll ( )This constructor is from 'GenerateAll' class.
GenerateAll ( Binding )This constructor is from 'GenerateAll' class.
__.swapInit ( )This method is from 'GenerateAll' class.
main ( String[ ] )This method is from 'GenerateAll' class.
run ( )This method is from 'GenerateAll' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248992 has been renamed to __timeStamp__239_neverHappen1367227655005. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248992 in GenerateController. |
[+] affected methods (5)
GenerateController ( )This constructor is from 'GenerateController' class.
GenerateController ( Binding )This constructor is from 'GenerateController' class.
__.swapInit ( )This method is from 'GenerateController' class.
main ( String[ ] )This method is from 'GenerateController' class.
run ( )This method is from 'GenerateController' class.
[+] GenerateViews (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249005 has been renamed to __timeStamp__239_neverHappen1367227655013. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249005 in GenerateViews. |
[+] affected methods (5)
GenerateViews ( )This constructor is from 'GenerateViews' class.
GenerateViews ( Binding )This constructor is from 'GenerateViews' class.
__.swapInit ( )This method is from 'GenerateViews' class.
main ( String[ ] )This method is from 'GenerateViews' class.
run ( )This method is from 'GenerateViews' class.
[+] Help_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249018 has been renamed to __timeStamp__239_neverHappen1367227655019. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249018 in Help_. |
[+] affected methods (7)
Help_ ( )This constructor is from 'Help_' class.
Help_ ( Binding )This constructor is from 'Help_' class.
__.swapInit ( )This method is from 'Help_' class.
getHelpFile ( File )This method is from 'Help_' class.
main ( String[ ] )This method is from 'Help_' class.
run ( )This method is from 'Help_' class.
shouldGenerateHelp ( File )This method is from 'Help_' class.
[+] HelpEvaluatingCategory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789248588 has been renamed to __timeStamp__239_neverHappen1367227654666. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789248588 in HelpEvaluatingCategory. |
[+] affected methods (14)
HelpEvaluatingCategory ( )This constructor is from 'HelpEvaluatingCategory' class.
__.swapInit ( )This method is from 'HelpEvaluatingCategory' class.
getDefaultDescription ( Object )This method is from 'HelpEvaluatingCategory' class.
getDefaultTask ( )This method is from 'HelpEvaluatingCategory' class.
getHelpText ( )This method is from 'HelpEvaluatingCategory' class.
getMetaClass ( )This method is from 'HelpEvaluatingCategory' class.
getProperty ( String )This method is from 'HelpEvaluatingCategory' class.
invokeMethod ( String, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTarget ( Object, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTask ( Object )This method is from 'HelpEvaluatingCategory' class.
setHelpText ( Object )This method is from 'HelpEvaluatingCategory' class.
setMetaClass ( MetaClass )This method is from 'HelpEvaluatingCategory' class.
...
[+] Init (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249064 has been renamed to __timeStamp__239_neverHappen1367227655058. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249064 in Init. |
[+] affected methods (5)
Init ( )This constructor is from 'Init' class.
Init ( Binding )This constructor is from 'Init' class.
__.swapInit ( )This method is from 'Init' class.
main ( String[ ] )This method is from 'Init' class.
run ( )This method is from 'Init' class.
[+] InstallDependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249094 has been renamed to __timeStamp__239_neverHappen1367227655080. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249094 in InstallDependency. |
[+] affected methods (5)
InstallDependency ( )This constructor is from 'InstallDependency' class.
InstallDependency ( Binding )This constructor is from 'InstallDependency' class.
__.swapInit ( )This method is from 'InstallDependency' class.
main ( String[ ] )This method is from 'InstallDependency' class.
run ( )This method is from 'InstallDependency' class.
[+] InstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249117 has been renamed to __timeStamp__239_neverHappen1367227655089. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249117 in InstallPlugin. |
[+] affected methods (5)
InstallPlugin ( )This constructor is from 'InstallPlugin' class.
InstallPlugin ( Binding )This constructor is from 'InstallPlugin' class.
__.swapInit ( )This method is from 'InstallPlugin' class.
main ( String[ ] )This method is from 'InstallPlugin' class.
run ( )This method is from 'InstallPlugin' class.
[+] InstallTemplates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249126 has been renamed to __timeStamp__239_neverHappen1367227655104. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249126 in InstallTemplates. |
[+] affected methods (5)
InstallTemplates ( )This constructor is from 'InstallTemplates' class.
InstallTemplates ( Binding )This constructor is from 'InstallTemplates' class.
__.swapInit ( )This method is from 'InstallTemplates' class.
main ( String[ ] )This method is from 'InstallTemplates' class.
run ( )This method is from 'InstallTemplates' class.
[+] IntegrateWith (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249135 has been renamed to __timeStamp__239_neverHappen1367227655110. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249135 in IntegrateWith. |
[+] affected methods (5)
IntegrateWith ( )This constructor is from 'IntegrateWith' class.
IntegrateWith ( Binding )This constructor is from 'IntegrateWith' class.
__.swapInit ( )This method is from 'IntegrateWith' class.
main ( String[ ] )This method is from 'IntegrateWith' class.
run ( )This method is from 'IntegrateWith' class.
[+] Interactive (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249172 has been renamed to __timeStamp__239_neverHappen1367227655139. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249172 in Interactive. |
[+] affected methods (5)
Interactive ( )This constructor is from 'Interactive' class.
Interactive ( Binding )This constructor is from 'Interactive' class.
__.swapInit ( )This method is from 'Interactive' class.
main ( String[ ] )This method is from 'Interactive' class.
run ( )This method is from 'Interactive' class.
[+] ListPlugins_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249198 has been renamed to __timeStamp__239_neverHappen1367227655158. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249198 in ListPlugins_. |
[+] affected methods (5)
ListPlugins_ ( )This constructor is from 'ListPlugins_' class.
ListPlugins_ ( Binding )This constructor is from 'ListPlugins_' class.
__.swapInit ( )This method is from 'ListPlugins_' class.
main ( String[ ] )This method is from 'ListPlugins_' class.
run ( )This method is from 'ListPlugins_' class.
[+] ListPluginUpdates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249176 has been renamed to __timeStamp__239_neverHappen1367227655142. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249176 in ListPluginUpdates. |
[+] affected methods (5)
ListPluginUpdates ( )This constructor is from 'ListPluginUpdates' class.
ListPluginUpdates ( Binding )This constructor is from 'ListPluginUpdates' class.
__.swapInit ( )This method is from 'ListPluginUpdates' class.
main ( String[ ] )This method is from 'ListPluginUpdates' class.
run ( )This method is from 'ListPluginUpdates' class.
[+] MigrateDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249215 has been renamed to __timeStamp__239_neverHappen1367227655177. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249215 in MigrateDocs. |
[+] affected methods (5)
MigrateDocs ( )This constructor is from 'MigrateDocs' class.
MigrateDocs ( Binding )This constructor is from 'MigrateDocs' class.
__.swapInit ( )This method is from 'MigrateDocs' class.
main ( String[ ] )This method is from 'MigrateDocs' class.
run ( )This method is from 'MigrateDocs' class.
[+] Package (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249219 has been renamed to __timeStamp__239_neverHappen1367227655181. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249219 in Package. |
[+] affected methods (5)
Package ( )This constructor is from 'Package' class.
Package ( Binding )This constructor is from 'Package' class.
__.swapInit ( )This method is from 'Package' class.
main ( String[ ] )This method is from 'Package' class.
run ( )This method is from 'Package' class.
[+] PackagePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249222 has been renamed to __timeStamp__239_neverHappen1367227655184. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249222 in PackagePlugin_. |
[+] affected methods (5)
PackagePlugin_ ( )This constructor is from 'PackagePlugin_' class.
PackagePlugin_ ( Binding )This constructor is from 'PackagePlugin_' class.
__.swapInit ( )This method is from 'PackagePlugin_' class.
main ( String[ ] )This method is from 'PackagePlugin_' class.
run ( )This method is from 'PackagePlugin_' class.
[+] PluginInfo_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249224 has been renamed to __timeStamp__239_neverHappen1367227655186. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249224 in PluginInfo_. |
[+] affected methods (5)
PluginInfo_ ( )This constructor is from 'PluginInfo_' class.
PluginInfo_ ( Binding )This constructor is from 'PluginInfo_' class.
__.swapInit ( )This method is from 'PluginInfo_' class.
main ( String[ ] )This method is from 'PluginInfo_' class.
run ( )This method is from 'PluginInfo_' class.
[+] RefreshDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249229 has been renamed to __timeStamp__239_neverHappen1367227655192. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249229 in RefreshDependencies. |
[+] affected methods (5)
RefreshDependencies ( )This constructor is from 'RefreshDependencies' class.
RefreshDependencies ( Binding )This constructor is from 'RefreshDependencies' class.
__.swapInit ( )This method is from 'RefreshDependencies' class.
main ( String[ ] )This method is from 'RefreshDependencies' class.
run ( )This method is from 'RefreshDependencies' class.
[+] RemoveProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249255 has been renamed to __timeStamp__239_neverHappen1367227655213. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249255 in RemoveProxy_. |
[+] affected methods (6)
RemoveProxy_ ( )This constructor is from 'RemoveProxy_' class.
RemoveProxy_ ( Binding )This constructor is from 'RemoveProxy_' class.
__.swapInit ( )This method is from 'RemoveProxy_' class.
main ( String[ ] )This method is from 'RemoveProxy_' class.
msg ( )This method is from 'RemoveProxy_' class.
run ( )This method is from 'RemoveProxy_' class.
[+] RunApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249260 has been renamed to __timeStamp__239_neverHappen1367227655219. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249260 in RunApp. |
[+] affected methods (5)
RunApp ( )This constructor is from 'RunApp' class.
RunApp ( Binding )This constructor is from 'RunApp' class.
__.swapInit ( )This method is from 'RunApp' class.
main ( String[ ] )This method is from 'RunApp' class.
run ( )This method is from 'RunApp' class.
[+] RunScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249263 has been renamed to __timeStamp__239_neverHappen1367227655222. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249263 in RunScript. |
[+] affected methods (6)
RunScript ( )This constructor is from 'RunScript' class.
RunScript ( Binding )This constructor is from 'RunScript' class.
__.swapInit ( )This method is from 'RunScript' class.
executeScript ( Object, Object )This method is from 'RunScript' class.
main ( String[ ] )This method is from 'RunScript' class.
run ( )This method is from 'RunScript' class.
[+] RunWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249269 has been renamed to __timeStamp__239_neverHappen1367227655229. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249269 in RunWar. |
[+] affected methods (5)
RunWar ( )This constructor is from 'RunWar' class.
RunWar ( Binding )This constructor is from 'RunWar' class.
__.swapInit ( )This method is from 'RunWar' class.
main ( String[ ] )This method is from 'RunWar' class.
run ( )This method is from 'RunWar' class.
[+] SchemaExport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249274 has been renamed to __timeStamp__239_neverHappen1367227655234. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249274 in SchemaExport. |
[+] affected methods (5)
SchemaExport ( )This constructor is from 'SchemaExport' class.
SchemaExport ( Binding )This constructor is from 'SchemaExport' class.
__.swapInit ( )This method is from 'SchemaExport' class.
main ( String[ ] )This method is from 'SchemaExport' class.
run ( )This method is from 'SchemaExport' class.
[+] SetProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249284 has been renamed to __timeStamp__239_neverHappen1367227655242. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249284 in SetProxy_. |
[+] affected methods (5)
SetProxy_ ( )This constructor is from 'SetProxy_' class.
SetProxy_ ( Binding )This constructor is from 'SetProxy_' class.
__.swapInit ( )This method is from 'SetProxy_' class.
main ( String[ ] )This method is from 'SetProxy_' class.
run ( )This method is from 'SetProxy_' class.
[+] SetVersion (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249293 has been renamed to __timeStamp__239_neverHappen1367227655251. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249293 in SetVersion. |
[+] affected methods (5)
SetVersion ( )This constructor is from 'SetVersion' class.
SetVersion ( Binding )This constructor is from 'SetVersion' class.
__.swapInit ( )This method is from 'SetVersion' class.
main ( String[ ] )This method is from 'SetVersion' class.
run ( )This method is from 'SetVersion' class.
[+] Shell (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249304 has been renamed to __timeStamp__239_neverHappen1367227655260. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249304 in Shell. |
[+] affected methods (5)
Shell ( )This constructor is from 'Shell' class.
Shell ( Binding )This constructor is from 'Shell' class.
__.swapInit ( )This method is from 'Shell' class.
main ( String[ ] )This method is from 'Shell' class.
run ( )This method is from 'Shell' class.
[+] Stats (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249310 has been renamed to __timeStamp__239_neverHappen1367227655267. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249310 in Stats. |
[+] affected methods (5)
Stats ( )This constructor is from 'Stats' class.
Stats ( Binding )This constructor is from 'Stats' class.
__.swapInit ( )This method is from 'Stats' class.
main ( String[ ] )This method is from 'Stats' class.
run ( )This method is from 'Stats' class.
[+] StopApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249331 has been renamed to __timeStamp__239_neverHappen1367227655288. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249331 in StopApp. |
[+] affected methods (5)
StopApp ( )This constructor is from 'StopApp' class.
StopApp ( Binding )This constructor is from 'StopApp' class.
__.swapInit ( )This method is from 'StopApp' class.
main ( String[ ] )This method is from 'StopApp' class.
run ( )This method is from 'StopApp' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249337 has been renamed to __timeStamp__239_neverHappen1367227655293. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249337 in TestApp. |
[+] affected methods (5)
TestApp ( )This constructor is from 'TestApp' class.
TestApp ( Binding )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
main ( String[ ] )This method is from 'TestApp' class.
run ( )This method is from 'TestApp' class.
[+] UninstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249344 has been renamed to __timeStamp__239_neverHappen1367227655299. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249344 in UninstallPlugin. |
[+] affected methods (5)
UninstallPlugin ( )This constructor is from 'UninstallPlugin' class.
UninstallPlugin ( Binding )This constructor is from 'UninstallPlugin' class.
__.swapInit ( )This method is from 'UninstallPlugin' class.
main ( String[ ] )This method is from 'UninstallPlugin' class.
run ( )This method is from 'UninstallPlugin' class.
[+] Upgrade (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249348 has been renamed to __timeStamp__239_neverHappen1367227655303. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249348 in Upgrade. |
[+] affected methods (5)
Upgrade ( )This constructor is from 'Upgrade' class.
Upgrade ( Binding )This constructor is from 'Upgrade' class.
__.swapInit ( )This method is from 'Upgrade' class.
main ( String[ ] )This method is from 'Upgrade' class.
run ( )This method is from 'Upgrade' class.
[+] War (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249398 has been renamed to __timeStamp__239_neverHappen1367227655343. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249398 in War. |
[+] affected methods (5)
War ( )This constructor is from 'War' class.
War ( Binding )This constructor is from 'War' class.
__.swapInit ( )This method is from 'War' class.
main ( String[ ] )This method is from 'War' class.
run ( )This method is from 'War' class.
[+] Wrapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789249403 has been renamed to __timeStamp__239_neverHappen1367227655347. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789249403 in Wrapper. |
[+] affected methods (5)
Wrapper ( )This constructor is from 'Wrapper' class.
Wrapper ( Binding )This constructor is from 'Wrapper' class.
__.swapInit ( )This method is from 'Wrapper' class.
main ( String[ ] )This method is from 'Wrapper' class.
run ( )This method is from 'Wrapper' class.
grails-spring-2.2.1.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789124219 has been renamed to __timeStamp__239_neverHappen1367227362451. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789124219 in DynamicElementReader. |
[+] affected methods (27)
createDynamicElementReader ( String, boolean )Return value of this method has type 'DynamicElementReader'.
DynamicElementReader ( String )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler, ParserContext )This constructor is from 'DynamicElementReader' class.
__.swapInit ( )This method is from 'DynamicElementReader' class.
afterInvocation ( )This method is from 'DynamicElementReader' class.
getBeanConfiguration ( )This method is from 'DynamicElementReader' class.
getBeanDecorator ( )This method is from 'DynamicElementReader' class.
getEntityResolver ( )This method is from 'DynamicElementReader' class.
getErrorHandler ( )This method is from 'DynamicElementReader' class.
getFirstCall ( )This method is from 'DynamicElementReader' class.
...
grails-web-2.2.1.jar
package grails.gsp
[+] PageRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147558 has been renamed to __timeStamp__239_neverHappen1367227396650. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147558 in PageRenderer. |
[+] affected methods (19)
PageRenderer ( GroovyPagesTemplateEngine )This constructor is from 'PageRenderer' class.
__.swapInit ( )This method is from 'PageRenderer' class.
findResource ( String )This method is from 'PageRenderer' class.
getApplicationContext ( )This method is from 'PageRenderer' class.
getGroovyPageLocator ( )This method is from 'PageRenderer' class.
getMetaClass ( )This method is from 'PageRenderer' class.
getProperty ( String )This method is from 'PageRenderer' class.
getServletContext ( )This method is from 'PageRenderer' class.
invokeMethod ( String, Object )This method is from 'PageRenderer' class.
PageRenderer.PageRenderRequest ( PageRenderer, String )1st parameter 'requestURI' of this method has type 'PageRenderer'.
PageRenderer.PageRenderResponse ( PageRenderer, PrintWriter )1st parameter 'writer' of this method has type 'PageRenderer'.
render ( Map )This method is from 'PageRenderer' class.
...
package org.codehaus.groovy.grails.project.container
[+] GrailsProjectRunner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147942 has been renamed to __timeStamp__239_neverHappen1367227397010. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147942 in GrailsProjectRunner. |
[+] affected methods (16)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )This constructor is from 'GrailsProjectRunner' class.
__.swapInit ( )This method is from 'GrailsProjectRunner' class.
getMetaClass ( )This method is from 'GrailsProjectRunner' class.
getProperty ( String )This method is from 'GrailsProjectRunner' class.
getUsingSecureServer ( )This method is from 'GrailsProjectRunner' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectRunner' class.
isUsingSecureServer ( )This method is from 'GrailsProjectRunner' class.
runApp ( )This method is from 'GrailsProjectRunner' class.
runAppHttps ( )This method is from 'GrailsProjectRunner' class.
runServer ( Map )This method is from 'GrailsProjectRunner' class.
runWar ( )This method is from 'GrailsProjectRunner' class.
runWarHttps ( )This method is from 'GrailsProjectRunner' class.
...
package org.codehaus.groovy.grails.web.errors
[+] ErrorsViewStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148048 has been renamed to __timeStamp__239_neverHappen1367227397115. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148048 in ErrorsViewStackTracePrinter. |
[+] affected methods (10)
ErrorsViewStackTracePrinter ( ResourceLocator )This constructor is from 'ErrorsViewStackTracePrinter' class.
__.swapInit ( )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrintCodeSnippet ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
shouldSkipNextCause ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
package org.codehaus.groovy.grails.web.i18n
[+] ParamsAwareLocaleChangeInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148063 has been renamed to __timeStamp__239_neverHappen1367227397128. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148063 in ParamsAwareLocaleChangeInterceptor. |
[+] affected methods (10)
ParamsAwareLocaleChangeInterceptor ( )This constructor is from 'ParamsAwareLocaleChangeInterceptor' class.
__.swapInit ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getMetaClass ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getParamName ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getProperty ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
invokeMethod ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
preHandle ( HttpServletRequest, HttpServletResponse, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setMetaClass ( MetaClass )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setParamName ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setProperty ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
package org.codehaus.groovy.grails.web.mapping
[+] DefaultLinkGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147645 has been renamed to __timeStamp__239_neverHappen1367227396735. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147645 in DefaultLinkGenerator. |
[+] affected methods (26)
DefaultLinkGenerator ( String )This constructor is from 'DefaultLinkGenerator' class.
DefaultLinkGenerator ( String, String )This constructor is from 'DefaultLinkGenerator' class.
__.swapInit ( )This method is from 'DefaultLinkGenerator' class.
getConfiguredServerBaseURL ( )This method is from 'DefaultLinkGenerator' class.
getContextPath ( )This method is from 'DefaultLinkGenerator' class.
getGrailsUrlConverter ( )This method is from 'DefaultLinkGenerator' class.
getMetaClass ( )This method is from 'DefaultLinkGenerator' class.
getPluginManager ( )This method is from 'DefaultLinkGenerator' class.
getProperty ( String )This method is from 'DefaultLinkGenerator' class.
getRequestStateLookupStrategy ( )This method is from 'DefaultLinkGenerator' class.
getServerBaseURL ( )This method is from 'DefaultLinkGenerator' class.
getUrlMappingsHolder ( )This method is from 'DefaultLinkGenerator' class.
...
[+] ForwardUrlMappingInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147990 has been renamed to __timeStamp__239_neverHappen1367227397061. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147990 in ForwardUrlMappingInfo. |
[+] affected methods (26)
ForwardUrlMappingInfo ( )This constructor is from 'ForwardUrlMappingInfo' class.
__.swapInit ( )This method is from 'ForwardUrlMappingInfo' class.
getActionName ( )This method is from 'ForwardUrlMappingInfo' class.
getControllerName ( )This method is from 'ForwardUrlMappingInfo' class.
getId ( )This method is from 'ForwardUrlMappingInfo' class.
getMetaClass ( )This method is from 'ForwardUrlMappingInfo' class.
getParameters ( )This method is from 'ForwardUrlMappingInfo' class.
getPluginName ( )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.
...
package org.codehaus.groovy.grails.web.mime
[+] MimeType (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147676 has been renamed to __timeStamp__239_neverHappen1367227396763. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147676 in MimeType. |
[+] affected methods (21)
MimeType ( String )This constructor is from 'MimeType' class.
MimeType ( String, Map )This constructor is from 'MimeType' class.
__.swapInit ( )This method is from 'MimeType' class.
createDefaults ( )This method is from 'MimeType' class.
equals ( Object )This method is from 'MimeType' class.
getConfiguredMimeTypes ( )This method is from 'MimeType' class.
getExtension ( )This method is from 'MimeType' class.
getMetaClass ( )This method is from 'MimeType' class.
getName ( )This method is from 'MimeType' class.
getParameters ( )This method is from 'MimeType' class.
getProperty ( String )This method is from 'MimeType' class.
getXML ( )This method is from 'MimeType' class.
...
package org.codehaus.groovy.grails.web.pages
[+] GroovyPageCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147688 has been renamed to __timeStamp__239_neverHappen1367227396774. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147688 in GroovyPageCompiler. |
[+] affected methods (31)
GroovyPageCompiler ( )This constructor is from 'GroovyPageCompiler' class.
__.swapInit ( )This method is from 'GroovyPageCompiler' class.
compile ( )This method is from 'GroovyPageCompiler' class.
compileGSP ( File, File, String, String )This method is from 'GroovyPageCompiler' class.
generateJavaName ( String )This method is from 'GroovyPageCompiler' class.
getClassLoader ( )This method is from 'GroovyPageCompiler' class.
getCompilerConfig ( )This method is from 'GroovyPageCompiler' class.
getEncoding ( )This method is from 'GroovyPageCompiler' class.
getGeneratedGroovyPagesDirectory ( )This method is from 'GroovyPageCompiler' class.
getMetaClass ( )This method is from 'GroovyPageCompiler' class.
getOperation ( )This method is from 'GroovyPageCompiler' class.
getPackagePrefix ( )This method is from 'GroovyPageCompiler' class.
...
[+] GroovyPageCompilerTask (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148109 has been renamed to __timeStamp__239_neverHappen1367227397167. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148109 in GroovyPageCompilerTask. |
[+] affected methods (27)
GroovyPageCompilerTask ( )This constructor is from 'GroovyPageCompilerTask' class.
__.swapInit ( )This method is from 'GroovyPageCompilerTask' class.
createClasspath ( )This method is from 'GroovyPageCompilerTask' class.
execute ( )This method is from 'GroovyPageCompilerTask' class.
getClasspath ( )This method is from 'GroovyPageCompilerTask' class.
getDestdir ( )This method is from 'GroovyPageCompilerTask' class.
getEncoding ( )This method is from 'GroovyPageCompilerTask' class.
getMetaClass ( )This method is from 'GroovyPageCompilerTask' class.
getPackagename ( )This method is from 'GroovyPageCompilerTask' class.
getProperty ( String )This method is from 'GroovyPageCompilerTask' class.
getServerpath ( )This method is from 'GroovyPageCompilerTask' class.
getSrcdir ( )This method is from 'GroovyPageCompilerTask' class.
...
[+] GroovyPagesMetaUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147739 has been renamed to __timeStamp__239_neverHappen1367227396822. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147739 in GroovyPagesMetaUtils. |
[+] affected methods (12)
GroovyPagesMetaUtils ( )This constructor is from 'GroovyPagesMetaUtils' class.
__.swapInit ( )This method is from 'GroovyPagesMetaUtils' class.
addTagLibMethodToMetaClass ( GroovyObject, MetaMethod, MetaClass )This method is from 'GroovyPagesMetaUtils' class.
getMetaClass ( )This method is from 'GroovyPagesMetaUtils' class.
getProperty ( String )This method is from 'GroovyPagesMetaUtils' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
methodMissingForTagLib ( MetaClass, Class, TagLibraryLookup, String, String, Object, boolean )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( MetaClass, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( Class, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingWorkaroundsForDefaultNamespace ( MetaClass, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesMetaUtils' class.
setProperty ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
...
package org.codehaus.groovy.grails.web.pages.ext.jsp
[+] GroovyPagesJspFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147999 has been renamed to __timeStamp__239_neverHappen1367227397070. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147999 in GroovyPagesJspFactory. |
[+] affected methods (11)
GroovyPagesJspFactory ( )This constructor is from 'GroovyPagesJspFactory' abstract class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory' abstract class.
getEngineInfo ( )This method is from 'GroovyPagesJspFactory' abstract class.
getMetaClass ( )This method is from 'GroovyPagesJspFactory' abstract class.
getPageContext ( Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean )This method is from 'GroovyPagesJspFactory' abstract class.
getProperty ( String )This method is from 'GroovyPagesJspFactory' abstract class.
getSpecificationVersion ( )This abstract method is from 'GroovyPagesJspFactory' abstract class.
invokeMethod ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
releasePageContext ( PageContext )This method is from 'GroovyPagesJspFactory' abstract class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesJspFactory' abstract class.
setProperty ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
...
[+] GroovyPagesJspFactory21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789149169 has been renamed to __timeStamp__239_neverHappen1367227398346. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789149169 in GroovyPagesJspFactory21. |
[+] affected methods (4)
GroovyPagesJspFactory21 ( )This constructor is from 'GroovyPagesJspFactory21' class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory21' class.
getJspApplicationContext ( ServletContext )This method is from 'GroovyPagesJspFactory21' class.
getSpecificationVersion ( )This method is from 'GroovyPagesJspFactory21' class.
[+] GroovyPagesPageContext21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789149175 has been renamed to __timeStamp__239_neverHappen1367227398352. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789149175 in GroovyPagesPageContext21. |
[+] affected methods (8)
GroovyPagesPageContext21 ( )This constructor is from 'GroovyPagesPageContext21' class.
__.swapInit ( )This method is from 'GroovyPagesPageContext21' class.
getELContext ( )This method is from 'GroovyPagesPageContext21' class.
getMetaClass ( )This method is from 'GroovyPagesPageContext21' class.
getProperty ( String )This method is from 'GroovyPagesPageContext21' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesPageContext21' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesPageContext21' class.
setProperty ( String, Object )This method is from 'GroovyPagesPageContext21' class.
[+] JspFragmentImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148011 has been renamed to __timeStamp__239_neverHappen1367227397078. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148011 in JspFragmentImpl. |
[+] affected methods (13)
JspFragmentImpl ( GroovyPagesPageContext, FastStringWriter )This constructor is from 'JspFragmentImpl' class.
__.swapInit ( )This method is from 'JspFragmentImpl' class.
getBody ( )This method is from 'JspFragmentImpl' class.
getJspContext ( )This method is from 'JspFragmentImpl' class.
getMetaClass ( )This method is from 'JspFragmentImpl' class.
getPageContext ( )This method is from 'JspFragmentImpl' class.
getProperty ( String )This method is from 'JspFragmentImpl' class.
invoke ( Writer )This method is from 'JspFragmentImpl' class.
invokeMethod ( String, Object )This method is from 'JspFragmentImpl' class.
setBody ( FastStringWriter )This method is from 'JspFragmentImpl' class.
setMetaClass ( MetaClass )This method is from 'JspFragmentImpl' class.
setPageContext ( GroovyPagesPageContext )This method is from 'JspFragmentImpl' class.
...
[+] JspTagImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147800 has been renamed to __timeStamp__239_neverHappen1367227396879. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147800 in JspTagImpl. |
[+] affected methods (26)
JspTagImpl ( Class )This constructor is from 'JspTagImpl' class.
__.swapInit ( )This method is from 'JspTagImpl' class.
doTag ( Writer, Map )This method is from 'JspTagImpl' class.
doTag ( Writer, Map, Closure )This method is from 'JspTagImpl' class.
getBody ( )This method is from 'JspTagImpl' class.
getIteration ( )This method is from 'JspTagImpl' class.
getLOG ( )This method is from 'JspTagImpl' class.
getMetaClass ( )This method is from 'JspTagImpl' class.
getProperty ( String )This method is from 'JspTagImpl' class.
getTagClass ( )This method is from 'JspTagImpl' class.
getTryCatchFinally ( )This method is from 'JspTagImpl' class.
handleSimpleTag ( SimpleTag, Map, GroovyPagesPageContext, Writer, Closure )This method is from 'JspTagImpl' class.
...
[+] JspTagLibImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147853 has been renamed to __timeStamp__239_neverHappen1367227396922. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147853 in JspTagLibImpl. |
[+] affected methods (9)
JspTagLibImpl ( String, Map )This constructor is from 'JspTagLibImpl' class.
__.swapInit ( )This method is from 'JspTagLibImpl' class.
getMetaClass ( )This method is from 'JspTagLibImpl' class.
getProperty ( String )This method is from 'JspTagLibImpl' class.
getTag ( String )This method is from 'JspTagLibImpl' class.
getURI ( )This method is from 'JspTagLibImpl' class.
invokeMethod ( String, Object )This method is from 'JspTagLibImpl' class.
setMetaClass ( MetaClass )This method is from 'JspTagLibImpl' class.
setProperty ( String, Object )This method is from 'JspTagLibImpl' class.
[+] PageContextFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147865 has been renamed to __timeStamp__239_neverHappen1367227396935. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147865 in PageContextFactory. |
[+] affected methods (10)
PageContextFactory ( )This constructor is from 'PageContextFactory' class.
__.swapInit ( )This method is from 'PageContextFactory' class.
getCurrent ( )This method is from 'PageContextFactory' class.
getMetaClass ( )This method is from 'PageContextFactory' class.
getPageContextClass ( )This method is from 'PageContextFactory' class.
getProperty ( String )This method is from 'PageContextFactory' class.
invokeMethod ( String, Object )This method is from 'PageContextFactory' class.
setMetaClass ( MetaClass )This method is from 'PageContextFactory' class.
setPageContextClass ( Class )This method is from 'PageContextFactory' class.
setProperty ( String, Object )This method is from 'PageContextFactory' class.
[+] TagLibraryResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147888 has been renamed to __timeStamp__239_neverHappen1367227396957. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147888 in TagLibraryResolver. |
[+] affected methods (20)
TagLibraryResolver ( )This constructor is from 'TagLibraryResolver' class.
__.swapInit ( )This method is from 'TagLibraryResolver' class.
getGrailsApplication ( )This method is from 'TagLibraryResolver' class.
getJarsFromServletContext ( )This method is from 'TagLibraryResolver' class.
getMetaClass ( )This method is from 'TagLibraryResolver' class.
getProperty ( String )This method is from 'TagLibraryResolver' class.
getServletContext ( )This method is from 'TagLibraryResolver' class.
getTldFromServletContext ( String )This method is from 'TagLibraryResolver' class.
getWebXmlFromServletContext ( )This method is from 'TagLibraryResolver' class.
invokeMethod ( String, Object )This method is from 'TagLibraryResolver' class.
resolveRootLoader ( )This method is from 'TagLibraryResolver' class.
resolveTagLibrary ( String )This method is from 'TagLibraryResolver' class.
...
[+] TldReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148020 has been renamed to __timeStamp__239_neverHappen1367227397087. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148020 in TldReader. |
[+] affected methods (14)
TldReader ( )This constructor is from 'TldReader' class.
__.swapInit ( )This method is from 'TldReader' class.
characters ( char[ ], int, int )This method is from 'TldReader' class.
endElement ( String, String, String )This method is from 'TldReader' class.
getBuf ( )This method is from 'TldReader' class.
getListeners ( )This method is from 'TldReader' class.
getMetaClass ( )This method is from 'TldReader' class.
getProperty ( String )This method is from 'TldReader' class.
getTags ( )This method is from 'TldReader' class.
invokeMethod ( String, Object )This method is from 'TldReader' class.
setBuf ( StringBuilder )This method is from 'TldReader' class.
setMetaClass ( MetaClass )This method is from 'TldReader' class.
...
[+] WebXmlTagLibraryReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148031 has been renamed to __timeStamp__239_neverHappen1367227397098. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148031 in WebXmlTagLibraryReader. |
[+] affected methods (15)
WebXmlTagLibraryReader ( )This constructor is from 'WebXmlTagLibraryReader' class.
__.swapInit ( )This method is from 'WebXmlTagLibraryReader' class.
characters ( char[ ], int, int )This method is from 'WebXmlTagLibraryReader' class.
endElement ( String, String, String )This method is from 'WebXmlTagLibraryReader' class.
getMetaClass ( )This method is from 'WebXmlTagLibraryReader' class.
getProperty ( String )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB ( )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB_LOC ( )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB_URI ( )This method is from 'WebXmlTagLibraryReader' class.
getTagLocations ( )This method is from 'WebXmlTagLibraryReader' class.
invokeMethod ( String, Object )This method is from 'WebXmlTagLibraryReader' class.
setMetaClass ( MetaClass )This method is from 'WebXmlTagLibraryReader' class.
...
package org.codehaus.groovy.grails.web.servlet.mvc
[+] SynchronizerTokensHolder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789147927 has been renamed to __timeStamp__239_neverHappen1367227396995. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789147927 in SynchronizerTokensHolder. |
[+] affected methods (13)
SynchronizerTokensHolder ( )This constructor is from 'SynchronizerTokensHolder' class.
__.swapInit ( )This method is from 'SynchronizerTokensHolder' class.
generateToken ( String )This method is from 'SynchronizerTokensHolder' class.
getMetaClass ( )This method is from 'SynchronizerTokensHolder' class.
getProperty ( String )This method is from 'SynchronizerTokensHolder' class.
invokeMethod ( String, Object )This method is from 'SynchronizerTokensHolder' class.
isEmpty ( )This method is from 'SynchronizerTokensHolder' class.
isValid ( String, String )This method is from 'SynchronizerTokensHolder' class.
resetToken ( String )This method is from 'SynchronizerTokensHolder' class.
resetToken ( String, String )This method is from 'SynchronizerTokensHolder' class.
setMetaClass ( MetaClass )This method is from 'SynchronizerTokensHolder' class.
setProperty ( String, Object )This method is from 'SynchronizerTokensHolder' class.
...
package org.codehaus.groovy.grails.web.servlet.mvc.exceptions
[+] CannotRedirectException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148146 has been renamed to __timeStamp__239_neverHappen1367227397199. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148146 in CannotRedirectException. |
[+] affected methods (9)
CannotRedirectException ( )This constructor is from 'CannotRedirectException' class.
CannotRedirectException ( String )This constructor is from 'CannotRedirectException' class.
CannotRedirectException ( String, Throwable )This constructor is from 'CannotRedirectException' class.
__.swapInit ( )This method is from 'CannotRedirectException' class.
getMetaClass ( )This method is from 'CannotRedirectException' class.
getProperty ( String )This method is from 'CannotRedirectException' class.
invokeMethod ( String, Object )This method is from 'CannotRedirectException' class.
setMetaClass ( MetaClass )This method is from 'CannotRedirectException' class.
setProperty ( String, Object )This method is from 'CannotRedirectException' class.
package org.codehaus.groovy.grails.web.taglib
[+] NamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148041 has been renamed to __timeStamp__239_neverHappen1367227397108. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148041 in NamespacedTagDispatcher. |
[+] affected methods (5)
lookupNamespaceDispatcher ( String )Return value of this method has type 'NamespacedTagDispatcher'.
NamespacedTagDispatcher ( String, Class, GrailsApplication, TagLibraryLookup )This constructor is from 'NamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'NamespacedTagDispatcher' class.
initializeMetaClass ( )This method is from 'NamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'NamespacedTagDispatcher' class.
[+] TemplateNamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148083 has been renamed to __timeStamp__239_neverHappen1367227397143. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148083 in TemplateNamespacedTagDispatcher. |
[+] affected methods (4)
TemplateNamespacedTagDispatcher ( Class, GrailsApplication, TagLibraryLookup )This constructor is from 'TemplateNamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'TemplateNamespacedTagDispatcher' class.
argsToAttrs ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
package org.codehaus.groovy.grails.web.util
[+] TypeConvertingMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789148094 has been renamed to __timeStamp__239_neverHappen1367227397153. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789148094 in TypeConvertingMap. |
[+] affected methods (21)
TypeConvertingMap ( )This constructor is from 'TypeConvertingMap' class.
TypeConvertingMap ( Map )This constructor is from 'TypeConvertingMap' class.
__.swapInit ( )This method is from 'TypeConvertingMap' class.
boolean ( String )This method is from 'TypeConvertingMap' class.
boolean ( String, Boolean )This method is from 'TypeConvertingMap' class.
byte ( String )This method is from 'TypeConvertingMap' class.
byte ( String, Integer )This method is from 'TypeConvertingMap' class.
char ( String )This method is from 'TypeConvertingMap' class.
char ( String, Character )This method is from 'TypeConvertingMap' class.
char ( String, Integer )This method is from 'TypeConvertingMap' class.
clone ( )This method is from 'TypeConvertingMap' class.
double ( String )This method is from 'TypeConvertingMap' class.
...
grails-webflow-2.2.1.jar
package grails.test
[+] WebFlowTestCase (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260664 has been renamed to __timeStamp__239_neverHappen1367227720256. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260664 in WebFlowTestCase. |
[+] affected methods (15)
WebFlowTestCase ( )This constructor is from 'WebFlowTestCase' abstract class.
__.swapInit ( )This method is from 'WebFlowTestCase' abstract class.
getFlow ( )This abstract method is from 'WebFlowTestCase' abstract class.
getFlowDefinition ( )This method is from 'WebFlowTestCase' abstract class.
getFlowId ( )This method is from 'WebFlowTestCase' abstract class.
getMetaClass ( )This method is from 'WebFlowTestCase' abstract class.
getProperty ( String )This method is from 'WebFlowTestCase' abstract class.
invokeMethod ( String, Object )This method is from 'WebFlowTestCase' abstract class.
registerFlow ( String, Closure )This method is from 'WebFlowTestCase' abstract class.
setMetaClass ( MetaClass )This method is from 'WebFlowTestCase' abstract class.
setProperty ( String, Object )This method is from 'WebFlowTestCase' abstract class.
setUp ( )This method is from 'WebFlowTestCase' abstract class.
...
package org.codehaus.groovy.grails.webflow
[+] WebFlowPluginSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260327 has been renamed to __timeStamp__239_neverHappen1367227719887. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260327 in WebFlowPluginSupport. |
[+] affected methods (15)
WebFlowPluginSupport ( )This constructor is from 'WebFlowPluginSupport' class.
__.swapInit ( )This method is from 'WebFlowPluginSupport' class.
getDoWithApplicationContext ( )This method is from 'WebFlowPluginSupport' class.
getDoWithDynamicMethods ( )This method is from 'WebFlowPluginSupport' class.
getDoWithSpring ( )This method is from 'WebFlowPluginSupport' class.
getMetaClass ( )This method is from 'WebFlowPluginSupport' class.
getOnChange ( )This method is from 'WebFlowPluginSupport' class.
getProperty ( String )This method is from 'WebFlowPluginSupport' class.
invokeMethod ( String, Object )This method is from 'WebFlowPluginSupport' class.
setDoWithApplicationContext ( Object )This method is from 'WebFlowPluginSupport' class.
setDoWithDynamicMethods ( Object )This method is from 'WebFlowPluginSupport' class.
setDoWithSpring ( Object )This method is from 'WebFlowPluginSupport' class.
...
package org.codehaus.groovy.grails.webflow.context.servlet
[+] GrailsFlowUrlHandler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260528 has been renamed to __timeStamp__239_neverHappen1367227720093. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260528 in GrailsFlowUrlHandler. |
[+] affected methods (13)
GrailsFlowUrlHandler ( )This constructor is from 'GrailsFlowUrlHandler' class.
__.swapInit ( )This method is from 'GrailsFlowUrlHandler' class.
createFlowDefinitionUrl ( String, AttributeMap, HttpServletRequest )This method is from 'GrailsFlowUrlHandler' class.
createFlowExecutionUrl ( String, String, HttpServletRequest )This method is from 'GrailsFlowUrlHandler' class.
getApplicationContext ( )This method is from 'GrailsFlowUrlHandler' class.
getFlowId ( HttpServletRequest )This method is from 'GrailsFlowUrlHandler' class.
getMetaClass ( )This method is from 'GrailsFlowUrlHandler' class.
getProperty ( String )This method is from 'GrailsFlowUrlHandler' class.
invokeMethod ( String, Object )This method is from 'GrailsFlowUrlHandler' class.
setApplicationContext ( ApplicationContext )This method is from 'GrailsFlowUrlHandler' class.
setMetaClass ( MetaClass )This method is from 'GrailsFlowUrlHandler' class.
setProperty ( String, Object )This method is from 'GrailsFlowUrlHandler' class.
...
package org.codehaus.groovy.grails.webflow.engine.builder
[+] AbstractDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260549 has been renamed to __timeStamp__239_neverHappen1367227720114. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260549 in AbstractDelegate. |
[+] affected methods (13)
AbstractDelegate ( RequestContext )This constructor is from 'AbstractDelegate' abstract class.
__.swapInit ( )This method is from 'AbstractDelegate' abstract class.
getContext ( )This method is from 'AbstractDelegate' abstract class.
getConversation ( )This method is from 'AbstractDelegate' abstract class.
getCurrentEvent ( )This method is from 'AbstractDelegate' abstract class.
getFlash ( )This method is from 'AbstractDelegate' abstract class.
getFlow ( )This method is from 'AbstractDelegate' abstract class.
getMetaClass ( )This method is from 'AbstractDelegate' abstract class.
getProperty ( String )This method is from 'AbstractDelegate' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractDelegate' abstract class.
setContext ( RequestContext )This method is from 'AbstractDelegate' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractDelegate' abstract class.
...
[+] AbstractMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260459 has been renamed to __timeStamp__239_neverHappen1367227720022. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260459 in AbstractMapper. |
[+] affected methods (10)
AbstractMapper ( Closure )This constructor is from 'AbstractMapper' abstract class.
__.swapInit ( )This method is from 'AbstractMapper' abstract class.
getMetaClass ( )This method is from 'AbstractMapper' abstract class.
getProperty ( String )This method is from 'AbstractMapper' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractMapper' abstract class.
map ( Object, Object )This method is from 'AbstractMapper' abstract class.
map ( Object, Object, Object )This abstract method is from 'AbstractMapper' abstract class.
methodMissing ( String, Object )This method is from 'AbstractMapper' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractMapper' abstract class.
setProperty ( String, Object )This method is from 'AbstractMapper' abstract class.
[+] ActionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260648 has been renamed to __timeStamp__239_neverHappen1367227720235. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260648 in ActionDelegate. |
[+] affected methods (8)
ActionDelegate ( Action, RequestContext )This constructor is from 'ActionDelegate' class.
__.swapInit ( )This method is from 'ActionDelegate' class.
getAction ( )This method is from 'ActionDelegate' class.
getActionMetaClass ( )This method is from 'ActionDelegate' class.
invokeMethodAsEvent ( String, Object )This method is from 'ActionDelegate' class.
methodMissing ( String, Object )This method is from 'ActionDelegate' class.
setAction ( Action )This method is from 'ActionDelegate' class.
setActionMetaClass ( MetaClass )This method is from 'ActionDelegate' class.
[+] ClosureExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260477 has been renamed to __timeStamp__239_neverHappen1367227720041. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260477 in ClosureExpression. |
[+] affected methods (13)
ClosureExpression ( Closure )This constructor is from 'ClosureExpression' class.
__.swapInit ( )This method is from 'ClosureExpression' class.
getClosure ( )This method is from 'ClosureExpression' class.
getExpressionString ( )This method is from 'ClosureExpression' class.
getMetaClass ( )This method is from 'ClosureExpression' class.
getProperty ( String )This method is from 'ClosureExpression' class.
getValue ( Object )This method is from 'ClosureExpression' class.
getValueType ( Object )This method is from 'ClosureExpression' class.
invokeMethod ( String, Object )This method is from 'ClosureExpression' class.
setClosure ( Closure )This method is from 'ClosureExpression' class.
setMetaClass ( MetaClass )This method is from 'ClosureExpression' class.
setProperty ( String, Object )This method is from 'ClosureExpression' class.
...
[+] ClosureInvokingAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260565 has been renamed to __timeStamp__239_neverHappen1367227720130. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260565 in ClosureInvokingAction. |
[+] affected methods (22)
ClosureInvokingAction ( Closure )This constructor is from 'ClosureInvokingAction' class.
__.swapInit ( )This method is from 'ClosureInvokingAction' class.
checkAppContext ( )This method is from 'ClosureInvokingAction' class.
checkForErrors ( Object, Object )This method is from 'ClosureInvokingAction' class.
doExecute ( RequestContext )This method is from 'ClosureInvokingAction' class.
getApplicationContext ( )This method is from 'ClosureInvokingAction' class.
getCallable ( )This method is from 'ClosureInvokingAction' class.
getCommandClasses ( )This method is from 'ClosureInvokingAction' class.
getHasCommandObjects ( )This method is from 'ClosureInvokingAction' class.
getMetaClass ( )This method is from 'ClosureInvokingAction' class.
getNoOfParams ( )This method is from 'ClosureInvokingAction' class.
getProperty ( String )This method is from 'ClosureInvokingAction' class.
...
[+] ControllerDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260659 has been renamed to __timeStamp__239_neverHappen1367227720249. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260659 in ControllerDelegate. |
[+] affected methods (3)
ControllerDelegate ( RequestContext )This constructor is from 'ControllerDelegate' class.
__.swapInit ( )This method is from 'ControllerDelegate' class.
invokeMethod ( String, Object )This method is from 'ControllerDelegate' class.
[+] ExpressionDelegate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260661 has been renamed to __timeStamp__239_neverHappen1367227720253. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260661 in ExpressionDelegate. |
[+] affected methods (4)
ExpressionDelegate ( RequestContext )This constructor is from 'ExpressionDelegate' class.
__.swapInit ( )This method is from 'ExpressionDelegate' class.
resolveExpression ( ExpressionDelegate, Object )1st parameter 'delegate' of this method has type 'ExpressionDelegate'.
resolveExpressionsInParams ( ExpressionDelegate, Map )1st parameter 'delegate' of this method has type 'ExpressionDelegate'.
[+] FlowBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260597 has been renamed to __timeStamp__239_neverHappen1367227720164. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260597 in FlowBuilder. |
[+] affected methods (26)
FlowBuilder ( String, Closure, FlowBuilderServices, FlowDefinitionLocator )This constructor is from 'FlowBuilder' class.
FlowBuilder ( String, FlowBuilderServices, FlowDefinitionLocator )This constructor is from 'FlowBuilder' class.
__.swapInit ( )This method is from 'FlowBuilder' class.
buildStates ( )This method is from 'FlowBuilder' class.
createEndState ( String, String, FlowArtifactFactory )This method is from 'FlowBuilder' class.
createEndState ( String, String, FlowArtifactFactory, Mapper )This method is from 'FlowBuilder' class.
createEndState ( String, String, FlowArtifactFactory, Mapper, Closure )This method is from 'FlowBuilder' class.
createViewFactory ( String )This method is from 'FlowBuilder' class.
flow ( Closure )This method is from 'FlowBuilder' class.
getApplicationContext ( )This method is from 'FlowBuilder' class.
getCLOSURE_METHODS ( )This method is from 'FlowBuilder' class.
getDO_CALL_METHOD ( )This method is from 'FlowBuilder' class.
...
[+] FlowInfoCapturer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260483 has been renamed to __timeStamp__239_neverHappen1367227720047. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260483 in FlowInfoCapturer. |
[+] affected methods (37)
FlowInfoCapturer ( FlowBuilder, ApplicationContext )This constructor is from 'FlowInfoCapturer' class.
__.swapInit ( )This method is from 'FlowInfoCapturer' class.
action ( Closure )This method is from 'FlowInfoCapturer' class.
getAction ( )This method is from 'FlowInfoCapturer' class.
getEntryAction ( )This method is from 'FlowInfoCapturer' class.
getExceptionHandlers ( )This method is from 'FlowInfoCapturer' class.
getExitAction ( )This method is from 'FlowInfoCapturer' class.
getMetaClass ( )This method is from 'FlowInfoCapturer' class.
getOutputMapper ( )This method is from 'FlowInfoCapturer' class.
getProperty ( String )This method is from 'FlowInfoCapturer' class.
getPropertyDescriptors ( )This method is from 'FlowInfoCapturer' class.
getRedirectUrl ( )This method is from 'FlowInfoCapturer' class.
...
[+] GrailsSubflowAttributeMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260518 has been renamed to __timeStamp__239_neverHappen1367227720083. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260518 in GrailsSubflowAttributeMapper. |
[+] affected methods (9)
GrailsSubflowAttributeMapper ( Map )This constructor is from 'GrailsSubflowAttributeMapper' class.
__.swapInit ( )This method is from 'GrailsSubflowAttributeMapper' class.
createSubflowInput ( RequestContext )This method is from 'GrailsSubflowAttributeMapper' class.
getMetaClass ( )This method is from 'GrailsSubflowAttributeMapper' class.
getProperty ( String )This method is from 'GrailsSubflowAttributeMapper' class.
invokeMethod ( String, Object )This method is from 'GrailsSubflowAttributeMapper' class.
mapSubflowOutput ( AttributeMap, RequestContext )This method is from 'GrailsSubflowAttributeMapper' class.
setMetaClass ( MetaClass )This method is from 'GrailsSubflowAttributeMapper' class.
setProperty ( String, Object )This method is from 'GrailsSubflowAttributeMapper' class.
[+] InputMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260634 has been renamed to __timeStamp__239_neverHappen1367227720216. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260634 in InputMapper. |
[+] affected methods (3)
InputMapper ( Closure )This constructor is from 'InputMapper' class.
__.swapInit ( )This method is from 'InputMapper' class.
map ( Object, Object, Object )This method is from 'InputMapper' class.
[+] KeyExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260473 has been renamed to __timeStamp__239_neverHappen1367227720037. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260473 in KeyExpression. |
[+] affected methods (13)
KeyExpression ( )This constructor is from 'KeyExpression' class.
__.swapInit ( )This method is from 'KeyExpression' class.
getExpressionString ( )This method is from 'KeyExpression' class.
getKey ( )This method is from 'KeyExpression' class.
getMetaClass ( )This method is from 'KeyExpression' class.
getProperty ( String )This method is from 'KeyExpression' class.
getValue ( Object )This method is from 'KeyExpression' class.
getValueType ( Object )This method is from 'KeyExpression' class.
invokeMethod ( String, Object )This method is from 'KeyExpression' class.
setKey ( String )This method is from 'KeyExpression' class.
setMetaClass ( MetaClass )This method is from 'KeyExpression' class.
setProperty ( String, Object )This method is from 'KeyExpression' class.
...
[+] KeyValueMapping (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260468 has been renamed to __timeStamp__239_neverHappen1367227720032. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260468 in KeyValueMapping. |
[+] affected methods (18)
KeyValueMapping ( )This constructor is from 'KeyValueMapping' class.
__.swapInit ( )This method is from 'KeyValueMapping' class.
getKey ( )This method is from 'KeyValueMapping' class.
getMetaClass ( )This method is from 'KeyValueMapping' class.
getProperty ( String )This method is from 'KeyValueMapping' class.
getRequired ( )This method is from 'KeyValueMapping' class.
getSourceExpression ( )This method is from 'KeyValueMapping' class.
getTargetExpression ( )This method is from 'KeyValueMapping' class.
getValue ( )This method is from 'KeyValueMapping' class.
getValue ( Object )This method is from 'KeyValueMapping' class.
invokeMethod ( String, Object )This method is from 'KeyValueMapping' class.
isRequired ( )This method is from 'KeyValueMapping' class.
...
[+] OutputMapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260637 has been renamed to __timeStamp__239_neverHappen1367227720221. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260637 in OutputMapper. |
[+] affected methods (3)
OutputMapper ( Closure )This constructor is from 'OutputMapper' class.
__.swapInit ( )This method is from 'OutputMapper' class.
map ( Object, Object, Object )This method is from 'OutputMapper' class.
[+] RuntimeRedirectAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260640 has been renamed to __timeStamp__239_neverHappen1367227720225. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260640 in RuntimeRedirectAction. |
[+] affected methods (20)
RuntimeRedirectAction ( )This constructor is from 'RuntimeRedirectAction' class.
__.swapInit ( )This method is from 'RuntimeRedirectAction' class.
doExecute ( RequestContext )This method is from 'RuntimeRedirectAction' class.
getAction ( )This method is from 'RuntimeRedirectAction' class.
getController ( )This method is from 'RuntimeRedirectAction' class.
getMetaClass ( )This method is from 'RuntimeRedirectAction' class.
getParams ( )This method is from 'RuntimeRedirectAction' class.
getPlugin ( )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.
...
[+] TransitionTo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260507 has been renamed to __timeStamp__239_neverHappen1367227720072. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260507 in TransitionTo. |
[+] affected methods (18)
on ( Class )Return value of this method has type 'TransitionTo'.
on ( String )Return value of this method has type 'TransitionTo'.
on ( String, Closure )Return value of this method has type 'TransitionTo'.
TransitionTo ( Class, Object, Object, Object )This constructor is from 'TransitionTo' class.
TransitionTo ( String, Object, Object, Object )This constructor is from 'TransitionTo' class.
TransitionTo ( String, Object, Object, Object, ClosureInvokingAction )This constructor is from 'TransitionTo' class.
__.swapInit ( )This method is from 'TransitionTo' class.
getExceptionHandlers ( )This method is from 'TransitionTo' class.
getMetaClass ( )This method is from 'TransitionTo' class.
getProperty ( String )This method is from 'TransitionTo' class.
getTransitions ( )This method is from 'TransitionTo' class.
invokeMethod ( String, Object )This method is from 'TransitionTo' class.
...
[+] UriRedirectAction (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1361789260644 has been renamed to __timeStamp__239_neverHappen1367227720231. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1361789260644 in UriRedirectAction. |
[+] affected methods (10)
UriRedirectAction ( )This constructor is from 'UriRedirectAction' class.
__.swapInit ( )This method is from 'UriRedirectAction' class.
doExecute ( RequestContext )This method is from 'UriRedirectAction' class.
getMetaClass ( )This method is from 'UriRedirectAction' class.
getProperty ( String )This method is from 'UriRedirectAction' class.
getUri ( )This method is from 'UriRedirectAction' class.
invokeMethod ( String, Object )This method is from 'UriRedirectAction' class.
setMetaClass ( MetaClass )This method is from 'UriRedirectAction' class.
setProperty ( String, Object )This method is from 'UriRedirectAction' class.
setUri ( Object )This method is from 'UriRedirectAction' class.
to the top
Problems with Data Types, Medium Severity (1)
grails-core-2.2.1.jar
package org.codehaus.groovy.grails.commons.cfg
[+] GrailsPlaceholderConfigurer (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.springframework.beans.factory.config.PropertyPlaceholderConfigurer to org.springframework.context.support.PropertySourcesPlaceholderConfigurer. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in GrailsPlaceholderConfigurer. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
GrailsPlaceholderConfigurer ( GrailsApplication )This constructor is from 'GrailsPlaceholderConfigurer' class.
loadProperties ( Properties )This method is from 'GrailsPlaceholderConfigurer' class.
to the top
Other Changes in Data Types (4)
grails-core-2.2.1.jar
package org.codehaus.groovy.grails.commons.cfg
[+] GrailsConfig (1)
| Change | Effect |
---|
1 | Field SPRING_PLACEHOLDER_PREFIX has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SPRING_PLACEHOLDER_PREFIX is ambiguous. |
[+] affected methods (10)
GrailsConfig ( GrailsApplication )This constructor is from 'GrailsConfig' class.
get ( String )This method is from 'GrailsConfig' class.
get ( String, Class )This method is from 'GrailsConfig' class.
get ( String, Object )This method is from 'GrailsConfig' class.
get ( String, Object, List )This method is from 'GrailsConfig' class.
getAt ( Object )This method is from 'GrailsConfig' class.
getConfig ( )This method is from 'GrailsConfig' class.
getFlatConfig ( )This method is from 'GrailsConfig' class.
getMandatory ( String )This method is from 'GrailsConfig' class.
getMandatory ( String, List )This method is from 'GrailsConfig' class.
grails-hibernate-2.2.1.jar
package org.codehaus.groovy.grails.orm.hibernate.cfg
[+] JoinTable (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1367227406267 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_neverHappen1367227406267 is ambiguous. |
[+] affected methods (15)
JoinTable ( )This constructor is from 'JoinTable' class.
__.swapInit ( )This method is from 'JoinTable' class.
getColumn ( )This method is from 'JoinTable' class.
getKey ( )This method is from 'JoinTable' class.
getMetaClass ( )This method is from 'JoinTable' class.
getName ( )This method is from 'JoinTable' class.
getProperty ( String )This method is from 'JoinTable' class.
invokeMethod ( String, Object )This method is from 'JoinTable' class.
setColumn ( ColumnConfig )This method is from 'JoinTable' class.
setKey ( ColumnConfig )This method is from 'JoinTable' class.
setMetaClass ( MetaClass )This method is from 'JoinTable' class.
setName ( String )This method is from 'JoinTable' class.
...
grails-web-2.2.1.jar
package org.codehaus.groovy.grails.web.binding
[+] DefaultASTDatabindingHelper (1)
| Change | Effect |
---|
1 | Field NO_BINDABLE_PROPERTIES 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 NO_BINDABLE_PROPERTIES is ambiguous. |
[+] affected methods (2)
DefaultASTDatabindingHelper ( )This constructor is from 'DefaultASTDatabindingHelper' class.
injectDatabindingCode ( SourceUnit, GeneratorContext, ClassNode )This method is from 'DefaultASTDatabindingHelper' class.
package org.codehaus.groovy.grails.web.servlet
[+] GrailsApplicationAttributes (1)
| Change | Effect |
---|
1 | Field GRAILS_CONTROLLER_CLASS_MATCHED_URI has been added to this interface. | No effect. NOTE: An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to GRAILS_CONTROLLER_CLASS_MATCHED_URI is ambiguous. |
[+] affected methods (39)
getGrailsAttributes ( Object )Return value of this method has type 'GrailsApplicationAttributes'.
getApplicationUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getController ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getControllerActionUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getControllerUri ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getErrors ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getFlashScope ( ServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getGroovyPagesUriService ( )This abstract method is from 'GrailsApplicationAttributes' interface.
getMessageSource ( )This abstract method is from 'GrailsApplicationAttributes' interface.
getNoSuffixViewURI ( GroovyObject, String )This abstract method is from 'GrailsApplicationAttributes' interface.
getOut ( HttpServletRequest )This abstract method is from 'GrailsApplicationAttributes' interface.
getPagesTemplateEngine ( )This abstract method is from 'GrailsApplicationAttributes' interface.
...
to the top
Java ARchives (21)
grails-2.2.1.jar
grails-app-files.jar
grails-bootstrap-2.2.1.jar
grails-core-2.2.1.jar
grails-crud-2.2.1.jar
grails-datastore-core-1.1.5.RELEASE.jar
grails-datastore-gorm-1.1.5.RELEASE.jar
grails-datastore-simple-1.1.5.RELEASE.jar
grails-gdoc-engine-1.0.1.jar
grails-hibernate-2.2.1.jar
grails-integration-files.jar
grails-logging-2.2.1.jar
grails-plugin-files.jar
grails-resources-2.2.1.jar
grails-scripts-2.2.1.jar
grails-shared-files.jar
grails-spring-2.2.1.jar
grails-web-2.2.1.jar
grails-webflow-2.2.1.jar
grails-wrapper-runtime-2.2.1.jar
grails-wrapper-support-2.2.1.jar
to the top