Source compatibility report for the Grails library between 2.3.1 and 2.3.2 versions
Test Info
Library Name | Grails |
Version #1 | 2.3.1 |
Version #2 | 2.3.2 |
Test Results
Total Java ARchives | 21 |
---|
Total Methods / Classes | 17652 / 2421 |
---|
Verdict | Incompatible (25.9%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 276 |
---|
Removed Methods | High | 203 |
---|
Problems with Data Types | High | 290 |
---|
Medium | 4 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 5 |
Added Methods (276)
grails-aether-2.3.2.jar, AetherDependencyManager.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherDependencyManager.addAttachments ( DependencyNode root, String classifier ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addAttachments:(Lorg/eclipse/aether/graph/DependencyNode;Ljava/lang/String;)V]
AetherDependencyManager.addBuildDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addBuildDependency:(Lorg/eclipse/aether/graph/Dependency;)V]
AetherDependencyManager.addBuildDependency ( Dependency dependency, DependencyConfiguration configuration ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addBuildDependency:(Lorg/eclipse/aether/graph/Dependency;Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;)V]
AetherDependencyManager.addBuildDependency ( Dependency dependency, ExclusionDependencySelector exclusionDependencySelector ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addBuildDependency:(Lorg/codehaus/groovy/grails/resolve/Dependency;Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;)V]
AetherDependencyManager.addDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addDependency:(Lorg/eclipse/aether/graph/Dependency;)V]
AetherDependencyManager.addDependency ( Dependency dependency, DependencyConfiguration configuration ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addDependency:(Lorg/eclipse/aether/graph/Dependency;Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;)V]
AetherDependencyManager.addDependency ( Dependency dependency, String scope, ExclusionDependencySelector exclusionDependencySelector ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addDependency:(Lorg/codehaus/groovy/grails/resolve/Dependency;Ljava/lang/String;Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;)V]
AetherDependencyManager.addProxy ( String proxyHost, String proxyPort, String proxyUser, String proxyPass, String nonProxyHosts ) : Proxy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addProxy:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/aether/repository/Proxy;]
AetherDependencyManager.collectDependencies ( String scope ) : DependencyNode
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.collectDependencies:(Ljava/lang/String;)Lorg/eclipse/aether/graph/DependencyNode;]
AetherDependencyManager.createGrailsDependency ( Dependency dependency ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.createGrailsDependency:(Lorg/eclipse/aether/graph/Dependency;)Lorg/codehaus/groovy/grails/resolve/Dependency;]
AetherDependencyManager.createGrailsDependency ( Dependency dependency, DependencyConfiguration configuration ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.createGrailsDependency:(Lorg/eclipse/aether/graph/Dependency;Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;)Lorg/codehaus/groovy/grails/resolve/Dependency;]
AetherDependencyManager.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.getExclusionDependencySelector:()Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;]
AetherDependencyManager.getSession ( ) : RepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.getSession:()Lorg/eclipse/aether/RepositorySystemSession;]
AetherDependencyManager.includeJavadocAndSourceIfNecessary ( List aetherDependencies, Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.includeJavadocAndSourceIfNecessary:(Ljava/util/List;Lorg/eclipse/aether/graph/Dependency;)V]
AetherDependencyManager.resolveToGraphNode ( DependencyNode root, String scope ) : AetherGraphNode
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.resolveToGraphNode:(Lorg/eclipse/aether/graph/DependencyNode;Ljava/lang/String;)Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherGraphNode;]
AetherDependencyManager.resolveToResult ( DependencyNode node, String scope ) : DependencyResult
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.resolveToResult:(Lorg/eclipse/aether/graph/DependencyNode;Ljava/lang/String;)Lorg/eclipse/aether/resolution/DependencyResult;]
AetherDependencyManager.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.setExclusionDependencySelector:(Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;)V]
AetherDependencyManager.setJvmAgent ( Dependency jvmAgent ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.setJvmAgent:(Lorg/eclipse/aether/graph/Dependency;)V]
grails-aether-2.3.2.jar, AetherDependencyReport.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherDependencyReport.AetherDependencyReport ( PreorderNodeListGenerator p1, String p2 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport."<init>":(Lorg/eclipse/aether/util/graph/visitor/PreorderNodeListGenerator;Ljava/lang/String;)V]
AetherDependencyReport.AetherDependencyReport ( PreorderNodeListGenerator p1, String p2, Throwable p3 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport."<init>":(Lorg/eclipse/aether/util/graph/visitor/PreorderNodeListGenerator;Ljava/lang/String;Ljava/lang/Throwable;)V]
AetherDependencyReport.getResolveResult ( ) : PreorderNodeListGenerator
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport.getResolveResult:()Lorg/eclipse/aether/util/graph/visitor/PreorderNodeListGenerator;]
AetherDependencyReport.setResolveResult ( PreorderNodeListGenerator p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport.setResolveResult:(Lorg/eclipse/aether/util/graph/visitor/PreorderNodeListGenerator;)V]
grails-aether-2.3.2.jar, AetherDsl.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
AetherDsl.credentials ( Closure c ) : Authentication
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.credentials:(Lgroovy/lang/Closure;)Lorg/eclipse/aether/repository/Authentication;]
AetherDsl.getAetherDependencyManager ( ) : AetherDependencyManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getAetherDependencyManager:()Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager;]
AetherDsl.getArtifactDescriptorPolicy ( ) : ArtifactDescriptorPolicy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getArtifactDescriptorPolicy:()Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicy;]
AetherDsl.getArtifactTypeRegistry ( ) : ArtifactTypeRegistry
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getArtifactTypeRegistry:()Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;]
AetherDsl.getAuthenticationSelector ( ) : AuthenticationSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getAuthenticationSelector:()Lorg/eclipse/aether/repository/AuthenticationSelector;]
AetherDsl.getCache ( ) : RepositoryCache
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getCache:()Lorg/eclipse/aether/RepositoryCache;]
AetherDsl.getData ( ) : SessionData
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getData:()Lorg/eclipse/aether/SessionData;]
AetherDsl.getDependencyGraphTransformer ( ) : DependencyGraphTransformer
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencyGraphTransformer:()Lorg/eclipse/aether/collection/DependencyGraphTransformer;]
AetherDsl.getDependencyManager ( ) : DependencyManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencyManager:()Lorg/eclipse/aether/collection/DependencyManager;]
AetherDsl.getDependencySelector ( ) : DependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencySelector:()Lorg/eclipse/aether/collection/DependencySelector;]
AetherDsl.getDependencyTraverser ( ) : DependencyTraverser
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencyTraverser:()Lorg/eclipse/aether/collection/DependencyTraverser;]
AetherDsl.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getExclusionDependencySelector:()Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;]
AetherDsl.getLocalRepository ( ) : LocalRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getLocalRepository:()Lorg/eclipse/aether/repository/LocalRepository;]
AetherDsl.getLocalRepositoryManager ( ) : LocalRepositoryManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getLocalRepositoryManager:()Lorg/eclipse/aether/repository/LocalRepositoryManager;]
AetherDsl.getMirrorSelector ( ) : MirrorSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getMirrorSelector:()Lorg/eclipse/aether/repository/MirrorSelector;]
AetherDsl.getProxySelector ( ) : ProxySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getProxySelector:()Lorg/eclipse/aether/repository/ProxySelector;]
AetherDsl.getRepositoryListener ( ) : RepositoryListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getRepositoryListener:()Lorg/eclipse/aether/RepositoryListener;]
AetherDsl.getResolutionErrorPolicy ( ) : ResolutionErrorPolicy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getResolutionErrorPolicy:()Lorg/eclipse/aether/resolution/ResolutionErrorPolicy;]
AetherDsl.getSession ( ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getSession:()Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.getTransferListener ( ) : TransferListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getTransferListener:()Lorg/eclipse/aether/transfer/TransferListener;]
AetherDsl.getVersionFilter ( ) : VersionFilter
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getVersionFilter:()Lorg/eclipse/aether/collection/VersionFilter;]
AetherDsl.getWorkspaceReader ( ) : WorkspaceReader
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getWorkspaceReader:()Lorg/eclipse/aether/repository/WorkspaceReader;]
AetherDsl.isIgnoreArtifactDescriptorRepositories ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.isIgnoreArtifactDescriptorRepositories:()Z]
AetherDsl.setAetherDependencyManager ( AetherDependencyManager p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setAetherDependencyManager:(Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager;)V]
AetherDsl.setArtifactDescriptorPolicy ( ArtifactDescriptorPolicy param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setArtifactDescriptorPolicy:(Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicy;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setArtifactTypeRegistry ( ArtifactTypeRegistry param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setArtifactTypeRegistry:(Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setAuthenticationSelector ( AuthenticationSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setAuthenticationSelector:(Lorg/eclipse/aether/repository/AuthenticationSelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setCache ( RepositoryCache param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setCache:(Lorg/eclipse/aether/RepositoryCache;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setChecksumPolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setChecksumPolicy:(Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setConfigProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setConfigProperties:(Ljava/util/Map;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setConfigProperty ( String param0, Object param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setConfigProperty:(Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setData ( SessionData param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setData:(Lorg/eclipse/aether/SessionData;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setDependencyGraphTransformer ( DependencyGraphTransformer param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencyGraphTransformer:(Lorg/eclipse/aether/collection/DependencyGraphTransformer;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setDependencyManager ( DependencyManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencyManager:(Lorg/eclipse/aether/collection/DependencyManager;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setDependencySelector ( DependencySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencySelector:(Lorg/eclipse/aether/collection/DependencySelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setDependencyTraverser ( DependencyTraverser param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencyTraverser:(Lorg/eclipse/aether/collection/DependencyTraverser;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setExclusionDependencySelector:(Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;)V]
AetherDsl.setIgnoreArtifactDescriptorRepositories ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setIgnoreArtifactDescriptorRepositories:(Z)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setLocalRepositoryManager ( LocalRepositoryManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setLocalRepositoryManager:(Lorg/eclipse/aether/repository/LocalRepositoryManager;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setMirrorSelector ( MirrorSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setMirrorSelector:(Lorg/eclipse/aether/repository/MirrorSelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setOffline ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setOffline:(Z)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setProxySelector ( ProxySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setProxySelector:(Lorg/eclipse/aether/repository/ProxySelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setReadOnly ( ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setReadOnly:()V]
AetherDsl.setRepositoryListener ( RepositoryListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setRepositoryListener:(Lorg/eclipse/aether/RepositoryListener;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setResolutionErrorPolicy ( ResolutionErrorPolicy param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setResolutionErrorPolicy:(Lorg/eclipse/aether/resolution/ResolutionErrorPolicy;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setSession ( DefaultRepositorySystemSession p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setSession:(Lorg/eclipse/aether/DefaultRepositorySystemSession;)V]
AetherDsl.setSystemProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setSystemProperties:(Ljava/util/Map;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setSystemProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setSystemProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setTransferListener ( TransferListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setTransferListener:(Lorg/eclipse/aether/transfer/TransferListener;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setUpdatePolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setUpdatePolicy:(Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setUserProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setUserProperties:(Ljava/util/Map;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setUserProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setUserProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setVersionFilter ( VersionFilter param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setVersionFilter:(Lorg/eclipse/aether/collection/VersionFilter;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
AetherDsl.setWorkspaceReader ( WorkspaceReader param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setWorkspaceReader:(Lorg/eclipse/aether/repository/WorkspaceReader;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
grails-aether-2.3.2.jar, AetherGraphNode.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherGraphNode.AetherGraphNode ( DependencyResult dependencyResult, List unresolved )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherGraphNode."<init>":(Lorg/eclipse/aether/resolution/DependencyResult;Ljava/util/List;)V]
grails-aether-2.3.2.jar, DependenciesConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
DependenciesConfiguration.addBuildDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addBuildDependency:(Lorg/eclipse/aether/graph/Dependency;)V]
DependenciesConfiguration.addBuildDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addBuildDependency:(Lorg/eclipse/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
DependenciesConfiguration.addDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addDependency:(Lorg/eclipse/aether/graph/Dependency;)V]
DependenciesConfiguration.addDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addDependency:(Lorg/eclipse/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
DependenciesConfiguration.createDependencyForProperties ( Map properties, String scope ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.createDependencyForProperties:(Ljava/util/Map;Ljava/lang/String;)Lorg/eclipse/aether/graph/Dependency;]
DependenciesConfiguration.customizeDependency ( Closure customizer, Dependency dependency ) : DependencyConfiguration
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.customizeDependency:(Lgroovy/lang/Closure;Lorg/eclipse/aether/graph/Dependency;)Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;]
DependenciesConfiguration.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.getExclusionDependencySelector:()Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;]
DependenciesConfiguration.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.setExclusionDependencySelector:(Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;)V]
grails-aether-2.3.2.jar, DependencyConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
DependencyConfiguration.DependencyConfiguration ( Dependency p1 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration."<init>":(Lorg/eclipse/aether/graph/Dependency;)V]
DependencyConfiguration.exclude ( Exclusion exclusion ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.exclude:(Lorg/eclipse/aether/graph/Exclusion;)V]
DependencyConfiguration.getArtifact ( ) : Artifact
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.getArtifact:()Lorg/eclipse/aether/artifact/Artifact;]
DependencyConfiguration.getDependency ( ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.getDependency:()Lorg/eclipse/aether/graph/Dependency;]
DependencyConfiguration.getOptional ( ) : Boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.getOptional:()Ljava/lang/Boolean;]
DependencyConfiguration.setArtifact ( Artifact param0 ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setArtifact:(Lorg/eclipse/aether/artifact/Artifact;)Lorg/eclipse/aether/graph/Dependency;]
DependencyConfiguration.setDependency ( Dependency p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setDependency:(Lorg/eclipse/aether/graph/Dependency;)V]
DependencyConfiguration.setExclusions ( Collection param0 ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setExclusions:(Ljava/util/Collection;)Lorg/eclipse/aether/graph/Dependency;]
DependencyConfiguration.setOptional ( Boolean param0 ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setOptional:(Ljava/lang/Boolean;)Lorg/eclipse/aether/graph/Dependency;]
grails-aether-2.3.2.jar, GrailsAetherCoreDependencies.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
GrailsAetherCoreDependencies.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/GrailsAetherCoreDependencies.getExclusionDependencySelector:()Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;]
GrailsAetherCoreDependencies.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/GrailsAetherCoreDependencies.setExclusionDependencySelector:(Lorg/eclipse/aether/util/graph/selector/ExclusionDependencySelector;)V]
grails-aether-2.3.2.jar, GrailsModelResolver.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
GrailsModelResolver.GrailsModelResolver ( RepositorySystem p1, RepositorySystemSession p2, List p3 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsModelResolver."<init>":(Lorg/eclipse/aether/RepositorySystem;Lorg/eclipse/aether/RepositorySystemSession;Ljava/util/List;)V]
grails-aether-2.3.2.jar, PluginConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
PluginConfiguration.addBuildDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/PluginConfiguration.addBuildDependency:(Lorg/eclipse/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
PluginConfiguration.addDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/PluginConfiguration.addDependency:(Lorg/eclipse/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
grails-aether-2.3.2.jar, RepositoriesConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
RepositoriesConfiguration.configureRepository ( RemoteRepository.Builder repositoryBuilder, Closure configurer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.configureRepository:(Lorg/eclipse/aether/repository/RemoteRepository$Builder;Lgroovy/lang/Closure;)V]
RepositoriesConfiguration.getAetherDependencyManager ( ) : AetherDependencyManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getAetherDependencyManager:()Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager;]
RepositoriesConfiguration.getArtifactDescriptorPolicy ( ) : ArtifactDescriptorPolicy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getArtifactDescriptorPolicy:()Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicy;]
RepositoriesConfiguration.getArtifactTypeRegistry ( ) : ArtifactTypeRegistry
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getArtifactTypeRegistry:()Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;]
RepositoriesConfiguration.getAuthenticationSelector ( ) : AuthenticationSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getAuthenticationSelector:()Lorg/eclipse/aether/repository/AuthenticationSelector;]
RepositoriesConfiguration.getCache ( ) : RepositoryCache
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getCache:()Lorg/eclipse/aether/RepositoryCache;]
RepositoriesConfiguration.getData ( ) : SessionData
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getData:()Lorg/eclipse/aether/SessionData;]
RepositoriesConfiguration.getDependencyGraphTransformer ( ) : DependencyGraphTransformer
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencyGraphTransformer:()Lorg/eclipse/aether/collection/DependencyGraphTransformer;]
RepositoriesConfiguration.getDependencyManager ( ) : DependencyManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencyManager:()Lorg/eclipse/aether/collection/DependencyManager;]
RepositoriesConfiguration.getDependencySelector ( ) : DependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencySelector:()Lorg/eclipse/aether/collection/DependencySelector;]
RepositoriesConfiguration.getDependencyTraverser ( ) : DependencyTraverser
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencyTraverser:()Lorg/eclipse/aether/collection/DependencyTraverser;]
RepositoriesConfiguration.getLocalRepository ( ) : LocalRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getLocalRepository:()Lorg/eclipse/aether/repository/LocalRepository;]
RepositoriesConfiguration.getLocalRepositoryManager ( ) : LocalRepositoryManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getLocalRepositoryManager:()Lorg/eclipse/aether/repository/LocalRepositoryManager;]
RepositoriesConfiguration.getMirrorSelector ( ) : MirrorSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getMirrorSelector:()Lorg/eclipse/aether/repository/MirrorSelector;]
RepositoriesConfiguration.getProxySelector ( ) : ProxySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getProxySelector:()Lorg/eclipse/aether/repository/ProxySelector;]
RepositoriesConfiguration.getRepositoryListener ( ) : RepositoryListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getRepositoryListener:()Lorg/eclipse/aether/RepositoryListener;]
RepositoriesConfiguration.getResolutionErrorPolicy ( ) : ResolutionErrorPolicy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getResolutionErrorPolicy:()Lorg/eclipse/aether/resolution/ResolutionErrorPolicy;]
RepositoriesConfiguration.getSession ( ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getSession:()Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.getTransferListener ( ) : TransferListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getTransferListener:()Lorg/eclipse/aether/transfer/TransferListener;]
RepositoriesConfiguration.getVersionFilter ( ) : VersionFilter
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getVersionFilter:()Lorg/eclipse/aether/collection/VersionFilter;]
RepositoriesConfiguration.getWorkspaceReader ( ) : WorkspaceReader
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getWorkspaceReader:()Lorg/eclipse/aether/repository/WorkspaceReader;]
RepositoriesConfiguration.grailsCentral ( ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.grailsCentral:()Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.grailsCentral ( Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.grailsCentral:(Lgroovy/lang/Closure;)Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.isIgnoreArtifactDescriptorRepositories ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.isIgnoreArtifactDescriptorRepositories:()Z]
RepositoriesConfiguration.mavenCentral ( ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenCentral:()Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenCentral ( Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenCentral:(Lgroovy/lang/Closure;)Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( Map properties ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/util/Map;)Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( Map properties, Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/util/Map;Lgroovy/lang/Closure;)Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( String url ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/lang/String;)Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( String url, Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.reconfigureExisting ( RemoteRepository existing, Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.reconfigureExisting:(Lorg/eclipse/aether/repository/RemoteRepository;Lgroovy/lang/Closure;)Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoriesConfiguration.RepositoriesConfiguration ( AetherDependencyManager p1, DefaultRepositorySystemSession p2 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration."<init>":(Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager;Lorg/eclipse/aether/DefaultRepositorySystemSession;)V]
RepositoriesConfiguration.setAetherDependencyManager ( AetherDependencyManager p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setAetherDependencyManager:(Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager;)V]
RepositoriesConfiguration.setArtifactDescriptorPolicy ( ArtifactDescriptorPolicy param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setArtifactDescriptorPolicy:(Lorg/eclipse/aether/resolution/ArtifactDescriptorPolicy;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setArtifactTypeRegistry ( ArtifactTypeRegistry param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setArtifactTypeRegistry:(Lorg/eclipse/aether/artifact/ArtifactTypeRegistry;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setAuthenticationSelector ( AuthenticationSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setAuthenticationSelector:(Lorg/eclipse/aether/repository/AuthenticationSelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setCache ( RepositoryCache param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setCache:(Lorg/eclipse/aether/RepositoryCache;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setChecksumPolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setChecksumPolicy:(Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setConfigProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setConfigProperties:(Ljava/util/Map;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setConfigProperty ( String param0, Object param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setConfigProperty:(Ljava/lang/String;Ljava/lang/Object;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setData ( SessionData param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setData:(Lorg/eclipse/aether/SessionData;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencyGraphTransformer ( DependencyGraphTransformer param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencyGraphTransformer:(Lorg/eclipse/aether/collection/DependencyGraphTransformer;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencyManager ( DependencyManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencyManager:(Lorg/eclipse/aether/collection/DependencyManager;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencySelector ( DependencySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencySelector:(Lorg/eclipse/aether/collection/DependencySelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencyTraverser ( DependencyTraverser param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencyTraverser:(Lorg/eclipse/aether/collection/DependencyTraverser;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setIgnoreArtifactDescriptorRepositories ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setIgnoreArtifactDescriptorRepositories:(Z)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setLocalRepositoryManager ( LocalRepositoryManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setLocalRepositoryManager:(Lorg/eclipse/aether/repository/LocalRepositoryManager;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setMirrorSelector ( MirrorSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setMirrorSelector:(Lorg/eclipse/aether/repository/MirrorSelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setOffline ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setOffline:(Z)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setProxySelector ( ProxySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setProxySelector:(Lorg/eclipse/aether/repository/ProxySelector;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setReadOnly ( ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setReadOnly:()V]
RepositoriesConfiguration.setRepositoryListener ( RepositoryListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setRepositoryListener:(Lorg/eclipse/aether/RepositoryListener;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setResolutionErrorPolicy ( ResolutionErrorPolicy param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setResolutionErrorPolicy:(Lorg/eclipse/aether/resolution/ResolutionErrorPolicy;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setSession ( DefaultRepositorySystemSession p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setSession:(Lorg/eclipse/aether/DefaultRepositorySystemSession;)V]
RepositoriesConfiguration.setSystemProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setSystemProperties:(Ljava/util/Map;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setSystemProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setSystemProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setTransferListener ( TransferListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setTransferListener:(Lorg/eclipse/aether/transfer/TransferListener;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setUpdatePolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setUpdatePolicy:(Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setUserProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setUserProperties:(Ljava/util/Map;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setUserProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setUserProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setVersionFilter ( VersionFilter param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setVersionFilter:(Lorg/eclipse/aether/collection/VersionFilter;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setWorkspaceReader ( WorkspaceReader param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setWorkspaceReader:(Lorg/eclipse/aether/repository/WorkspaceReader;)Lorg/eclipse/aether/DefaultRepositorySystemSession;]
grails-aether-2.3.2.jar, RepositoryConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
RepositoryConfiguration.addMirroredRepository ( RemoteRepository param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.addMirroredRepository:(Lorg/eclipse/aether/repository/RemoteRepository;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.auth ( Map credentials ) : Authentication
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.auth:(Ljava/util/Map;)Lorg/eclipse/aether/repository/Authentication;]
RepositoryConfiguration.authentication ( Map credentials ) : Authentication
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.authentication:(Ljava/util/Map;)Lorg/eclipse/aether/repository/Authentication;]
RepositoryConfiguration.build ( ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.build:()Lorg/eclipse/aether/repository/RemoteRepository;]
RepositoryConfiguration.getDefaultRepositoryPolicy ( ) : RepositoryPolicy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getDefaultRepositoryPolicy:()Lorg/eclipse/aether/repository/RepositoryPolicy;]
RepositoryConfiguration.getRemoteRepository ( ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getRemoteRepository:()Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.proxy ( String host, int port, Authentication auth ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.proxy:(Ljava/lang/String;ILorg/eclipse/aether/repository/Authentication;)V]
RepositoryConfiguration.proxy ( String type, String host, int port, Authentication auth ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.proxy:(Ljava/lang/String;Ljava/lang/String;ILorg/eclipse/aether/repository/Authentication;)V]
RepositoryConfiguration.RepositoryConfiguration ( RemoteRepository.Builder p1 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration."<init>":(Lorg/eclipse/aether/repository/RemoteRepository$Builder;)V]
RepositoryConfiguration.setAuthentication ( Authentication param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setAuthentication:(Lorg/eclipse/aether/repository/Authentication;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setContentType ( String param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setContentType:(Ljava/lang/String;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setDefaultRepositoryPolicy ( RepositoryPolicy p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setDefaultRepositoryPolicy:(Lorg/eclipse/aether/repository/RepositoryPolicy;)V]
RepositoryConfiguration.setId ( String param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setId:(Ljava/lang/String;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setMirroredRepositories ( List param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setMirroredRepositories:(Ljava/util/List;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setPolicy ( RepositoryPolicy param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setPolicy:(Lorg/eclipse/aether/repository/RepositoryPolicy;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setProxy ( Proxy param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setProxy:(Lorg/eclipse/aether/repository/Proxy;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setReleasePolicy ( RepositoryPolicy param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setReleasePolicy:(Lorg/eclipse/aether/repository/RepositoryPolicy;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setRemoteRepository ( RemoteRepository.Builder p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setRemoteRepository:(Lorg/eclipse/aether/repository/RemoteRepository$Builder;)V]
RepositoryConfiguration.setRepositoryManager ( boolean param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setRepositoryManager:(Z)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setSnapshotPolicy ( RepositoryPolicy param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setSnapshotPolicy:(Lorg/eclipse/aether/repository/RepositoryPolicy;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
RepositoryConfiguration.setUrl ( String param0 ) : RemoteRepository.Builder
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setUrl:(Ljava/lang/String;)Lorg/eclipse/aether/repository/RemoteRepository$Builder;]
grails-bootstrap-2.3.2.jar, CandidateListCompletionHandler.class
package org.codehaus.groovy.grails.cli.interactive
CandidateListCompletionHandler.complete ( ConsoleReader reader, List candidates, int pos ) : boolean
[mangled: org/codehaus/groovy/grails/cli/interactive/CandidateListCompletionHandler.complete:(Ljline/console/ConsoleReader;Ljava/util/List;I)Z]
grails-bootstrap-2.3.2.jar, ChildFirstURLClassLoader.class
package org.codehaus.groovy.grails.cli.support
ChildFirstURLClassLoader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.__.swapInit:()V]
ChildFirstURLClassLoader.ChildFirstURLClassLoader ( )
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader."<init>":()V]
ChildFirstURLClassLoader.ChildFirstURLClassLoader ( ClassLoader parent )
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader."<init>":(Ljava/lang/ClassLoader;)V]
ChildFirstURLClassLoader.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.getMetaClass:()Lgroovy/lang/MetaClass;]
ChildFirstURLClassLoader.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
ChildFirstURLClassLoader.getResource ( String name ) : URL
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.getResource:(Ljava/lang/String;)Ljava/net/URL;]
ChildFirstURLClassLoader.getResourceAsStream ( String name ) : InputStream
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.getResourceAsStream:(Ljava/lang/String;)Ljava/io/InputStream;]
ChildFirstURLClassLoader.getResources ( String name ) : Enumeration
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.getResources:(Ljava/lang/String;)Ljava/util/Enumeration;]
ChildFirstURLClassLoader.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ChildFirstURLClassLoader.loadClass ( String name, boolean resolve ) : Class
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.loadClass:(Ljava/lang/String;Z)Ljava/lang/Class;]
ChildFirstURLClassLoader.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.setMetaClass:(Lgroovy/lang/MetaClass;)V]
ChildFirstURLClassLoader.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-bootstrap-2.3.2.jar, GrailsConsole.class
package grails.build.logging
GrailsConsole.createConsoleReader ( ) : ConsoleReader
[mangled: grails/build/logging/GrailsConsole.createConsoleReader:()Ljline/console/ConsoleReader;]
GrailsConsole.getReader ( ) : ConsoleReader
[mangled: grails/build/logging/GrailsConsole.getReader:()Ljline/console/ConsoleReader;]
GrailsConsole.prepareHistory ( ) : History
[mangled: grails/build/logging/GrailsConsole.prepareHistory:()Ljline/console/history/History;]
grails-bootstrap-2.3.2.jar, GrailsEclipseConsole.class
package grails.build.logging
GrailsEclipseConsole.createConsoleReader ( ) : ConsoleReader
[mangled: grails/build/logging/GrailsEclipseConsole.createConsoleReader:()Ljline/console/ConsoleReader;]
grails-bootstrap-2.3.2.jar, InteractiveMode.class
package org.codehaus.groovy.grails.cli.interactive
InteractiveMode.getReader ( ) : ConsoleReader
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.getReader:()Ljline/console/ConsoleReader;]
grails-bootstrap-2.3.2.jar, StringsCompleter.class
package grails.build.interactive.completors
StringsCompleter.complete ( String buffer, int cursor, List candidates ) : int
[mangled: grails/build/interactive/completors/StringsCompleter.complete:(Ljava/lang/String;ILjava/util/List;)I]
StringsCompleter.getStrings ( ) : SortedSet
[mangled: grails/build/interactive/completors/StringsCompleter.getStrings:()Ljava/util/SortedSet;]
StringsCompleter.setStrings ( SortedSet strings ) : void
[mangled: grails/build/interactive/completors/StringsCompleter.setStrings:(Ljava/util/SortedSet;)V]
StringsCompleter.StringsCompleter ( )
[mangled: grails/build/interactive/completors/StringsCompleter."<init>":()V]
StringsCompleter.StringsCompleter ( Collection strings )
[mangled: grails/build/interactive/completors/StringsCompleter."<init>":(Ljava/util/Collection;)V]
StringsCompleter.StringsCompleter ( String[ ] strings )
[mangled: grails/build/interactive/completors/StringsCompleter."<init>":([Ljava/lang/String;)V]
grails-core-2.3.2.jar, AbstractGrailsArtefactTransformer.class
package org.codehaus.groovy.grails.compiler.injection
AbstractGrailsArtefactTransformer.addApiLookupFieldAndSetter ( ClassNode classNode, ClassNode implementationNode, String apiProperty, Expression initialValueExpression ) : void
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.addApiLookupFieldAndSetter:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;Ljava/lang/String;Lorg/codehaus/groovy/ast/expr/Expression;)V]
AbstractGrailsArtefactTransformer.addEnhancedAnnotation ( ClassNode classNode ) : void
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.addEnhancedAnnotation:(Lorg/codehaus/groovy/ast/ClassNode;)V]
AbstractGrailsArtefactTransformer.hasArtefactAnnotation ( ClassNode classNode ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.hasArtefactAnnotation:(Lorg/codehaus/groovy/ast/ClassNode;)Z]
AbstractGrailsArtefactTransformer.isValidArtefactType ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.isValidArtefactType:()Z]
AbstractGrailsArtefactTransformer.isValidTargetClassNode ( ClassNode classNode ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.isValidTargetClassNode:(Lorg/codehaus/groovy/ast/ClassNode;)Z]
AbstractGrailsArtefactTransformer.performInstanceImplementationInjection ( SourceUnit source, ClassNode classNode, Map genericsPlaceholders, Class instanceImplementation ) : void
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.performInstanceImplementationInjection:(Lorg/codehaus/groovy/control/SourceUnit;Lorg/codehaus/groovy/ast/ClassNode;Ljava/util/Map;Ljava/lang/Class;)V]
AbstractGrailsArtefactTransformer.performStaticImplementationInjection ( ClassNode classNode, Map genericsPlaceholders, Class staticImplementation ) : void
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.performStaticImplementationInjection:(Lorg/codehaus/groovy/ast/ClassNode;Ljava/util/Map;Ljava/lang/Class;)V]
AbstractGrailsArtefactTransformer.shouldSkipInjection ( ClassNode classNode ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/AbstractGrailsArtefactTransformer.shouldSkipInjection:(Lorg/codehaus/groovy/ast/ClassNode;)Z]
grails-core-2.3.2.jar, ApiDelegateTransformation.class
package org.codehaus.groovy.grails.compiler.injection
ApiDelegateTransformation.isNoNullCheck ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/ApiDelegateTransformation.isNoNullCheck:()Z]
ApiDelegateTransformation.isUseCompileStatic ( ) : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/ApiDelegateTransformation.isUseCompileStatic:()Z]
grails-core-2.3.2.jar, ArtefactTypeAstTransformation.class
package org.codehaus.groovy.grails.compiler.injection
ArtefactTypeAstTransformation.performInjection ( SourceUnit sourceUnit, ClassNode cNode, Collection injectors ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/ArtefactTypeAstTransformation.performInjection:(Lorg/codehaus/groovy/control/SourceUnit;Lorg/codehaus/groovy/ast/ClassNode;Ljava/util/Collection;)V]
grails-core-2.3.2.jar, ConfigurationHelper.class
package org.codehaus.groovy.grails.commons.cfg
ConfigurationHelper.clearCachedConfig ( DefaultGrailsApplication application ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/cfg/ConfigurationHelper.clearCachedConfig:(Lorg/codehaus/groovy/grails/commons/DefaultGrailsApplication;)V]
grails-core-2.3.2.jar, EntityASTTransformation.class
package org.codehaus.groovy.grails.compiler.injection
EntityASTTransformation.applyTransformation ( SourceUnit sourceUnit, ClassNode classNode ) : void
[mangled: org/codehaus/groovy/grails/compiler/injection/EntityASTTransformation.applyTransformation:(Lorg/codehaus/groovy/control/SourceUnit;Lorg/codehaus/groovy/ast/ClassNode;)V]
grails-core-2.3.2.jar, GrailsASTUtils.class
package org.codehaus.groovy.grails.compiler.injection
GrailsASTUtils.addCompileStaticAnnotation ( AnnotatedNode annotatedNode ) [static] : AnnotatedNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addCompileStaticAnnotation:(Lorg/codehaus/groovy/ast/AnnotatedNode;)Lorg/codehaus/groovy/ast/AnnotatedNode;]
GrailsASTUtils.addCompileStaticAnnotation ( AnnotatedNode annotatedNode, boolean skip ) [static] : AnnotatedNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addCompileStaticAnnotation:(Lorg/codehaus/groovy/ast/AnnotatedNode;Z)Lorg/codehaus/groovy/ast/AnnotatedNode;]
GrailsASTUtils.addDelegateInstanceMethod ( ClassNode classNode, Expression delegate, MethodNode declaredMethod, AnnotationNode markerAnnotation, boolean thisAsFirstArgument, Map genericsPlaceholders, boolean noNullCheck ) [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;ZLjava/util/Map;Z)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.addDelegateInstanceMethods ( ClassNode supportedSuperType, ClassNode classNode, ClassNode delegateNode, Expression delegateInstance, Map genericsPlaceholders, boolean noNullCheck, boolean addCompileStatic ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateInstanceMethods:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/expr/Expression;Ljava/util/Map;ZZ)V]
GrailsASTUtils.addDelegateStaticMethod ( Expression delegate, ClassNode classNode, MethodNode delegateMethod, AnnotationNode markerAnnotation, Map genericsPlaceholders, boolean noNullCheck ) [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;Ljava/util/Map;Z)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.applyDefaultMethodTarget ( MethodCallExpression methodCallExpression, Class targetClass ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.applyDefaultMethodTarget:(Lorg/codehaus/groovy/ast/expr/MethodCallExpression;Ljava/lang/Class;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.applyDefaultMethodTarget ( MethodCallExpression methodCallExpression, ClassNode targetClassNode ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.applyDefaultMethodTarget:(Lorg/codehaus/groovy/ast/expr/MethodCallExpression;Lorg/codehaus/groovy/ast/ClassNode;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.applyImplicitThis ( MethodCallExpression methodCallExpression, boolean useImplicitThis ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.applyImplicitThis:(Lorg/codehaus/groovy/ast/expr/MethodCallExpression;Z)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.applyMethodTarget ( MethodCallExpression methodCallExpression, Class targetClass, Class[ ] targetParameterClassTypes ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.applyMethodTarget:(Lorg/codehaus/groovy/ast/expr/MethodCallExpression;Ljava/lang/Class;[Ljava/lang/Class;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.applyMethodTarget ( MethodCallExpression methodCallExpression, ClassNode targetClassNode, Class[ ] targetParameterClassTypes ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.applyMethodTarget:(Lorg/codehaus/groovy/ast/expr/MethodCallExpression;Lorg/codehaus/groovy/ast/ClassNode;[Ljava/lang/Class;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.applyMethodTarget ( MethodCallExpression methodCallExpression, ClassNode targetClassNode, ClassNode[ ] targetParameterTypes ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.applyMethodTarget:(Lorg/codehaus/groovy/ast/expr/MethodCallExpression;Lorg/codehaus/groovy/ast/ClassNode;[Lorg/codehaus/groovy/ast/ClassNode;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.buildGetMapExpression ( Expression objectExpression, String keyName ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.buildGetMapExpression:(Lorg/codehaus/groovy/ast/expr/Expression;Ljava/lang/String;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.buildGetPropertyExpression ( Expression objectExpression, String propertyName, ClassNode targetClassNode ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.buildGetPropertyExpression:(Lorg/codehaus/groovy/ast/expr/Expression;Ljava/lang/String;Lorg/codehaus/groovy/ast/ClassNode;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.buildGetPropertyExpression ( Expression objectExpression, String propertyName, ClassNode targetClassNode, boolean useBooleanGetter ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.buildGetPropertyExpression:(Lorg/codehaus/groovy/ast/expr/Expression;Ljava/lang/String;Lorg/codehaus/groovy/ast/ClassNode;Z)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.buildGetThisObjectExpression ( boolean inClosureBlock ) [static] : Expression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.buildGetThisObjectExpression:(Z)Lorg/codehaus/groovy/ast/expr/Expression;]
GrailsASTUtils.buildPutMapExpression ( Expression objectExpression, String keyName, Expression valueExpression ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.buildPutMapExpression:(Lorg/codehaus/groovy/ast/expr/Expression;Ljava/lang/String;Lorg/codehaus/groovy/ast/expr/Expression;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.buildSetPropertyExpression ( Expression objectExpression, String propertyName, ClassNode targetClassNode, Expression valueExpression ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.buildSetPropertyExpression:(Lorg/codehaus/groovy/ast/expr/Expression;Ljava/lang/String;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/expr/Expression;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.buildThisExpression ( ) [static] : Expression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.buildThisExpression:()Lorg/codehaus/groovy/ast/expr/Expression;]
GrailsASTUtils.cloneAnnotation ( AnnotationNode node ) [static] : AnnotationNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.cloneAnnotation:(Lorg/codehaus/groovy/ast/AnnotationNode;)Lorg/codehaus/groovy/ast/AnnotationNode;]
GrailsASTUtils.copyAnnotations ( AnnotatedNode from, AnnotatedNode to ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.copyAnnotations:(Lorg/codehaus/groovy/ast/AnnotatedNode;Lorg/codehaus/groovy/ast/AnnotatedNode;)V]
GrailsASTUtils.copyAnnotations ( AnnotatedNode from, AnnotatedNode to, Set included, Set excluded ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.copyAnnotations:(Lorg/codehaus/groovy/ast/AnnotatedNode;Lorg/codehaus/groovy/ast/AnnotatedNode;Ljava/util/Set;Ljava/util/Set;)V]
GrailsASTUtils.copyParameters ( Parameter[ ] parameterTypes ) [static] : Parameter[ ]
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.copyParameters:([Lorg/codehaus/groovy/ast/Parameter;)[Lorg/codehaus/groovy/ast/Parameter;]
GrailsASTUtils.filterAnnotations ( AnnotatedNode annotatedNode, Set classNamesToRetain, Set classNamesToRemove ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.filterAnnotations:(Lorg/codehaus/groovy/ast/AnnotatedNode;Ljava/util/Set;Ljava/util/Set;)V]
GrailsASTUtils.isApplied ( ASTNode astNode, Class transformationClass ) [static] : boolean
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.isApplied:(Lorg/codehaus/groovy/ast/ASTNode;Ljava/lang/Class;)Z]
GrailsASTUtils.markApplied ( ASTNode astNode, Class transformationClass ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.markApplied:(Lorg/codehaus/groovy/ast/ASTNode;Ljava/lang/Class;)V]
GrailsASTUtils.noImplicitThis ( MethodCallExpression methodCallExpression ) [static] : MethodCallExpression
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.noImplicitThis:(Lorg/codehaus/groovy/ast/expr/MethodCallExpression;)Lorg/codehaus/groovy/ast/expr/MethodCallExpression;]
GrailsASTUtils.nonGeneric ( ClassNode type, ClassNode wildcardReplacement ) [static] : ClassNode
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.nonGeneric:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;)Lorg/codehaus/groovy/ast/ClassNode;]
GrailsASTUtils.processVariableScopes ( SourceUnit source, ClassNode classNode ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.processVariableScopes:(Lorg/codehaus/groovy/control/SourceUnit;Lorg/codehaus/groovy/ast/ClassNode;)V]
GrailsASTUtils.processVariableScopes ( SourceUnit source, ClassNode classNode, MethodNode methodNode ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.processVariableScopes:(Lorg/codehaus/groovy/control/SourceUnit;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/MethodNode;)V]
GrailsASTUtils.removeCompileStaticAnnotations ( AnnotatedNode annotatedNode ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.removeCompileStaticAnnotations:(Lorg/codehaus/groovy/ast/AnnotatedNode;)V]
grails-core-2.3.2.jar, GrailsProjectCompiler.class
package org.codehaus.groovy.grails.compiler
GrailsProjectCompiler.getConfig ( ) : CompilerConfiguration
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectCompiler.getConfig:()Lorg/codehaus/groovy/control/CompilerConfiguration;]
GrailsProjectCompiler.reconfigureClasspath ( ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectCompiler.reconfigureClasspath:()V]
GrailsProjectCompiler.setConfig ( CompilerConfiguration p1 ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectCompiler.setConfig:(Lorg/codehaus/groovy/control/CompilerConfiguration;)V]
GrailsProjectCompiler.withCompilationErrorHandling ( Closure callable ) : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectCompiler.withCompilationErrorHandling:(Lgroovy/lang/Closure;)V]
grails-core-2.3.2.jar, GrailsProjectConsole.class
package org.codehaus.groovy.grails.project.ui
GrailsProjectConsole.getProjectCompiler ( ) : GrailsProjectCompiler
[mangled: org/codehaus/groovy/grails/project/ui/GrailsProjectConsole.getProjectCompiler:()Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;]
GrailsProjectConsole.setProjectCompiler ( GrailsProjectCompiler p1 ) : void
[mangled: org/codehaus/groovy/grails/project/ui/GrailsProjectConsole.setProjectCompiler:(Lorg/codehaus/groovy/grails/compiler/GrailsProjectCompiler;)V]
grails-databinding-2.3.2.jar, SimpleDataBinder.class
package org.grails.databinding
SimpleDataBinder.addElementToCollection ( Object obj, String propName, Class propertyType, Object propertyValue, boolean clearCollection ) : Object
[mangled: org/grails/databinding/SimpleDataBinder.addElementToCollection:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Object;Z)Ljava/lang/Object;]
SimpleDataBinder.getDefaultCollectionInstanceForType ( Class type ) : Object
[mangled: org/grails/databinding/SimpleDataBinder.getDefaultCollectionInstanceForType:(Ljava/lang/Class;)Ljava/lang/Object;]
SimpleDataBinder.getValueConverter ( Object obj, String propName ) : ValueConverter
[mangled: org/grails/databinding/SimpleDataBinder.getValueConverter:(Ljava/lang/Object;Ljava/lang/String;)Lorg/grails/databinding/converters/ValueConverter;]
SimpleDataBinder.initializeCollection ( Object obj, String propertyName, Class type, boolean reuseExistingCollectionIfExists ) : Collection
[mangled: org/grails/databinding/SimpleDataBinder.initializeCollection:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;Z)Ljava/util/Collection;]
SimpleDataBinder.preprocessValue ( Object propertyValue ) : Object
[mangled: org/grails/databinding/SimpleDataBinder.preprocessValue:(Ljava/lang/Object;)Ljava/lang/Object;]
SimpleDataBinder.setPropertyValue ( Object obj, DataBindingSource source, MetaProperty metaProperty, Object propertyValue, DataBindingListener listener, boolean convertCollectionElements ) : Object
[mangled: org/grails/databinding/SimpleDataBinder.setPropertyValue:(Ljava/lang/Object;Lorg/grails/databinding/DataBindingSource;Lgroovy/lang/MetaProperty;Ljava/lang/Object;Lorg/grails/databinding/events/DataBindingListener;Z)Ljava/lang/Object;]
grails-web-2.3.2.jar, BindEventListenerAdapter.class
package org.codehaus.groovy.grails.web.binding
BindEventListenerAdapter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.__.swapInit:()V]
BindEventListenerAdapter.afterPropertiesSet ( ) : void
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.afterPropertiesSet:()V]
BindEventListenerAdapter.beforeBinding ( Object obj, Object errors ) : Boolean
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.beforeBinding:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Boolean;]
BindEventListenerAdapter.BindEventListenerAdapter ( )
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter."<init>":()V]
BindEventListenerAdapter.getListeners ( ) : List
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.getListeners:()Ljava/util/List;]
BindEventListenerAdapter.getMetaClass ( ) : MetaClass
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.getMetaClass:()Lgroovy/lang/MetaClass;]
BindEventListenerAdapter.getProperty ( String p1 ) : Object
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.getProperty:(Ljava/lang/String;)Ljava/lang/Object;]
BindEventListenerAdapter.invokeMethod ( String p1, Object p2 ) : Object
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.invokeMethod:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
BindEventListenerAdapter.setListeners ( List p1 ) : void
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.setListeners:(Ljava/util/List;)V]
BindEventListenerAdapter.setMetaClass ( MetaClass p1 ) : void
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.setMetaClass:(Lgroovy/lang/MetaClass;)V]
BindEventListenerAdapter.setProperty ( String p1, Object p2 ) : void
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
grails-web-2.3.2.jar, Builder.class
package org.codehaus.groovy.grails.web.pages
GroovyPageOutputStackAttributes.Builder.replaceOnly ( boolean replaceOnly ) : GroovyPageOutputStackAttributes.Builder
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageOutputStackAttributes.Builder.replaceOnly:(Z)Lorg/codehaus/groovy/grails/web/pages/GroovyPageOutputStackAttributes$Builder;]
grails-web-2.3.2.jar, GrailsWebDataBinder.class
package org.codehaus.groovy.grails.web.binding
GrailsWebDataBinder.preprocessValue ( Object propertyValue ) : Object
[mangled: org/codehaus/groovy/grails/web/binding/GrailsWebDataBinder.preprocessValue:(Ljava/lang/Object;)Ljava/lang/Object;]
GrailsWebDataBinder.setDataBindingListeners ( DataBindingListener[ ] listeners ) : void
[mangled: org/codehaus/groovy/grails/web/binding/GrailsWebDataBinder.setDataBindingListeners:([Lorg/grails/databinding/events/DataBindingListener;)V]
grails-web-2.3.2.jar, GroovyPageOutputStackAttributes.class
package org.codehaus.groovy.grails.web.pages
GroovyPageOutputStackAttributes.isReplaceOnly ( ) : boolean
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageOutputStackAttributes.isReplaceOnly:()Z]
to the top
Removed Methods (203)
grails-aether-2.3.1.jar, AetherDependencyManager.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherDependencyManager.addAttachments ( DependencyNode root, String classifier ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addAttachments:(Lorg/sonatype/aether/graph/DependencyNode;Ljava/lang/String;)V]
AetherDependencyManager.addBuildDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addBuildDependency:(Lorg/sonatype/aether/graph/Dependency;)V]
AetherDependencyManager.addBuildDependency ( Dependency dependency, DependencyConfiguration configuration ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addBuildDependency:(Lorg/sonatype/aether/graph/Dependency;Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;)V]
AetherDependencyManager.addDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addDependency:(Lorg/sonatype/aether/graph/Dependency;)V]
AetherDependencyManager.addDependency ( Dependency dependency, DependencyConfiguration configuration ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addDependency:(Lorg/sonatype/aether/graph/Dependency;Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;)V]
AetherDependencyManager.addDependency ( Dependency dependency, String scope, ExclusionDependencySelector exclusionDependencySelector ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addDependency:(Lorg/codehaus/groovy/grails/resolve/Dependency;Ljava/lang/String;Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;)V]
AetherDependencyManager.addProxy ( String proxyHost, String proxyPort, String proxyUser, String proxyPass, String nonProxyHosts ) : Proxy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.addProxy:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/sonatype/aether/repository/Proxy;]
AetherDependencyManager.collectDependencies ( String scope ) : DependencyNode
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.collectDependencies:(Ljava/lang/String;)Lorg/sonatype/aether/graph/DependencyNode;]
AetherDependencyManager.createGrailsDependency ( Dependency dependency ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.createGrailsDependency:(Lorg/sonatype/aether/graph/Dependency;)Lorg/codehaus/groovy/grails/resolve/Dependency;]
AetherDependencyManager.createGrailsDependency ( Dependency dependency, DependencyConfiguration configuration ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.createGrailsDependency:(Lorg/sonatype/aether/graph/Dependency;Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;)Lorg/codehaus/groovy/grails/resolve/Dependency;]
AetherDependencyManager.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.getExclusionDependencySelector:()Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;]
AetherDependencyManager.getSession ( ) : MavenRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.getSession:()Lorg/apache/maven/repository/internal/MavenRepositorySystemSession;]
AetherDependencyManager.includeJavadocAndSourceIfNecessary ( List aetherDependencies, Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.includeJavadocAndSourceIfNecessary:(Ljava/util/List;Lorg/sonatype/aether/graph/Dependency;)V]
AetherDependencyManager.resolveToGraphNode ( DependencyNode root, String scope ) : AetherGraphNode
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.resolveToGraphNode:(Lorg/sonatype/aether/graph/DependencyNode;Ljava/lang/String;)Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherGraphNode;]
AetherDependencyManager.resolveToResult ( DependencyNode node, String scope ) : DependencyResult
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.resolveToResult:(Lorg/sonatype/aether/graph/DependencyNode;Ljava/lang/String;)Lorg/sonatype/aether/resolution/DependencyResult;]
AetherDependencyManager.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.setExclusionDependencySelector:(Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;)V]
AetherDependencyManager.setJvmAgent ( Dependency jvmAgent ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.setJvmAgent:(Lorg/sonatype/aether/graph/Dependency;)V]
grails-aether-2.3.1.jar, AetherDependencyReport.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherDependencyReport.AetherDependencyReport ( PreorderNodeListGenerator p1, String p2 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport."<init>":(Lorg/sonatype/aether/util/graph/PreorderNodeListGenerator;Ljava/lang/String;)V]
AetherDependencyReport.AetherDependencyReport ( PreorderNodeListGenerator p1, String p2, Throwable p3 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport."<init>":(Lorg/sonatype/aether/util/graph/PreorderNodeListGenerator;Ljava/lang/String;Ljava/lang/Throwable;)V]
AetherDependencyReport.getResolveResult ( ) : PreorderNodeListGenerator
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport.getResolveResult:()Lorg/sonatype/aether/util/graph/PreorderNodeListGenerator;]
AetherDependencyReport.setResolveResult ( PreorderNodeListGenerator p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport.setResolveResult:(Lorg/sonatype/aether/util/graph/PreorderNodeListGenerator;)V]
grails-aether-2.3.1.jar, AetherDsl.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
AetherDsl.credentials ( Closure c ) : Authentication
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.credentials:(Lgroovy/lang/Closure;)Lorg/sonatype/aether/repository/Authentication;]
AetherDsl.getArtifactTypeRegistry ( ) : ArtifactTypeRegistry
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getArtifactTypeRegistry:()Lorg/sonatype/aether/artifact/ArtifactTypeRegistry;]
AetherDsl.getAuthenticationSelector ( ) : AuthenticationSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getAuthenticationSelector:()Lorg/sonatype/aether/repository/AuthenticationSelector;]
AetherDsl.getCache ( ) : RepositoryCache
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getCache:()Lorg/sonatype/aether/RepositoryCache;]
AetherDsl.getData ( ) : SessionData
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getData:()Lorg/sonatype/aether/SessionData;]
AetherDsl.getDependencyGraphTransformer ( ) : DependencyGraphTransformer
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencyGraphTransformer:()Lorg/sonatype/aether/collection/DependencyGraphTransformer;]
AetherDsl.getDependencyManager ( ) : DependencyManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencyManager:()Lorg/sonatype/aether/collection/DependencyManager;]
AetherDsl.getDependencySelector ( ) : DependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencySelector:()Lorg/sonatype/aether/collection/DependencySelector;]
AetherDsl.getDependencyTraverser ( ) : DependencyTraverser
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getDependencyTraverser:()Lorg/sonatype/aether/collection/DependencyTraverser;]
AetherDsl.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getExclusionDependencySelector:()Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;]
AetherDsl.getLocalRepository ( ) : LocalRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getLocalRepository:()Lorg/sonatype/aether/repository/LocalRepository;]
AetherDsl.getLocalRepositoryManager ( ) : LocalRepositoryManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getLocalRepositoryManager:()Lorg/sonatype/aether/repository/LocalRepositoryManager;]
AetherDsl.getMirrorSelector ( ) : MirrorSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getMirrorSelector:()Lorg/sonatype/aether/repository/MirrorSelector;]
AetherDsl.getProxySelector ( ) : ProxySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getProxySelector:()Lorg/sonatype/aether/repository/ProxySelector;]
AetherDsl.getRepositoryListener ( ) : RepositoryListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getRepositoryListener:()Lorg/sonatype/aether/RepositoryListener;]
AetherDsl.getSession ( ) : MavenRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getSession:()Lorg/apache/maven/repository/internal/MavenRepositorySystemSession;]
AetherDsl.getTransferListener ( ) : TransferListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getTransferListener:()Lorg/sonatype/aether/transfer/TransferListener;]
AetherDsl.getWorkspaceReader ( ) : WorkspaceReader
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.getWorkspaceReader:()Lorg/sonatype/aether/repository/WorkspaceReader;]
AetherDsl.isIgnoreInvalidArtifactDescriptor ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.isIgnoreInvalidArtifactDescriptor:()Z]
AetherDsl.isIgnoreMissingArtifactDescriptor ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.isIgnoreMissingArtifactDescriptor:()Z]
AetherDsl.isNotFoundCachingEnabled ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.isNotFoundCachingEnabled:()Z]
AetherDsl.isTransferErrorCachingEnabled ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.isTransferErrorCachingEnabled:()Z]
AetherDsl.setArtifactTypeRegistry ( ArtifactTypeRegistry param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setArtifactTypeRegistry:(Lorg/sonatype/aether/artifact/ArtifactTypeRegistry;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setAuthenticationSelector ( AuthenticationSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setAuthenticationSelector:(Lorg/sonatype/aether/repository/AuthenticationSelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setCache ( RepositoryCache param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setCache:(Lorg/sonatype/aether/RepositoryCache;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setChecksumPolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setChecksumPolicy:(Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setConfigProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setConfigProperties:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setConfigProperty ( String param0, Object param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setConfigProperty:(Ljava/lang/String;Ljava/lang/Object;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setConfigProps ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setConfigProps:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setData ( SessionData param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setData:(Lorg/sonatype/aether/SessionData;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setDependencyGraphTransformer ( DependencyGraphTransformer param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencyGraphTransformer:(Lorg/sonatype/aether/collection/DependencyGraphTransformer;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setDependencyManager ( DependencyManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencyManager:(Lorg/sonatype/aether/collection/DependencyManager;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setDependencySelector ( DependencySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencySelector:(Lorg/sonatype/aether/collection/DependencySelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setDependencyTraverser ( DependencyTraverser param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setDependencyTraverser:(Lorg/sonatype/aether/collection/DependencyTraverser;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setExclusionDependencySelector:(Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;)V]
AetherDsl.setIgnoreInvalidArtifactDescriptor ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setIgnoreInvalidArtifactDescriptor:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setIgnoreMissingArtifactDescriptor ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setIgnoreMissingArtifactDescriptor:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setLocalRepositoryManager ( LocalRepositoryManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setLocalRepositoryManager:(Lorg/sonatype/aether/repository/LocalRepositoryManager;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setMirrorSelector ( MirrorSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setMirrorSelector:(Lorg/sonatype/aether/repository/MirrorSelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setNotFoundCachingEnabled ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setNotFoundCachingEnabled:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setOffline ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setOffline:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setProxySelector ( ProxySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setProxySelector:(Lorg/sonatype/aether/repository/ProxySelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setRepositoryListener ( RepositoryListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setRepositoryListener:(Lorg/sonatype/aether/RepositoryListener;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setSession ( MavenRepositorySystemSession p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setSession:(Lorg/apache/maven/repository/internal/MavenRepositorySystemSession;)V]
AetherDsl.setSystemProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setSystemProperties:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setSystemProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setSystemProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setSystemProps ( Hashtable param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setSystemProps:(Ljava/util/Hashtable;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setTransferErrorCachingEnabled ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setTransferErrorCachingEnabled:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setTransferListener ( TransferListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setTransferListener:(Lorg/sonatype/aether/transfer/TransferListener;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setUpdatePolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setUpdatePolicy:(Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setUserProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setUserProperties:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setUserProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setUserProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setUserProps ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setUserProps:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
AetherDsl.setWorkspaceReader ( WorkspaceReader param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.setWorkspaceReader:(Lorg/sonatype/aether/repository/WorkspaceReader;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
grails-aether-2.3.1.jar, AetherGraphNode.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherGraphNode.AetherGraphNode ( DependencyResult dependencyResult, List unresolved )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherGraphNode."<init>":(Lorg/sonatype/aether/resolution/DependencyResult;Ljava/util/List;)V]
grails-aether-2.3.1.jar, DependenciesConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
DependenciesConfiguration.addBuildDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addBuildDependency:(Lorg/sonatype/aether/graph/Dependency;)V]
DependenciesConfiguration.addBuildDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addBuildDependency:(Lorg/sonatype/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
DependenciesConfiguration.addDependency ( Dependency dependency ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addDependency:(Lorg/sonatype/aether/graph/Dependency;)V]
DependenciesConfiguration.addDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.addDependency:(Lorg/sonatype/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
DependenciesConfiguration.createDependencyForProperties ( Map properties, String scope ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.createDependencyForProperties:(Ljava/util/Map;Ljava/lang/String;)Lorg/sonatype/aether/graph/Dependency;]
DependenciesConfiguration.customizeDependency ( Closure customizer, Dependency dependency ) : DependencyConfiguration
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.customizeDependency:(Lgroovy/lang/Closure;Lorg/sonatype/aether/graph/Dependency;)Lorg/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration;]
DependenciesConfiguration.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.getExclusionDependencySelector:()Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;]
DependenciesConfiguration.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.setExclusionDependencySelector:(Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;)V]
grails-aether-2.3.1.jar, DependencyConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
DependencyConfiguration.DependencyConfiguration ( Dependency p1 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration."<init>":(Lorg/sonatype/aether/graph/Dependency;)V]
DependencyConfiguration.exclude ( Exclusion exclusion ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.exclude:(Lorg/sonatype/aether/graph/Exclusion;)V]
DependencyConfiguration.getArtifact ( ) : Artifact
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.getArtifact:()Lorg/sonatype/aether/artifact/Artifact;]
DependencyConfiguration.getDependency ( ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.getDependency:()Lorg/sonatype/aether/graph/Dependency;]
DependencyConfiguration.setArtifact ( Artifact param0 ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setArtifact:(Lorg/sonatype/aether/artifact/Artifact;)Lorg/sonatype/aether/graph/Dependency;]
DependencyConfiguration.setDependency ( Dependency p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setDependency:(Lorg/sonatype/aether/graph/Dependency;)V]
DependencyConfiguration.setExclusions ( Collection param0 ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setExclusions:(Ljava/util/Collection;)Lorg/sonatype/aether/graph/Dependency;]
DependencyConfiguration.setOptional ( boolean param0 ) : Dependency
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.setOptional:(Z)Lorg/sonatype/aether/graph/Dependency;]
grails-aether-2.3.1.jar, GrailsAetherCoreDependencies.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
GrailsAetherCoreDependencies.getExclusionDependencySelector ( ) : ExclusionDependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/GrailsAetherCoreDependencies.getExclusionDependencySelector:()Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;]
GrailsAetherCoreDependencies.setExclusionDependencySelector ( ExclusionDependencySelector p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/GrailsAetherCoreDependencies.setExclusionDependencySelector:(Lorg/sonatype/aether/util/graph/selector/ExclusionDependencySelector;)V]
grails-aether-2.3.1.jar, GrailsModelResolver.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
GrailsModelResolver.GrailsModelResolver ( RepositorySystem p1, RepositorySystemSession p2, List p3 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsModelResolver."<init>":(Lorg/sonatype/aether/RepositorySystem;Lorg/sonatype/aether/RepositorySystemSession;Ljava/util/List;)V]
grails-aether-2.3.1.jar, PluginConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
PluginConfiguration.addBuildDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/PluginConfiguration.addBuildDependency:(Lorg/sonatype/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
PluginConfiguration.addDependency ( Dependency dependency, Closure customizer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/PluginConfiguration.addDependency:(Lorg/sonatype/aether/graph/Dependency;Lgroovy/lang/Closure;)V]
grails-aether-2.3.1.jar, RepositoriesConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
RepositoriesConfiguration.configureRepository ( RemoteRepository repository, Closure configurer ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.configureRepository:(Lorg/sonatype/aether/repository/RemoteRepository;Lgroovy/lang/Closure;)V]
RepositoriesConfiguration.getArtifactTypeRegistry ( ) : ArtifactTypeRegistry
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getArtifactTypeRegistry:()Lorg/sonatype/aether/artifact/ArtifactTypeRegistry;]
RepositoriesConfiguration.getAuthenticationSelector ( ) : AuthenticationSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getAuthenticationSelector:()Lorg/sonatype/aether/repository/AuthenticationSelector;]
RepositoriesConfiguration.getCache ( ) : RepositoryCache
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getCache:()Lorg/sonatype/aether/RepositoryCache;]
RepositoriesConfiguration.getData ( ) : SessionData
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getData:()Lorg/sonatype/aether/SessionData;]
RepositoriesConfiguration.getDependencyGraphTransformer ( ) : DependencyGraphTransformer
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencyGraphTransformer:()Lorg/sonatype/aether/collection/DependencyGraphTransformer;]
RepositoriesConfiguration.getDependencyManager ( ) : DependencyManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencyManager:()Lorg/sonatype/aether/collection/DependencyManager;]
RepositoriesConfiguration.getDependencySelector ( ) : DependencySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencySelector:()Lorg/sonatype/aether/collection/DependencySelector;]
RepositoriesConfiguration.getDependencyTraverser ( ) : DependencyTraverser
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getDependencyTraverser:()Lorg/sonatype/aether/collection/DependencyTraverser;]
RepositoriesConfiguration.getLocalRepository ( ) : LocalRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getLocalRepository:()Lorg/sonatype/aether/repository/LocalRepository;]
RepositoriesConfiguration.getLocalRepositoryManager ( ) : LocalRepositoryManager
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getLocalRepositoryManager:()Lorg/sonatype/aether/repository/LocalRepositoryManager;]
RepositoriesConfiguration.getMirrorSelector ( ) : MirrorSelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getMirrorSelector:()Lorg/sonatype/aether/repository/MirrorSelector;]
RepositoriesConfiguration.getProxySelector ( ) : ProxySelector
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getProxySelector:()Lorg/sonatype/aether/repository/ProxySelector;]
RepositoriesConfiguration.getRepositoryListener ( ) : RepositoryListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getRepositoryListener:()Lorg/sonatype/aether/RepositoryListener;]
RepositoriesConfiguration.getSession ( ) : MavenRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getSession:()Lorg/apache/maven/repository/internal/MavenRepositorySystemSession;]
RepositoriesConfiguration.getTransferListener ( ) : TransferListener
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getTransferListener:()Lorg/sonatype/aether/transfer/TransferListener;]
RepositoriesConfiguration.getWorkspaceReader ( ) : WorkspaceReader
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.getWorkspaceReader:()Lorg/sonatype/aether/repository/WorkspaceReader;]
RepositoriesConfiguration.grailsCentral ( ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.grailsCentral:()Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.grailsCentral ( Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.grailsCentral:(Lgroovy/lang/Closure;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.isIgnoreInvalidArtifactDescriptor ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.isIgnoreInvalidArtifactDescriptor:()Z]
RepositoriesConfiguration.isIgnoreMissingArtifactDescriptor ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.isIgnoreMissingArtifactDescriptor:()Z]
RepositoriesConfiguration.isNotFoundCachingEnabled ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.isNotFoundCachingEnabled:()Z]
RepositoriesConfiguration.isTransferErrorCachingEnabled ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.isTransferErrorCachingEnabled:()Z]
RepositoriesConfiguration.mavenCentral ( ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenCentral:()Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenCentral ( Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenCentral:(Lgroovy/lang/Closure;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( Map properties ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/util/Map;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( Map properties, Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/util/Map;Lgroovy/lang/Closure;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( String url ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/lang/String;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.mavenRepo ( String url, Closure configurer ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.mavenRepo:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoriesConfiguration.RepositoriesConfiguration ( AetherDependencyManager p1, MavenRepositorySystemSession p2 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration."<init>":(Lorg/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager;Lorg/apache/maven/repository/internal/MavenRepositorySystemSession;)V]
RepositoriesConfiguration.setArtifactTypeRegistry ( ArtifactTypeRegistry param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setArtifactTypeRegistry:(Lorg/sonatype/aether/artifact/ArtifactTypeRegistry;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setAuthenticationSelector ( AuthenticationSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setAuthenticationSelector:(Lorg/sonatype/aether/repository/AuthenticationSelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setCache ( RepositoryCache param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setCache:(Lorg/sonatype/aether/RepositoryCache;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setChecksumPolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setChecksumPolicy:(Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setConfigProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setConfigProperties:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setConfigProperty ( String param0, Object param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setConfigProperty:(Ljava/lang/String;Ljava/lang/Object;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setConfigProps ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setConfigProps:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setData ( SessionData param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setData:(Lorg/sonatype/aether/SessionData;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencyGraphTransformer ( DependencyGraphTransformer param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencyGraphTransformer:(Lorg/sonatype/aether/collection/DependencyGraphTransformer;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencyManager ( DependencyManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencyManager:(Lorg/sonatype/aether/collection/DependencyManager;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencySelector ( DependencySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencySelector:(Lorg/sonatype/aether/collection/DependencySelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setDependencyTraverser ( DependencyTraverser param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setDependencyTraverser:(Lorg/sonatype/aether/collection/DependencyTraverser;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setIgnoreInvalidArtifactDescriptor ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setIgnoreInvalidArtifactDescriptor:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setIgnoreMissingArtifactDescriptor ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setIgnoreMissingArtifactDescriptor:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setLocalRepositoryManager ( LocalRepositoryManager param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setLocalRepositoryManager:(Lorg/sonatype/aether/repository/LocalRepositoryManager;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setMirrorSelector ( MirrorSelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setMirrorSelector:(Lorg/sonatype/aether/repository/MirrorSelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setNotFoundCachingEnabled ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setNotFoundCachingEnabled:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setOffline ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setOffline:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setProxySelector ( ProxySelector param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setProxySelector:(Lorg/sonatype/aether/repository/ProxySelector;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setRepositoryListener ( RepositoryListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setRepositoryListener:(Lorg/sonatype/aether/RepositoryListener;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setSession ( MavenRepositorySystemSession p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setSession:(Lorg/apache/maven/repository/internal/MavenRepositorySystemSession;)V]
RepositoriesConfiguration.setSystemProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setSystemProperties:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setSystemProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setSystemProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setSystemProps ( Hashtable param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setSystemProps:(Ljava/util/Hashtable;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setTransferErrorCachingEnabled ( boolean param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setTransferErrorCachingEnabled:(Z)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setTransferListener ( TransferListener param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setTransferListener:(Lorg/sonatype/aether/transfer/TransferListener;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setUpdatePolicy ( String param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setUpdatePolicy:(Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setUserProperties ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setUserProperties:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setUserProperty ( String param0, String param1 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setUserProperty:(Ljava/lang/String;Ljava/lang/String;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setUserProps ( Map param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setUserProps:(Ljava/util/Map;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
RepositoriesConfiguration.setWorkspaceReader ( WorkspaceReader param0 ) : DefaultRepositorySystemSession
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.setWorkspaceReader:(Lorg/sonatype/aether/repository/WorkspaceReader;)Lorg/sonatype/aether/util/DefaultRepositorySystemSession;]
grails-aether-2.3.1.jar, RepositoryConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
RepositoryConfiguration.auth ( Map credentials ) : Authentication
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.auth:(Ljava/util/Map;)Lorg/sonatype/aether/repository/Authentication;]
RepositoryConfiguration.authentication ( Map credentials ) : Authentication
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.authentication:(Ljava/util/Map;)Lorg/sonatype/aether/repository/Authentication;]
RepositoryConfiguration.getAuthentication ( ) : Authentication
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getAuthentication:()Lorg/sonatype/aether/repository/Authentication;]
RepositoryConfiguration.getContentType ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getContentType:()Ljava/lang/String;]
RepositoryConfiguration.getHost ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getHost:()Ljava/lang/String;]
RepositoryConfiguration.getId ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getId:()Ljava/lang/String;]
RepositoryConfiguration.getMirroredRepositories ( ) : List
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getMirroredRepositories:()Ljava/util/List;]
RepositoryConfiguration.getPolicy ( boolean param0 ) : RepositoryPolicy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getPolicy:(Z)Lorg/sonatype/aether/repository/RepositoryPolicy;]
RepositoryConfiguration.getProtocol ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getProtocol:()Ljava/lang/String;]
RepositoryConfiguration.getProxy ( ) : Proxy
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getProxy:()Lorg/sonatype/aether/repository/Proxy;]
RepositoryConfiguration.getRemoteRepository ( ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getRemoteRepository:()Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.getUrl ( ) : String
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.getUrl:()Ljava/lang/String;]
RepositoryConfiguration.isRepositoryManager ( ) : boolean
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.isRepositoryManager:()Z]
RepositoryConfiguration.proxy ( String host, int port, Authentication auth ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.proxy:(Ljava/lang/String;ILorg/sonatype/aether/repository/Authentication;)V]
RepositoryConfiguration.proxy ( String type, String host, int port, Authentication auth ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.proxy:(Ljava/lang/String;Ljava/lang/String;ILorg/sonatype/aether/repository/Authentication;)V]
RepositoryConfiguration.RepositoryConfiguration ( RemoteRepository p1 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration."<init>":(Lorg/sonatype/aether/repository/RemoteRepository;)V]
RepositoryConfiguration.setAuthentication ( Authentication param0 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setAuthentication:(Lorg/sonatype/aether/repository/Authentication;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.setContentType ( String param0 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setContentType:(Ljava/lang/String;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.setId ( String param0 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setId:(Ljava/lang/String;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.setMirroredRepositories ( List param0 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setMirroredRepositories:(Ljava/util/List;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.setPolicy ( boolean param0, RepositoryPolicy param1 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setPolicy:(ZLorg/sonatype/aether/repository/RepositoryPolicy;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.setProxy ( Proxy param0 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setProxy:(Lorg/sonatype/aether/repository/Proxy;)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.setRemoteRepository ( RemoteRepository p1 ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setRemoteRepository:(Lorg/sonatype/aether/repository/RemoteRepository;)V]
RepositoryConfiguration.setRepositoryManager ( boolean param0 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setRepositoryManager:(Z)Lorg/sonatype/aether/repository/RemoteRepository;]
RepositoryConfiguration.setUrl ( String param0 ) : RemoteRepository
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.setUrl:(Ljava/lang/String;)Lorg/sonatype/aether/repository/RemoteRepository;]
grails-bootstrap-2.3.1.jar, CandidateListCompletionHandler.class
package org.codehaus.groovy.grails.cli.interactive
CandidateListCompletionHandler.complete ( ConsoleReader reader, List candidates, int pos ) : boolean
[mangled: org/codehaus/groovy/grails/cli/interactive/CandidateListCompletionHandler.complete:(Ljline/ConsoleReader;Ljava/util/List;I)Z]
grails-bootstrap-2.3.1.jar, GrailsConsole.class
package grails.build.logging
GrailsConsole.createConsoleReader ( ) : ConsoleReader
[mangled: grails/build/logging/GrailsConsole.createConsoleReader:()Ljline/ConsoleReader;]
GrailsConsole.getReader ( ) : ConsoleReader
[mangled: grails/build/logging/GrailsConsole.getReader:()Ljline/ConsoleReader;]
GrailsConsole.prepareHistory ( ) : History
[mangled: grails/build/logging/GrailsConsole.prepareHistory:()Ljline/History;]
grails-bootstrap-2.3.1.jar, InteractiveMode.class
package org.codehaus.groovy.grails.cli.interactive
InteractiveMode.getReader ( ) : ConsoleReader
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.getReader:()Ljline/ConsoleReader;]
grails-bootstrap-2.3.1.jar, PatchedJLineWindowsTerminal.class
package grails.build.logging
PatchedJLineWindowsTerminal.initializeTerminal ( ) : void
[mangled: grails/build/logging/PatchedJLineWindowsTerminal.initializeTerminal:()V]
PatchedJLineWindowsTerminal.isANSISupported ( ) : boolean
[mangled: grails/build/logging/PatchedJLineWindowsTerminal.isANSISupported:()Z]
PatchedJLineWindowsTerminal.PatchedJLineWindowsTerminal ( ConsoleReader reader )
[mangled: grails/build/logging/PatchedJLineWindowsTerminal."<init>":(Ljline/ConsoleReader;)V]
PatchedJLineWindowsTerminal.setupTerminal ( ConsoleReader reader ) [static] : Terminal
[mangled: grails/build/logging/PatchedJLineWindowsTerminal.setupTerminal:(Ljline/ConsoleReader;)Ljline/Terminal;]
grails-bootstrap-2.3.1.jar, PluginInstallEngine.class
package org.codehaus.groovy.grails.resolve
PluginInstallEngine.addJarsToRootLoader ( Configuration dependencyConfiguration, Collection pluginJars ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.addJarsToRootLoader:(Lorg/apache/ivy/core/module/descriptor/Configuration;Ljava/util/Collection;)Ljava/lang/Object;]
PluginInstallEngine.findMissingOrUpgradePlugins ( Collection descriptors ) : Collection
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.findMissingOrUpgradePlugins:(Ljava/util/Collection;)Ljava/util/Collection;]
PluginInstallEngine.processPluginDependencies ( String pluginName, GPathResult pluginXml ) : Map
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.processPluginDependencies:(Ljava/lang/String;Lgroovy/util/slurpersupport/GPathResult;)Ljava/util/Map;]
PluginInstallEngine.readPluginXmlMetadata ( String pluginDirName ) : Object
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.readPluginXmlMetadata:(Ljava/lang/String;)Ljava/lang/Object;]
grails-core-2.3.1.jar, GrailsASTUtils.class
package org.codehaus.groovy.grails.compiler.injection
GrailsASTUtils.addDelegateInstanceMethod ( ClassNode classNode, Expression delegate, MethodNode declaredMethod, AnnotationNode markerAnnotation, boolean thisAsFirstArgument, Map genericsPlaceholders ) [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;ZLjava/util/Map;)Lorg/codehaus/groovy/ast/MethodNode;]
GrailsASTUtils.addDelegateInstanceMethods ( ClassNode supportedSuperType, ClassNode classNode, ClassNode delegateNode, Expression delegateInstance, Map genericsPlaceholders ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/injection/GrailsASTUtils.addDelegateInstanceMethods:(Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/ClassNode;Lorg/codehaus/groovy/ast/expr/Expression;Ljava/util/Map;)V]
GrailsASTUtils.addDelegateStaticMethod ( Expression expression, ClassNode classNode, MethodNode delegateMethod, AnnotationNode markerAnnotation, Map genericsPlaceholders ) [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;Ljava/util/Map;)Lorg/codehaus/groovy/ast/MethodNode;]
grails-databinding-2.3.1.jar, SimpleDataBinder.class
package org.grails.databinding
SimpleDataBinder.getValueConverter ( Object obj, String propName, Object propValue ) : ValueConverter
[mangled: org/grails/databinding/SimpleDataBinder.getValueConverter:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Lorg/grails/databinding/converters/ValueConverter;]
grails-web-2.3.1.jar, GrailsWebDataBinder.class
package org.codehaus.groovy.grails.web.binding
GrailsWebDataBinder.getValueConverter ( Object obj, String propName, Object propValue ) : ValueConverter
[mangled: org/codehaus/groovy/grails/web/binding/GrailsWebDataBinder.getValueConverter:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Lorg/grails/databinding/converters/ValueConverter;]
GrailsWebDataBinder.preprocessCharSequenceValue ( CharSequence propertyValue ) : Object
[mangled: org/codehaus/groovy/grails/web/binding/GrailsWebDataBinder.preprocessCharSequenceValue:(Ljava/lang/CharSequence;)Ljava/lang/Object;]
GrailsWebDataBinder.setValueConverters ( DataBindingListener[ ] listeners ) : void
[mangled: org/codehaus/groovy/grails/web/binding/GrailsWebDataBinder.setValueConverters:([Lorg/grails/databinding/events/DataBindingListener;)V]
to the top
Problems with Data Types, High Severity (290)
grails-aether-2.3.1.jar
package org.codehaus.groovy.grails.resolve.maven.aether
[+] AetherArtifactResultReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002618938 has been renamed to __timeStamp__239_neverHappen1383842783289. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002618938 in AetherArtifactResultReport. |
[+] affected methods (19)
AetherArtifactResultReport ( String, List )This constructor is from 'AetherArtifactResultReport' class.
__.swapInit ( )This method is from 'AetherArtifactResultReport' class.
getAllArtifacts ( )This method is from 'AetherArtifactResultReport' class.
getArtifactResults ( )This method is from 'AetherArtifactResultReport' class.
getClasspath ( )This method is from 'AetherArtifactResultReport' class.
getFiles ( )This method is from 'AetherArtifactResultReport' class.
getJarFiles ( )This method is from 'AetherArtifactResultReport' class.
getMetaClass ( )This method is from 'AetherArtifactResultReport' class.
getPluginZips ( )This method is from 'AetherArtifactResultReport' class.
getProperty ( String )This method is from 'AetherArtifactResultReport' class.
getResolvedArtifacts ( )This method is from 'AetherArtifactResultReport' class.
getResolveError ( )This method is from 'AetherArtifactResultReport' class.
...
[+] AetherDependencyManager (2)
| Change | Effect |
---|
1 | Type of field jvmAgent has been changed from org.sonatype.aether.graph.Dependency to org.eclipse.aether.graph.Dependency. | Recompilation of a client program may be terminated with the message: incompatible types, found: org.sonatype.aether.graph.Dependency, required: org.eclipse.aether.graph.Dependency. |
2 | Field __timeStamp__239_neverHappen1382002619003 has been renamed to __timeStamp__239_neverHappen1383842783357. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619003 in AetherDependencyManager. |
[+] affected methods (68)
AetherDependencyManager ( )This constructor is from 'AetherDependencyManager' class.
__.swapInit ( )This method is from 'AetherDependencyManager' class.
addBuildDependency ( Dependency )This method is from 'AetherDependencyManager' class.
addDependency ( Dependency, String )This method is from 'AetherDependencyManager' class.
createCopy ( )This method is from 'AetherDependencyManager' class.
createCopy ( BuildSettings )This method is from 'AetherDependencyManager' class.
downloadPluginInfo ( String, String )This method is from 'AetherDependencyManager' class.
downloadPluginList ( File )This method is from 'AetherDependencyManager' class.
getAllDependencies ( )This method is from 'AetherDependencyManager' class.
getAllDependencies ( String )This method is from 'AetherDependencyManager' class.
getApplicationDependencies ( )This method is from 'AetherDependencyManager' class.
getApplicationDependencies ( String )This method is from 'AetherDependencyManager' class.
...
[+] AetherDependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619064 has been renamed to __timeStamp__239_neverHappen1383842783466. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619064 in AetherDependencyReport. |
[+] affected methods (20)
__.swapInit ( )This method is from 'AetherDependencyReport' class.
getAllArtifacts ( )This method is from 'AetherDependencyReport' class.
getClasspath ( )This method is from 'AetherDependencyReport' class.
getError ( )This method is from 'AetherDependencyReport' class.
getFiles ( )This method is from 'AetherDependencyReport' class.
getJarFiles ( )This method is from 'AetherDependencyReport' class.
getMetaClass ( )This method is from 'AetherDependencyReport' class.
getPluginZips ( )This method is from 'AetherDependencyReport' class.
getProperty ( String )This method is from 'AetherDependencyReport' class.
getResolvedArtifacts ( )This method is from 'AetherDependencyReport' class.
getResolveError ( )This method is from 'AetherDependencyReport' class.
getScope ( )This method is from 'AetherDependencyReport' class.
...
[+] AetherExcludeResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619076 has been renamed to __timeStamp__239_neverHappen1383842783480. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619076 in AetherExcludeResolver. |
[+] affected methods (10)
AetherExcludeResolver ( AetherDependencyManager )This constructor is from 'AetherExcludeResolver' class.
__.swapInit ( )This method is from 'AetherExcludeResolver' class.
getDependencyManager ( )This method is from 'AetherExcludeResolver' class.
getMetaClass ( )This method is from 'AetherExcludeResolver' class.
getProperty ( String )This method is from 'AetherExcludeResolver' class.
invokeMethod ( String, Object )This method is from 'AetherExcludeResolver' class.
resolveExcludes ( )This method is from 'AetherExcludeResolver' class.
setDependencyManager ( AetherDependencyManager )This method is from 'AetherExcludeResolver' class.
setMetaClass ( MetaClass )This method is from 'AetherExcludeResolver' class.
setProperty ( String, Object )This method is from 'AetherExcludeResolver' class.
[+] AetherGraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619174 has been renamed to __timeStamp__239_neverHappen1383842783577. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619174 in AetherGraphNode. |
[+] affected methods (3)
resolveToGraphNode ( String )Return value of this method has type 'AetherGraphNode'.
__.swapInit ( )This method is from 'AetherGraphNode' class.
createGraph ( GraphNode, List, List )This method is from 'AetherGraphNode' class.
package org.codehaus.groovy.grails.resolve.maven.aether.config
[+] AetherDsl (2)
| Change | Effect |
---|
1 | Removed super-interface org.sonatype.aether.RepositorySystemSession. | Recompilation of a client program may be terminated with the message: cannot find method in class AetherDsl. |
2 | Field __timeStamp__239_neverHappen1382002619084 has been renamed to __timeStamp__239_neverHappen1383842783488. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619084 in AetherDsl. |
[+] affected methods (27)
AetherDsl ( AetherDependencyManager )This constructor is from 'AetherDsl' class.
__.swapInit ( )This method is from 'AetherDsl' class.
cacheDir ( File )This method is from 'AetherDsl' class.
cacheDir ( String )This method is from 'AetherDsl' class.
checksums ( String )This method is from 'AetherDsl' class.
checksums ( boolean )This method is from 'AetherDsl' class.
dependencies ( Closure )This method is from 'AetherDsl' class.
environments ( Closure )This method is from 'AetherDsl' class.
getChecksumPolicy ( )This method is from 'AetherDsl' class.
getConfigProperties ( )This method is from 'AetherDsl' class.
getMetaClass ( )This method is from 'AetherDsl' class.
getProperty ( String )This method is from 'AetherDsl' class.
...
[+] DependenciesConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619108 has been renamed to __timeStamp__239_neverHappen1383842783510. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619108 in DependenciesConfiguration. |
[+] affected methods (49)
DependenciesConfiguration ( AetherDependencyManager )This constructor is from 'DependenciesConfiguration' class.
__.swapInit ( )This method is from 'DependenciesConfiguration' class.
addBuildDependency ( Map, String )This method is from 'DependenciesConfiguration' class.
addBuildDependency ( Map, String, Closure )This method is from 'DependenciesConfiguration' class.
addBuildDependency ( Dependency )This method is from 'DependenciesConfiguration' class.
addDependency ( Map, String )This method is from 'DependenciesConfiguration' class.
addDependency ( Map, String, Closure )This method is from 'DependenciesConfiguration' class.
addDependency ( Dependency, String )This method is from 'DependenciesConfiguration' class.
agent ( String )This method is from 'DependenciesConfiguration' class.
build ( String )This method is from 'DependenciesConfiguration' class.
build ( String, Closure )This method is from 'DependenciesConfiguration' class.
build ( Map )This method is from 'DependenciesConfiguration' class.
...
[+] DependencyConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619126 has been renamed to __timeStamp__239_neverHappen1383842783529. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619126 in DependencyConfiguration. |
[+] affected methods (23)
__.swapInit ( )This method is from 'DependencyConfiguration' class.
exclude ( String )This method is from 'DependencyConfiguration' class.
exclude ( Map )This method is from 'DependencyConfiguration' class.
excludes ( Object[ ] )This method is from 'DependencyConfiguration' class.
getExclusionList ( )This method is from 'DependencyConfiguration' class.
getExclusions ( )This method is from 'DependencyConfiguration' class.
getExported ( )This method is from 'DependencyConfiguration' class.
getMetaClass ( )This method is from 'DependencyConfiguration' class.
getProperty ( String )This method is from 'DependencyConfiguration' class.
getScope ( )This method is from 'DependencyConfiguration' class.
getTransitive ( )This method is from 'DependencyConfiguration' class.
invokeMethod ( String, Object )This method is from 'DependencyConfiguration' class.
...
[+] GrailsAetherCoreDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619178 has been renamed to __timeStamp__239_neverHappen1383842783582. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619178 in GrailsAetherCoreDependencies. |
[+] affected methods (12)
GrailsAetherCoreDependencies ( String )This constructor is from 'GrailsAetherCoreDependencies' class.
GrailsAetherCoreDependencies ( String, String )This constructor is from 'GrailsAetherCoreDependencies' class.
GrailsAetherCoreDependencies ( String, String, boolean )This constructor is from 'GrailsAetherCoreDependencies' class.
GrailsAetherCoreDependencies ( String, String, boolean, boolean )This constructor is from 'GrailsAetherCoreDependencies' class.
__.swapInit ( )This method is from 'GrailsAetherCoreDependencies' class.
createDeclaration ( )This method is from 'GrailsAetherCoreDependencies' class.
getMetaClass ( )This method is from 'GrailsAetherCoreDependencies' class.
getProperty ( String )This method is from 'GrailsAetherCoreDependencies' class.
invokeMethod ( String, Object )This method is from 'GrailsAetherCoreDependencies' class.
registerDependencies ( DependenciesConfiguration, String, Collection )This method is from 'GrailsAetherCoreDependencies' class.
setMetaClass ( MetaClass )This method is from 'GrailsAetherCoreDependencies' class.
setProperty ( String, Object )This method is from 'GrailsAetherCoreDependencies' class.
...
[+] PluginConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619189 has been renamed to __timeStamp__239_neverHappen1383842783592. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619189 in PluginConfiguration. |
[+] affected methods (10)
PluginConfiguration ( AetherDependencyManager )This constructor is from 'PluginConfiguration' class.
__.swapInit ( )This method is from 'PluginConfiguration' class.
build ( String, Closure )This method is from 'PluginConfiguration' class.
compile ( String, Closure )This method is from 'PluginConfiguration' class.
getDefaultExtension ( )This method is from 'PluginConfiguration' class.
getDefaultGroup ( )This method is from 'PluginConfiguration' class.
optional ( String, Closure )This method is from 'PluginConfiguration' class.
provided ( String, Closure )This method is from 'PluginConfiguration' class.
runtime ( String, Closure )This method is from 'PluginConfiguration' class.
test ( String, Closure )This method is from 'PluginConfiguration' class.
[+] RepositoriesConfiguration (2)
| Change | Effect |
---|
1 | Removed super-interface org.sonatype.aether.RepositorySystemSession. | Recompilation of a client program may be terminated with the message: cannot find method in class RepositoriesConfiguration. |
2 | Field __timeStamp__239_neverHappen1382002619136 has been renamed to __timeStamp__239_neverHappen1383842783539. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619136 in RepositoriesConfiguration. |
[+] affected methods (22)
__.swapInit ( )This method is from 'RepositoriesConfiguration' class.
environments ( Closure )This method is from 'RepositoriesConfiguration' class.
getChecksumPolicy ( )This method is from 'RepositoriesConfiguration' class.
getConfigProperties ( )This method is from 'RepositoriesConfiguration' class.
getMetaClass ( )This method is from 'RepositoriesConfiguration' class.
getProperty ( String )This method is from 'RepositoriesConfiguration' class.
getRepositories ( )This method is from 'RepositoriesConfiguration' class.
getSystemProperties ( )This method is from 'RepositoriesConfiguration' class.
getUpdatePolicy ( )This method is from 'RepositoriesConfiguration' class.
getUserProperties ( )This method is from 'RepositoriesConfiguration' class.
grailsHome ( )This method is from 'RepositoriesConfiguration' class.
grailsPlugins ( )This method is from 'RepositoriesConfiguration' class.
...
[+] RepositoryConfiguration (2)
| Change | Effect |
---|
1 | Removed super-interface org.sonatype.aether.repository.ArtifactRepository. | Recompilation of a client program may be terminated with the message: cannot find method in class RepositoryConfiguration. |
2 | Field __timeStamp__239_neverHappen1382002619159 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_neverHappen1382002619159 in RepositoryConfiguration. |
[+] affected methods (10)
__.swapInit ( )This method is from 'RepositoryConfiguration' class.
checksumPolicy ( String )This method is from 'RepositoryConfiguration' class.
getMetaClass ( )This method is from 'RepositoryConfiguration' class.
getProperty ( String )This method is from 'RepositoryConfiguration' class.
invokeMethod ( String, Object )This method is from 'RepositoryConfiguration' class.
proxy ( String, int )This method is from 'RepositoryConfiguration' class.
proxy ( String, String, int )This method is from 'RepositoryConfiguration' class.
setMetaClass ( MetaClass )This method is from 'RepositoryConfiguration' class.
setProperty ( String, Object )This method is from 'RepositoryConfiguration' class.
updatePolicy ( String )This method is from 'RepositoryConfiguration' class.
package org.codehaus.groovy.grails.resolve.maven.aether.support
[+] GrailsConsoleLogger (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619198 has been renamed to __timeStamp__239_neverHappen1383842783603. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619198 in GrailsConsoleLogger. |
[+] affected methods (15)
GrailsConsoleLogger ( int )This constructor is from 'GrailsConsoleLogger' class.
__.swapInit ( )This method is from 'GrailsConsoleLogger' class.
debug ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
error ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
fatalError ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
getChildLogger ( String )This method is from 'GrailsConsoleLogger' class.
getGrailsConsole ( )This method is from 'GrailsConsoleLogger' class.
getMetaClass ( )This method is from 'GrailsConsoleLogger' class.
getProperty ( String )This method is from 'GrailsConsoleLogger' class.
info ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
invokeMethod ( String, Object )This method is from 'GrailsConsoleLogger' class.
setGrailsConsole ( GrailsConsole )This method is from 'GrailsConsoleLogger' class.
...
[+] GrailsConsoleLoggerManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619194 has been renamed to __timeStamp__239_neverHappen1383842783598. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619194 in GrailsConsoleLoggerManager. |
[+] affected methods (17)
getLoggerManager ( )Return value of this method has type 'GrailsConsoleLoggerManager'.
setLoggerManager ( GrailsConsoleLoggerManager )1st parameter 'p1' of this method has type 'GrailsConsoleLoggerManager'.
GrailsConsoleLoggerManager ( )This constructor is from 'GrailsConsoleLoggerManager' class.
__.swapInit ( )This method is from 'GrailsConsoleLoggerManager' class.
getActiveLoggerCount ( )This method is from 'GrailsConsoleLoggerManager' class.
getLogger ( )This method is from 'GrailsConsoleLoggerManager' class.
getLoggerForComponent ( String, String )This method is from 'GrailsConsoleLoggerManager' class.
getMetaClass ( )This method is from 'GrailsConsoleLoggerManager' class.
getProperty ( String )This method is from 'GrailsConsoleLoggerManager' class.
getThreshold ( )This method is from 'GrailsConsoleLoggerManager' class.
invokeMethod ( String, Object )This method is from 'GrailsConsoleLoggerManager' class.
returnComponentLogger ( String, String )This method is from 'GrailsConsoleLoggerManager' class.
...
[+] GrailsModelResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002619167 has been renamed to __timeStamp__239_neverHappen1383842783570. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002619167 in GrailsModelResolver. |
[+] affected methods (9)
__.swapInit ( )This method is from 'GrailsModelResolver' class.
addRepository ( Repository )This method is from 'GrailsModelResolver' class.
getMetaClass ( )This method is from 'GrailsModelResolver' class.
getProperty ( String )This method is from 'GrailsModelResolver' class.
invokeMethod ( String, Object )This method is from 'GrailsModelResolver' class.
newCopy ( )This method is from 'GrailsModelResolver' class.
resolveModel ( String, String, String )This method is from 'GrailsModelResolver' class.
setMetaClass ( MetaClass )This method is from 'GrailsModelResolver' class.
setProperty ( String, Object )This method is from 'GrailsModelResolver' class.
grails-async-2.3.1.jar
package grails.async
[+] PromiseList (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642441 has been renamed to __timeStamp__239_neverHappen1383842819642. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642441 in PromiseList. |
[+] affected methods (20)
PromiseList ( )This constructor is from 'PromiseList' class.
__.swapInit ( )This method is from 'PromiseList' class.
add ( Promise )This method is from 'PromiseList' class.
add ( Closure )This method is from 'PromiseList' class.
add ( Object )This method is from 'PromiseList' class.
get ( )This method is from 'PromiseList' class.
get ( )This method is from 'PromiseList' class.
get ( long, TimeUnit )This method is from 'PromiseList' class.
get ( long, TimeUnit )This method is from 'PromiseList' class.
getMetaClass ( )This method is from 'PromiseList' class.
getProperty ( String )This method is from 'PromiseList' class.
invokeMethod ( String, Object )This method is from 'PromiseList' class.
...
[+] PromiseMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642456 has been renamed to __timeStamp__239_neverHappen1383842819658. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642456 in PromiseMap. |
[+] affected methods (29)
PromiseMap ( )This constructor is from 'PromiseMap' class.
PromiseMap ( Map )This constructor is from 'PromiseMap' class.
__.swapInit ( )This method is from 'PromiseMap' class.
containsKey ( Object )This method is from 'PromiseMap' class.
get ( )This method is from 'PromiseMap' class.
get ( )This method is from 'PromiseMap' class.
get ( long, TimeUnit )This method is from 'PromiseMap' class.
get ( long, TimeUnit )This method is from 'PromiseMap' class.
get ( Object )This method is from 'PromiseMap' class.
getAt ( Object )This method is from 'PromiseMap' class.
getMetaClass ( )This method is from 'PromiseMap' class.
getProperty ( String )This method is from 'PromiseMap' class.
...
package org.grails.async.factory
[+] BoundPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642481 has been renamed to __timeStamp__239_neverHappen1383842819684. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642481 in BoundPromise. |
[+] affected methods (15)
BoundPromise ( Object )This constructor is from 'BoundPromise' class.
__.swapInit ( )This method is from 'BoundPromise' class.
get ( )This method is from 'BoundPromise' class.
get ( long, TimeUnit )This method is from 'BoundPromise' class.
getMetaClass ( )This method is from 'BoundPromise' class.
getProperty ( String )This method is from 'BoundPromise' class.
getValue ( )This method is from 'BoundPromise' class.
invokeMethod ( String, Object )This method is from 'BoundPromise' class.
leftShift ( Closure )This method is from 'BoundPromise' class.
onComplete ( Closure )This method is from 'BoundPromise' class.
onError ( Closure )This method is from 'BoundPromise' class.
setMetaClass ( MetaClass )This method is from 'BoundPromise' class.
...
[+] SynchronousPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642486 has been renamed to __timeStamp__239_neverHappen1383842819690. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642486 in SynchronousPromise. |
[+] affected methods (17)
SynchronousPromise ( Closure )This constructor is from 'SynchronousPromise' class.
__.swapInit ( )This method is from 'SynchronousPromise' class.
get ( )This method is from 'SynchronousPromise' class.
get ( long, TimeUnit )This method is from 'SynchronousPromise' class.
getCallable ( )This method is from 'SynchronousPromise' class.
getMetaClass ( )This method is from 'SynchronousPromise' class.
getProperty ( String )This method is from 'SynchronousPromise' class.
getValue ( )This method is from 'SynchronousPromise' class.
invokeMethod ( String, Object )This method is from 'SynchronousPromise' class.
leftShift ( Closure )This method is from 'SynchronousPromise' class.
onComplete ( Closure )This method is from 'SynchronousPromise' class.
onError ( Closure )This method is from 'SynchronousPromise' class.
...
[+] SynchronousPromiseFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642521 has been renamed to __timeStamp__239_neverHappen1383842819724. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642521 in SynchronousPromiseFactory. |
[+] affected methods (12)
SynchronousPromiseFactory ( )This constructor is from 'SynchronousPromiseFactory' class.
__.swapInit ( )This method is from 'SynchronousPromiseFactory' class.
createPromise ( Closure[ ] )This method is from 'SynchronousPromiseFactory' class.
getMetaClass ( )This method is from 'SynchronousPromiseFactory' class.
getProperty ( String )This method is from 'SynchronousPromiseFactory' class.
invokeMethod ( String, Object )This method is from 'SynchronousPromiseFactory' class.
onComplete ( List, Closure )This method is from 'SynchronousPromiseFactory' class.
onError ( List, Closure )This method is from 'SynchronousPromiseFactory' class.
setMetaClass ( MetaClass )This method is from 'SynchronousPromiseFactory' class.
setProperty ( String, Object )This method is from 'SynchronousPromiseFactory' class.
waitAll ( List )This method is from 'SynchronousPromiseFactory' class.
waitAll ( List, long, TimeUnit )This method is from 'SynchronousPromiseFactory' class.
...
package org.grails.async.factory.gpars
[+] GparsPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642492 has been renamed to __timeStamp__239_neverHappen1383842819696. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642492 in GparsPromise. |
[+] affected methods (16)
GparsPromise ( Closure )This constructor is from 'GparsPromise' class.
GparsPromise ( Promise )This constructor is from 'GparsPromise' class.
__.swapInit ( )This method is from 'GparsPromise' class.
get ( )This method is from 'GparsPromise' class.
get ( long, TimeUnit )This method is from 'GparsPromise' class.
getInternalPromise ( )This method is from 'GparsPromise' class.
getMetaClass ( )This method is from 'GparsPromise' class.
getProperty ( String )This method is from 'GparsPromise' class.
invokeMethod ( String, Object )This method is from 'GparsPromise' class.
leftShift ( Closure )This method is from 'GparsPromise' class.
onComplete ( Closure )This method is from 'GparsPromise' class.
onError ( Closure )This method is from 'GparsPromise' class.
...
[+] GparsPromiseFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642531 has been renamed to __timeStamp__239_neverHappen1383842819736. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642531 in GparsPromiseFactory. |
[+] affected methods (17)
GparsPromiseFactory ( )This constructor is from 'GparsPromiseFactory' class.
__.swapInit ( )This method is from 'GparsPromiseFactory' class.
createBoundPromise ( Object )This method is from 'GparsPromiseFactory' class.
createPromise ( Closure[ ] )This method is from 'GparsPromiseFactory' class.
getGPARS_PRESENT ( )This method is from 'GparsPromiseFactory' class.
getMetaClass ( )This method is from 'GparsPromiseFactory' class.
getProperty ( String )This method is from 'GparsPromiseFactory' class.
invokeMethod ( String, Object )This method is from 'GparsPromiseFactory' class.
isGPARS_PRESENT ( )This method is from 'GparsPromiseFactory' class.
isGparsAvailable ( )This method is from 'GparsPromiseFactory' class.
onComplete ( List, Closure )This method is from 'GparsPromiseFactory' class.
onError ( List, Closure )This method is from 'GparsPromiseFactory' class.
...
[+] LoggingPoolFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002642500 has been renamed to __timeStamp__239_neverHappen1383842819704. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002642500 in LoggingPoolFactory. |
[+] affected methods (11)
LoggingPoolFactory ( )This constructor is from 'LoggingPoolFactory' class.
__.swapInit ( )This method is from 'LoggingPoolFactory' class.
createPool ( )This method is from 'LoggingPoolFactory' class.
createPool ( int )This method is from 'LoggingPoolFactory' class.
createPool ( boolean )This method is from 'LoggingPoolFactory' class.
createPool ( boolean, int )This method is from 'LoggingPoolFactory' class.
getMetaClass ( )This method is from 'LoggingPoolFactory' class.
getProperty ( String )This method is from 'LoggingPoolFactory' class.
invokeMethod ( String, Object )This method is from 'LoggingPoolFactory' class.
setMetaClass ( MetaClass )This method is from 'LoggingPoolFactory' class.
setProperty ( String, Object )This method is from 'LoggingPoolFactory' class.
...
grails-bootstrap-2.3.1.jar
package grails.build.interactive.completors
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614063 has been renamed to __timeStamp__239_neverHappen1383842778572. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614063 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_neverHappen1382002614065 has been renamed to __timeStamp__239_neverHappen1383842778573. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614065 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_neverHappen1382002614066 has been renamed to __timeStamp__239_neverHappen1383842778574. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614066 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_neverHappen1382002614068 has been renamed to __timeStamp__239_neverHappen1383842778576. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614068 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_neverHappen1382002614070 has been renamed to __timeStamp__239_neverHappen1383842778577. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614070 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_neverHappen1382002614072 has been renamed to __timeStamp__239_neverHappen1383842778579. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614072 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_neverHappen1382002613765 has been renamed to __timeStamp__239_neverHappen1383842778331. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613765 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_neverHappen1382002614074 has been renamed to __timeStamp__239_neverHappen1383842778580. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614074 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.
[+] GenerateAsyncController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614076 has been renamed to __timeStamp__239_neverHappen1383842778582. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614076 in GenerateAsyncController. |
[+] affected methods (4)
GenerateAsyncController ( )This constructor is from 'GenerateAsyncController' class.
__.swapInit ( )This method is from 'GenerateAsyncController' class.
getCommandName ( )This method is from 'GenerateAsyncController' class.
shouldInclude ( Resource )This method is from 'GenerateAsyncController' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614078 has been renamed to __timeStamp__239_neverHappen1383842778583. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614078 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_neverHappen1382002614080 has been renamed to __timeStamp__239_neverHappen1383842778585. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614080 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_neverHappen1382002613771 has been renamed to __timeStamp__239_neverHappen1383842778334. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613771 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 (2)
| Change | Effect |
---|
1 | Removed super-interface jline.Completor. | Recompilation of a client program may be terminated with the message: cannot find method in class RegexCompletor. |
2 | Field __timeStamp__239_neverHappen1382002612742 has been renamed to __timeStamp__239_neverHappen1383842777486. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002612742 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 (2)
| Change | Effect |
---|
1 | Removed super-interface jline.Completor. | Recompilation of a client program may be terminated with the message: cannot find method in class SimpleOrFileNameCompletor. |
2 | Field __timeStamp__239_neverHappen1382002612755 has been renamed to __timeStamp__239_neverHappen1383842777502. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002612755 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_neverHappen1382002614082 has been renamed to __timeStamp__239_neverHappen1383842778587. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614082 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.build.logging
[+] PatchedJLineWindowsTerminal (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PatchedJLineWindowsTerminal. |
[+] affected methods (4)
PatchedJLineWindowsTerminal ( ConsoleReader )This constructor is from 'PatchedJLineWindowsTerminal' class.
initializeTerminal ( )This method is from 'PatchedJLineWindowsTerminal' class.
isANSISupported ( )This method is from 'PatchedJLineWindowsTerminal' class.
setupTerminal ( ConsoleReader )This method is from 'PatchedJLineWindowsTerminal' class.
package grails.ui.console
[+] GrailsSwingConsole (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614084 has been renamed to __timeStamp__239_neverHappen1383842778589. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614084 in GrailsSwingConsole. |
[+] affected methods (6)
GrailsSwingConsole ( )This constructor is from 'GrailsSwingConsole' class.
GrailsSwingConsole ( BuildSettings )This constructor is from 'GrailsSwingConsole' class.
__.swapInit ( )This method is from 'GrailsSwingConsole' class.
getProjectClassType ( )This method is from 'GrailsSwingConsole' class.
initializeClassLoader ( BuildSettings )This method is from 'GrailsSwingConsole' class.
main ( String[ ] )This method is from 'GrailsSwingConsole' class.
package grails.util
[+] BuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613779 has been renamed to __timeStamp__239_neverHappen1383842778339. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613779 in BuildSettings. |
[+] affected methods (441)
GrailsSwingConsole ( BuildSettings )1st parameter 'buildSettings' of this method has type 'BuildSettings'.
initializeClassLoader ( BuildSettings )1st parameter 'buildSettings' of this method has type 'BuildSettings'.
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 ( )This method is from 'BuildSettings' class.
copyDirectoryContentsToTarget ( File, String )This method is from 'BuildSettings' class.
createConfigSlurper ( )This method is from 'BuildSettings' class.
createNewDependencyManager ( )This method is from 'BuildSettings' class.
doResolve ( String, List )This method is from 'BuildSettings' class.
doResolve ( String, List, boolean )This method is from 'BuildSettings' class.
...
[+] CosineSimilarity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002612763 has been renamed to __timeStamp__239_neverHappen1383842777512. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002612763 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_neverHappen1382002614088 has been renamed to __timeStamp__239_neverHappen1383842778592. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614088 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_neverHappen1382002612781 has been renamed to __timeStamp__239_neverHappen1383842777537. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002612781 in PluginBuildSettings. |
[+] affected methods (183)
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_neverHappen1382002612977 has been renamed to __timeStamp__239_neverHappen1383842777777. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002612977 in ScriptNameResolver. |
[+] affected methods (8)
ScriptNameResolver ( )This constructor is from 'ScriptNameResolver' class.
__.swapInit ( )This method is from 'ScriptNameResolver' class.
getMetaClass ( )This method is from 'ScriptNameResolver' class.
getProperty ( String )This method is from 'ScriptNameResolver' class.
invokeMethod ( String, Object )This method is from 'ScriptNameResolver' class.
resolvesTo ( String, String )This method is from 'ScriptNameResolver' class.
setMetaClass ( MetaClass )This method is from 'ScriptNameResolver' class.
setProperty ( String, Object )This method is from 'ScriptNameResolver' class.
package org.codehaus.groovy.grails.cli.fork
[+] ExecutionContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613176 has been renamed to __timeStamp__239_neverHappen1383842777927. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613176 in ExecutionContext. |
[+] affected methods (66)
ExecutionContext ( )This constructor is from 'ExecutionContext' class.
ExecutionContext ( ForkedGrailsProcess )This constructor is from 'ExecutionContext' class.
__.swapInit ( )This method is from 'ExecutionContext' class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'ExecutionContext' class.
getAgentJar ( )This method is from 'ExecutionContext' class.
getArgsMap ( )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.
getDaemonPort ( )This method is from 'ExecutionContext' class.
getEnv ( )This method is from 'ExecutionContext' class.
getForkConfig ( )This method is from 'ExecutionContext' class.
...
[+] ForkedGrailsProcess (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002612990 has been renamed to __timeStamp__239_neverHappen1383842777790. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002612990 in ForkedGrailsProcess. |
[+] affected methods (86)
ExecutionContext ( ForkedGrailsProcess )1st parameter 'p1' of this method has type 'ForkedGrailsProcess'.
getProcess ( )Return value of this method has type 'ForkedGrailsProcess'.
setProcess ( ForkedGrailsProcess )1st parameter 'p1' of this method has type 'ForkedGrailsProcess'.
ForkedGrailsProcess ( )This constructor is from 'ForkedGrailsProcess' abstract class.
__.swapInit ( )This method is from 'ForkedGrailsProcess' abstract class.
attachOutputListener ( Process )This method is from 'ForkedGrailsProcess' abstract class.
attachOutputListener ( Process, boolean )This method is from 'ForkedGrailsProcess' abstract class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'ForkedGrailsProcess' abstract class.
buildProcessCommand ( ExecutionContext, String )This method is from 'ForkedGrailsProcess' abstract class.
buildProcessCommand ( ExecutionContext, String, boolean )This method is from 'ForkedGrailsProcess' abstract class.
buildProcessCommand ( ExecutionContext, String, boolean, boolean )This method is from 'ForkedGrailsProcess' abstract class.
configure ( Map )This method is from 'ForkedGrailsProcess' abstract class.
...
[+] ForkedGrailsProcessConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613210 has been renamed to __timeStamp__239_neverHappen1383842777955. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613210 in ForkedGrailsProcessConfig. |
[+] affected methods (21)
ForkedGrailsProcessConfig ( )This constructor is from 'ForkedGrailsProcessConfig' class.
ForkedGrailsProcessConfig ( Object )This constructor is from 'ForkedGrailsProcessConfig' class.
__.swapInit ( )This method is from 'ForkedGrailsProcessConfig' class.
asMap ( )This method is from 'ForkedGrailsProcessConfig' class.
getDebug ( )This method is from 'ForkedGrailsProcessConfig' class.
getForked ( )This method is from 'ForkedGrailsProcessConfig' class.
getMaxMemory ( )This method is from 'ForkedGrailsProcessConfig' class.
getMaxPerm ( )This method is from 'ForkedGrailsProcessConfig' class.
getMetaClass ( )This method is from 'ForkedGrailsProcessConfig' class.
getMinMemory ( )This method is from 'ForkedGrailsProcessConfig' class.
getProperty ( String )This method is from 'ForkedGrailsProcessConfig' class.
invokeMethod ( String, Object )This method is from 'ForkedGrailsProcessConfig' class.
...
[+] ForkedGrailsProjectClassExecutor (3)
| Change | Effect |
---|
1 | Abstract method runInstance ( Object ) has been added to this class. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method runInstance(Object) in ForkedGrailsProjectClassExecutor. |
2 | Abstract method runInstance ( Object ) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find method runInstance(Object) in class ForkedGrailsProjectClassExecutor. |
3 | Field __timeStamp__239_neverHappen1382002613899 has been renamed to __timeStamp__239_neverHappen1383842778427. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613899 in ForkedGrailsProjectClassExecutor. |
[+] affected methods (9)
ForkedGrailsProjectClassExecutor ( )This constructor is from 'ForkedGrailsProjectClassExecutor' abstract class.
ForkedGrailsProjectClassExecutor ( BuildSettings )This constructor is from 'ForkedGrailsProjectClassExecutor' abstract class.
__.swapInit ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createEventListener ( Binding )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createExecutionContext ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createExecutionContext ( BuildSettings, PluginBuildSettings )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createInstance ( Class, BuildSettings )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
getProjectClassType ( )This abstract method is from 'ForkedGrailsProjectClassExecutor' abstract class.
initializeProjectInstance ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
[+] IncludeTargets (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613223 has been renamed to __timeStamp__239_neverHappen1383842777968. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613223 in IncludeTargets. |
[+] affected methods (13)
IncludeTargets ( ClassLoader, Binding )This constructor is from 'IncludeTargets' class.
__.swapInit ( )This method is from 'IncludeTargets' class.
getBinding ( )This method is from 'IncludeTargets' class.
getClassLoader ( )This method is from 'IncludeTargets' class.
getMetaClass ( )This method is from 'IncludeTargets' class.
getProperty ( String )This method is from 'IncludeTargets' class.
invokeMethod ( String, Object )This method is from 'IncludeTargets' class.
leftShift ( File )This method is from 'IncludeTargets' class.
leftShift ( Class )This method is from 'IncludeTargets' class.
setBinding ( Binding )This method is from 'IncludeTargets' class.
setClassLoader ( ClassLoader )This method is from 'IncludeTargets' class.
setMetaClass ( MetaClass )This method is from 'IncludeTargets' class.
...
package org.codehaus.groovy.grails.cli.fork.compile
[+] ForkedGrailsCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614091 has been renamed to __timeStamp__239_neverHappen1383842778595. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614091 in ForkedGrailsCompiler. |
[+] affected methods (7)
ForkedGrailsCompiler ( )This constructor is from 'ForkedGrailsCompiler' class.
ForkedGrailsCompiler ( BuildSettings )This constructor is from 'ForkedGrailsCompiler' class.
__.swapInit ( )This method is from 'ForkedGrailsCompiler' class.
configureFork ( BuildSettings )This method is from 'ForkedGrailsCompiler' class.
createInstance ( Class, BuildSettings )This method is from 'ForkedGrailsCompiler' class.
getProjectClassType ( )This method is from 'ForkedGrailsCompiler' class.
main ( String[ ] )This method is from 'ForkedGrailsCompiler' class.
package org.codehaus.groovy.grails.cli.fork.testing
[+] ForkedGrailsTestRunner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614096 has been renamed to __timeStamp__239_neverHappen1383842778598. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614096 in ForkedGrailsTestRunner. |
[+] affected methods (11)
ForkedGrailsTestRunner ( )This constructor is from 'ForkedGrailsTestRunner' class.
ForkedGrailsTestRunner ( BuildSettings )This constructor is from 'ForkedGrailsTestRunner' class.
__.swapInit ( )This method is from 'ForkedGrailsTestRunner' class.
configureFork ( BuildSettings )This method is from 'ForkedGrailsTestRunner' class.
createClassLoader ( BuildSettings )This method is from 'ForkedGrailsTestRunner' class.
createExecutionContext ( )This method is from 'ForkedGrailsTestRunner' class.
createInstance ( Class, BuildSettings )This method is from 'ForkedGrailsTestRunner' class.
getProjectClassType ( )This method is from 'ForkedGrailsTestRunner' class.
instantiateIntegrationPhaseConfig ( Object, Object )This method is from 'ForkedGrailsTestRunner' class.
main ( String[ ] )This method is from 'ForkedGrailsTestRunner' class.
setTestExecutionContext ( Object, Binding, Object, Object )This method is from 'ForkedGrailsTestRunner' class.
...
[+] TestExecutionContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613912 has been renamed to __timeStamp__239_neverHappen1383842778461. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613912 in TestExecutionContext. |
[+] affected methods (4)
TestExecutionContext ( )This constructor is from 'TestExecutionContext' class.
TestExecutionContext ( ForkedGrailsProcess )This constructor is from 'TestExecutionContext' class.
__.swapInit ( )This method is from 'TestExecutionContext' class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'TestExecutionContext' class.
package org.codehaus.groovy.grails.cli.interactive
[+] CandidateListCompletionHandler (1)
| Change | Effect |
---|
1 | Removed super-interface jline.CompletionHandler. | Recompilation of a client program may be terminated with the message: cannot find method in class CandidateListCompletionHandler. |
[+] affected methods (2)
CandidateListCompletionHandler ( )This constructor is from 'CandidateListCompletionHandler' class.
setAlwaysIncludeNewline ( boolean )This method is from 'CandidateListCompletionHandler' class.
[+] GrailsInteractiveCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613916 has been renamed to __timeStamp__239_neverHappen1383842778465. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613916 in GrailsInteractiveCompletor. |
[+] affected methods (95)
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_neverHappen1382002613235 has been renamed to __timeStamp__239_neverHappen1383842777983. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613235 in InteractiveMode. |
[+] affected methods (82)
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_neverHappen1382002613922 has been renamed to __timeStamp__239_neverHappen1383842778470. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613922 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
[+] DependencyInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613313 has been renamed to __timeStamp__239_neverHappen1383842778072. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613313 in DependencyInfo. |
[+] affected methods (18)
DependencyInfo ( )This constructor is from 'DependencyInfo' class.
__.swapInit ( )This method is from 'DependencyInfo' class.
getGroup ( )This method is from 'DependencyInfo' class.
getMetaClass ( )This method is from 'DependencyInfo' class.
getName ( )This method is from 'DependencyInfo' class.
getProperty ( String )This method is from 'DependencyInfo' class.
getScope ( )This method is from 'DependencyInfo' class.
getType ( )This method is from 'DependencyInfo' class.
getVersion ( )This method is from 'DependencyInfo' class.
invokeMethod ( String, Object )This method is from 'DependencyInfo' class.
setGroup ( String )This method is from 'DependencyInfo' class.
setMetaClass ( MetaClass )This method is from 'DependencyInfo' class.
...
[+] MavenMultiProjectGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613927 has been renamed to __timeStamp__239_neverHappen1383842778473. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613927 in MavenMultiProjectGenerator. |
[+] affected methods (10)
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.
getPomGenerator ( )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.
setPomGenerator ( MavenPomGenerator )This method is from 'MavenMultiProjectGenerator' class.
setProperty ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
[+] MavenPomGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613945 has been renamed to __timeStamp__239_neverHappen1383842778480. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613945 in MavenPomGenerator. |
[+] affected methods (20)
getPomGenerator ( )Return value of this method has type 'MavenPomGenerator'.
setPomGenerator ( MavenPomGenerator )1st parameter 'p1' of this method has type 'MavenPomGenerator'.
MavenPomGenerator ( BuildSettings )This constructor is from 'MavenPomGenerator' class.
__.swapInit ( )This method is from 'MavenPomGenerator' class.
createModel ( String, Metadata )This method is from 'MavenPomGenerator' class.
createModel ( String, Metadata, GrailsPluginInfo )This method is from 'MavenPomGenerator' class.
createModel ( String, File )This method is from 'MavenPomGenerator' class.
generate ( String )This method is from 'MavenPomGenerator' class.
generate ( String, File, Map )This method is from 'MavenPomGenerator' class.
generatePom ( File, String, Map )This method is from 'MavenPomGenerator' class.
generateWithParent ( String )This method is from 'MavenPomGenerator' class.
getDependenciesForScope ( DependencyManager, String )This method is from 'MavenPomGenerator' class.
...
package org.codehaus.groovy.grails.cli.support
[+] UaaEnabler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002616334 has been renamed to __timeStamp__239_neverHappen1383842780426. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002616334 in UaaEnabler. |
[+] affected methods (16)
UaaEnabler ( BuildSettings, PluginBuildSettings )This constructor is from 'UaaEnabler' class.
__.swapInit ( )This method is from 'UaaEnabler' class.
enable ( boolean )This method is from 'UaaEnabler' class.
getBuildSettings ( )This method is from 'UaaEnabler' class.
getClassLoader ( )This method is from 'UaaEnabler' class.
getMetaClass ( )This method is from 'UaaEnabler' class.
getPluginBuildSettings ( )This method is from 'UaaEnabler' class.
getProperty ( String )This method is from 'UaaEnabler' class.
invokeMethod ( String, Object )This method is from 'UaaEnabler' class.
isAvailable ( )This method is from 'UaaEnabler' class.
isEnabled ( )This method is from 'UaaEnabler' class.
setBuildSettings ( BuildSettings )This method is from 'UaaEnabler' class.
...
[+] UaaIntegrationSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002616609 has been renamed to __timeStamp__239_neverHappen1383842780816. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002616609 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.exceptions
[+] DefaultStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613321 has been renamed to __timeStamp__239_neverHappen1383842778085. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613321 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_neverHappen1382002613351 has been renamed to __timeStamp__239_neverHappen1383842778108. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613351 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_neverHappen1382002613364 has been renamed to __timeStamp__239_neverHappen1383842778118. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613364 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_neverHappen1382002613393 has been renamed to __timeStamp__239_neverHappen1383842778142. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613393 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_neverHappen1382002613960 has been renamed to __timeStamp__239_neverHappen1383842778492. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613960 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_neverHappen1382002613421 has been renamed to __timeStamp__239_neverHappen1383842778156. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613421 in VersionComparator. |
[+] affected methods (12)
VersionComparator ( )This constructor is from 'VersionComparator' class.
__.swapInit ( )This method is from 'VersionComparator' class.
compare ( Object, Object )This method is from 'VersionComparator' class.
compare ( String, String )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_neverHappen1382002613457 has been renamed to __timeStamp__239_neverHappen1383842778170. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613457 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
[+] Dependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613468 has been renamed to __timeStamp__239_neverHappen1383842778177. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613468 in Dependency. |
[+] affected methods (48)
Dependency ( String, String, String, String[ ] )This constructor is from 'Dependency' class.
Dependency ( String, String, String, boolean, String[ ] )This constructor is from 'Dependency' class.
__.swapInit ( )This method is from 'Dependency' class.
canEqual ( Object )This method is from 'Dependency' class.
equals ( Object )This method is from 'Dependency' class.
exclude ( String )This method is from 'Dependency' class.
exclude ( String, String )This method is from 'Dependency' class.
getClassifier ( )This method is from 'Dependency' class.
getExcludeArray ( )This method is from 'Dependency' class.
getExcludes ( )This method is from 'Dependency' class.
getExported ( )This method is from 'Dependency' class.
getGroup ( )This method is from 'Dependency' class.
...
[+] DependencyManagerConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613493 has been renamed to __timeStamp__239_neverHappen1383842778190. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613493 in DependencyManagerConfigurer. |
[+] affected methods (18)
DependencyManagerConfigurer ( )This constructor is from 'DependencyManagerConfigurer' class.
__.swapInit ( )This method is from 'DependencyManagerConfigurer' class.
configureAether ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
configureDefaultPluginResolver ( Object )This method is from 'DependencyManagerConfigurer' class.
configureGlobalFrameworkDependencies ( GrailsIvyDependencies, Object )This method is from 'DependencyManagerConfigurer' class.
configureIvy ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
configureRepoAuthentication ( Object, DependencyManager )This method is from 'DependencyManagerConfigurer' class.
createAetherDependencyManager ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
createIvyDependencyManager ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
getDependencyConfig ( Object, IvyDependencyManager )This method is from 'DependencyManagerConfigurer' class.
getMetaClass ( )This method is from 'DependencyManagerConfigurer' class.
getProperty ( String )This method is from 'DependencyManagerConfigurer' class.
...
[+] DependencyManagerUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613534 has been renamed to __timeStamp__239_neverHappen1383842778207. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613534 in DependencyManagerUtils. |
[+] affected methods (8)
DependencyManagerUtils ( )This constructor is from 'DependencyManagerUtils' abstract class.
__.swapInit ( )This method is from 'DependencyManagerUtils' abstract class.
downloadPluginList ( File )This method is from 'DependencyManagerUtils' abstract class.
getMetaClass ( )This method is from 'DependencyManagerUtils' abstract class.
getProperty ( String )This method is from 'DependencyManagerUtils' abstract class.
invokeMethod ( String, Object )This method is from 'DependencyManagerUtils' abstract class.
setMetaClass ( MetaClass )This method is from 'DependencyManagerUtils' abstract class.
setProperty ( String, Object )This method is from 'DependencyManagerUtils' abstract class.
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613966 has been renamed to __timeStamp__239_neverHappen1383842778496. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613966 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.
...
[+] GrailsIvyDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613982 has been renamed to __timeStamp__239_neverHappen1383842778511. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613982 in GrailsIvyDependencies. |
[+] affected methods (12)
configureGlobalFrameworkDependencies ( GrailsIvyDependencies, Object )1st parameter 'coreDependencies' of this method has type 'GrailsIvyDependencies'.
GrailsIvyDependencies ( String )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String, boolean )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String, boolean, boolean )This constructor is from 'GrailsIvyDependencies' class.
__.swapInit ( )This method is from 'GrailsIvyDependencies' class.
createDeclaration ( )This method is from 'GrailsIvyDependencies' class.
getMetaClass ( )This method is from 'GrailsIvyDependencies' class.
getProperty ( String )This method is from 'GrailsIvyDependencies' class.
invokeMethod ( String, Object )This method is from 'GrailsIvyDependencies' class.
setMetaClass ( MetaClass )This method is from 'GrailsIvyDependencies' class.
setProperty ( String, Object )This method is from 'GrailsIvyDependencies' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613997 has been renamed to __timeStamp__239_neverHappen1383842778521. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613997 in IvyDependencyManager. |
[+] affected methods (101)
createCopy ( BuildSettings )Return value of this method has type 'IvyDependencyManager'.
DependencyConfigurationConfigurer ( DependencyConfigurationContext )Field 'context.dependencyManager' in 1st parameter 'context' of this method has type 'IvyDependencyManager'.
createInheritedContext ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
forApplication ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
forPlugin ( IvyDependencyManager, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
getExcludeRules ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
getGrailsCoreDependencies ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
getParentScope ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
isOffline ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setExcludeRules ( ExcludeRule[ ] )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setOffline ( boolean )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setParentScope ( String )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
...
[+] IvyDependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613556 has been renamed to __timeStamp__239_neverHappen1383842778215. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613556 in IvyDependencyReport. |
[+] affected methods (21)
IvyDependencyReport ( String, ResolveReport )This constructor is from 'IvyDependencyReport' class.
__.swapInit ( )This method is from 'IvyDependencyReport' class.
getAllArtifacts ( )This method is from 'IvyDependencyReport' class.
getClasspath ( )This method is from 'IvyDependencyReport' class.
getJarFiles ( )This method is from 'IvyDependencyReport' class.
getMetaClass ( )This method is from 'IvyDependencyReport' class.
getPluginZips ( )This method is from 'IvyDependencyReport' class.
getProperty ( String )This method is from 'IvyDependencyReport' class.
getResolvedArtifacts ( )This method is from 'IvyDependencyReport' class.
getResolveError ( )This method is from 'IvyDependencyReport' class.
getResolveReport ( )This method is from 'IvyDependencyReport' class.
getScope ( )This method is from 'IvyDependencyReport' class.
...
[+] PluginInstallEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613583 has been renamed to __timeStamp__239_neverHappen1383842778227. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613583 in PluginInstallEngine. |
[+] affected methods (49)
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.
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 ( List )This method is from 'PluginInstallEngine' class.
getCORE_PLUGINS ( )This method is from 'PluginInstallEngine' class.
getErrorHandler ( )This method is from 'PluginInstallEngine' class.
...
[+] PluginResolveEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613682 has been renamed to __timeStamp__239_neverHappen1383842778273. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613682 in PluginResolveEngine. |
[+] affected methods (76)
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'.
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 ( List )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
getCORE_PLUGINS ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
getErrorHandler ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
...
[+] ResolvedArtifactReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613722 has been renamed to __timeStamp__239_neverHappen1383842778302. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613722 in ResolvedArtifactReport. |
[+] affected methods (17)
ResolvedArtifactReport ( )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency, File )This constructor is from 'ResolvedArtifactReport' class.
__.swapInit ( )This method is from 'ResolvedArtifactReport' class.
canEqual ( Object )This method is from 'ResolvedArtifactReport' class.
equals ( Object )This method is from 'ResolvedArtifactReport' class.
getDependency ( )This method is from 'ResolvedArtifactReport' class.
getFile ( )This method is from 'ResolvedArtifactReport' class.
getMetaClass ( )This method is from 'ResolvedArtifactReport' class.
getProperty ( String )This method is from 'ResolvedArtifactReport' class.
hashCode ( )This method is from 'ResolvedArtifactReport' class.
invokeMethod ( String, Object )This method is from 'ResolvedArtifactReport' class.
...
[+] ResolveException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614144 has been renamed to __timeStamp__239_neverHappen1383842778630. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614144 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_neverHappen1382002614104 has been renamed to __timeStamp__239_neverHappen1383842778604. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614104 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_neverHappen1382002614112 has been renamed to __timeStamp__239_neverHappen1383842778610. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614112 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_neverHappen1382002614116 has been renamed to __timeStamp__239_neverHappen1383842778613. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614116 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.
...
package org.codehaus.groovy.grails.resolve.ivy
[+] IvyExcludeResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613735 has been renamed to __timeStamp__239_neverHappen1383842778314. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613735 in IvyExcludeResolver. |
[+] affected methods (10)
IvyExcludeResolver ( IvyDependencyManager )This constructor is from 'IvyExcludeResolver' class.
__.swapInit ( )This method is from 'IvyExcludeResolver' class.
getDependencyManager ( )This method is from 'IvyExcludeResolver' class.
getMetaClass ( )This method is from 'IvyExcludeResolver' class.
getProperty ( String )This method is from 'IvyExcludeResolver' class.
invokeMethod ( String, Object )This method is from 'IvyExcludeResolver' class.
resolveExcludes ( )This method is from 'IvyExcludeResolver' class.
setDependencyManager ( IvyDependencyManager )This method is from 'IvyExcludeResolver' class.
setMetaClass ( MetaClass )This method is from 'IvyExcludeResolver' class.
setProperty ( String, Object )This method is from 'IvyExcludeResolver' class.
[+] IvyGraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002614060 has been renamed to __timeStamp__239_neverHappen1383842778569. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002614060 in IvyGraphNode. |
[+] affected methods (3)
IvyGraphNode ( ResolveReport )This constructor is from 'IvyGraphNode' class.
__.swapInit ( )This method is from 'IvyGraphNode' class.
createGraph ( GraphNode, Collection, String[ ] )This method is from 'IvyGraphNode' class.
package org.codehaus.groovy.grails.resolve.reporting
[+] GraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613747 has been renamed to __timeStamp__239_neverHappen1383842778322. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613747 in GraphNode. |
[+] affected methods (19)
createGraph ( GraphNode, Collection, String[ ] )1st parameter 'current' of this method has type 'GraphNode'.
createGraph ( GraphNode, List, List )1st parameter 'current' of this method has type 'GraphNode'.
render ( GraphNode )1st parameter 'p1' of this abstract method has type 'GraphNode'.
GraphNode ( Dependency )This constructor is from 'GraphNode' class.
__.swapInit ( )This method is from 'GraphNode' class.
getChildren ( )This method is from 'GraphNode' class.
getDependency ( )This method is from 'GraphNode' class.
getMetaClass ( )This method is from 'GraphNode' class.
getProperty ( String )This method is from 'GraphNode' class.
getResolved ( )This method is from 'GraphNode' class.
invokeMethod ( String, Object )This method is from 'GraphNode' class.
setChildren ( Collection )This method is from 'GraphNode' class.
...
[+] SimpleGraphRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002613753 has been renamed to __timeStamp__239_neverHappen1383842778325. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002613753 in SimpleGraphRenderer. |
[+] affected methods (16)
SimpleGraphRenderer ( String, String )This constructor is from 'SimpleGraphRenderer' class.
__.swapInit ( )This method is from 'SimpleGraphRenderer' class.
getAnsiEnabled ( )This method is from 'SimpleGraphRenderer' class.
getDescription ( )This method is from 'SimpleGraphRenderer' class.
getMetaClass ( )This method is from 'SimpleGraphRenderer' class.
getProperty ( String )This method is from 'SimpleGraphRenderer' class.
getScope ( )This method is from 'SimpleGraphRenderer' class.
invokeMethod ( String, Object )This method is from 'SimpleGraphRenderer' class.
isAnsiEnabled ( )This method is from 'SimpleGraphRenderer' class.
render ( GraphNode )This method is from 'SimpleGraphRenderer' class.
render ( GraphNode, Writer )This method is from 'SimpleGraphRenderer' class.
setAnsiEnabled ( boolean )This method is from 'SimpleGraphRenderer' class.
...
grails-core-2.3.1.jar
package grails.validation
[+] ValidationErrors (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002673449 has been renamed to __timeStamp__239_neverHappen1383842872785. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002673449 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.
package org.codehaus.groovy.grails.commons.cfg
[+] ConfigurationHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672349 has been renamed to __timeStamp__239_neverHappen1383842871656. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672349 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_neverHappen1382002672427 has been renamed to __timeStamp__239_neverHappen1383842871750. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672427 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_neverHappen1382002672822 has been renamed to __timeStamp__239_neverHappen1383842872336. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672822 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_neverHappen1382002672438 has been renamed to __timeStamp__239_neverHappen1383842871765. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672438 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_neverHappen1382002672838 has been renamed to __timeStamp__239_neverHappen1383842872353. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672838 in GrailsProjectCompiler. |
[+] affected methods (68)
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_neverHappen1382002672442 has been renamed to __timeStamp__239_neverHappen1383842871771. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672442 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_neverHappen1382002672467 has been renamed to __timeStamp__239_neverHappen1383842871799. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672467 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_neverHappen1382002672959 has been renamed to __timeStamp__239_neverHappen1383842872483. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672959 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_neverHappen1382002672975 has been renamed to __timeStamp__239_neverHappen1383842872488. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672975 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_neverHappen1382002672980 has been renamed to __timeStamp__239_neverHappen1383842872494. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672980 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.orm.support
[+] GrailsTransactionTemplate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672473 has been renamed to __timeStamp__239_neverHappen1383842871805. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672473 in GrailsTransactionTemplate. |
[+] affected methods (10)
GrailsTransactionTemplate ( PlatformTransactionManager )This constructor is from 'GrailsTransactionTemplate' class.
GrailsTransactionTemplate ( PlatformTransactionManager, TransactionAttribute )This constructor is from 'GrailsTransactionTemplate' class.
GrailsTransactionTemplate ( PlatformTransactionManager, TransactionDefinition )This constructor is from 'GrailsTransactionTemplate' class.
__.swapInit ( )This method is from 'GrailsTransactionTemplate' class.
execute ( Closure )This method is from 'GrailsTransactionTemplate' class.
getMetaClass ( )This method is from 'GrailsTransactionTemplate' class.
getProperty ( String )This method is from 'GrailsTransactionTemplate' class.
invokeMethod ( String, Object )This method is from 'GrailsTransactionTemplate' class.
setMetaClass ( MetaClass )This method is from 'GrailsTransactionTemplate' class.
setProperty ( String, Object )This method is from 'GrailsTransactionTemplate' class.
package org.codehaus.groovy.grails.plugins
[+] CoreGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672493 has been renamed to __timeStamp__239_neverHappen1383842871825. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672493 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_neverHappen1382002672550 has been renamed to __timeStamp__239_neverHappen1383842871941. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672550 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_neverHappen1382002672560 has been renamed to __timeStamp__239_neverHappen1383842871963. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672560 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_neverHappen1382002672594 has been renamed to __timeStamp__239_neverHappen1383842872010. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672594 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_neverHappen1382002672626 has been renamed to __timeStamp__239_neverHappen1383842872048. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672626 in PluginPackager. |
[+] affected methods (27)
PluginPackager ( BuildSettings, Object, Resource[ ], File, GrailsBuildEventListener, BuildSettings )This constructor is from 'PluginPackager' class.
__.swapInit ( )This method is from 'PluginPackager' class.
findIncludesAndExcludes ( Object )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.
getEventListener ( )This method is from 'PluginPackager' class.
getGrailsSettings ( )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.
...
package org.codehaus.groovy.grails.plugins.support
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672729 has been renamed to __timeStamp__239_neverHappen1383842872208. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672729 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_neverHappen1382002672734 has been renamed to __timeStamp__239_neverHappen1383842872214. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672734 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.creation
[+] GrailsProjectCleaner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002673011 has been renamed to __timeStamp__239_neverHappen1383842872519. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002673011 in GrailsProjectCleaner. |
[+] affected methods (20)
GrailsProjectCleaner ( BuildSettings, GrailsBuildEventListener )This constructor is from 'GrailsProjectCleaner' class.
__.swapInit ( )This method is from 'GrailsProjectCleaner' class.
clean ( )This method is from 'GrailsProjectCleaner' class.
clean ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanAll ( )This method is from 'GrailsProjectCleaner' class.
cleanAll ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanCompiledSources ( )This method is from 'GrailsProjectCleaner' class.
cleanCompiledSources ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanTestReports ( )This method is from 'GrailsProjectCleaner' class.
cleanTestReports ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanWarFile ( )This method is from 'GrailsProjectCleaner' class.
cleanWarFile ( boolean )This method is from 'GrailsProjectCleaner' class.
...
package org.codehaus.groovy.grails.project.loader
[+] GrailsProjectLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002673042 has been renamed to __timeStamp__239_neverHappen1383842872549. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002673042 in GrailsProjectLoader. |
[+] affected methods (29)
GrailsProjectLoader ( BuildSettings )This constructor is from 'GrailsProjectLoader' class.
GrailsProjectLoader ( GrailsProjectPackager )This constructor is from 'GrailsProjectLoader' class.
__.swapInit ( )This method is from 'GrailsProjectLoader' class.
configureApplication ( )This method is from 'GrailsProjectLoader' class.
configureJndi ( GrailsApplication )This method is from 'GrailsProjectLoader' class.
defineParentBeans ( WebBeanBuilder )This method is from 'GrailsProjectLoader' class.
getApplicationContext ( )This method is from 'GrailsProjectLoader' class.
getApplicationLoaded ( )This method is from 'GrailsProjectLoader' class.
getMetaClass ( )This method is from 'GrailsProjectLoader' class.
getParentContext ( )This method is from 'GrailsProjectLoader' class.
getPluginManager ( )This method is from 'GrailsProjectLoader' class.
getProjectPackager ( )This method is from 'GrailsProjectLoader' class.
...
package org.codehaus.groovy.grails.project.packaging
[+] GrailsProjectPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002673088 has been renamed to __timeStamp__239_neverHappen1383842872583. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002673088 in GrailsProjectPackager. |
[+] affected methods (55)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )1st parameter 'projectPackager' of this method has type 'GrailsProjectPackager'.
getProjectPackager ( )Return value of this method has type 'GrailsProjectPackager'.
GrailsProjectLoader ( GrailsProjectPackager )1st parameter 'projectPackager' of this method has type 'GrailsProjectPackager'.
getProjectPackager ( )Return value of this method has type 'GrailsProjectPackager'.
setProjectPackager ( GrailsProjectPackager )1st parameter 'p1' of this method has type 'GrailsProjectPackager'.
GrailsProjectPackager ( GrailsProjectCompiler )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, File )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, File, boolean )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener )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.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener, boolean )This constructor is from 'GrailsProjectPackager' class.
...
[+] GrailsProjectWarCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002673227 has been renamed to __timeStamp__239_neverHappen1383842872652. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002673227 in GrailsProjectWarCreator. |
[+] affected methods (35)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )2nd parameter 'warCreator' of this method has type 'GrailsProjectWarCreator'.
getWarCreator ( )Return value 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.
...
package org.codehaus.groovy.grails.project.plugins
[+] GrailsProjectPluginLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002673385 has been renamed to __timeStamp__239_neverHappen1383842872743. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002673385 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.project.ui
[+] GrailsProjectConsole (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002673404 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_neverHappen1382002673404 in GrailsProjectConsole. |
[+] affected methods (14)
GrailsProjectConsole ( BuildSettings )This constructor is from 'GrailsProjectConsole' class.
GrailsProjectConsole ( GrailsProjectLoader )This constructor is from 'GrailsProjectConsole' class.
__.swapInit ( )This method is from 'GrailsProjectConsole' class.
createConsole ( )This method is from 'GrailsProjectConsole' class.
createConsole ( ApplicationContext, GrailsApplication )This method is from 'GrailsProjectConsole' class.
getMetaClass ( )This method is from 'GrailsProjectConsole' class.
getProjectLoader ( )This method is from 'GrailsProjectConsole' class.
getProperty ( String )This method is from 'GrailsProjectConsole' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectConsole' class.
run ( )This method is from 'GrailsProjectConsole' class.
setMetaClass ( MetaClass )This method is from 'GrailsProjectConsole' class.
setProjectLoader ( GrailsProjectLoader )This method is from 'GrailsProjectConsole' class.
...
package org.codehaus.groovy.grails.support
[+] DevelopmentShutdownHook (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672742 has been renamed to __timeStamp__239_neverHappen1383842872225. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672742 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.
[+] IncludeExcludeSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672751 has been renamed to __timeStamp__239_neverHappen1383842872239. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672751 in IncludeExcludeSupport. |
[+] affected methods (18)
IncludeExcludeSupport ( )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List, List )This constructor is from 'IncludeExcludeSupport' class.
__.swapInit ( )This method is from 'IncludeExcludeSupport' class.
excludes ( List, Object )This method is from 'IncludeExcludeSupport' class.
getDefaultExcludes ( )This method is from 'IncludeExcludeSupport' class.
getDefaultIncludes ( )This method is from 'IncludeExcludeSupport' class.
getEXCLUDES_PROPERTY ( )This method is from 'IncludeExcludeSupport' class.
getINCLUDES_PROPERTY ( )This method is from 'IncludeExcludeSupport' class.
getMetaClass ( )This method is from 'IncludeExcludeSupport' class.
getProperty ( String )This method is from 'IncludeExcludeSupport' class.
includes ( List, Object )This method is from 'IncludeExcludeSupport' class.
...
[+] PersistenceContextInterceptorExecutor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672759 has been renamed to __timeStamp__239_neverHappen1383842872249. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672759 in PersistenceContextInterceptorExecutor. |
[+] affected methods (13)
PersistenceContextInterceptorExecutor ( Collection )This constructor is from 'PersistenceContextInterceptorExecutor' class.
__.swapInit ( )This method is from 'PersistenceContextInterceptorExecutor' class.
destroyPersistenceContext ( )This method is from 'PersistenceContextInterceptorExecutor' class.
destroyPersistenceContext ( ApplicationContext )This method is from 'PersistenceContextInterceptorExecutor' class.
getMetaClass ( )This method is from 'PersistenceContextInterceptorExecutor' class.
getPersistenceContextInterceptors ( )This method is from 'PersistenceContextInterceptorExecutor' class.
getProperty ( String )This method is from 'PersistenceContextInterceptorExecutor' class.
initPersistenceContext ( )This method is from 'PersistenceContextInterceptorExecutor' class.
initPersistenceContext ( ApplicationContext )This method is from 'PersistenceContextInterceptorExecutor' class.
invokeMethod ( String, Object )This method is from 'PersistenceContextInterceptorExecutor' class.
setMetaClass ( MetaClass )This method is from 'PersistenceContextInterceptorExecutor' class.
setPersistenceContextInterceptors ( Collection )This method is from 'PersistenceContextInterceptorExecutor' class.
...
package org.codehaus.groovy.grails.support.encoding
[+] CodecMetaClassSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672768 has been renamed to __timeStamp__239_neverHappen1383842872261. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672768 in CodecMetaClassSupport. |
[+] affected methods (12)
CodecMetaClassSupport ( )This constructor is from 'CodecMetaClassSupport' class.
__.swapInit ( )This method is from 'CodecMetaClassSupport' class.
addMetaMethod ( String, Closure )This method is from 'CodecMetaClassSupport' class.
configureCodecMethods ( GrailsCodecClass )This method is from 'CodecMetaClassSupport' class.
getDECODE_PREFIX ( )This method is from 'CodecMetaClassSupport' class.
getEMPTY_ARGS ( )This method is from 'CodecMetaClassSupport' class.
getENCODE_AS_PREFIX ( )This method is from 'CodecMetaClassSupport' class.
getMetaClass ( )This method is from 'CodecMetaClassSupport' class.
getProperty ( String )This method is from 'CodecMetaClassSupport' class.
invokeMethod ( String, Object )This method is from 'CodecMetaClassSupport' class.
setMetaClass ( MetaClass )This method is from 'CodecMetaClassSupport' class.
setProperty ( String, Object )This method is from 'CodecMetaClassSupport' class.
...
package org.codehaus.groovy.grails.validation
[+] ConstraintEvalUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002672810 has been renamed to __timeStamp__239_neverHappen1383842872322. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002672810 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-databinding-2.3.1.jar
package org.grails.databinding
[+] ClosureValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002696804 has been renamed to __timeStamp__239_neverHappen1383842900907. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002696804 in ClosureValueConverter. |
[+] affected methods (13)
ClosureValueConverter ( )This constructor is from 'ClosureValueConverter' class.
__.swapInit ( )This method is from 'ClosureValueConverter' class.
canConvert ( Object )This method is from 'ClosureValueConverter' class.
convert ( Object )This method is from 'ClosureValueConverter' class.
getConverterClosure ( )This method is from 'ClosureValueConverter' class.
getMetaClass ( )This method is from 'ClosureValueConverter' class.
getProperty ( String )This method is from 'ClosureValueConverter' class.
getTargetType ( )This method is from 'ClosureValueConverter' class.
invokeMethod ( String, Object )This method is from 'ClosureValueConverter' class.
setConverterClosure ( Closure )This method is from 'ClosureValueConverter' class.
setMetaClass ( MetaClass )This method is from 'ClosureValueConverter' class.
setProperty ( String, Object )This method is from 'ClosureValueConverter' class.
...
[+] IndexedPropertyReferenceDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002696857 has been renamed to __timeStamp__239_neverHappen1383842901002. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002696857 in IndexedPropertyReferenceDescriptor. |
[+] affected methods (14)
processIndexedProperty ( Object, MetaProperty, IndexedPropertyReferenceDescriptor, Object, DataBindingSource, DataBindingListener, Object )3rd parameter 'indexedPropertyReferenceDescriptor' of this method has type 'IndexedPropertyReferenceDescriptor'.
IndexedPropertyReferenceDescriptor ( )This constructor is from 'IndexedPropertyReferenceDescriptor' class.
__.swapInit ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getIndex ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getMetaClass ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getProperty ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
getPropertyName ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
invokeMethod ( String, Object )This method is from 'IndexedPropertyReferenceDescriptor' class.
setIndex ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
setMetaClass ( MetaClass )This method is from 'IndexedPropertyReferenceDescriptor' class.
setProperty ( String, Object )This method is from 'IndexedPropertyReferenceDescriptor' class.
setPropertyName ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
...
[+] SimpleDataBinder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002696866 has been renamed to __timeStamp__239_neverHappen1383842901011. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002696866 in SimpleDataBinder. |
[+] affected methods (46)
SimpleDataBinder ( )This constructor is from 'SimpleDataBinder' class.
__.swapInit ( )This method is from 'SimpleDataBinder' class.
addBindingError ( Object, String, Object, Exception, DataBindingListener, Object )This method is from 'SimpleDataBinder' class.
addElementToArrayAt ( Object, Object, Object )This method is from 'SimpleDataBinder' class.
addElementToCollectionAt ( Object, String, Collection, Object, Object )This method is from 'SimpleDataBinder' class.
bind ( Object, GPathResult )This method is from 'SimpleDataBinder' class.
bind ( Object, DataBindingSource )This method is from 'SimpleDataBinder' class.
bind ( Object, DataBindingSource, String, List, List )This method is from 'SimpleDataBinder' class.
bind ( Object, DataBindingSource, String, List, List, DataBindingListener )This method is from 'SimpleDataBinder' class.
bind ( Object, DataBindingSource, List )This method is from 'SimpleDataBinder' class.
bind ( Object, DataBindingSource, List, List )This method is from 'SimpleDataBinder' class.
bind ( Object, DataBindingSource, DataBindingListener )This method is from 'SimpleDataBinder' class.
...
[+] SimpleMapDataBindingSource (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002696965 has been renamed to __timeStamp__239_neverHappen1383842901080. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002696965 in SimpleMapDataBindingSource. |
[+] affected methods (17)
SimpleMapDataBindingSource ( Map )This constructor is from 'SimpleMapDataBindingSource' class.
__.swapInit ( )This method is from 'SimpleMapDataBindingSource' class.
containsProperty ( String )This method is from 'SimpleMapDataBindingSource' class.
getAt ( String )This method is from 'SimpleMapDataBindingSource' class.
getDataSourceAware ( )This method is from 'SimpleMapDataBindingSource' class.
getIdentifierValue ( )This method is from 'SimpleMapDataBindingSource' class.
getMetaClass ( )This method is from 'SimpleMapDataBindingSource' class.
getProperty ( String )This method is from 'SimpleMapDataBindingSource' class.
getPropertyNames ( )This method is from 'SimpleMapDataBindingSource' class.
getPropertyValue ( String )This method is from 'SimpleMapDataBindingSource' class.
hasIdentifier ( )This method is from 'SimpleMapDataBindingSource' class.
invokeMethod ( String, Object )This method is from 'SimpleMapDataBindingSource' class.
...
package org.grails.databinding.converters
[+] AbstractStructuredDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002696987 has been renamed to __timeStamp__239_neverHappen1383842901086. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002696987 in AbstractStructuredDateBindingEditor. |
[+] affected methods (12)
AbstractStructuredDateBindingEditor ( )This constructor is from 'AbstractStructuredDateBindingEditor' abstract class.
__.swapInit ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
assemble ( String, DataBindingSource )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getDate ( Calendar )This abstract method is from 'AbstractStructuredDateBindingEditor' abstract class.
getMetaClass ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getOptionalFields ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getProperty ( String )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getPropertyValue ( Object, String, DataBindingSource )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getRequiredFields ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
setProperty ( String, Object )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
...
[+] DateConversionHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002696997 has been renamed to __timeStamp__239_neverHappen1383842901097. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002696997 in DateConversionHelper. |
[+] affected methods (12)
DateConversionHelper ( )This constructor is from 'DateConversionHelper' class.
__.swapInit ( )This method is from 'DateConversionHelper' class.
canConvert ( Object )This method is from 'DateConversionHelper' class.
convert ( Object )This method is from 'DateConversionHelper' class.
getFormatStrings ( )This method is from 'DateConversionHelper' class.
getMetaClass ( )This method is from 'DateConversionHelper' class.
getProperty ( String )This method is from 'DateConversionHelper' class.
getTargetType ( )This method is from 'DateConversionHelper' class.
invokeMethod ( String, Object )This method is from 'DateConversionHelper' class.
setFormatStrings ( List )This method is from 'DateConversionHelper' class.
setMetaClass ( MetaClass )This method is from 'DateConversionHelper' class.
setProperty ( String, Object )This method is from 'DateConversionHelper' class.
...
[+] FormattedDateValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002697008 has been renamed to __timeStamp__239_neverHappen1383842901105. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002697008 in FormattedDateValueConverter. |
[+] affected methods (9)
FormattedDateValueConverter ( )This constructor is from 'FormattedDateValueConverter' class.
__.swapInit ( )This method is from 'FormattedDateValueConverter' class.
convert ( Object, String )This method is from 'FormattedDateValueConverter' class.
getMetaClass ( )This method is from 'FormattedDateValueConverter' class.
getProperty ( String )This method is from 'FormattedDateValueConverter' class.
getTargetType ( )This method is from 'FormattedDateValueConverter' class.
invokeMethod ( String, Object )This method is from 'FormattedDateValueConverter' class.
setMetaClass ( MetaClass )This method is from 'FormattedDateValueConverter' class.
setProperty ( String, Object )This method is from 'FormattedDateValueConverter' class.
[+] StructuredCalendarBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002697044 has been renamed to __timeStamp__239_neverHappen1383842901135. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002697044 in StructuredCalendarBindingEditor. |
[+] affected methods (4)
StructuredCalendarBindingEditor ( )This constructor is from 'StructuredCalendarBindingEditor' class.
__.swapInit ( )This method is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
[+] StructuredDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002697048 has been renamed to __timeStamp__239_neverHappen1383842901140. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002697048 in StructuredDateBindingEditor. |
[+] affected methods (4)
StructuredDateBindingEditor ( )This constructor is from 'StructuredDateBindingEditor' class.
__.swapInit ( )This method is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
[+] StructuredSqlDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002697052 has been renamed to __timeStamp__239_neverHappen1383842901143. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002697052 in StructuredSqlDateBindingEditor. |
[+] affected methods (4)
StructuredSqlDateBindingEditor ( )This constructor is from 'StructuredSqlDateBindingEditor' class.
__.swapInit ( )This method is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
package org.grails.databinding.xml
[+] GPathResultCollectionDataBindingSource (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002697012 has been renamed to __timeStamp__239_neverHappen1383842901108. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002697012 in GPathResultCollectionDataBindingSource. |
[+] affected methods (8)
GPathResultCollectionDataBindingSource ( GPathResult )This constructor is from 'GPathResultCollectionDataBindingSource' class.
__.swapInit ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getDataBindingSources ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getMetaClass ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getProperty ( String )This method is from 'GPathResultCollectionDataBindingSource' class.
invokeMethod ( String, Object )This method is from 'GPathResultCollectionDataBindingSource' class.
setMetaClass ( MetaClass )This method is from 'GPathResultCollectionDataBindingSource' class.
setProperty ( String, Object )This method is from 'GPathResultCollectionDataBindingSource' class.
[+] GPathResultMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002697018 has been renamed to __timeStamp__239_neverHappen1383842901113. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002697018 in GPathResultMap. |
[+] affected methods (21)
GPathResultMap ( GPathResult )This constructor is from 'GPathResultMap' class.
__.swapInit ( )This method is from 'GPathResultMap' class.
clear ( )This method is from 'GPathResultMap' class.
containsKey ( Object )This method is from 'GPathResultMap' class.
containsValue ( Object )This method is from 'GPathResultMap' class.
entrySet ( )This method is from 'GPathResultMap' class.
get ( Object )This method is from 'GPathResultMap' class.
getMetaClass ( )This method is from 'GPathResultMap' class.
getProperty ( String )This method is from 'GPathResultMap' class.
getPropertyNameForNode ( Node )This method is from 'GPathResultMap' class.
getPropertyNameForNodeChild ( NodeChild )This method is from 'GPathResultMap' class.
invokeMethod ( String, Object )This method is from 'GPathResultMap' class.
...
grails-datastore-core-2.0.2.RELEASE.jar
package org.grails.datastore.mapping.config.groovy
[+] MappingConfigurationBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226026 has been renamed to __timeStamp__239_neverHappen1383815776453. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226026 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.dirty.checking
[+] DirtyCheckingSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226053 has been renamed to __timeStamp__239_neverHappen1383815776480. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226053 in DirtyCheckingSupport. |
[+] affected methods (8)
DirtyCheckingSupport ( )This constructor is from 'DirtyCheckingSupport' class.
__.swapInit ( )This method is from 'DirtyCheckingSupport' class.
areAssociationsDirty ( Session, PersistentEntity, Object )This method is from 'DirtyCheckingSupport' class.
getMetaClass ( )This method is from 'DirtyCheckingSupport' class.
getProperty ( String )This method is from 'DirtyCheckingSupport' class.
invokeMethod ( String, Object )This method is from 'DirtyCheckingSupport' class.
setMetaClass ( MetaClass )This method is from 'DirtyCheckingSupport' class.
setProperty ( String, Object )This method is from 'DirtyCheckingSupport' class.
package org.grails.datastore.mapping.model.types.conversion
[+] DoubleToFloatConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226070 has been renamed to __timeStamp__239_neverHappen1383815776498. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226070 in DoubleToFloatConverter. |
[+] affected methods (9)
DoubleToFloatConverter ( )This constructor is from 'DoubleToFloatConverter' class.
__.swapInit ( )This method is from 'DoubleToFloatConverter' class.
convert ( Double )This method is from 'DoubleToFloatConverter' class.
convert ( Object )This method is from 'DoubleToFloatConverter' class.
getMetaClass ( )This method is from 'DoubleToFloatConverter' class.
getProperty ( String )This method is from 'DoubleToFloatConverter' class.
invokeMethod ( String, Object )This method is from 'DoubleToFloatConverter' class.
setMetaClass ( MetaClass )This method is from 'DoubleToFloatConverter' class.
setProperty ( String, Object )This method is from 'DoubleToFloatConverter' class.
[+] IntArrayToIntegerArrayConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226075 has been renamed to __timeStamp__239_neverHappen1383815776503. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226075 in IntArrayToIntegerArrayConverter. |
[+] affected methods (9)
IntArrayToIntegerArrayConverter ( )This constructor is from 'IntArrayToIntegerArrayConverter' class.
__.swapInit ( )This method is from 'IntArrayToIntegerArrayConverter' class.
convert ( int[ ] )This method is from 'IntArrayToIntegerArrayConverter' class.
convert ( Object )This method is from 'IntArrayToIntegerArrayConverter' class.
getMetaClass ( )This method is from 'IntArrayToIntegerArrayConverter' class.
getProperty ( String )This method is from 'IntArrayToIntegerArrayConverter' class.
invokeMethod ( String, Object )This method is from 'IntArrayToIntegerArrayConverter' class.
setMetaClass ( MetaClass )This method is from 'IntArrayToIntegerArrayConverter' class.
setProperty ( String, Object )This method is from 'IntArrayToIntegerArrayConverter' class.
[+] IntegerToByteConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226079 has been renamed to __timeStamp__239_neverHappen1383815776520. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226079 in IntegerToByteConverter. |
[+] affected methods (9)
IntegerToByteConverter ( )This constructor is from 'IntegerToByteConverter' class.
__.swapInit ( )This method is from 'IntegerToByteConverter' class.
convert ( Integer )This method is from 'IntegerToByteConverter' class.
convert ( Object )This method is from 'IntegerToByteConverter' class.
getMetaClass ( )This method is from 'IntegerToByteConverter' class.
getProperty ( String )This method is from 'IntegerToByteConverter' class.
invokeMethod ( String, Object )This method is from 'IntegerToByteConverter' class.
setMetaClass ( MetaClass )This method is from 'IntegerToByteConverter' class.
setProperty ( String, Object )This method is from 'IntegerToByteConverter' class.
[+] IntegerToShortConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226082 has been renamed to __timeStamp__239_neverHappen1383815776523. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226082 in IntegerToShortConverter. |
[+] affected methods (9)
IntegerToShortConverter ( )This constructor is from 'IntegerToShortConverter' class.
__.swapInit ( )This method is from 'IntegerToShortConverter' class.
convert ( Integer )This method is from 'IntegerToShortConverter' class.
convert ( Object )This method is from 'IntegerToShortConverter' class.
getMetaClass ( )This method is from 'IntegerToShortConverter' class.
getProperty ( String )This method is from 'IntegerToShortConverter' class.
invokeMethod ( String, Object )This method is from 'IntegerToShortConverter' class.
setMetaClass ( MetaClass )This method is from 'IntegerToShortConverter' class.
setProperty ( String, Object )This method is from 'IntegerToShortConverter' class.
[+] LongArrayToLongArrayConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226086 has been renamed to __timeStamp__239_neverHappen1383815776526. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226086 in LongArrayToLongArrayConverter. |
[+] affected methods (9)
LongArrayToLongArrayConverter ( )This constructor is from 'LongArrayToLongArrayConverter' class.
__.swapInit ( )This method is from 'LongArrayToLongArrayConverter' class.
convert ( long[ ] )This method is from 'LongArrayToLongArrayConverter' class.
convert ( Object )This method is from 'LongArrayToLongArrayConverter' class.
getMetaClass ( )This method is from 'LongArrayToLongArrayConverter' class.
getProperty ( String )This method is from 'LongArrayToLongArrayConverter' class.
invokeMethod ( String, Object )This method is from 'LongArrayToLongArrayConverter' class.
setMetaClass ( MetaClass )This method is from 'LongArrayToLongArrayConverter' class.
setProperty ( String, Object )This method is from 'LongArrayToLongArrayConverter' class.
[+] StringToBigDecimalConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226089 has been renamed to __timeStamp__239_neverHappen1383815776530. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226089 in StringToBigDecimalConverter. |
[+] affected methods (9)
StringToBigDecimalConverter ( )This constructor is from 'StringToBigDecimalConverter' class.
__.swapInit ( )This method is from 'StringToBigDecimalConverter' class.
convert ( Object )This method is from 'StringToBigDecimalConverter' class.
convert ( String )This method is from 'StringToBigDecimalConverter' class.
getMetaClass ( )This method is from 'StringToBigDecimalConverter' class.
getProperty ( String )This method is from 'StringToBigDecimalConverter' class.
invokeMethod ( String, Object )This method is from 'StringToBigDecimalConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToBigDecimalConverter' class.
setProperty ( String, Object )This method is from 'StringToBigDecimalConverter' class.
[+] StringToBigIntegerConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226092 has been renamed to __timeStamp__239_neverHappen1383815776534. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226092 in StringToBigIntegerConverter. |
[+] affected methods (9)
StringToBigIntegerConverter ( )This constructor is from 'StringToBigIntegerConverter' class.
__.swapInit ( )This method is from 'StringToBigIntegerConverter' class.
convert ( Object )This method is from 'StringToBigIntegerConverter' class.
convert ( String )This method is from 'StringToBigIntegerConverter' class.
getMetaClass ( )This method is from 'StringToBigIntegerConverter' class.
getProperty ( String )This method is from 'StringToBigIntegerConverter' class.
invokeMethod ( String, Object )This method is from 'StringToBigIntegerConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToBigIntegerConverter' class.
setProperty ( String, Object )This method is from 'StringToBigIntegerConverter' class.
[+] StringToCurrencyConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226096 has been renamed to __timeStamp__239_neverHappen1383815776537. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226096 in StringToCurrencyConverter. |
[+] affected methods (9)
StringToCurrencyConverter ( )This constructor is from 'StringToCurrencyConverter' class.
__.swapInit ( )This method is from 'StringToCurrencyConverter' class.
convert ( Object )This method is from 'StringToCurrencyConverter' class.
convert ( String )This method is from 'StringToCurrencyConverter' class.
getMetaClass ( )This method is from 'StringToCurrencyConverter' class.
getProperty ( String )This method is from 'StringToCurrencyConverter' class.
invokeMethod ( String, Object )This method is from 'StringToCurrencyConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToCurrencyConverter' class.
setProperty ( String, Object )This method is from 'StringToCurrencyConverter' class.
[+] StringToLocaleConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226099 has been renamed to __timeStamp__239_neverHappen1383815776541. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226099 in StringToLocaleConverter. |
[+] affected methods (9)
StringToLocaleConverter ( )This constructor is from 'StringToLocaleConverter' class.
__.swapInit ( )This method is from 'StringToLocaleConverter' class.
convert ( Object )This method is from 'StringToLocaleConverter' class.
convert ( String )This method is from 'StringToLocaleConverter' class.
getMetaClass ( )This method is from 'StringToLocaleConverter' class.
getProperty ( String )This method is from 'StringToLocaleConverter' class.
invokeMethod ( String, Object )This method is from 'StringToLocaleConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToLocaleConverter' class.
setProperty ( String, Object )This method is from 'StringToLocaleConverter' class.
[+] StringToShortConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226104 has been renamed to __timeStamp__239_neverHappen1383815776545. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226104 in StringToShortConverter. |
[+] affected methods (9)
StringToShortConverter ( )This constructor is from 'StringToShortConverter' class.
__.swapInit ( )This method is from 'StringToShortConverter' class.
convert ( Object )This method is from 'StringToShortConverter' class.
convert ( String )This method is from 'StringToShortConverter' class.
getMetaClass ( )This method is from 'StringToShortConverter' class.
getProperty ( String )This method is from 'StringToShortConverter' class.
invokeMethod ( String, Object )This method is from 'StringToShortConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToShortConverter' class.
setProperty ( String, Object )This method is from 'StringToShortConverter' class.
[+] StringToTimeZoneConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226108 has been renamed to __timeStamp__239_neverHappen1383815776548. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226108 in StringToTimeZoneConverter. |
[+] affected methods (9)
StringToTimeZoneConverter ( )This constructor is from 'StringToTimeZoneConverter' class.
__.swapInit ( )This method is from 'StringToTimeZoneConverter' class.
convert ( Object )This method is from 'StringToTimeZoneConverter' class.
convert ( String )This method is from 'StringToTimeZoneConverter' class.
getMetaClass ( )This method is from 'StringToTimeZoneConverter' class.
getProperty ( String )This method is from 'StringToTimeZoneConverter' class.
invokeMethod ( String, Object )This method is from 'StringToTimeZoneConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToTimeZoneConverter' class.
setProperty ( String, Object )This method is from 'StringToTimeZoneConverter' class.
[+] StringToURLConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993226111 has been renamed to __timeStamp__239_neverHappen1383815776551. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993226111 in StringToURLConverter. |
[+] affected methods (9)
StringToURLConverter ( )This constructor is from 'StringToURLConverter' class.
__.swapInit ( )This method is from 'StringToURLConverter' class.
convert ( Object )This method is from 'StringToURLConverter' class.
convert ( String )This method is from 'StringToURLConverter' class.
getMetaClass ( )This method is from 'StringToURLConverter' class.
getProperty ( String )This method is from 'StringToURLConverter' class.
invokeMethod ( String, Object )This method is from 'StringToURLConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToURLConverter' class.
setProperty ( String, Object )This method is from 'StringToURLConverter' class.
grails-datastore-gorm-2.0.2.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245233 has been renamed to __timeStamp__239_neverHappen1383815797731. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245233 in DetachedCriteria. |
[+] affected methods (114)
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.
asType ( Class )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.
...
package org.codehaus.groovy.grails.compiler.gorm
[+] DirtyCheckingTransformer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245352 has been renamed to __timeStamp__239_neverHappen1383815797867. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245352 in DirtyCheckingTransformer. |
[+] affected methods (17)
DirtyCheckingTransformer ( )This constructor is from 'DirtyCheckingTransformer' class.
__.swapInit ( )This method is from 'DirtyCheckingTransformer' class.
createMarkDirtyMethodCall ( MethodNode, String )This method is from 'DirtyCheckingTransformer' class.
getArtefactTypes ( )This method is from 'DirtyCheckingTransformer' class.
getGetterAndSetterForPropertyName ( LinkedHashMap, String )This method is from 'DirtyCheckingTransformer' class.
getMetaClass ( )This method is from 'DirtyCheckingTransformer' class.
getProperty ( String )This method is from 'DirtyCheckingTransformer' class.
DirtyCheckingTransformer.GetterAndSetter ( DirtyCheckingTransformer )1st parameter 'p1' of this method has type 'DirtyCheckingTransformer'.
invokeMethod ( String, Object )This method is from 'DirtyCheckingTransformer' class.
performInjection ( SourceUnit, ClassNode )This method is from 'DirtyCheckingTransformer' class.
performInjection ( SourceUnit, GeneratorContext, ClassNode )This method is from 'DirtyCheckingTransformer' class.
performInjectionOnAnnotatedClass ( SourceUnit, ClassNode )This method is from 'DirtyCheckingTransformer' class.
...
[+] DirtyCheckTransformation (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245415 has been renamed to __timeStamp__239_neverHappen1383815797937. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245415 in DirtyCheckTransformation. |
[+] affected methods (8)
DirtyCheckTransformation ( )This constructor is from 'DirtyCheckTransformation' class.
__.swapInit ( )This method is from 'DirtyCheckTransformation' class.
getMetaClass ( )This method is from 'DirtyCheckTransformation' class.
getProperty ( String )This method is from 'DirtyCheckTransformation' class.
invokeMethod ( String, Object )This method is from 'DirtyCheckTransformation' class.
setMetaClass ( MetaClass )This method is from 'DirtyCheckTransformation' class.
setProperty ( String, Object )This method is from 'DirtyCheckTransformation' class.
visit ( ASTNode[ ], SourceUnit )This method is from 'DirtyCheckTransformation' class.
package org.grails.datastore.gorm
[+] AbstractDatastoreApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245422 has been renamed to __timeStamp__239_neverHappen1383815797945. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245422 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_neverHappen1381993246068 has been renamed to __timeStamp__239_neverHappen1383815798667. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246068 in AbstractGormApi. |
[+] affected methods (8)
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.
initializeMethods ( Object )This method is from 'AbstractGormApi' abstract class.
registerApiInstance ( Class, Class, AbstractGormApi, boolean )3rd parameter 'apiProvider' of this method has type 'AbstractGormApi'.
registerInstanceMethod ( Class, ExpandoMetaClass, AbstractGormApi, String, Class[ ] )3rd parameter 'apiProvider' of this method has type 'AbstractGormApi'.
[+] GormEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245428 has been renamed to __timeStamp__239_neverHappen1383815797952. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245428 in GormEnhancer. |
[+] affected methods (37)
GormEnhancer ( Datastore )This constructor is from 'GormEnhancer' class.
GormEnhancer ( Datastore, PlatformTransactionManager )This constructor is from 'GormEnhancer' class.
__.swapInit ( )This method is from 'GormEnhancer' class.
addAssociationMethods ( PersistentEntity )This method is from 'GormEnhancer' class.
addInstanceMethods ( PersistentEntity, boolean )This method is from 'GormEnhancer' class.
addNamedQueryMethods ( PersistentEntity )This method is from 'GormEnhancer' class.
addStaticMethods ( PersistentEntity, boolean )This method is from 'GormEnhancer' class.
createDynamicFinders ( )This method is from 'GormEnhancer' class.
doesRealMethodExist ( MetaClass, String, Class[ ], boolean )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.
...
[+] GormInstanceApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993246126 has been renamed to __timeStamp__239_neverHappen1383815798723. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246126 in GormInstanceApi. |
[+] affected methods (31)
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.
doSave ( Object, Map, Session, boolean )This method is from 'GormInstanceApi' class.
getDirtyPropertyNames ( Object )This method is from 'GormInstanceApi' class.
getFailOnError ( )This method is from 'GormInstanceApi' class.
getPersistentValue ( Object, String )This method is from 'GormInstanceApi' class.
...
[+] GormStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993246179 has been renamed to __timeStamp__239_neverHappen1383815798755. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246179 in GormStaticApi. |
[+] affected methods (85)
GormAsyncStaticApi ( GormStaticApi )1st parameter 'p1' of this method has type 'GormStaticApi'.
getStaticApi ( )Return value of this method has type 'GormStaticApi'.
setStaticApi ( GormStaticApi )1st parameter 'p1' 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.
...
[+] GormValidationApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993246270 has been renamed to __timeStamp__239_neverHappen1383815798988. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246270 in GormValidationApi. |
[+] affected methods (15)
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.
validate ( Object )This method is from 'GormValidationApi' class.
...
package org.grails.datastore.gorm.async
[+] AsyncQuery (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245529 has been renamed to __timeStamp__239_neverHappen1383815798075. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245529 in AsyncQuery. |
[+] affected methods (29)
getAsync ( )Return value of this method has type 'AsyncQuery'.
AsyncQuery ( GormOperations )This constructor is from 'AsyncQuery' class.
__.swapInit ( )This method is from 'AsyncQuery' class.
count ( )This method is from 'AsyncQuery' class.
count ( Map )This method is from 'AsyncQuery' class.
count ( Map, Closure )This method is from 'AsyncQuery' class.
deleteAll ( )This method is from 'AsyncQuery' class.
exists ( )This method is from 'AsyncQuery' class.
exists ( Closure )This method is from 'AsyncQuery' class.
find ( )This method is from 'AsyncQuery' class.
find ( Map )This method is from 'AsyncQuery' class.
find ( Map, Closure )This method is from 'AsyncQuery' class.
...
[+] GormAsyncStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245611 has been renamed to __timeStamp__239_neverHappen1383815798173. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245611 in GormAsyncStaticApi. |
[+] affected methods (91)
GormAsyncStaticApi ( GormStaticApi )This constructor is from 'GormAsyncStaticApi' class.
__.swapInit ( )This method is from 'GormAsyncStaticApi' class.
count ( )This method is from 'GormAsyncStaticApi' class.
create ( )This method is from 'GormAsyncStaticApi' class.
createCriteria ( )This method is from 'GormAsyncStaticApi' class.
deleteAll ( Object[ ] )This method is from 'GormAsyncStaticApi' class.
deleteAll ( Iterable )This method is from 'GormAsyncStaticApi' class.
executeQuery ( String )This method is from 'GormAsyncStaticApi' class.
executeQuery ( String, Collection )This method is from 'GormAsyncStaticApi' class.
executeQuery ( String, Collection, Map )This method is from 'GormAsyncStaticApi' class.
executeQuery ( String, Map )This method is from 'GormAsyncStaticApi' class.
executeQuery ( String, Map, Map )This method is from 'GormAsyncStaticApi' class.
...
package org.grails.datastore.gorm.bean.factory
[+] AbstractMappingContextFactoryBean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993245936 has been renamed to __timeStamp__239_neverHappen1383815798530. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245936 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_neverHappen1381993245959 has been renamed to __timeStamp__239_neverHappen1383815798550. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245959 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_neverHappen1381993246008 has been renamed to __timeStamp__239_neverHappen1383815798598. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246008 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_neverHappen1381993245989 has been renamed to __timeStamp__239_neverHappen1383815798582. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993245989 in NamedQueriesBuilder. |
[+] affected methods (19)
NamedQueriesBuilder ( PersistentEntity, List )This constructor is from 'NamedQueriesBuilder' class.
__.swapInit ( )This method is from 'NamedQueriesBuilder' class.
createNamedCriteriaProxy ( Closure )This method is from 'NamedQueriesBuilder' class.
evaluate ( Closure )This method is from 'NamedQueriesBuilder' class.
getClassesToAugment ( )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.
handleMethodMissing ( String, Object )This method is from 'NamedQueriesBuilder' class.
invokeMethod ( String, Object )This method is from 'NamedQueriesBuilder' class.
...
package org.grails.datastore.gorm.query.criteria
[+] DetachedAssociationCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993246080 has been renamed to __timeStamp__239_neverHappen1383815798685. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246080 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_neverHappen1381993246057 has been renamed to __timeStamp__239_neverHappen1383815798652. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246057 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_neverHappen1381993246093 has been renamed to __timeStamp__239_neverHappen1383815798695. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246093 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_neverHappen1381993246063 has been renamed to __timeStamp__239_neverHappen1383815798661. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993246063 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-2.0.2.RELEASE.jar
package org.grails.datastore.mapping.simple.engine
[+] SimpleMapEntityPersister (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1381993299847 has been renamed to __timeStamp__239_neverHappen1383815858293. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993299847 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_neverHappen1381993299745 has been renamed to __timeStamp__239_neverHappen1383815858192. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993299745 in SimpleMapQuery. |
[+] affected methods (31)
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_neverHappen1381993299744 has been renamed to __timeStamp__239_neverHappen1383815858190. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1381993299744 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-scripts-2.3.1.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982398 has been renamed to __timeStamp__239_neverHappen1383843299210. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982398 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_neverHappen1382002982402 has been renamed to __timeStamp__239_neverHappen1383843299213. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982402 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_neverHappen1382002982414 has been renamed to __timeStamp__239_neverHappen1383843299227. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982414 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_neverHappen1382002982418 has been renamed to __timeStamp__239_neverHappen1383843299233. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982418 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_neverHappen1382002982428 has been renamed to __timeStamp__239_neverHappen1383843299243. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982428 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_neverHappen1382002982443 has been renamed to __timeStamp__239_neverHappen1383843299259. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982443 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_neverHappen1382002982468 has been renamed to __timeStamp__239_neverHappen1383843299287. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982468 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_neverHappen1382002982485 has been renamed to __timeStamp__239_neverHappen1383843299307. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982485 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_neverHappen1382002982537 has been renamed to __timeStamp__239_neverHappen1383843299358. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982537 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.
[+] _GrailsInit (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982546 has been renamed to __timeStamp__239_neverHappen1383843299367. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982546 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_neverHappen1382002982568 has been renamed to __timeStamp__239_neverHappen1383843299382. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982568 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_neverHappen1382002982585 has been renamed to __timeStamp__239_neverHappen1383843299395. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982585 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_neverHappen1382002982622 has been renamed to __timeStamp__239_neverHappen1383843299418. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982622 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_neverHappen1382002982626 has been renamed to __timeStamp__239_neverHappen1383843299420. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982626 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_neverHappen1382002982632 has been renamed to __timeStamp__239_neverHappen1383843299425. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982632 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_neverHappen1382002982669 has been renamed to __timeStamp__239_neverHappen1383843299482. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982669 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_neverHappen1382002982692 has been renamed to __timeStamp__239_neverHappen1383843299498. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982692 in _GrailsTest. |
[+] affected methods (5)
_GrailsTest ( )This constructor is from '_GrailsTest' class.
_GrailsTest ( Binding )This constructor is from '_GrailsTest' class.
__.swapInit ( )This method is from '_GrailsTest' class.
main ( String[ ] )This method is from '_GrailsTest' class.
run ( )This method is from '_GrailsTest' class.
[+] _GrailsWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982731 has been renamed to __timeStamp__239_neverHappen1383843299524. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982731 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.
[+] _GrailsWrapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982748 has been renamed to __timeStamp__239_neverHappen1383843299533. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982748 in _GrailsWrapper. |
[+] affected methods (5)
_GrailsWrapper ( )This constructor is from '_GrailsWrapper' class.
_GrailsWrapper ( Binding )This constructor is from '_GrailsWrapper' class.
__.swapInit ( )This method is from '_GrailsWrapper' class.
main ( String[ ] )This method is from '_GrailsWrapper' class.
run ( )This method is from '_GrailsWrapper' class.
[+] _PackagePlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982778 has been renamed to __timeStamp__239_neverHappen1383843299551. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982778 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_neverHappen1382002982788 has been renamed to __timeStamp__239_neverHappen1383843299557. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982788 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_neverHappen1382002981821 has been renamed to __timeStamp__239_neverHappen1383843298722. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981821 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_neverHappen1382002981846 has been renamed to __timeStamp__239_neverHappen1383843298746. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981846 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_neverHappen1382002981871 has been renamed to __timeStamp__239_neverHappen1383843298762. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981871 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_neverHappen1382002981877 has been renamed to __timeStamp__239_neverHappen1383843298766. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981877 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_neverHappen1382002981894 has been renamed to __timeStamp__239_neverHappen1383843298777. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981894 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.
[+] CleanAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002981901 has been renamed to __timeStamp__239_neverHappen1383843298781. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981901 in CleanAll. |
[+] affected methods (5)
CleanAll ( )This constructor is from 'CleanAll' class.
CleanAll ( Binding )This constructor is from 'CleanAll' class.
__.swapInit ( )This method is from 'CleanAll' class.
main ( String[ ] )This method is from 'CleanAll' class.
run ( )This method is from 'CleanAll' class.
[+] ClearProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002981907 has been renamed to __timeStamp__239_neverHappen1383843298784. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981907 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_neverHappen1382002981919 has been renamed to __timeStamp__239_neverHappen1383843298791. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981919 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_neverHappen1382002981925 has been renamed to __timeStamp__239_neverHappen1383843298794. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981925 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.
[+] CreateApp_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002981962 has been renamed to __timeStamp__239_neverHappen1383843298816. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981962 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_neverHappen1382002981967 has been renamed to __timeStamp__239_neverHappen1383843298819. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981967 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_neverHappen1382002981977 has been renamed to __timeStamp__239_neverHappen1383843298827. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981977 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_neverHappen1382002981988 has been renamed to __timeStamp__239_neverHappen1383843298832. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981988 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.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982001 has been renamed to __timeStamp__239_neverHappen1383843298838. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982001 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_neverHappen1382002982013 has been renamed to __timeStamp__239_neverHappen1383843298842. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982013 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_neverHappen1382002982027 has been renamed to __timeStamp__239_neverHappen1383843298850. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982027 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_neverHappen1382002982034 has been renamed to __timeStamp__239_neverHappen1383843298852. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982034 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.
[+] CreateScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982043 has been renamed to __timeStamp__239_neverHappen1383843298858. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982043 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_neverHappen1382002982050 has been renamed to __timeStamp__239_neverHappen1383843298864. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982050 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_neverHappen1382002982056 has been renamed to __timeStamp__239_neverHappen1383843298870. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982056 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_neverHappen1382002982063 has been renamed to __timeStamp__239_neverHappen1383843298875. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982063 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_neverHappen1382002982070 has been renamed to __timeStamp__239_neverHappen1383843298879. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982070 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_neverHappen1382002982095 has been renamed to __timeStamp__239_neverHappen1383843298904. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982095 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.
[+] Help_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982107 has been renamed to __timeStamp__239_neverHappen1383843298907. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982107 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_neverHappen1382002981724 has been renamed to __timeStamp__239_neverHappen1383843298638. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002981724 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_neverHappen1382002982133 has been renamed to __timeStamp__239_neverHappen1383843298933. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982133 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.
[+] InstallAppTemplates_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982135 has been renamed to __timeStamp__239_neverHappen1383843298935. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982135 in InstallAppTemplates_. |
[+] affected methods (6)
InstallAppTemplates_ ( )This constructor is from 'InstallAppTemplates_' class.
InstallAppTemplates_ ( Binding )This constructor is from 'InstallAppTemplates_' class.
__.swapInit ( )This method is from 'InstallAppTemplates_' class.
copyTemplateJar ( String, File )This method is from 'InstallAppTemplates_' class.
main ( String[ ] )This method is from 'InstallAppTemplates_' class.
run ( )This method is from 'InstallAppTemplates_' class.
[+] InstallDependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982141 has been renamed to __timeStamp__239_neverHappen1383843298959. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982141 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_neverHappen1382002982153 has been renamed to __timeStamp__239_neverHappen1383843298969. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982153 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_neverHappen1382002982163 has been renamed to __timeStamp__239_neverHappen1383843298976. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982163 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_neverHappen1382002982171 has been renamed to __timeStamp__239_neverHappen1383843298982. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982171 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_neverHappen1382002982205 has been renamed to __timeStamp__239_neverHappen1383843299012. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982205 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_neverHappen1382002982227 has been renamed to __timeStamp__239_neverHappen1383843299036. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982227 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_neverHappen1382002982207 has been renamed to __timeStamp__239_neverHappen1383843299015. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982207 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_neverHappen1382002982240 has been renamed to __timeStamp__239_neverHappen1383843299050. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982240 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_neverHappen1382002982243 has been renamed to __timeStamp__239_neverHappen1383843299054. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982243 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_neverHappen1382002982246 has been renamed to __timeStamp__239_neverHappen1383843299057. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982246 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_neverHappen1382002982248 has been renamed to __timeStamp__239_neverHappen1383843299060. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982248 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_neverHappen1382002982252 has been renamed to __timeStamp__239_neverHappen1383843299065. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982252 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_neverHappen1382002982274 has been renamed to __timeStamp__239_neverHappen1383843299088. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982274 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_neverHappen1382002982278 has been renamed to __timeStamp__239_neverHappen1383843299093. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982278 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_neverHappen1382002982282 has been renamed to __timeStamp__239_neverHappen1383843299096. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982282 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_neverHappen1382002982287 has been renamed to __timeStamp__239_neverHappen1383843299102. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982287 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.
[+] SetProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982291 has been renamed to __timeStamp__239_neverHappen1383843299106. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982291 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_neverHappen1382002982297 has been renamed to __timeStamp__239_neverHappen1383843299113. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982297 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_neverHappen1382002982307 has been renamed to __timeStamp__239_neverHappen1383843299120. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982307 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_neverHappen1382002982316 has been renamed to __timeStamp__239_neverHappen1383843299134. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982316 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_neverHappen1382002982332 has been renamed to __timeStamp__239_neverHappen1383843299151. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982332 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_neverHappen1382002982344 has been renamed to __timeStamp__239_neverHappen1383843299155. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982344 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_neverHappen1382002982348 has been renamed to __timeStamp__239_neverHappen1383843299159. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982348 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_neverHappen1382002982351 has been renamed to __timeStamp__239_neverHappen1383843299162. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982351 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.
[+] UrlMappingsReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982383 has been renamed to __timeStamp__239_neverHappen1383843299196. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982383 in UrlMappingsReport. |
[+] affected methods (5)
UrlMappingsReport ( )This constructor is from 'UrlMappingsReport' class.
UrlMappingsReport ( Binding )This constructor is from 'UrlMappingsReport' class.
__.swapInit ( )This method is from 'UrlMappingsReport' class.
main ( String[ ] )This method is from 'UrlMappingsReport' class.
run ( )This method is from 'UrlMappingsReport' class.
[+] War (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002982390 has been renamed to __timeStamp__239_neverHappen1383843299204. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982390 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_neverHappen1382002982395 has been renamed to __timeStamp__239_neverHappen1383843299207. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002982395 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.3.1.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002666142 has been renamed to __timeStamp__239_neverHappen1383842863927. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002666142 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.3.1.jar
package grails.gsp
[+] PageRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729161 has been renamed to __timeStamp__239_neverHappen1383842938985. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729161 in PageRenderer. |
[+] affected methods (17)
PageRenderer ( GroovyPagesTemplateEngine )This constructor is from 'PageRenderer' class.
__.swapInit ( )This method is from 'PageRenderer' class.
findResource ( String )This method is from 'PageRenderer' class.
getApplicationContext ( )This method is from 'PageRenderer' class.
getGroovyPageLocator ( )This method is from 'PageRenderer' class.
getMetaClass ( )This method is from 'PageRenderer' class.
getProperty ( String )This method is from 'PageRenderer' class.
getServletContext ( )This method is from 'PageRenderer' class.
invokeMethod ( String, Object )This method is from 'PageRenderer' class.
render ( Map )This method is from 'PageRenderer' class.
renderTo ( Map, OutputStream )This method is from 'PageRenderer' class.
renderTo ( Map, Writer )This method is from 'PageRenderer' class.
...
package org.codehaus.groovy.grails.project.container
[+] GrailsProjectRunner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729696 has been renamed to __timeStamp__239_neverHappen1383842939617. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729696 in GrailsProjectRunner. |
[+] affected methods (20)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )This constructor is from 'GrailsProjectRunner' class.
__.swapInit ( )This method is from 'GrailsProjectRunner' class.
getMetaClass ( )This method is from 'GrailsProjectRunner' class.
getProjectPackager ( )This method is from 'GrailsProjectRunner' class.
getProperty ( String )This method is from 'GrailsProjectRunner' class.
getServerContextPath ( )This method is from 'GrailsProjectRunner' class.
getUsingSecureServer ( )This method is from 'GrailsProjectRunner' class.
getWarCreator ( )This method is from 'GrailsProjectRunner' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectRunner' class.
isServerRunning ( )This method is from 'GrailsProjectRunner' class.
isUsingSecureServer ( )This method is from 'GrailsProjectRunner' class.
runApp ( )This method is from 'GrailsProjectRunner' class.
...
package org.codehaus.groovy.grails.web.binding
[+] DataBindingEventMulticastListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729243 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_neverHappen1382002729243 in DataBindingEventMulticastListener. |
[+] affected methods (13)
DataBindingEventMulticastListener ( List )This constructor is from 'DataBindingEventMulticastListener' class.
__.swapInit ( )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, String, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, String, Object, Object )This method is from 'DataBindingEventMulticastListener' class.
bindingError ( BindingError, Object )This method is from 'DataBindingEventMulticastListener' class.
getMetaClass ( )This method is from 'DataBindingEventMulticastListener' class.
getProperty ( String )This method is from 'DataBindingEventMulticastListener' class.
invokeMethod ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
setMetaClass ( MetaClass )This method is from 'DataBindingEventMulticastListener' class.
setProperty ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
...
[+] GrailsWebDataBinder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729739 has been renamed to __timeStamp__239_neverHappen1383842939716. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729739 in GrailsWebDataBinder. |
[+] affected methods (32)
GrailsWebDataBinder ( GrailsApplication )This constructor is from 'GrailsWebDataBinder' class.
__.swapInit ( )This method is from 'GrailsWebDataBinder' class.
addElementToCollection ( Object, String, Class, Object, boolean )This method is from 'GrailsWebDataBinder' class.
addElementToCollection ( Object, String, GrailsDomainClassProperty, Object, boolean )This method is from 'GrailsWebDataBinder' class.
addElementToCollectionAt ( Object, String, Collection, Object, Object )This method is from 'GrailsWebDataBinder' class.
bind ( Object, GPathResult )This method is from 'GrailsWebDataBinder' class.
bind ( Object, DataBindingSource )This method is from 'GrailsWebDataBinder' class.
bind ( Object, DataBindingSource, String, List, List, DataBindingListener )This method is from 'GrailsWebDataBinder' class.
bind ( Object, DataBindingSource, DataBindingListener )This method is from 'GrailsWebDataBinder' class.
convert ( Class, Object )This method is from 'GrailsWebDataBinder' class.
doBind ( Object, DataBindingSource, String, List, List, DataBindingListener, Object )This method is from 'GrailsWebDataBinder' class.
getConvertEmptyStringsToNull ( )This method is from 'GrailsWebDataBinder' class.
...
[+] GrailsWebDataBindingListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729831 has been renamed to __timeStamp__239_neverHappen1383842939796. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729831 in GrailsWebDataBindingListener. |
[+] affected methods (9)
GrailsWebDataBindingListener ( MessageSource )This constructor is from 'GrailsWebDataBindingListener' class.
__.swapInit ( )This method is from 'GrailsWebDataBindingListener' class.
bindingError ( BindingError, Object )This method is from 'GrailsWebDataBindingListener' class.
getMetaClass ( )This method is from 'GrailsWebDataBindingListener' class.
getProperty ( String )This method is from 'GrailsWebDataBindingListener' class.
getPropertyName ( String, String, String )This method is from 'GrailsWebDataBindingListener' class.
invokeMethod ( String, Object )This method is from 'GrailsWebDataBindingListener' class.
setMetaClass ( MetaClass )This method is from 'GrailsWebDataBindingListener' class.
setProperty ( String, Object )This method is from 'GrailsWebDataBindingListener' class.
[+] SpringConversionServiceAdapter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729251 has been renamed to __timeStamp__239_neverHappen1383842939086. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729251 in SpringConversionServiceAdapter. |
[+] affected methods (9)
SpringConversionServiceAdapter ( )This constructor is from 'SpringConversionServiceAdapter' class.
__.swapInit ( )This method is from 'SpringConversionServiceAdapter' class.
canConvert ( Class, Class )This method is from 'SpringConversionServiceAdapter' class.
convert ( Object, Class )This method is from 'SpringConversionServiceAdapter' class.
getMetaClass ( )This method is from 'SpringConversionServiceAdapter' class.
getProperty ( String )This method is from 'SpringConversionServiceAdapter' class.
invokeMethod ( String, Object )This method is from 'SpringConversionServiceAdapter' class.
setMetaClass ( MetaClass )This method is from 'SpringConversionServiceAdapter' class.
setProperty ( String, Object )This method is from 'SpringConversionServiceAdapter' class.
package org.codehaus.groovy.grails.web.binding.bindingsource
[+] DefaultDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729256 has been renamed to __timeStamp__239_neverHappen1383842939091. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729256 in DefaultDataBindingSourceCreator. |
[+] affected methods (12)
DefaultDataBindingSourceCreator ( )This constructor is from 'DefaultDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'DefaultDataBindingSourceCreator' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceCreator' class.
createDataBindingSource ( Object, HttpServletRequest )This method is from 'DefaultDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceCreator' class.
getMetaClass ( )This method is from 'DefaultDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'DefaultDataBindingSourceCreator' class.
getProperty ( String )This method is from 'DefaultDataBindingSourceCreator' class.
getTargetType ( )This method is from 'DefaultDataBindingSourceCreator' class.
invokeMethod ( String, Object )This method is from 'DefaultDataBindingSourceCreator' class.
setMetaClass ( MetaClass )This method is from 'DefaultDataBindingSourceCreator' class.
setProperty ( String, Object )This method is from 'DefaultDataBindingSourceCreator' class.
...
[+] DefaultDataBindingSourceRegistry (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729843 has been renamed to __timeStamp__239_neverHappen1383842939806. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729843 in DefaultDataBindingSourceRegistry. |
[+] affected methods (10)
DefaultDataBindingSourceRegistry ( )This constructor is from 'DefaultDataBindingSourceRegistry' class.
__.swapInit ( )This method is from 'DefaultDataBindingSourceRegistry' class.
addDataBindingSourceCreator ( DataBindingSourceCreator )This method is from 'DefaultDataBindingSourceRegistry' class.
createCacheKey ( Class, MimeType )This method is from 'DefaultDataBindingSourceRegistry' class.
createCacheKey ( Class, MimeType )This method is from 'DefaultDataBindingSourceRegistry' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
getDataBindingSourceCreator ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
initialize ( )This method is from 'DefaultDataBindingSourceRegistry' class.
setDataBindingSourceCreators ( DataBindingSourceCreator[ ] )This method is from 'DefaultDataBindingSourceRegistry' class.
[+] HalGPathResultMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729855 has been renamed to __timeStamp__239_neverHappen1383842939817. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729855 in HalGPathResultMap. |
[+] affected methods (5)
HalGPathResultMap ( GPathResult )This constructor is from 'HalGPathResultMap' class.
__.swapInit ( )This method is from 'HalGPathResultMap' class.
get ( Object )This method is from 'HalGPathResultMap' class.
getPropertyNameForNode ( Node )This method is from 'HalGPathResultMap' class.
getPropertyNameForNodeChild ( NodeChild )This method is from 'HalGPathResultMap' class.
[+] HalJsonDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002730077 has been renamed to __timeStamp__239_neverHappen1383842940002. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730077 in HalJsonDataBindingSourceCreator. |
[+] affected methods (5)
HalJsonDataBindingSourceCreator ( )This constructor is from 'HalJsonDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'HalJsonDataBindingSourceCreator' class.
createJsonObjectMap ( JsonElement )This method is from 'HalJsonDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'HalJsonDataBindingSourceCreator' class.
HalJsonDataBindingSourceCreator.HalJsonObjectMap ( HalJsonDataBindingSourceCreator, JsonObject, Gson )1st parameter 'jsonObject' of this method has type 'HalJsonDataBindingSourceCreator'.
[+] HalXmlDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002730086 has been renamed to __timeStamp__239_neverHappen1383842940007. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730086 in HalXmlDataBindingSourceCreator. |
[+] affected methods (4)
HalXmlDataBindingSourceCreator ( )This constructor is from 'HalXmlDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'HalXmlDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'HalXmlDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'HalXmlDataBindingSourceCreator' class.
[+] JsonDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729982 has been renamed to __timeStamp__239_neverHappen1383842939932. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729982 in JsonDataBindingSourceCreator. |
[+] affected methods (13)
JsonDataBindingSourceCreator ( )This constructor is from 'JsonDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'JsonDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'JsonDataBindingSourceCreator' class.
createBindingSourceCreationException ( Exception )This method is from 'JsonDataBindingSourceCreator' class.
createCollectionBindingSource ( Reader )This method is from 'JsonDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'JsonDataBindingSourceCreator' class.
createJsonObjectMap ( JsonElement )This method is from 'JsonDataBindingSourceCreator' class.
getGson ( )This method is from 'JsonDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'JsonDataBindingSourceCreator' class.
getValueForJsonElement ( JsonElement, Gson )This method is from 'JsonDataBindingSourceCreator' class.
JsonDataBindingSourceCreator.JsonArrayList ( JsonDataBindingSourceCreator, JsonArray, Gson )1st parameter 'jsonArray' of this method has type 'JsonDataBindingSourceCreator'.
JsonDataBindingSourceCreator.JsonObjectMap ( JsonDataBindingSourceCreator, JsonObject, Gson )1st parameter 'jsonObject' of this method has type 'JsonDataBindingSourceCreator'.
...
[+] XmlDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002730004 has been renamed to __timeStamp__239_neverHappen1383842939947. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730004 in XmlDataBindingSourceCreator. |
[+] affected methods (8)
XmlDataBindingSourceCreator ( )This constructor is from 'XmlDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'XmlDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'XmlDataBindingSourceCreator' class.
createBindingSourceCreationException ( Exception )This method is from 'XmlDataBindingSourceCreator' class.
createCollectionBindingSource ( Reader )This method is from 'XmlDataBindingSourceCreator' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'XmlDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'XmlDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'XmlDataBindingSourceCreator' class.
package org.codehaus.groovy.grails.web.binding.converters
[+] ByteArrayMultipartFileValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729300 has been renamed to __timeStamp__239_neverHappen1383842939136. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729300 in ByteArrayMultipartFileValueConverter. |
[+] affected methods (10)
ByteArrayMultipartFileValueConverter ( )This constructor is from 'ByteArrayMultipartFileValueConverter' class.
__.swapInit ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
canConvert ( Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
convert ( Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
getMetaClass ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
getProperty ( String )This method is from 'ByteArrayMultipartFileValueConverter' class.
getTargetType ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
invokeMethod ( String, Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
setMetaClass ( MetaClass )This method is from 'ByteArrayMultipartFileValueConverter' class.
setProperty ( String, Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
package org.codehaus.groovy.grails.web.errors
[+] ErrorsViewStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002730015 has been renamed to __timeStamp__239_neverHappen1383842939956. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730015 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_neverHappen1382002730030 has been renamed to __timeStamp__239_neverHappen1383842939969. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730030 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
[+] ControllerActionConventions (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729306 has been renamed to __timeStamp__239_neverHappen1383842939145. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729306 in ControllerActionConventions. |
[+] affected methods (21)
ControllerActionConventions ( )This constructor is from 'ControllerActionConventions' class.
__.swapInit ( )This method is from 'ControllerActionConventions' class.
getACTION_CREATE ( )This method is from 'ControllerActionConventions' class.
getACTION_DELETE ( )This method is from 'ControllerActionConventions' class.
getACTION_EDIT ( )This method is from 'ControllerActionConventions' class.
getACTION_INDEX ( )This method is from 'ControllerActionConventions' class.
getACTION_SAVE ( )This method is from 'ControllerActionConventions' class.
getACTION_SHOW ( )This method is from 'ControllerActionConventions' class.
getACTION_UPDATE ( )This method is from 'ControllerActionConventions' class.
getMetaClass ( )This method is from 'ControllerActionConventions' class.
getProperty ( String )This method is from 'ControllerActionConventions' class.
invokeMethod ( String, Object )This method is from 'ControllerActionConventions' class.
...
[+] DefaultLinkGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729314 has been renamed to __timeStamp__239_neverHappen1383842939153. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729314 in DefaultLinkGenerator. |
[+] affected methods (27)
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.
getResourceId ( Object )This method is from 'DefaultLinkGenerator' class.
getServerBaseURL ( )This method is from 'DefaultLinkGenerator' class.
...
[+] ForwardUrlMappingInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729883 has been renamed to __timeStamp__239_neverHappen1383842939845. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729883 in ForwardUrlMappingInfo. |
[+] affected methods (32)
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.
getHttpMethod ( )This method is from 'ForwardUrlMappingInfo' class.
getId ( )This method is from 'ForwardUrlMappingInfo' class.
getMetaClass ( )This method is from 'ForwardUrlMappingInfo' class.
getNamespace ( )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.
...
package org.codehaus.groovy.grails.web.mime
[+] MimeType (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729351 has been renamed to __timeStamp__239_neverHappen1383842939193. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729351 in MimeType. |
[+] affected methods (53)
createCollectionDataBindingSource ( MimeType, Class, Object )1st parameter 'p1' of this abstract method has type 'MimeType'.
createDataBindingSource ( MimeType, Class, Object )1st parameter 'p1' of this abstract method has type 'MimeType'.
createCollectionDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
createDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
createCacheKey ( Class, MimeType )2nd parameter 'p2' of this method has type 'MimeType'.
createCacheKey ( Class, MimeType )2nd parameter 'mimeType' of this method has type 'MimeType'.
createCollectionDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
createDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey ( Class, MimeType )2nd parameter 'p2' of this method has type 'MimeType'.
getMimeType ( )Return value of this method has type 'MimeType'.
setMimeType ( MimeType )1st parameter 'p1' of this method has type 'MimeType'.
getDataBindingSourceCreator ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
...
package org.codehaus.groovy.grails.web.pages
[+] GroovyPageCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729375 has been renamed to __timeStamp__239_neverHappen1383842939217. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729375 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_neverHappen1382002730095 has been renamed to __timeStamp__239_neverHappen1383842940011. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730095 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.
...
[+] GroovyPageConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729424 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_neverHappen1382002729424 in GroovyPageConfig. |
[+] affected methods (10)
GroovyPageConfig ( Map )This constructor is from 'GroovyPageConfig' class.
__.swapInit ( )This method is from 'GroovyPageConfig' class.
getCodecSettings ( GrailsPluginInfo, String )This method is from 'GroovyPageConfig' class.
getFlatConfig ( )This method is from 'GroovyPageConfig' class.
getMetaClass ( )This method is from 'GroovyPageConfig' class.
getProperty ( String )This method is from 'GroovyPageConfig' class.
invokeMethod ( String, Object )This method is from 'GroovyPageConfig' class.
setFlatConfig ( Map )This method is from 'GroovyPageConfig' class.
setMetaClass ( MetaClass )This method is from 'GroovyPageConfig' class.
setProperty ( String, Object )This method is from 'GroovyPageConfig' class.
[+] GroovyPagesMetaUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729437 has been renamed to __timeStamp__239_neverHappen1383842939284. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729437 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_neverHappen1382002729907 has been renamed to __timeStamp__239_neverHappen1383842939859. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729907 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_neverHappen1382002731438 has been renamed to __timeStamp__239_neverHappen1383842941481. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002731438 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_neverHappen1382002731442 has been renamed to __timeStamp__239_neverHappen1383842941485. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002731442 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_neverHappen1382002729918 has been renamed to __timeStamp__239_neverHappen1383842939867. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729918 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_neverHappen1382002729509 has been renamed to __timeStamp__239_neverHappen1383842939372. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729509 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_neverHappen1382002729543 has been renamed to __timeStamp__239_neverHappen1383842939420. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729543 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_neverHappen1382002729557 has been renamed to __timeStamp__239_neverHappen1383842939435. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729557 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_neverHappen1382002729578 has been renamed to __timeStamp__239_neverHappen1383842939459. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729578 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_neverHappen1382002729927 has been renamed to __timeStamp__239_neverHappen1383842939878. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729927 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_neverHappen1382002729938 has been renamed to __timeStamp__239_neverHappen1383842939891. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729938 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_neverHappen1382002729617 has been renamed to __timeStamp__239_neverHappen1383842939508. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729617 in SynchronizerTokensHolder. |
[+] affected methods (16)
SynchronizerTokensHolder ( )This constructor is from 'SynchronizerTokensHolder' class.
__.swapInit ( )This method is from 'SynchronizerTokensHolder' class.
generateToken ( String )This method is from 'SynchronizerTokensHolder' class.
getCurrentTokens ( )This method is from 'SynchronizerTokensHolder' class.
getMetaClass ( )This method is from 'SynchronizerTokensHolder' class.
getProperty ( String )This method is from 'SynchronizerTokensHolder' class.
getTokens ( 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.
...
package org.codehaus.groovy.grails.web.taglib
[+] NamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729949 has been renamed to __timeStamp__239_neverHappen1383842939901. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729949 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_neverHappen1382002730041 has been renamed to __timeStamp__239_neverHappen1383842939977. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730041 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
[+] ClassAndMimeTypeRegistry (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729632 has been renamed to __timeStamp__239_neverHappen1383842939528. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729632 in ClassAndMimeTypeRegistry. |
[+] affected methods (14)
ClassAndMimeTypeRegistry ( )This constructor is from 'ClassAndMimeTypeRegistry' abstract class.
__.swapInit ( )This method is from 'ClassAndMimeTypeRegistry' abstract class.
addToRegisteredObjects ( Class, MimeTypeProvider )This method is from 'ClassAndMimeTypeRegistry' abstract class.
createCacheKey ( Class, MimeType )This abstract method is from 'ClassAndMimeTypeRegistry' abstract class.
findMatchingObjectForMimeType ( MimeType, Object )This method is from 'ClassAndMimeTypeRegistry' abstract class.
findRegisteredObjectForType ( Class, MimeType )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getMetaClass ( )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getProperty ( String )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getRegisteredObjects ( Class )This method is from 'ClassAndMimeTypeRegistry' abstract class.
invokeMethod ( String, Object )This method is from 'ClassAndMimeTypeRegistry' abstract class.
registerDefault ( MimeType, MimeTypeProvider )This method is from 'ClassAndMimeTypeRegistry' abstract class.
removeFromCache ( Class, MimeType )This method is from 'ClassAndMimeTypeRegistry' abstract class.
...
[+] TypeConvertingMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002730060 has been renamed to __timeStamp__239_neverHappen1383842939993. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002730060 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.
...
[+] WithCodecHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729668 has been renamed to __timeStamp__239_neverHappen1383842939576. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729668 in WithCodecHelper. |
[+] affected methods (12)
WithCodecHelper ( )This constructor is from 'WithCodecHelper' class.
__.swapInit ( )This method is from 'WithCodecHelper' class.
createOutputStackAttributesBuilder ( Object, GrailsApplication )This method is from 'WithCodecHelper' class.
getMetaClass ( )This method is from 'WithCodecHelper' class.
getProperty ( String )This method is from 'WithCodecHelper' class.
invokeMethod ( String, Object )This method is from 'WithCodecHelper' class.
lookupEncoder ( GrailsApplication, String )This method is from 'WithCodecHelper' class.
makeSettingsCanonical ( Object )This method is from 'WithCodecHelper' class.
mergeSettingsAndMakeCanonical ( Object, Map )This method is from 'WithCodecHelper' class.
setMetaClass ( MetaClass )This method is from 'WithCodecHelper' class.
setProperty ( String, Object )This method is from 'WithCodecHelper' class.
withCodec ( GrailsApplication, Object, Closure )This method is from 'WithCodecHelper' class.
...
package org.grails.databinding.bindingsource
[+] AbstractRequestBodyDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1382002729957 has been renamed to __timeStamp__239_neverHappen1383842939908. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1382002729957 in AbstractRequestBodyDataBindingSourceCreator. |
[+] affected methods (10)
AbstractRequestBodyDataBindingSourceCreator ( )This constructor is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
__.swapInit ( )This method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createBindingSource ( InputStream )This method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createBindingSource ( Reader )This abstract method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createBindingSourceCreationException ( Exception )This method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createCollectionBindingSource ( InputStream )This method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createCollectionBindingSource ( Reader )This abstract method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
getTargetType ( )This method is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
to the top
Problems with Data Types, Medium Severity (4)
grails-bootstrap-2.3.1.jar
package grails.build.interactive.completors
[+] EscapingFileNameCompletor (1)
| Change | Effect |
---|
1 | Superclass has been changed from jline.FileNameCompletor to jline.console.completer.FileNameCompleter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in EscapingFileNameCompletor. 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 (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.
[+] Open (1)
| Change | Effect |
---|
1 | Superclass has been changed from jline.ArgumentCompletor to jline.console.completer.ArgumentCompleter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Open. 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 (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.
package org.codehaus.groovy.grails.cli.interactive
[+] GrailsInteractiveCompletor (1)
| Change | Effect |
---|
1 | Superclass has been changed from jline.SimpleCompletor to grails.build.interactive.completors.StringsCompleter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in GrailsInteractiveCompletor. 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 (95)
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.
...
package org.codehaus.groovy.grails.cli.interactive.completors
[+] ClassNameCompletor (1)
| Change | Effect |
---|
1 | Superclass has been changed from jline.SimpleCompletor to grails.build.interactive.completors.StringsCompleter. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ClassNameCompletor. 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 (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.
...
to the top
Other Changes in Data Types (5)
grails-aether-2.3.1.jar
package org.codehaus.groovy.grails.resolve.maven.aether.config
[+] RepositoryConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1383842783563 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_neverHappen1383842783563 is ambiguous. |
[+] affected methods (10)
__.swapInit ( )This method is from 'RepositoryConfiguration' class.
checksumPolicy ( String )This method is from 'RepositoryConfiguration' class.
getMetaClass ( )This method is from 'RepositoryConfiguration' class.
getProperty ( String )This method is from 'RepositoryConfiguration' class.
invokeMethod ( String, Object )This method is from 'RepositoryConfiguration' class.
proxy ( String, int )This method is from 'RepositoryConfiguration' class.
proxy ( String, String, int )This method is from 'RepositoryConfiguration' class.
setMetaClass ( MetaClass )This method is from 'RepositoryConfiguration' class.
setProperty ( String, Object )This method is from 'RepositoryConfiguration' class.
updatePolicy ( String )This method is from 'RepositoryConfiguration' class.
grails-core-2.3.1.jar
package org.codehaus.groovy.grails.project.ui
[+] GrailsProjectConsole (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1383842872759 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_neverHappen1383842872759 is ambiguous. |
[+] affected methods (14)
GrailsProjectConsole ( BuildSettings )This constructor is from 'GrailsProjectConsole' class.
GrailsProjectConsole ( GrailsProjectLoader )This constructor is from 'GrailsProjectConsole' class.
__.swapInit ( )This method is from 'GrailsProjectConsole' class.
createConsole ( )This method is from 'GrailsProjectConsole' class.
createConsole ( ApplicationContext, GrailsApplication )This method is from 'GrailsProjectConsole' class.
getMetaClass ( )This method is from 'GrailsProjectConsole' class.
getProjectLoader ( )This method is from 'GrailsProjectConsole' class.
getProperty ( String )This method is from 'GrailsProjectConsole' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectConsole' class.
run ( )This method is from 'GrailsProjectConsole' class.
setMetaClass ( MetaClass )This method is from 'GrailsProjectConsole' class.
setProjectLoader ( GrailsProjectLoader )This method is from 'GrailsProjectConsole' class.
...
grails-web-2.3.1.jar
package org.codehaus.groovy.grails.web.binding
[+] DataBindingEventMulticastListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1383842939073 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_neverHappen1383842939073 is ambiguous. |
[+] affected methods (13)
DataBindingEventMulticastListener ( List )This constructor is from 'DataBindingEventMulticastListener' class.
__.swapInit ( )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, String, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, String, Object, Object )This method is from 'DataBindingEventMulticastListener' class.
bindingError ( BindingError, Object )This method is from 'DataBindingEventMulticastListener' class.
getMetaClass ( )This method is from 'DataBindingEventMulticastListener' class.
getProperty ( String )This method is from 'DataBindingEventMulticastListener' class.
invokeMethod ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
setMetaClass ( MetaClass )This method is from 'DataBindingEventMulticastListener' class.
setProperty ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
...
package org.codehaus.groovy.grails.web.pages
[+] GroovyPageConfig (2)
| Change | Effect |
---|
1 | Field REPLACE_ONLY_SETTING_NAME has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to REPLACE_ONLY_SETTING_NAME is ambiguous. |
2 | Field __timeStamp__239_neverHappen1383842939262 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_neverHappen1383842939262 is ambiguous. |
[+] affected methods (10)
GroovyPageConfig ( Map )This constructor is from 'GroovyPageConfig' class.
__.swapInit ( )This method is from 'GroovyPageConfig' class.
getCodecSettings ( GrailsPluginInfo, String )This method is from 'GroovyPageConfig' class.
getFlatConfig ( )This method is from 'GroovyPageConfig' class.
getMetaClass ( )This method is from 'GroovyPageConfig' class.
getProperty ( String )This method is from 'GroovyPageConfig' class.
invokeMethod ( String, Object )This method is from 'GroovyPageConfig' class.
setFlatConfig ( Map )This method is from 'GroovyPageConfig' class.
setMetaClass ( MetaClass )This method is from 'GroovyPageConfig' class.
setProperty ( String, Object )This method is from 'GroovyPageConfig' class.
to the top
Java ARchives (21)
grails-aether-2.3.1.jar
grails-app-files.jar
grails-async-2.3.1.jar
grails-bootstrap-2.3.1.jar
grails-core-2.3.1.jar
grails-databinding-2.3.1.jar
grails-datastore-core-2.0.2.RELEASE.jar
grails-datastore-gorm-2.0.2.RELEASE.jar
grails-datastore-simple-2.0.2.RELEASE.jar
grails-gdoc-engine-1.0.1.jar
grails-integration-files.jar
grails-logging-2.3.1.jar
grails-plugin-files.jar
grails-resources-2.3.1.jar
grails-scripts-2.3.1.jar
grails-shared-files.jar
grails-spring-2.3.1.jar
grails-web-2.3.1.jar
grails-wrapper-2.3.1.jar
grails-wrapper-runtime-2.3.1.jar
grails-wrapper-support-2.3.1.jar
to the top