Source compatibility report for the Grails library between 2.4.4 and 2.5.0 versions
Test Info
Library Name | Grails |
Version #1 | 2.4.4 |
Version #2 | 2.5.0 |
Test Results
Total Java ARchives | 36 |
---|
Total Methods / Classes | 19757 / 2894 |
---|
Verdict | Incompatible (27.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 25 |
---|
Removed Methods | High | 301 |
---|
Problems with Data Types | High | 618 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Added Methods (25)
grails-aether-2.5.0.jar, GrailsModelResolver.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
GrailsModelResolver.addRepository ( Repository repository, boolean replace ) : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsModelResolver.addRepository:(Lorg/apache/maven/model/Repository;Z)V]
GrailsModelResolver.GrailsModelResolver ( RepositorySystem p1, RepositorySystemSession p2, List p3, VersionRangeResolver p4, String p5 )
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsModelResolver."<init>":(Lorg/eclipse/aether/RepositorySystem;Lorg/eclipse/aether/RepositorySystemSession;Ljava/util/List;Lorg/eclipse/aether/impl/VersionRangeResolver;Ljava/lang/String;)V]
GrailsModelResolver.resolveModel ( Parent parent ) : ModelSource
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsModelResolver.resolveModel:(Lorg/apache/maven/model/Parent;)Lorg/apache/maven/model/building/ModelSource;]
grails-core-2.5.0.jar, GrailsTransactionAttribute.class
package org.codehaus.groovy.grails.transaction
GrailsTransactionAttribute.GrailsTransactionAttribute ( GrailsTransactionAttribute other )
[mangled: org/codehaus/groovy/grails/transaction/GrailsTransactionAttribute."<init>":(Lorg/codehaus/groovy/grails/transaction/GrailsTransactionAttribute;)V]
GrailsTransactionAttribute.GrailsTransactionAttribute ( TransactionAttribute other )
[mangled: org/codehaus/groovy/grails/transaction/GrailsTransactionAttribute."<init>":(Lorg/springframework/transaction/interceptor/TransactionAttribute;)V]
GrailsTransactionAttribute.GrailsTransactionAttribute ( TransactionDefinition other )
[mangled: org/codehaus/groovy/grails/transaction/GrailsTransactionAttribute."<init>":(Lorg/springframework/transaction/TransactionDefinition;)V]
grails-core-2.5.0.jar, GrailsTransactionTemplate.class
package org.codehaus.groovy.grails.orm.support
GrailsTransactionTemplate.GrailsTransactionTemplate ( PlatformTransactionManager p1, GrailsTransactionAttribute p2 )
[mangled: org/codehaus/groovy/grails/orm/support/GrailsTransactionTemplate."<init>":(Lorg/springframework/transaction/PlatformTransactionManager;Lorg/codehaus/groovy/grails/transaction/GrailsTransactionAttribute;)V]
grails-core-2.5.0.jar, ShutdownOperations.class
package org.codehaus.groovy.grails.lifecycle
ShutdownOperations.addOperation ( Runnable runnable, boolean preserveForNextShutdown ) [static] : void
[mangled: org/codehaus/groovy/grails/lifecycle/ShutdownOperations.addOperation:(Ljava/lang/Runnable;Z)V]
ShutdownOperations.resetOperations ( ) [static] : void
[mangled: org/codehaus/groovy/grails/lifecycle/ShutdownOperations.resetOperations:()V]
grails-datastore-core-3.1.4.RELEASE.jar, JavassistProxyFactory.class
package org.grails.datastore.mapping.proxy
JavassistProxyFactory.createMethodHandler ( Session session, Class cls, Class proxyClass, Serializable id ) : MethodHandler
[mangled: org/grails/datastore/mapping/proxy/JavassistProxyFactory.createMethodHandler:(Lorg/grails/datastore/mapping/core/Session;Ljava/lang/Class;Ljava/lang/Class;Ljava/io/Serializable;)Ljavassist/util/proxy/MethodHandler;]
grails-datastore-core-3.1.4.RELEASE.jar, SessionEntityProxyMethodHandler.class
package org.grails.datastore.mapping.proxy
SessionEntityProxyMethodHandler.getProxyKey ( Object self ) : Object
[mangled: org/grails/datastore/mapping/proxy/SessionEntityProxyMethodHandler.getProxyKey:(Ljava/lang/Object;)Ljava/lang/Object;]
SessionEntityProxyMethodHandler.handleInvocationFallback ( Object self, Method thisMethod, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/SessionEntityProxyMethodHandler.handleInvocationFallback:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
SessionEntityProxyMethodHandler.initializeTarget ( ) : void
[mangled: org/grails/datastore/mapping/proxy/SessionEntityProxyMethodHandler.initializeTarget:()V]
SessionEntityProxyMethodHandler.isProxyInitiated ( Object self ) : Object
[mangled: org/grails/datastore/mapping/proxy/SessionEntityProxyMethodHandler.isProxyInitiated:(Ljava/lang/Object;)Ljava/lang/Object;]
SessionEntityProxyMethodHandler.resolveDelegate ( Object self ) : Object
[mangled: org/grails/datastore/mapping/proxy/SessionEntityProxyMethodHandler.resolveDelegate:(Ljava/lang/Object;)Ljava/lang/Object;]
SessionEntityProxyMethodHandler.SessionEntityProxyMethodHandler ( Class proxyClass, Session session, Class cls, Serializable id )
[mangled: org/grails/datastore/mapping/proxy/SessionEntityProxyMethodHandler."<init>":(Ljava/lang/Class;Lorg/grails/datastore/mapping/core/Session;Ljava/lang/Class;Ljava/io/Serializable;)V]
grails-web-common-2.5.0.jar, AbstractTypeConvertingMap.class
package org.codehaus.groovy.grails.web.util
AbstractTypeConvertingMap.equals ( Map that ) : boolean
[mangled: org/codehaus/groovy/grails/web/util/AbstractTypeConvertingMap.equals:(Ljava/util/Map;)Z]
grails-web-gsp-2.5.0.jar, GroovyPageParser.class
package org.codehaus.groovy.grails.web.pages
GroovyPageParser.GroovyPageParser ( String name, String uri, String filename, String gspSource )
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageParser."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
GroovyPageParser.GroovyPageParser ( String name, String uri, String filename, String gspSource, String expressionCodecName )
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageParser."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
grails-web-gsp-2.5.0.jar, GroovyPageSourceDecorator.class
package org.codehaus.groovy.grails.web.pages
GroovyPageSourceDecorator.decorate ( StringBuilder p1 ) [abstract] : StringBuilder
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageSourceDecorator.decorate:(Ljava/lang/StringBuilder;)Ljava/lang/StringBuilder;]
grails-web-gsp-2.5.0.jar, GroovyPagesTemplateEngine.class
package org.codehaus.groovy.grails.web.pages
GroovyPagesTemplateEngine.getGroovyPageSourceDecorators ( ) : List
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPagesTemplateEngine.getGroovyPageSourceDecorators:()Ljava/util/List;]
GroovyPagesTemplateEngine.getGspEncoding ( ) : String
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPagesTemplateEngine.getGspEncoding:()Ljava/lang/String;]
GroovyPagesTemplateEngine.setGroovyPageSourceDecorators ( List groovyPageSourceDecorators ) : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPagesTemplateEngine.setGroovyPageSourceDecorators:(Ljava/util/List;)V]
springloaded-1.2.3.RELEASE.jar, Java8.class
package org.springsource.loaded.support
Java8.callLambdaMetaFactory ( ReloadableType rtype, Object[ ] bsmArgs, Object lookup, String indyNameAndDescriptor, Class executorClass ) [static] : CallSite
[mangled: org/springsource/loaded/support/Java8.callLambdaMetaFactory:(Lorg/springsource/loaded/ReloadableType;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/CallSite;]
Java8.emulateInvokeDynamic ( ReloadableType rtype, Class executorClass, Handle handle, Object[ ] bsmArgs, Object lookup, String indyNameAndDescriptor, Object[ ] indyParams ) [static] : Object
[mangled: org/springsource/loaded/support/Java8.emulateInvokeDynamic:(Lorg/springsource/loaded/ReloadableType;Ljava/lang/Class;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
to the top
Removed Methods (301)
grails-aether-2.4.4.jar, AetherArtifactResultReport.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherArtifactResultReport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherArtifactResultReport.__.swapInit:()V]
grails-aether-2.4.4.jar, AetherDependencyManager.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherDependencyManager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.__.swapInit:()V]
grails-aether-2.4.4.jar, AetherDependencyReport.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherDependencyReport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyReport.__.swapInit:()V]
grails-aether-2.4.4.jar, AetherDsl.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
AetherDsl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/AetherDsl.__.swapInit:()V]
grails-aether-2.4.4.jar, AetherExcludeResolver.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherExcludeResolver.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherExcludeResolver.__.swapInit:()V]
grails-aether-2.4.4.jar, AetherGraphNode.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherGraphNode.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherGraphNode.__.swapInit:()V]
grails-aether-2.4.4.jar, ConflictGroup.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
ScopeAwareNearestVersionSelector.ConflictGroup.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/ScopeAwareNearestVersionSelector.ConflictGroup.__.swapInit:()V]
grails-aether-2.4.4.jar, DependenciesConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
DependenciesConfiguration.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.__.swapInit:()V]
grails-aether-2.4.4.jar, DependencyConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
DependencyConfiguration.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyConfiguration.__.swapInit:()V]
grails-aether-2.4.4.jar, DependencyManagementConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
DependencyManagementConfiguration.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/DependencyManagementConfiguration.__.swapInit:()V]
grails-aether-2.4.4.jar, GrailsAetherCoreDependencies.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
GrailsAetherCoreDependencies.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/GrailsAetherCoreDependencies.__.swapInit:()V]
grails-aether-2.4.4.jar, GrailsConsoleLogger.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
GrailsConsoleLogger.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsConsoleLogger.__.swapInit:()V]
grails-aether-2.4.4.jar, GrailsConsoleLoggerManager.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
GrailsConsoleLoggerManager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsConsoleLoggerManager.__.swapInit:()V]
grails-aether-2.4.4.jar, GrailsHomeWorkspaceReader.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
GrailsHomeWorkspaceReader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsHomeWorkspaceReader.__.swapInit:()V]
grails-aether-2.4.4.jar, GrailsModelResolver.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
GrailsModelResolver.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/GrailsModelResolver.__.swapInit:()V]
grails-aether-2.4.4.jar, MultipleTopLevelJavaScopeSelector.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
MultipleTopLevelJavaScopeSelector.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/MultipleTopLevelJavaScopeSelector.__.swapInit:()V]
grails-aether-2.4.4.jar, PluginConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
PluginConfiguration.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/PluginConfiguration.__.swapInit:()V]
grails-aether-2.4.4.jar, RepositoriesConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
RepositoriesConfiguration.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoriesConfiguration.__.swapInit:()V]
grails-aether-2.4.4.jar, RepositoryConfiguration.class
package org.codehaus.groovy.grails.resolve.maven.aether.config
RepositoryConfiguration.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/config/RepositoryConfiguration.__.swapInit:()V]
grails-aether-2.4.4.jar, ScopeAwareNearestVersionSelector.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
ScopeAwareNearestVersionSelector.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/ScopeAwareNearestVersionSelector.__.swapInit:()V]
grails-aether-2.4.4.jar, ScopeComparator.class
package org.codehaus.groovy.grails.resolve.maven.aether.support
ScopeAwareNearestVersionSelector.ScopeComparator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/support/ScopeAwareNearestVersionSelector.ScopeComparator.__.swapInit:()V]
grails-async-2.4.4.jar, BoundPromise.class
package org.grails.async.factory
BoundPromise.__.swapInit ( ) [static] : void
[mangled: org/grails/async/factory/BoundPromise.__.swapInit:()V]
grails-async-2.4.4.jar, GparsPromise.class
package org.grails.async.factory.gpars
GparsPromise.__.swapInit ( ) [static] : void
[mangled: org/grails/async/factory/gpars/GparsPromise.__.swapInit:()V]
grails-async-2.4.4.jar, GparsPromiseFactory.class
package org.grails.async.factory.gpars
GparsPromiseFactory.__.swapInit ( ) [static] : void
[mangled: org/grails/async/factory/gpars/GparsPromiseFactory.__.swapInit:()V]
grails-async-2.4.4.jar, PromiseList.class
package grails.async
PromiseList.__.swapInit ( ) [static] : void
[mangled: grails/async/PromiseList.__.swapInit:()V]
grails-async-2.4.4.jar, PromiseMap.class
package grails.async
PromiseMap.__.swapInit ( ) [static] : void
[mangled: grails/async/PromiseMap.__.swapInit:()V]
grails-async-2.4.4.jar, SynchronousPromise.class
package org.grails.async.factory
SynchronousPromise.__.swapInit ( ) [static] : void
[mangled: org/grails/async/factory/SynchronousPromise.__.swapInit:()V]
grails-async-2.4.4.jar, SynchronousPromiseFactory.class
package org.grails.async.factory
SynchronousPromiseFactory.__.swapInit ( ) [static] : void
[mangled: org/grails/async/factory/SynchronousPromiseFactory.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, BuildSettings.class
package grails.util
BuildSettings.__.swapInit ( ) [static] : void
[mangled: grails/util/BuildSettings.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ByteArrayResource.class
package org.codehaus.groovy.grails.io.support
ByteArrayResource.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/io/support/ByteArrayResource.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ChildFirstURLClassLoader.class
package org.codehaus.groovy.grails.cli.support
ChildFirstURLClassLoader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/support/ChildFirstURLClassLoader.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ClassNameCompletor.class
package org.codehaus.groovy.grails.cli.interactive.completors
ClassNameCompletor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/interactive/completors/ClassNameCompletor.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, CosineSimilarity.class
package grails.util
CosineSimilarity.__.swapInit ( ) [static] : void
[mangled: grails/util/CosineSimilarity.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, CreateController.class
package grails.build.interactive.completors
CreateController.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/CreateController.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, CreateIntegrationTest.class
package grails.build.interactive.completors
CreateIntegrationTest.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/CreateIntegrationTest.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, CreateScaffoldController.class
package grails.build.interactive.completors
CreateScaffoldController.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/CreateScaffoldController.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, CreateService.class
package grails.build.interactive.completors
CreateService.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/CreateService.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, CreateTagLib.class
package grails.build.interactive.completors
CreateTagLib.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/CreateTagLib.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, CreateUnitTest.class
package grails.build.interactive.completors
CreateUnitTest.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/CreateUnitTest.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, DefaultStackTracePrinter.class
package org.codehaus.groovy.grails.exceptions
DefaultStackTracePrinter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/exceptions/DefaultStackTracePrinter.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, Dependency.class
package org.codehaus.groovy.grails.resolve
Dependency.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/Dependency.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, DependencyConfigurationConfigurer.class
package org.codehaus.groovy.grails.resolve.config
DependencyConfigurationConfigurer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/config/DependencyConfigurationConfigurer.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, DependencyInfo.class
package org.codehaus.groovy.grails.cli.maven
DependencyInfo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/maven/DependencyInfo.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, DependencyManagerConfigurer.class
package org.codehaus.groovy.grails.resolve
DependencyManagerConfigurer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/DependencyManagerConfigurer.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, DependencyManagerUtils.class
package org.codehaus.groovy.grails.resolve
DependencyManagerUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/DependencyManagerUtils.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, EnhancedDefaultDependencyDescriptor.class
package org.codehaus.groovy.grails.resolve
EnhancedDefaultDependencyDescriptor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/EnhancedDefaultDependencyDescriptor.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, EscapingFileNameCompletor.class
package grails.build.interactive.completors
EscapingFileNameCompletor.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/EscapingFileNameCompletor.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ExecutionContext.class
package org.codehaus.groovy.grails.cli.fork
ExecutionContext.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ExecutionContext.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ForkedGrailsCompiler.class
package org.codehaus.groovy.grails.cli.fork.compile
ForkedGrailsCompiler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/compile/ForkedGrailsCompiler.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ForkedGrailsProcess.class
package org.codehaus.groovy.grails.cli.fork
ForkedGrailsProcess.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ForkedGrailsProcessConfig.class
package org.codehaus.groovy.grails.cli.fork
ForkedGrailsProcessConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcessConfig.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ForkedGrailsProjectClassExecutor.class
package org.codehaus.groovy.grails.cli.fork
ForkedGrailsProjectClassExecutor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProjectClassExecutor.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ForkedGrailsTestRunner.class
package org.codehaus.groovy.grails.cli.fork.testing
ForkedGrailsTestRunner.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/testing/ForkedGrailsTestRunner.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GenerateAll.class
package grails.build.interactive.completors
GenerateAll.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/GenerateAll.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GenerateAsyncController.class
package grails.build.interactive.completors
GenerateAsyncController.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/GenerateAsyncController.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GenerateController.class
package grails.build.interactive.completors
GenerateController.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/GenerateController.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GenerateViews.class
package grails.build.interactive.completors
GenerateViews.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/GenerateViews.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsCoreDependenciesPomGenerator.class
package org.codehaus.groovy.grails.resolve
GrailsCoreDependenciesPomGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/GrailsCoreDependenciesPomGenerator.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsInteractiveCompletor.class
package org.codehaus.groovy.grails.cli.interactive
GrailsInteractiveCompletor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/interactive/GrailsInteractiveCompletor.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsIOUtils.class
package org.codehaus.groovy.grails.io.support
GrailsIOUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/io/support/GrailsIOUtils.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsIvyDependencies.class
package org.codehaus.groovy.grails.resolve
GrailsIvyDependencies.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/GrailsIvyDependencies.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsMain.class
package grails.util
GrailsMain.__.swapInit ( ) [static] : void
[mangled: grails/util/GrailsMain.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsPluginUtils.class
package org.codehaus.groovy.grails.plugins
GrailsPluginUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/GrailsPluginUtils.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsSwingConsole.class
package grails.ui.console
GrailsSwingConsole.__.swapInit ( ) [static] : void
[mangled: grails/ui/console/GrailsSwingConsole.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GrailsVersionUtils.class
package org.codehaus.groovy.grails.plugins
GrailsVersionUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/GrailsVersionUtils.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, GraphNode.class
package org.codehaus.groovy.grails.resolve.reporting
GraphNode.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/reporting/GraphNode.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, IncludeTargets.class
package org.codehaus.groovy.grails.cli.fork
IncludeTargets.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/IncludeTargets.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, InheritanceConfigurer.class
package org.codehaus.groovy.grails.resolve.config
InheritanceConfigurer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/config/InheritanceConfigurer.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, InteractiveMode.class
package org.codehaus.groovy.grails.cli.interactive
InteractiveMode.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, IvyDependencyManager.class
package org.codehaus.groovy.grails.resolve
IvyDependencyManager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, IvyDependencyReport.class
package org.codehaus.groovy.grails.resolve
IvyDependencyReport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyReport.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, IvyExcludeResolver.class
package org.codehaus.groovy.grails.resolve.ivy
IvyExcludeResolver.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/ivy/IvyExcludeResolver.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, IvyGraphNode.class
package org.codehaus.groovy.grails.resolve.ivy
IvyGraphNode.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/ivy/IvyGraphNode.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, MavenMultiProjectGenerator.class
package org.codehaus.groovy.grails.cli.maven
MavenMultiProjectGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenMultiProjectGenerator.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, MavenPomGenerator.class
package org.codehaus.groovy.grails.cli.maven
MavenPomGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, Open.class
package grails.build.interactive.completors
Open.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/Open.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, PluginBuildSettings.class
package grails.util
PluginBuildSettings.__.swapInit ( ) [static] : void
[mangled: grails/util/PluginBuildSettings.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, PluginInfo.class
package org.codehaus.groovy.grails.plugins
PluginInfo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/PluginInfo.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, PluginInstallEngine.class
package org.codehaus.groovy.grails.resolve
PluginInstallEngine.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/PluginInstallEngine.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, PluginResolveEngine.class
package org.codehaus.groovy.grails.resolve
PluginResolveEngine.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/PluginResolveEngine.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, PluginScopeInfo.class
package org.codehaus.groovy.grails.plugins.build.scopes
PluginScopeInfo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/build/scopes/PluginScopeInfo.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, RegexCompletor.class
package grails.build.interactive.completors
RegexCompletor.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/RegexCompletor.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, RepositoriesConfigurer.class
package org.codehaus.groovy.grails.resolve.config
RepositoriesConfigurer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/config/RepositoriesConfigurer.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ResolvedArtifactReport.class
package org.codehaus.groovy.grails.resolve
ResolvedArtifactReport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/ResolvedArtifactReport.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ResolveException.class
package org.codehaus.groovy.grails.resolve
ResolveException.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/ResolveException.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, ScriptNameResolver.class
package org.codehaus.groovy.grails.cli
ScriptNameResolver.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/ScriptNameResolver.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, SimpleGraphRenderer.class
package org.codehaus.groovy.grails.resolve.reporting
SimpleGraphRenderer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/resolve/reporting/SimpleGraphRenderer.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, SimpleOrFileNameCompletor.class
package grails.build.interactive.completors
SimpleOrFileNameCompletor.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/SimpleOrFileNameCompletor.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, TestApp.class
package grails.build.interactive.completors
TestApp.__.swapInit ( ) [static] : void
[mangled: grails/build/interactive/completors/TestApp.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, TestExecutionContext.class
package org.codehaus.groovy.grails.cli.fork.testing
TestExecutionContext.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/testing/TestExecutionContext.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, TextDumper.class
package org.codehaus.groovy.grails.cli.fork
ForkedGrailsProcess.TextDumper.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/fork/ForkedGrailsProcess.TextDumper.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, UaaEnabler.class
package org.codehaus.groovy.grails.cli.support
UaaEnabler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/support/UaaEnabler.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, UaaIntegrationSupport.class
package org.codehaus.groovy.grails.cli.support
UaaIntegrationSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/cli/support/UaaIntegrationSupport.__.swapInit:()V]
grails-bootstrap-2.4.4.jar, VersionComparator.class
package org.codehaus.groovy.grails.plugins
VersionComparator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/VersionComparator.__.swapInit:()V]
grails-core-2.4.4.jar, ConfigurationHelper.class
package org.codehaus.groovy.grails.commons.cfg
ConfigurationHelper.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/cfg/ConfigurationHelper.__.swapInit:()V]
grails-core-2.4.4.jar, ConstraintEvalUtils.class
package org.codehaus.groovy.grails.validation
ConstraintEvalUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/validation/ConstraintEvalUtils.__.swapInit:()V]
grails-core-2.4.4.jar, CoreGrailsPlugin.class
package org.codehaus.groovy.grails.plugins
CoreGrailsPlugin.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/CoreGrailsPlugin.__.swapInit:()V]
grails-core-2.4.4.jar, DefaultErrorsPrinter.class
package org.codehaus.groovy.grails.exceptions
DefaultErrorsPrinter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/exceptions/DefaultErrorsPrinter.__.swapInit:()V]
grails-core-2.4.4.jar, DefaultPluginPublisher.class
package org.codehaus.groovy.grails.plugins.publishing
DefaultPluginPublisher.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/publishing/DefaultPluginPublisher.__.swapInit:()V]
grails-core-2.4.4.jar, DevelopmentShutdownHook.class
package org.codehaus.groovy.grails.support
DevelopmentShutdownHook.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/support/DevelopmentShutdownHook.__.swapInit:()V]
grails-core-2.4.4.jar, DocumentationContext.class
package org.codehaus.groovy.grails.documentation
DocumentationContext.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/documentation/DocumentationContext.__.swapInit:()V]
grails-core-2.4.4.jar, DocumentedElement.class
package org.codehaus.groovy.grails.documentation
DocumentedElement.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/documentation/DocumentedElement.__.swapInit:()V]
grails-core-2.4.4.jar, DocumentedMethod.class
package org.codehaus.groovy.grails.documentation
DocumentedMethod.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/documentation/DocumentedMethod.__.swapInit:()V]
grails-core-2.4.4.jar, DocumentedProperty.class
package org.codehaus.groovy.grails.documentation
DocumentedProperty.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/documentation/DocumentedProperty.__.swapInit:()V]
grails-core-2.4.4.jar, DomainMappingTypeCheckingExtension.class
package grails.compiler
DomainMappingTypeCheckingExtension.__.swapInit ( ) [static] : void
[mangled: grails/compiler/DomainMappingTypeCheckingExtension.__.swapInit:()V]
grails-core-2.4.4.jar, DynamicFinderTypeCheckingExtension.class
package grails.compiler
DynamicFinderTypeCheckingExtension.__.swapInit ( ) [static] : void
[mangled: grails/compiler/DynamicFinderTypeCheckingExtension.__.swapInit:()V]
grails-core-2.4.4.jar, GrailsArrayUtils.class
package org.codehaus.groovy.grails.commons
GrailsArrayUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/GrailsArrayUtils.__.swapInit:()V]
grails-core-2.4.4.jar, GrailsCompileStatic.class
package grails.compiler
GrailsCompileStatic.__.swapInit ( ) [static] : void
[mangled: grails/compiler/GrailsCompileStatic.__.swapInit:()V]
grails-core-2.4.4.jar, GrailsFactoriesLoader.class
package org.codehaus.groovy.grails.core.io.support
GrailsFactoriesLoader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/core/io/support/GrailsFactoriesLoader.__.swapInit:()V]
grails-core-2.4.4.jar, GrailsStringUtils.class
package org.codehaus.groovy.grails.commons
GrailsStringUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/GrailsStringUtils.__.swapInit:()V]
grails-core-2.4.4.jar, GrailsTransactionTemplate.class
package org.codehaus.groovy.grails.orm.support
GrailsTransactionTemplate.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/support/GrailsTransactionTemplate.__.swapInit:()V]
grails-core-2.4.4.jar, GrailsTypeChecked.class
package grails.compiler
GrailsTypeChecked.__.swapInit ( ) [static] : void
[mangled: grails/compiler/GrailsTypeChecked.__.swapInit:()V]
grails-core-2.4.4.jar, IncludeExcludeSupport.class
package org.codehaus.groovy.grails.support
IncludeExcludeSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/support/IncludeExcludeSupport.__.swapInit:()V]
grails-core-2.4.4.jar, LazyBeanMap.class
package org.codehaus.groovy.grails.commons.utils
LazyBeanMap.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/utils/LazyBeanMap.__.swapInit:()V]
grails-core-2.4.4.jar, MapBasedSmartPropertyOverrideConfigurer.class
package org.codehaus.groovy.grails.commons.cfg
MapBasedSmartPropertyOverrideConfigurer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/cfg/MapBasedSmartPropertyOverrideConfigurer.__.swapInit:()V]
grails-core-2.4.4.jar, MetaClassEnhancer.class
package org.codehaus.groovy.grails.commons.metaclass
MetaClassEnhancer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/metaclass/MetaClassEnhancer.__.swapInit:()V]
grails-core-2.4.4.jar, PersistenceContextInterceptorExecutor.class
package org.codehaus.groovy.grails.support
PersistenceContextInterceptorExecutor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/support/PersistenceContextInterceptorExecutor.__.swapInit:()V]
grails-core-2.4.4.jar, PluginDescriptorGenerator.class
package org.codehaus.groovy.grails.plugins.publishing
PluginDescriptorGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator.__.swapInit:()V]
grails-core-2.4.4.jar, PluginPackager.class
package org.codehaus.groovy.grails.plugins.publishing
PluginPackager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/publishing/PluginPackager.__.swapInit:()V]
grails-core-2.4.4.jar, PropertyExpression.class
package org.codehaus.groovy.grails.commons.metaclass
PropertyExpression.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/metaclass/PropertyExpression.__.swapInit:()V]
grails-core-2.4.4.jar, RelationshipManagementMethodTypeCheckingExtension.class
package grails.compiler
RelationshipManagementMethodTypeCheckingExtension.__.swapInit ( ) [static] : void
[mangled: grails/compiler/RelationshipManagementMethodTypeCheckingExtension.__.swapInit:()V]
grails-core-2.4.4.jar, RollbackTransform.class
package org.codehaus.groovy.grails.transaction.transform
RollbackTransform.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/transaction/transform/RollbackTransform.__.swapInit:()V]
grails-core-2.4.4.jar, Servlet3AsyncWebXmlProcessor.class
package org.codehaus.groovy.grails.plugins
Servlet3AsyncWebXmlProcessor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/Servlet3AsyncWebXmlProcessor.__.swapInit:()V]
grails-core-2.4.4.jar, ThrowableHolder.class
package org.codehaus.groovy.grails.orm.support
GrailsTransactionTemplate.ThrowableHolder.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/support/GrailsTransactionTemplate.ThrowableHolder.__.swapInit:()V]
grails-core-2.4.4.jar, ThrowableHolderException.class
package org.codehaus.groovy.grails.orm.support
GrailsTransactionTemplate.ThrowableHolderException.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/orm/support/GrailsTransactionTemplate.ThrowableHolderException.__.swapInit:()V]
grails-core-2.4.4.jar, TransactionalTransform.class
package org.codehaus.groovy.grails.transaction.transform
TransactionalTransform.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/transaction/transform/TransactionalTransform.__.swapInit:()V]
grails-core-2.4.4.jar, ValidateableTypeCheckingExtension.class
package grails.compiler
ValidateableTypeCheckingExtension.__.swapInit ( ) [static] : void
[mangled: grails/compiler/ValidateableTypeCheckingExtension.__.swapInit:()V]
grails-core-2.4.4.jar, ValidationErrors.class
package grails.validation
ValidationErrors.__.swapInit ( ) [static] : void
[mangled: grails/validation/ValidationErrors.__.swapInit:()V]
grails-core-2.4.4.jar, WatchPattern.class
package org.codehaus.groovy.grails.plugins.support
WatchPattern.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/support/WatchPattern.__.swapInit:()V]
grails-core-2.4.4.jar, WhereQueryTypeCheckingExtension.class
package grails.compiler
WhereQueryTypeCheckingExtension.__.swapInit ( ) [static] : void
[mangled: grails/compiler/WhereQueryTypeCheckingExtension.__.swapInit:()V]
grails-databinding-2.4.4.jar, AbstractStructuredDateBindingEditor.class
package org.grails.databinding.converters
AbstractStructuredDateBindingEditor.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/AbstractStructuredDateBindingEditor.__.swapInit:()V]
grails-databinding-2.4.4.jar, ClosureValueConverter.class
package org.grails.databinding
ClosureValueConverter.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/ClosureValueConverter.__.swapInit:()V]
grails-databinding-2.4.4.jar, CurrencyValueConverter.class
package org.grails.databinding.converters
CurrencyValueConverter.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/CurrencyValueConverter.__.swapInit:()V]
grails-databinding-2.4.4.jar, DateConversionHelper.class
package org.grails.databinding.converters
DateConversionHelper.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/DateConversionHelper.__.swapInit:()V]
grails-databinding-2.4.4.jar, FormattedDateValueConverter.class
package org.grails.databinding.converters
FormattedDateValueConverter.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/FormattedDateValueConverter.__.swapInit:()V]
grails-databinding-2.4.4.jar, GPathResultCollectionDataBindingSource.class
package org.grails.databinding.xml
GPathResultCollectionDataBindingSource.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/xml/GPathResultCollectionDataBindingSource.__.swapInit:()V]
grails-databinding-2.4.4.jar, GPathResultMap.class
package org.grails.databinding.xml
GPathResultMap.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/xml/GPathResultMap.__.swapInit:()V]
grails-databinding-2.4.4.jar, IndexedPropertyReferenceDescriptor.class
package org.grails.databinding
IndexedPropertyReferenceDescriptor.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/IndexedPropertyReferenceDescriptor.__.swapInit:()V]
grails-databinding-2.4.4.jar, SimpleDataBinder.class
package org.grails.databinding
SimpleDataBinder.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/SimpleDataBinder.__.swapInit:()V]
grails-databinding-2.4.4.jar, SimpleMapDataBindingSource.class
package org.grails.databinding
SimpleMapDataBindingSource.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/SimpleMapDataBindingSource.__.swapInit:()V]
grails-databinding-2.4.4.jar, StructuredCalendarBindingEditor.class
package org.grails.databinding.converters
StructuredCalendarBindingEditor.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/StructuredCalendarBindingEditor.__.swapInit:()V]
grails-databinding-2.4.4.jar, StructuredDateBindingEditor.class
package org.grails.databinding.converters
StructuredDateBindingEditor.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/StructuredDateBindingEditor.__.swapInit:()V]
grails-databinding-2.4.4.jar, StructuredSqlDateBindingEditor.class
package org.grails.databinding.converters
StructuredSqlDateBindingEditor.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/StructuredSqlDateBindingEditor.__.swapInit:()V]
grails-databinding-2.4.4.jar, TimeZoneConverter.class
package org.grails.databinding.converters
TimeZoneConverter.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/TimeZoneConverter.__.swapInit:()V]
grails-encoder-2.4.4.jar, CodecMetaClassSupport.class
package org.codehaus.groovy.grails.support.encoding
CodecMetaClassSupport.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/support/encoding/CodecMetaClassSupport.__.swapInit:()V]
grails-encoder-2.4.4.jar, HTMLCodecFactory.class
package org.codehaus.groovy.grails.plugins.codecs
HTMLCodecFactory.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/HTMLCodecFactory.__.swapInit:()V]
grails-encoder-2.4.4.jar, JavaScriptCodec.class
package org.codehaus.groovy.grails.plugins.codecs
JavaScriptCodec.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/JavaScriptCodec.__.swapInit:()V]
grails-encoder-2.4.4.jar, JSONCodecFactory.class
package org.codehaus.groovy.grails.plugins.codecs
JSONCodecFactory.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/JSONCodecFactory.__.swapInit:()V]
grails-encoder-2.4.4.jar, StandaloneCodecLookup.class
package org.codehaus.groovy.grails.plugins.codecs
StandaloneCodecLookup.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/StandaloneCodecLookup.__.swapInit:()V]
grails-encoder-2.4.4.jar, StreamCharBufferMetaUtils.class
package org.codehaus.groovy.grails.web.util
StreamCharBufferMetaUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/util/StreamCharBufferMetaUtils.__.swapInit:()V]
grails-encoder-2.4.4.jar, URLCodecFactory.class
package org.codehaus.groovy.grails.plugins.codecs
URLCodecFactory.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/codecs/URLCodecFactory.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectCleaner.class
package org.codehaus.groovy.grails.project.creation
GrailsProjectCleaner.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/creation/GrailsProjectCleaner.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectCompiler.class
package org.codehaus.groovy.grails.compiler
GrailsProjectCompiler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/compiler/GrailsProjectCompiler.__.swapInit:()V]
package org.codehaus.groovy.grails.project.compiler
GrailsProjectCompiler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/compiler/GrailsProjectCompiler.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectConsole.class
package org.codehaus.groovy.grails.project.ui
GrailsProjectConsole.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/ui/GrailsProjectConsole.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectLoader.class
package org.codehaus.groovy.grails.project.loader
GrailsProjectLoader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/loader/GrailsProjectLoader.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectPackager.class
package org.codehaus.groovy.grails.project.packaging
GrailsProjectPackager.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectPackager.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectPluginLoader.class
package org.codehaus.groovy.grails.project.plugins
GrailsProjectPluginLoader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/plugins/GrailsProjectPluginLoader.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectRunner.class
package org.codehaus.groovy.grails.project.container
GrailsProjectRunner.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/container/GrailsProjectRunner.__.swapInit:()V]
grails-project-api-2.4.4.jar, GrailsProjectWarCreator.class
package org.codehaus.groovy.grails.project.packaging
GrailsProjectWarCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/project/packaging/GrailsProjectWarCreator.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsArgParsing.class
_GrailsArgParsing.__.swapInit ( ) [static] : void
[mangled: _GrailsArgParsing.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsBootstrap.class
_GrailsBootstrap.__.swapInit ( ) [static] : void
[mangled: _GrailsBootstrap.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsClasspath.class
_GrailsClasspath.__.swapInit ( ) [static] : void
[mangled: _GrailsClasspath.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsClean.class
_GrailsClean.__.swapInit ( ) [static] : void
[mangled: _GrailsClean.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsCompile.class
_GrailsCompile.__.swapInit ( ) [static] : void
[mangled: _GrailsCompile.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsCreateArtifacts.class
_GrailsCreateArtifacts.__.swapInit ( ) [static] : void
[mangled: _GrailsCreateArtifacts.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsCreateProject.class
_GrailsCreateProject.__.swapInit ( ) [static] : void
[mangled: _GrailsCreateProject.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsDocs.class
_GrailsDocs.__.swapInit ( ) [static] : void
[mangled: _GrailsDocs.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsEvents.class
_GrailsEvents.__.swapInit ( ) [static] : void
[mangled: _GrailsEvents.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsInit.class
_GrailsInit.__.swapInit ( ) [static] : void
[mangled: _GrailsInit.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsPackage.class
_GrailsPackage.__.swapInit ( ) [static] : void
[mangled: _GrailsPackage.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsPluginDev.class
_GrailsPluginDev.__.swapInit ( ) [static] : void
[mangled: _GrailsPluginDev.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsPlugins.class
_GrailsPlugins.__.swapInit ( ) [static] : void
[mangled: _GrailsPlugins.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsProxy.class
_GrailsProxy.__.swapInit ( ) [static] : void
[mangled: _GrailsProxy.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsRun.class
_GrailsRun.__.swapInit ( ) [static] : void
[mangled: _GrailsRun.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsSettings.class
_GrailsSettings.__.swapInit ( ) [static] : void
[mangled: _GrailsSettings.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsTest.class
_GrailsTest.__.swapInit ( ) [static] : void
[mangled: _GrailsTest.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsWar.class
_GrailsWar.__.swapInit ( ) [static] : void
[mangled: _GrailsWar.__.swapInit:()V]
grails-scripts-2.4.4.jar, _GrailsWrapper.class
_GrailsWrapper.__.swapInit ( ) [static] : void
[mangled: _GrailsWrapper.__.swapInit:()V]
grails-scripts-2.4.4.jar, _PackagePlugins.class
_PackagePlugins.__.swapInit ( ) [static] : void
[mangled: _PackagePlugins.__.swapInit:()V]
grails-scripts-2.4.4.jar, _PluginDependencies.class
_PluginDependencies.__.swapInit ( ) [static] : void
[mangled: _PluginDependencies.__.swapInit:()V]
grails-scripts-2.4.4.jar, AddProxy_.class
AddProxy_.__.swapInit ( ) [static] : void
[mangled: AddProxy_.__.swapInit:()V]
grails-scripts-2.4.4.jar, Alias.class
Alias.__.swapInit ( ) [static] : void
[mangled: Alias.__.swapInit:()V]
grails-scripts-2.4.4.jar, Bootstrap.class
Bootstrap.__.swapInit ( ) [static] : void
[mangled: Bootstrap.__.swapInit:()V]
grails-scripts-2.4.4.jar, BugReport.class
BugReport.__.swapInit ( ) [static] : void
[mangled: BugReport.__.swapInit:()V]
grails-scripts-2.4.4.jar, Clean.class
Clean.__.swapInit ( ) [static] : void
[mangled: Clean.__.swapInit:()V]
grails-scripts-2.4.4.jar, CleanAll.class
CleanAll.__.swapInit ( ) [static] : void
[mangled: CleanAll.__.swapInit:()V]
grails-scripts-2.4.4.jar, ClearProxy_.class
ClearProxy_.__.swapInit ( ) [static] : void
[mangled: ClearProxy_.__.swapInit:()V]
grails-scripts-2.4.4.jar, Compile.class
Compile.__.swapInit ( ) [static] : void
[mangled: Compile.__.swapInit:()V]
grails-scripts-2.4.4.jar, Console.class
Console.__.swapInit ( ) [static] : void
[mangled: Console.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateApp_.class
CreateApp_.__.swapInit ( ) [static] : void
[mangled: CreateApp_.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateController.class
CreateController.__.swapInit ( ) [static] : void
[mangled: CreateController.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateDomainClass.class
CreateDomainClass.__.swapInit ( ) [static] : void
[mangled: CreateDomainClass.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateFilters.class
CreateFilters.__.swapInit ( ) [static] : void
[mangled: CreateFilters.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateIntegrationTest.class
CreateIntegrationTest.__.swapInit ( ) [static] : void
[mangled: CreateIntegrationTest.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateMultiProjectBuild_.class
CreateMultiProjectBuild_.__.swapInit ( ) [static] : void
[mangled: CreateMultiProjectBuild_.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreatePlugin_.class
CreatePlugin_.__.swapInit ( ) [static] : void
[mangled: CreatePlugin_.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreatePom.class
CreatePom.__.swapInit ( ) [static] : void
[mangled: CreatePom.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateScript.class
CreateScript.__.swapInit ( ) [static] : void
[mangled: CreateScript.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateService.class
CreateService.__.swapInit ( ) [static] : void
[mangled: CreateService.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateTagLib.class
CreateTagLib.__.swapInit ( ) [static] : void
[mangled: CreateTagLib.__.swapInit:()V]
grails-scripts-2.4.4.jar, CreateUnitTest.class
CreateUnitTest.__.swapInit ( ) [static] : void
[mangled: CreateUnitTest.__.swapInit:()V]
grails-scripts-2.4.4.jar, DependencyReport.class
DependencyReport.__.swapInit ( ) [static] : void
[mangled: DependencyReport.__.swapInit:()V]
grails-scripts-2.4.4.jar, Doc.class
Doc.__.swapInit ( ) [static] : void
[mangled: Doc.__.swapInit:()V]
grails-scripts-2.4.4.jar, Help_.class
Help_.__.swapInit ( ) [static] : void
[mangled: Help_.__.swapInit:()V]
grails-scripts-2.4.4.jar, HelpEvaluatingCategory.class
HelpEvaluatingCategory.__.swapInit ( ) [static] : void
[mangled: HelpEvaluatingCategory.__.swapInit:()V]
grails-scripts-2.4.4.jar, Init.class
Init.__.swapInit ( ) [static] : void
[mangled: Init.__.swapInit:()V]
grails-scripts-2.4.4.jar, InstallAppTemplates_.class
InstallAppTemplates_.__.swapInit ( ) [static] : void
[mangled: InstallAppTemplates_.__.swapInit:()V]
grails-scripts-2.4.4.jar, InstallDependency.class
InstallDependency.__.swapInit ( ) [static] : void
[mangled: InstallDependency.__.swapInit:()V]
grails-scripts-2.4.4.jar, InstallPlugin.class
InstallPlugin.__.swapInit ( ) [static] : void
[mangled: InstallPlugin.__.swapInit:()V]
grails-scripts-2.4.4.jar, InstallTemplates.class
InstallTemplates.__.swapInit ( ) [static] : void
[mangled: InstallTemplates.__.swapInit:()V]
grails-scripts-2.4.4.jar, IntegrateWith.class
IntegrateWith.__.swapInit ( ) [static] : void
[mangled: IntegrateWith.__.swapInit:()V]
grails-scripts-2.4.4.jar, Interactive.class
Interactive.__.swapInit ( ) [static] : void
[mangled: Interactive.__.swapInit:()V]
grails-scripts-2.4.4.jar, ListPlugins_.class
ListPlugins_.__.swapInit ( ) [static] : void
[mangled: ListPlugins_.__.swapInit:()V]
grails-scripts-2.4.4.jar, ListPluginUpdates.class
ListPluginUpdates.__.swapInit ( ) [static] : void
[mangled: ListPluginUpdates.__.swapInit:()V]
grails-scripts-2.4.4.jar, MigrateDocs.class
MigrateDocs.__.swapInit ( ) [static] : void
[mangled: MigrateDocs.__.swapInit:()V]
grails-scripts-2.4.4.jar, Package.class
Package.__.swapInit ( ) [static] : void
[mangled: Package.__.swapInit:()V]
grails-scripts-2.4.4.jar, PackagePlugin_.class
PackagePlugin_.__.swapInit ( ) [static] : void
[mangled: PackagePlugin_.__.swapInit:()V]
grails-scripts-2.4.4.jar, PluginInfo_.class
PluginInfo_.__.swapInit ( ) [static] : void
[mangled: PluginInfo_.__.swapInit:()V]
grails-scripts-2.4.4.jar, RefreshDependencies.class
RefreshDependencies.__.swapInit ( ) [static] : void
[mangled: RefreshDependencies.__.swapInit:()V]
grails-scripts-2.4.4.jar, RemoveProxy_.class
RemoveProxy_.__.swapInit ( ) [static] : void
[mangled: RemoveProxy_.__.swapInit:()V]
grails-scripts-2.4.4.jar, RunApp.class
RunApp.__.swapInit ( ) [static] : void
[mangled: RunApp.__.swapInit:()V]
grails-scripts-2.4.4.jar, RunScript.class
RunScript.__.swapInit ( ) [static] : void
[mangled: RunScript.__.swapInit:()V]
grails-scripts-2.4.4.jar, RunWar.class
RunWar.__.swapInit ( ) [static] : void
[mangled: RunWar.__.swapInit:()V]
grails-scripts-2.4.4.jar, SetGrailsVersion.class
SetGrailsVersion.__.swapInit ( ) [static] : void
[mangled: SetGrailsVersion.__.swapInit:()V]
grails-scripts-2.4.4.jar, SetProxy_.class
SetProxy_.__.swapInit ( ) [static] : void
[mangled: SetProxy_.__.swapInit:()V]
grails-scripts-2.4.4.jar, SetVersion.class
SetVersion.__.swapInit ( ) [static] : void
[mangled: SetVersion.__.swapInit:()V]
grails-scripts-2.4.4.jar, Shell.class
Shell.__.swapInit ( ) [static] : void
[mangled: Shell.__.swapInit:()V]
grails-scripts-2.4.4.jar, Stats.class
Stats.__.swapInit ( ) [static] : void
[mangled: Stats.__.swapInit:()V]
grails-scripts-2.4.4.jar, StopApp.class
StopApp.__.swapInit ( ) [static] : void
[mangled: StopApp.__.swapInit:()V]
grails-scripts-2.4.4.jar, TestApp.class
TestApp.__.swapInit ( ) [static] : void
[mangled: TestApp.__.swapInit:()V]
grails-scripts-2.4.4.jar, UninstallPlugin.class
UninstallPlugin.__.swapInit ( ) [static] : void
[mangled: UninstallPlugin.__.swapInit:()V]
grails-scripts-2.4.4.jar, UrlMappingsReport.class
UrlMappingsReport.__.swapInit ( ) [static] : void
[mangled: UrlMappingsReport.__.swapInit:()V]
grails-scripts-2.4.4.jar, War.class
War.__.swapInit ( ) [static] : void
[mangled: War.__.swapInit:()V]
grails-scripts-2.4.4.jar, Wrapper.class
Wrapper.__.swapInit ( ) [static] : void
[mangled: Wrapper.__.swapInit:()V]
grails-spring-2.4.4.jar, DynamicElementReader.class
package grails.spring
DynamicElementReader.__.swapInit ( ) [static] : void
[mangled: grails/spring/DynamicElementReader.__.swapInit:()V]
grails-web-2.4.4.jar, ServletEnvironmentGrailsApplicationDiscoveryStrategy.class
package org.codehaus.groovy.grails.web.context
ServletEnvironmentGrailsApplicationDiscoveryStrategy.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/context/ServletEnvironmentGrailsApplicationDiscoveryStrategy.__.swapInit:()V]
grails-web-common-2.4.4.jar, ClassAndMimeTypeRegistry.class
package org.codehaus.groovy.grails.web.util
ClassAndMimeTypeRegistry.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/util/ClassAndMimeTypeRegistry.__.swapInit:()V]
grails-web-common-2.4.4.jar, ControllerDynamicMethods.class
package org.codehaus.groovy.grails.web.metaclass
ControllerDynamicMethods.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/metaclass/ControllerDynamicMethods.__.swapInit:()V]
grails-web-common-2.4.4.jar, ErrorsViewStackTracePrinter.class
package org.codehaus.groovy.grails.web.errors
ErrorsViewStackTracePrinter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/errors/ErrorsViewStackTracePrinter.__.swapInit:()V]
grails-web-common-2.4.4.jar, ExceptionUtils.class
package org.codehaus.groovy.grails.web.errors
ExceptionUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/errors/ExceptionUtils.__.swapInit:()V]
grails-web-common-2.4.4.jar, MimeType.class
package org.codehaus.groovy.grails.web.mime
MimeType.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mime/MimeType.__.swapInit:()V]
grails-web-common-2.4.4.jar, MimeTypeUtils.class
package org.codehaus.groovy.grails.web.mime
MimeTypeUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mime/MimeTypeUtils.__.swapInit:()V]
grails-web-common-2.4.4.jar, ParamsAwareLocaleChangeInterceptor.class
package org.codehaus.groovy.grails.web.i18n
ParamsAwareLocaleChangeInterceptor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/i18n/ParamsAwareLocaleChangeInterceptor.__.swapInit:()V]
grails-web-common-2.4.4.jar, PropertyEditorRegistryUtils.class
package org.codehaus.groovy.grails.web.beans
PropertyEditorRegistryUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/beans/PropertyEditorRegistryUtils.__.swapInit:()V]
grails-web-common-2.4.4.jar, TypeConvertingMap.class
package org.codehaus.groovy.grails.web.util
TypeConvertingMap.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/util/TypeConvertingMap.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, AbstractRequestBodyDataBindingSourceCreator.class
package org.grails.databinding.bindingsource
AbstractRequestBodyDataBindingSourceCreator.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/bindingsource/AbstractRequestBodyDataBindingSourceCreator.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, AbstractStructuredBindingEditor.class
package org.grails.databinding.converters
AbstractStructuredBindingEditor.__.swapInit ( ) [static] : void
[mangled: org/grails/databinding/converters/AbstractStructuredBindingEditor.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, BindEventListenerAdapter.class
package org.codehaus.groovy.grails.web.binding
BindEventListenerAdapter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/BindEventListenerAdapter.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, ByteArrayMultipartFileValueConverter.class
package org.codehaus.groovy.grails.web.binding.converters
ByteArrayMultipartFileValueConverter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/converters/ByteArrayMultipartFileValueConverter.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, DataBindingEventMulticastListener.class
package org.codehaus.groovy.grails.web.binding
DataBindingEventMulticastListener.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/DataBindingEventMulticastListener.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, DataBindingSourceCreatorCacheKey.class
package org.codehaus.groovy.grails.web.binding.bindingsource
DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, DefaultDataBindingSourceCreator.class
package org.codehaus.groovy.grails.web.binding.bindingsource
DefaultDataBindingSourceCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/DefaultDataBindingSourceCreator.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, DefaultDataBindingSourceRegistry.class
package org.codehaus.groovy.grails.web.binding.bindingsource
DefaultDataBindingSourceRegistry.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/DefaultDataBindingSourceRegistry.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, GrailsWebDataBinder.class
package org.codehaus.groovy.grails.web.binding
GrailsWebDataBinder.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/GrailsWebDataBinder.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, GrailsWebDataBindingListener.class
package org.codehaus.groovy.grails.web.binding
GrailsWebDataBindingListener.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/GrailsWebDataBindingListener.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, HalGPathResultMap.class
package org.codehaus.groovy.grails.web.binding.bindingsource
HalGPathResultMap.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/HalGPathResultMap.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, HalJsonDataBindingSourceCreator.class
package org.codehaus.groovy.grails.web.binding.bindingsource
HalJsonDataBindingSourceCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/HalJsonDataBindingSourceCreator.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, HalJsonObjectMap.class
package org.codehaus.groovy.grails.web.binding.bindingsource
HalJsonDataBindingSourceCreator.HalJsonObjectMap.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/HalJsonDataBindingSourceCreator.HalJsonObjectMap.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, HalXmlDataBindingSourceCreator.class
package org.codehaus.groovy.grails.web.binding.bindingsource
HalXmlDataBindingSourceCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/HalXmlDataBindingSourceCreator.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, JsonArrayList.class
package org.codehaus.groovy.grails.web.binding.bindingsource
JsonDataBindingSourceCreator.JsonArrayList.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/JsonDataBindingSourceCreator.JsonArrayList.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, JsonDataBindingSourceCreator.class
package org.codehaus.groovy.grails.web.binding.bindingsource
JsonDataBindingSourceCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/JsonDataBindingSourceCreator.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, JsonObjectMap.class
package org.codehaus.groovy.grails.web.binding.bindingsource
JsonDataBindingSourceCreator.JsonObjectMap.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/JsonDataBindingSourceCreator.JsonObjectMap.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, SpringConversionServiceAdapter.class
package org.codehaus.groovy.grails.web.binding
SpringConversionServiceAdapter.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/SpringConversionServiceAdapter.__.swapInit:()V]
grails-web-databinding-2.4.4.jar, XmlDataBindingSourceCreator.class
package org.codehaus.groovy.grails.web.binding.bindingsource
XmlDataBindingSourceCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/bindingsource/XmlDataBindingSourceCreator.__.swapInit:()V]
grails-web-databinding-spring-2.4.4.jar, GrailsDataBinderCreator.class
package org.codehaus.groovy.grails.web.binding
GrailsDataBinderCreator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/binding/GrailsDataBinderCreator.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, GroovyPageCompiler.class
package org.codehaus.groovy.grails.web.pages
GroovyPageCompiler.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageCompiler.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, GroovyPageCompilerTask.class
package org.codehaus.groovy.grails.web.pages
GroovyPageCompilerTask.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageCompilerTask.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, GroovyPageConfig.class
package org.codehaus.groovy.grails.web.pages
GroovyPageConfig.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageConfig.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, GroovyPageParser.class
package org.codehaus.groovy.grails.web.pages
GroovyPageParser.setGspEncoding ( String gspEncoding ) : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPageParser.setGspEncoding:(Ljava/lang/String;)V]
grails-web-gsp-2.4.4.jar, GroovyPagesMetaUtils.class
package org.codehaus.groovy.grails.web.pages
GroovyPagesMetaUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/GroovyPagesMetaUtils.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, NamespacedTagDispatcher.class
package org.codehaus.groovy.grails.web.taglib
NamespacedTagDispatcher.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/taglib/NamespacedTagDispatcher.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, PageRenderer.class
package grails.gsp
PageRenderer.__.swapInit ( ) [static] : void
[mangled: grails/gsp/PageRenderer.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, PageRenderRequestCreator.class
package grails.gsp
PageRenderer.PageRenderRequestCreator.__.swapInit ( ) [static] : void
[mangled: grails/gsp/PageRenderer.PageRenderRequestCreator.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, PageRenderResponseCreator.class
package grails.gsp
PageRenderer.PageRenderResponseCreator.__.swapInit ( ) [static] : void
[mangled: grails/gsp/PageRenderer.PageRenderResponseCreator.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, TagLibraryMetaUtils.class
package org.codehaus.groovy.grails.web.util
TagLibraryMetaUtils.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/util/TagLibraryMetaUtils.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, TemplateNamespacedTagDispatcher.class
package org.codehaus.groovy.grails.web.taglib
TemplateNamespacedTagDispatcher.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/taglib/TemplateNamespacedTagDispatcher.__.swapInit:()V]
grails-web-gsp-2.4.4.jar, WithCodecHelper.class
package org.codehaus.groovy.grails.web.util
WithCodecHelper.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/util/WithCodecHelper.__.swapInit:()V]
grails-web-gsp-taglib-2.4.4.jar, RenderTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
RenderTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/RenderTagLib.__.swapInit:()V]
grails-web-gsp-taglib-2.4.4.jar, SitemeshTagLib.class
package org.codehaus.groovy.grails.plugins.web.taglib
SitemeshTagLib.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/plugins/web/taglib/SitemeshTagLib.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, GroovyPagesJspFactory.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
GroovyPagesJspFactory.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/GroovyPagesJspFactory.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, GroovyPagesJspFactory21.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
GroovyPagesJspFactory21.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/GroovyPagesJspFactory21.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, GroovyPagesPageContext21.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
GroovyPagesPageContext21.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/GroovyPagesPageContext21.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, JspFragmentImpl.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
JspFragmentImpl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/JspFragmentImpl.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, JspTagImpl.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
JspTagImpl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/JspTagImpl.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, JspTagLibImpl.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
JspTagLibImpl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/JspTagLibImpl.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, PageContextFactory.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
PageContextFactory.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/PageContextFactory.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, TagLibraryResolverImpl.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
TagLibraryResolverImpl.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/TagLibraryResolverImpl.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, TldReader.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
TldReader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/TldReader.__.swapInit:()V]
grails-web-jsp-2.4.4.jar, WebXmlTagLibraryReader.class
package org.codehaus.groovy.grails.web.pages.ext.jsp
WebXmlTagLibraryReader.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/pages/ext/jsp/WebXmlTagLibraryReader.__.swapInit:()V]
grails-web-mvc-2.4.4.jar, SynchronizerTokensHolder.class
package org.codehaus.groovy.grails.web.servlet.mvc
SynchronizerTokensHolder.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/servlet/mvc/SynchronizerTokensHolder.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, AnsiConsoleUrlMappingsRenderer.class
package org.codehaus.groovy.grails.web.mapping.reporting
AnsiConsoleUrlMappingsRenderer.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/reporting/AnsiConsoleUrlMappingsRenderer.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, ControllerActionConventions.class
package org.codehaus.groovy.grails.web.mapping
ControllerActionConventions.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/ControllerActionConventions.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, DefaultLinkGenerator.class
package org.codehaus.groovy.grails.web.mapping
DefaultLinkGenerator.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/DefaultLinkGenerator.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, DefaultUrlMappings.class
package org.codehaus.groovy.grails.web.mapping
DefaultUrlMappings.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/DefaultUrlMappings.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, ForwardUrlMappingInfo.class
package org.codehaus.groovy.grails.web.mapping
ForwardUrlMappingInfo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/ForwardUrlMappingInfo.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, MetaMappingInfo.class
package org.codehaus.groovy.grails.web.mapping
MetaMappingInfo.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/MetaMappingInfo.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, ResponseCodeUrlMappingVisitor.class
package org.codehaus.groovy.grails.web.mapping
ResponseCodeUrlMappingVisitor.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/ResponseCodeUrlMappingVisitor.__.swapInit:()V]
grails-web-url-mappings-2.4.4.jar, ResponseRedirector.class
package org.codehaus.groovy.grails.web.mapping
ResponseRedirector.__.swapInit ( ) [static] : void
[mangled: org/codehaus/groovy/grails/web/mapping/ResponseRedirector.__.swapInit:()V]
springloaded-1.2.1.RELEASE.jar, Java8.class
package org.springsource.loaded.support
Java8.callLambdaMetaFactory ( Object[ ] bsmArgs, Object lookup, String indyNameAndDescriptor, Class executorClass ) [static] : CallSite
[mangled: org/springsource/loaded/support/Java8.callLambdaMetaFactory:([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/CallSite;]
Java8.emulateInvokeDynamic ( Class executorClass, Handle handle, Object[ ] bsmArgs, Object lookup, String indyNameAndDescriptor, Object[ ] indyParams ) [static] : Object
[mangled: org/springsource/loaded/support/Java8.emulateInvokeDynamic:(Ljava/lang/Class;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
to the top
Problems with Data Types, High Severity (618)
grails-aether-2.4.4.jar
package org.codehaus.groovy.grails.resolve.maven.aether
[+] AetherArtifactResultReport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AetherArtifactResultReport. |
2 | Field __timeStamp__239_neverHappen1414503235496 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_neverHappen1414503235496 in AetherArtifactResultReport. |
[+] affected methods (18)
AetherArtifactResultReport ( String, List )This constructor 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.
getScope ( )This method is from 'AetherArtifactResultReport' class.
...
[+] AetherDependencyManager (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AetherDependencyManager. |
2 | Field __timeStamp__239_neverHappen1414503235519 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_neverHappen1414503235519 in AetherDependencyManager. |
[+] affected methods (99)
AetherDependencyManager ( )This constructor is from 'AetherDependencyManager' class.
addAttachments ( DependencyNode, String )This method is from 'AetherDependencyManager' class.
addBuildDependency ( Dependency )This method is from 'AetherDependencyManager' class.
addBuildDependency ( Dependency, ExclusionDependencySelector )This method is from 'AetherDependencyManager' class.
addBuildDependency ( Dependency )This method is from 'AetherDependencyManager' class.
addBuildDependency ( Dependency, DependencyConfiguration )This method is from 'AetherDependencyManager' class.
addDependency ( Dependency, String )This method is from 'AetherDependencyManager' class.
addDependency ( Dependency, String, ExclusionDependencySelector )This method is from 'AetherDependencyManager' class.
addDependency ( Dependency )This method is from 'AetherDependencyManager' class.
addDependency ( Dependency, DependencyConfiguration )This method is from 'AetherDependencyManager' class.
addManagedDependency ( Dependency )This method is from 'AetherDependencyManager' class.
addProxy ( String, String, String, String, String )This method is from 'AetherDependencyManager' class.
...
[+] AetherDependencyReport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AetherDependencyReport. |
2 | Field __timeStamp__239_neverHappen1414503235553 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_neverHappen1414503235553 in AetherDependencyReport. |
[+] affected methods (23)
AetherDependencyReport ( PreorderNodeListGenerator, String )This constructor is from 'AetherDependencyReport' class.
AetherDependencyReport ( PreorderNodeListGenerator, String, Throwable )This constructor 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.
...
[+] AetherExcludeResolver (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AetherExcludeResolver. |
2 | Field __timeStamp__239_neverHappen1414503235560 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_neverHappen1414503235560 in AetherExcludeResolver. |
[+] affected methods (9)
AetherExcludeResolver ( AetherDependencyManager )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AetherGraphNode. |
2 | Field __timeStamp__239_neverHappen1414503235620 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_neverHappen1414503235620 in AetherGraphNode. |
[+] affected methods (4)
resolveToGraphNode ( String )Return value of this method has type 'AetherGraphNode'.
resolveToGraphNode ( DependencyNode, String )Return value of this method has type 'AetherGraphNode'.
AetherGraphNode ( DependencyResult, List )This constructor 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 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AetherDsl. |
2 | Field __timeStamp__239_neverHappen1414503235564 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_neverHappen1414503235564 in AetherDsl. |
[+] affected methods (81)
AetherDsl ( AetherDependencyManager )This constructor 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.
credentials ( Closure )This method is from 'AetherDsl' class.
dependencies ( Closure )This method is from 'AetherDsl' class.
environments ( Closure )This method is from 'AetherDsl' class.
getAetherDependencyManager ( )This method is from 'AetherDsl' class.
getArtifactDescriptorPolicy ( )This method is from 'AetherDsl' class.
getArtifactTypeRegistry ( )This method is from 'AetherDsl' class.
getAuthenticationSelector ( )This method is from 'AetherDsl' class.
...
[+] DependenciesConfiguration (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependenciesConfiguration. |
2 | Field __timeStamp__239_neverHappen1414503235576 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_neverHappen1414503235576 in DependenciesConfiguration. |
[+] affected methods (58)
DependenciesConfiguration ( AetherDependencyManager )This constructor 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.
addBuildDependency ( Dependency )This method is from 'DependenciesConfiguration' class.
addBuildDependency ( Dependency, Closure )This method is from 'DependenciesConfiguration' class.
addBuildDependencyToManager ( DependencyConfiguration )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.
addDependency ( Dependency )This method is from 'DependenciesConfiguration' class.
addDependency ( Dependency, Closure )This method is from 'DependenciesConfiguration' class.
...
[+] DependencyConfiguration (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependencyConfiguration. |
2 | Field __timeStamp__239_neverHappen1414503235587 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_neverHappen1414503235587 in DependencyConfiguration. |
[+] affected methods (39)
addBuildDependency ( Dependency, DependencyConfiguration )2nd parameter 'configuration' of this method has type 'DependencyConfiguration'.
addDependency ( Dependency, DependencyConfiguration )2nd parameter 'configuration' of this method has type 'DependencyConfiguration'.
createGrailsDependency ( Dependency, DependencyConfiguration )2nd parameter 'configuration' of this method has type 'DependencyConfiguration'.
addBuildDependencyToManager ( DependencyConfiguration )1st parameter 'dependencyConfig' of this method has type 'DependencyConfiguration'.
addDependencyToManager ( DependencyConfiguration )1st parameter 'dependencyConfig' of this method has type 'DependencyConfiguration'.
customizeDependency ( Closure, Dependency )Return value of this method has type 'DependencyConfiguration'.
DependencyConfiguration ( Dependency )This constructor is from 'DependencyConfiguration' class.
exclude ( String )This method is from 'DependencyConfiguration' class.
exclude ( Map )This method is from 'DependencyConfiguration' class.
exclude ( Exclusion )This method is from 'DependencyConfiguration' class.
excludes ( Object[ ] )This method is from 'DependencyConfiguration' class.
getArtifact ( )This method is from 'DependencyConfiguration' class.
...
[+] DependencyManagementConfiguration (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependencyManagementConfiguration. |
2 | Field __timeStamp__239_neverHappen1414503235622 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_neverHappen1414503235622 in DependencyManagementConfiguration. |
[+] affected methods (7)
DependencyManagementConfiguration ( AetherDependencyManager )This constructor is from 'DependencyManagementConfiguration' class.
addBuildDependencyToManager ( DependencyConfiguration )This method is from 'DependencyManagementConfiguration' class.
addDependencyToManager ( DependencyConfiguration )This method is from 'DependencyManagementConfiguration' class.
dependency ( String )This method is from 'DependencyManagementConfiguration' class.
dependency ( String, Closure )This method is from 'DependencyManagementConfiguration' class.
dependency ( Map )This method is from 'DependencyManagementConfiguration' class.
dependency ( Map, Closure )This method is from 'DependencyManagementConfiguration' class.
[+] GrailsAetherCoreDependencies (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsAetherCoreDependencies. |
2 | Field __timeStamp__239_neverHappen1414503235624 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_neverHappen1414503235624 in GrailsAetherCoreDependencies. |
[+] affected methods (13)
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.
createDeclaration ( )This method is from 'GrailsAetherCoreDependencies' class.
getExclusionDependencySelector ( )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.
setExclusionDependencySelector ( ExclusionDependencySelector )This method is from 'GrailsAetherCoreDependencies' class.
setMetaClass ( MetaClass )This method is from 'GrailsAetherCoreDependencies' class.
...
[+] PluginConfiguration (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginConfiguration. |
2 | Field __timeStamp__239_neverHappen1414503235629 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_neverHappen1414503235629 in PluginConfiguration. |
[+] affected methods (11)
PluginConfiguration ( AetherDependencyManager )This constructor is from 'PluginConfiguration' class.
addBuildDependency ( Dependency, Closure )This method is from 'PluginConfiguration' class.
addDependency ( Dependency, Closure )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 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RepositoriesConfiguration. |
2 | Field __timeStamp__239_neverHappen1414503235592 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_neverHappen1414503235592 in RepositoriesConfiguration. |
[+] affected methods (85)
RepositoriesConfiguration ( AetherDependencyManager, DefaultRepositorySystemSession )This constructor is from 'RepositoriesConfiguration' class.
configureRepository ( RemoteRepository.Builder, Closure )This method is from 'RepositoriesConfiguration' class.
environments ( Closure )This method is from 'RepositoriesConfiguration' class.
getAetherDependencyManager ( )This method is from 'RepositoriesConfiguration' class.
getArtifactDescriptorPolicy ( )This method is from 'RepositoriesConfiguration' class.
getArtifactTypeRegistry ( )This method is from 'RepositoriesConfiguration' class.
getAuthenticationSelector ( )This method is from 'RepositoriesConfiguration' class.
getCache ( )This method is from 'RepositoriesConfiguration' class.
getChecksumPolicy ( )This method is from 'RepositoriesConfiguration' class.
getConfigProperties ( )This method is from 'RepositoriesConfiguration' class.
getData ( )This method is from 'RepositoriesConfiguration' class.
getDependencyGraphTransformer ( )This method is from 'RepositoriesConfiguration' class.
...
[+] RepositoryConfiguration (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RepositoryConfiguration. |
2 | Field __timeStamp__239_neverHappen1414503235606 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_neverHappen1414503235606 in RepositoryConfiguration. |
[+] affected methods (30)
RepositoryConfiguration ( RemoteRepository.Builder )This constructor is from 'RepositoryConfiguration' class.
addMirroredRepository ( RemoteRepository )This method is from 'RepositoryConfiguration' class.
auth ( Map )This method is from 'RepositoryConfiguration' class.
authentication ( Map )This method is from 'RepositoryConfiguration' class.
build ( )This method is from 'RepositoryConfiguration' class.
checksumPolicy ( String )This method is from 'RepositoryConfiguration' class.
getDefaultRepositoryPolicy ( )This method is from 'RepositoryConfiguration' class.
getMetaClass ( )This method is from 'RepositoryConfiguration' class.
getProperty ( String )This method is from 'RepositoryConfiguration' class.
getRemoteRepository ( )This method is from 'RepositoryConfiguration' class.
invokeMethod ( String, Object )This method is from 'RepositoryConfiguration' class.
proxy ( String, int )This method is from 'RepositoryConfiguration' class.
...
package org.codehaus.groovy.grails.resolve.maven.aether.support
[+] GrailsConsoleLogger (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsConsoleLogger. |
2 | Field __timeStamp__239_neverHappen1414503235633 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_neverHappen1414503235633 in GrailsConsoleLogger. |
[+] affected methods (14)
GrailsConsoleLogger ( int )This constructor 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.
setMetaClass ( MetaClass )This method is from 'GrailsConsoleLogger' class.
...
[+] GrailsConsoleLoggerManager (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsConsoleLoggerManager. |
2 | Field __timeStamp__239_neverHappen1414503235632 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_neverHappen1414503235632 in GrailsConsoleLoggerManager. |
[+] affected methods (16)
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.
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.
setLogger ( Logger )This method is from 'GrailsConsoleLoggerManager' class.
...
[+] GrailsHomeWorkspaceReader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsHomeWorkspaceReader. |
2 | Field __timeStamp__239_neverHappen1414503235610 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_neverHappen1414503235610 in GrailsHomeWorkspaceReader. |
[+] affected methods (13)
GrailsHomeWorkspaceReader ( )This constructor is from 'GrailsHomeWorkspaceReader' class.
GrailsHomeWorkspaceReader ( String )This constructor is from 'GrailsHomeWorkspaceReader' class.
findArtifact ( Artifact )This method is from 'GrailsHomeWorkspaceReader' class.
findVersions ( Artifact )This method is from 'GrailsHomeWorkspaceReader' class.
getGrailsHome ( )This method is from 'GrailsHomeWorkspaceReader' class.
getMetaClass ( )This method is from 'GrailsHomeWorkspaceReader' class.
getProperty ( String )This method is from 'GrailsHomeWorkspaceReader' class.
getRepository ( )This method is from 'GrailsHomeWorkspaceReader' class.
invokeMethod ( String, Object )This method is from 'GrailsHomeWorkspaceReader' class.
resolveFile ( Artifact, File, String )This method is from 'GrailsHomeWorkspaceReader' class.
setGrailsHome ( String )This method is from 'GrailsHomeWorkspaceReader' class.
setMetaClass ( MetaClass )This method is from 'GrailsHomeWorkspaceReader' class.
...
[+] GrailsModelResolver (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsModelResolver. |
2 | Field __timeStamp__239_neverHappen1414503235613 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_neverHappen1414503235613 in GrailsModelResolver. |
[+] affected methods (9)
GrailsModelResolver ( RepositorySystem, RepositorySystemSession, List )This constructor 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.
[+] MultipleTopLevelJavaScopeSelector (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MultipleTopLevelJavaScopeSelector. |
2 | Field __timeStamp__239_neverHappen1414503235636 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_neverHappen1414503235636 in MultipleTopLevelJavaScopeSelector. |
[+] affected methods (7)
MultipleTopLevelJavaScopeSelector ( )This constructor is from 'MultipleTopLevelJavaScopeSelector' class.
getMetaClass ( )This method is from 'MultipleTopLevelJavaScopeSelector' class.
getProperty ( String )This method is from 'MultipleTopLevelJavaScopeSelector' class.
invokeMethod ( String, Object )This method is from 'MultipleTopLevelJavaScopeSelector' class.
selectScope ( ConflictResolver.ConflictContext )This method is from 'MultipleTopLevelJavaScopeSelector' class.
setMetaClass ( MetaClass )This method is from 'MultipleTopLevelJavaScopeSelector' class.
setProperty ( String, Object )This method is from 'MultipleTopLevelJavaScopeSelector' class.
[+] ScopeAwareNearestVersionSelector (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ScopeAwareNearestVersionSelector. |
2 | Field __timeStamp__239_neverHappen1414503235640 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_neverHappen1414503235640 in ScopeAwareNearestVersionSelector. |
[+] affected methods (8)
ScopeAwareNearestVersionSelector ( )This constructor is from 'ScopeAwareNearestVersionSelector' class.
getMetaClass ( )This method is from 'ScopeAwareNearestVersionSelector' class.
getProperty ( String )This method is from 'ScopeAwareNearestVersionSelector' class.
invokeMethod ( String, Object )This method is from 'ScopeAwareNearestVersionSelector' class.
ScopeAwareNearestVersionSelector.ScopeComparator ( ScopeAwareNearestVersionSelector )1st parameter 'p1' of this method has type 'ScopeAwareNearestVersionSelector'.
selectVersion ( ConflictResolver.ConflictContext )This method is from 'ScopeAwareNearestVersionSelector' class.
setMetaClass ( MetaClass )This method is from 'ScopeAwareNearestVersionSelector' class.
setProperty ( String, Object )This method is from 'ScopeAwareNearestVersionSelector' class.
grails-async-2.4.4.jar
package grails.async
[+] PromiseList (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PromiseList. |
2 | Field __timeStamp__239_neverHappen1414503241127 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_neverHappen1414503241127 in PromiseList. |
[+] affected methods (19)
PromiseList ( )This constructor 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.
leftShift ( Promise )This method is from 'PromiseList' class.
...
[+] PromiseMap (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PromiseMap. |
2 | Field __timeStamp__239_neverHappen1414503241131 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_neverHappen1414503241131 in PromiseMap. |
[+] affected methods (28)
PromiseMap ( )This constructor is from 'PromiseMap' class.
PromiseMap ( Map )This constructor 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.
invokeMethod ( String, Object )This method is from 'PromiseMap' class.
...
package org.grails.async.factory
[+] BoundPromise (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in BoundPromise. |
2 | Field __timeStamp__239_neverHappen1414503241160 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_neverHappen1414503241160 in BoundPromise. |
[+] affected methods (14)
BoundPromise ( Object )This constructor 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.
setProperty ( String, Object )This method is from 'BoundPromise' class.
...
[+] SynchronousPromise (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SynchronousPromise. |
2 | Field __timeStamp__239_neverHappen1414503241163 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_neverHappen1414503241163 in SynchronousPromise. |
[+] affected methods (16)
SynchronousPromise ( Closure )This constructor 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.
setCallable ( Closure )This method is from 'SynchronousPromise' class.
...
[+] SynchronousPromiseFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SynchronousPromiseFactory. |
2 | Field __timeStamp__239_neverHappen1414503241181 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_neverHappen1414503241181 in SynchronousPromiseFactory. |
[+] affected methods (11)
SynchronousPromiseFactory ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GparsPromise. |
2 | Field __timeStamp__239_neverHappen1414503241166 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_neverHappen1414503241166 in GparsPromise. |
[+] affected methods (15)
GparsPromise ( Closure )This constructor is from 'GparsPromise' class.
GparsPromise ( Promise )This constructor 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.
setInternalPromise ( Promise )This method is from 'GparsPromise' class.
...
[+] GparsPromiseFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GparsPromiseFactory. |
2 | Field __timeStamp__239_neverHappen1414503241187 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_neverHappen1414503241187 in GparsPromiseFactory. |
[+] affected methods (16)
GparsPromiseFactory ( )This constructor 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.
setMetaClass ( MetaClass )This method is from 'GparsPromiseFactory' class.
...
[+] LoggingPoolFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in LoggingPoolFactory. |
2 | Field __timeStamp__239_neverHappen1414503241171 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_neverHappen1414503241171 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.4.4.jar
package grails.build.interactive.completors
[+] CreateController (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateController. |
2 | Field __timeStamp__239_neverHappen1414503234014 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_neverHappen1414503234014 in CreateController. |
[+] affected methods (3)
CreateController ( )This constructor is from 'CreateController' class.
getCommandName ( )This method is from 'CreateController' class.
shouldInclude ( Resource )This method is from 'CreateController' class.
[+] CreateIntegrationTest (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateIntegrationTest. |
2 | Field __timeStamp__239_neverHappen1414503234015 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_neverHappen1414503234015 in CreateIntegrationTest. |
[+] affected methods (2)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
getCommandName ( )This method is from 'CreateIntegrationTest' class.
[+] CreateScaffoldController (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateScaffoldController. |
2 | Field __timeStamp__239_neverHappen1414503234017 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_neverHappen1414503234017 in CreateScaffoldController. |
[+] affected methods (3)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
getCommandName ( )This method is from 'CreateScaffoldController' class.
shouldInclude ( Resource )This method is from 'CreateScaffoldController' class.
[+] CreateService (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateService. |
2 | Field __timeStamp__239_neverHappen1414503234019 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_neverHappen1414503234019 in CreateService. |
[+] affected methods (3)
CreateService ( )This constructor is from 'CreateService' class.
getCommandName ( )This method is from 'CreateService' class.
shouldInclude ( Resource )This method is from 'CreateService' class.
[+] CreateTagLib (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateTagLib. |
2 | Field __timeStamp__239_neverHappen1414503234020 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_neverHappen1414503234020 in CreateTagLib. |
[+] affected methods (3)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
getCommandName ( )This method is from 'CreateTagLib' class.
shouldInclude ( Resource )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateUnitTest. |
2 | Field __timeStamp__239_neverHappen1414503234022 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_neverHappen1414503234022 in CreateUnitTest. |
[+] affected methods (2)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
getCommandName ( )This method is from 'CreateUnitTest' class.
[+] EscapingFileNameCompletor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in EscapingFileNameCompletor. |
2 | Field __timeStamp__239_neverHappen1414503233733 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_neverHappen1414503233733 in EscapingFileNameCompletor. |
[+] affected methods (7)
EscapingFileNameCompletor ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GenerateAll. |
2 | Field __timeStamp__239_neverHappen1414503234024 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_neverHappen1414503234024 in GenerateAll. |
[+] affected methods (3)
GenerateAll ( )This constructor is from 'GenerateAll' class.
getCommandName ( )This method is from 'GenerateAll' class.
shouldInclude ( Resource )This method is from 'GenerateAll' class.
[+] GenerateAsyncController (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GenerateAsyncController. |
2 | Field __timeStamp__239_neverHappen1414503234025 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_neverHappen1414503234025 in GenerateAsyncController. |
[+] affected methods (3)
GenerateAsyncController ( )This constructor is from 'GenerateAsyncController' class.
getCommandName ( )This method is from 'GenerateAsyncController' class.
shouldInclude ( Resource )This method is from 'GenerateAsyncController' class.
[+] GenerateController (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GenerateController. |
2 | Field __timeStamp__239_neverHappen1414503234027 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_neverHappen1414503234027 in GenerateController. |
[+] affected methods (3)
GenerateController ( )This constructor is from 'GenerateController' class.
getCommandName ( )This method is from 'GenerateController' class.
shouldInclude ( Resource )This method is from 'GenerateController' class.
[+] GenerateViews (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GenerateViews. |
2 | Field __timeStamp__239_neverHappen1414503234029 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_neverHappen1414503234029 in GenerateViews. |
[+] affected methods (3)
GenerateViews ( )This constructor is from 'GenerateViews' class.
getCommandName ( )This method is from 'GenerateViews' class.
shouldInclude ( Resource )This method is from 'GenerateViews' class.
[+] Open (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Open. |
2 | Field __timeStamp__239_neverHappen1414503233737 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_neverHappen1414503233737 in Open. |
[+] affected methods (6)
Open ( )This constructor 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 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RegexCompletor. |
2 | Field __timeStamp__239_neverHappen1414503232980 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_neverHappen1414503232980 in RegexCompletor. |
[+] affected methods (10)
RegexCompletor ( String )This constructor is from 'RegexCompletor' class.
RegexCompletor ( Pattern )This constructor 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 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SimpleOrFileNameCompletor. |
2 | Field __timeStamp__239_neverHappen1414503232990 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_neverHappen1414503232990 in SimpleOrFileNameCompletor. |
[+] affected methods (8)
SimpleOrFileNameCompletor ( String[ ] )This constructor is from 'SimpleOrFileNameCompletor' class.
SimpleOrFileNameCompletor ( List )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TestApp. |
2 | Field __timeStamp__239_neverHappen1414503234030 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_neverHappen1414503234030 in TestApp. |
[+] affected methods (2)
TestApp ( )This constructor is from 'TestApp' class.
getCommandName ( )This method is from 'TestApp' class.
package grails.ui.console
[+] GrailsSwingConsole (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsSwingConsole. |
2 | Field __timeStamp__239_neverHappen1414503234032 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_neverHappen1414503234032 in GrailsSwingConsole. |
[+] affected methods (6)
GrailsSwingConsole ( )This constructor is from 'GrailsSwingConsole' class.
GrailsSwingConsole ( BuildSettings )This constructor 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.
runInstance ( Object )This method is from 'GrailsSwingConsole' class.
package grails.util
[+] BuildSettings (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in BuildSettings. |
2 | Field __timeStamp__239_neverHappen1414503233743 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_neverHappen1414503233743 in BuildSettings. |
[+] affected methods (444)
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.
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.
get.defaultBuildDependencies ( )This method is from 'BuildSettings' class.
...
[+] CosineSimilarity (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CosineSimilarity. |
2 | Field __timeStamp__239_neverHappen1414503232995 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_neverHappen1414503232995 in CosineSimilarity. |
[+] affected methods (8)
CosineSimilarity ( )This constructor is from 'CosineSimilarity' class.
getMetaClass ( )This method is from 'CosineSimilarity' class.
getProperty ( String )This method is from 'CosineSimilarity' class.
invokeMethod ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object, double )This method is from 'CosineSimilarity' class.
setMetaClass ( MetaClass )This method is from 'CosineSimilarity' class.
setProperty ( String, Object )This method is from 'CosineSimilarity' class.
[+] GrailsMain (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsMain. |
2 | Field __timeStamp__239_neverHappen1414503234036 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_neverHappen1414503234036 in GrailsMain. |
[+] affected methods (4)
GrailsMain ( )This constructor is from 'GrailsMain' class.
GrailsMain ( Binding )This constructor is from 'GrailsMain' class.
main ( String[ ] )This method is from 'GrailsMain' class.
run ( )This method is from 'GrailsMain' class.
[+] PluginBuildSettings (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginBuildSettings. |
2 | Field __timeStamp__239_neverHappen1414503233007 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_neverHappen1414503233007 in PluginBuildSettings. |
[+] affected methods (187)
PluginBuildSettings ( BuildSettings )This constructor is from 'PluginBuildSettings' class.
PluginBuildSettings ( BuildSettings, Object )This constructor 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.
getCompileScopedArtefactResources ( )This method is from 'PluginBuildSettings' class.
...
package org.codehaus.groovy.grails.cli
[+] ScriptNameResolver (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ScriptNameResolver. |
2 | Field __timeStamp__239_neverHappen1414503233171 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_neverHappen1414503233171 in ScriptNameResolver. |
[+] affected methods (7)
ScriptNameResolver ( )This constructor is from 'ScriptNameResolver' class.
getMetaClass ( )This method is from 'ScriptNameResolver' class.
getProperty ( String )This method is from 'ScriptNameResolver' class.
invokeMethod ( String, Object )This method is from 'ScriptNameResolver' class.
resolvesTo ( String, String )This method is from 'ScriptNameResolver' class.
setMetaClass ( MetaClass )This method is from 'ScriptNameResolver' class.
setProperty ( String, Object )This method is from 'ScriptNameResolver' class.
package org.codehaus.groovy.grails.cli.fork
[+] ExecutionContext (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ExecutionContext. |
2 | Field __timeStamp__239_neverHappen1414503233314 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_neverHappen1414503233314 in ExecutionContext. |
[+] affected methods (65)
ExecutionContext ( )This constructor is from 'ExecutionContext' class.
ExecutionContext ( ForkedGrailsProcess )This constructor 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.
getGrailsHome ( )This method is from 'ExecutionContext' class.
...
[+] ForkedGrailsProcess (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ForkedGrailsProcess. |
2 | Field __timeStamp__239_neverHappen1414503233179 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_neverHappen1414503233179 in ForkedGrailsProcess. |
[+] affected methods (90)
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.
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.
configureFork ( BuildSettings )This method is from 'ForkedGrailsProcess' abstract class.
...
[+] ForkedGrailsProcessConfig (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ForkedGrailsProcessConfig. |
2 | Field __timeStamp__239_neverHappen1414503233339 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_neverHappen1414503233339 in ForkedGrailsProcessConfig. |
[+] affected methods (20)
ForkedGrailsProcessConfig ( )This constructor is from 'ForkedGrailsProcessConfig' class.
ForkedGrailsProcessConfig ( Object )This constructor 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.
isDebug ( )This method is from 'ForkedGrailsProcessConfig' class.
...
[+] ForkedGrailsProjectClassExecutor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ForkedGrailsProjectClassExecutor. |
2 | Field __timeStamp__239_neverHappen1414503233844 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_neverHappen1414503233844 in ForkedGrailsProjectClassExecutor. |
[+] affected methods (10)
ForkedGrailsProjectClassExecutor ( )This constructor is from 'ForkedGrailsProjectClassExecutor' abstract class.
ForkedGrailsProjectClassExecutor ( BuildSettings )This constructor 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.
run ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
runInstance ( Object )This abstract method is from 'ForkedGrailsProjectClassExecutor' abstract class.
[+] IncludeTargets (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IncludeTargets. |
2 | Field __timeStamp__239_neverHappen1414503233347 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_neverHappen1414503233347 in IncludeTargets. |
[+] affected methods (12)
IncludeTargets ( ClassLoader, Binding )This constructor 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.
setProperty ( String, Object )This method is from 'IncludeTargets' class.
...
package org.codehaus.groovy.grails.cli.fork.compile
[+] ForkedGrailsCompiler (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ForkedGrailsCompiler. |
2 | Field __timeStamp__239_neverHappen1414503234039 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_neverHappen1414503234039 in ForkedGrailsCompiler. |
[+] affected methods (7)
ForkedGrailsCompiler ( )This constructor is from 'ForkedGrailsCompiler' class.
ForkedGrailsCompiler ( BuildSettings )This constructor 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.
runInstance ( Object )This method is from 'ForkedGrailsCompiler' class.
package org.codehaus.groovy.grails.cli.fork.testing
[+] ForkedGrailsTestRunner (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ForkedGrailsTestRunner. |
2 | Field __timeStamp__239_neverHappen1414503234043 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_neverHappen1414503234043 in ForkedGrailsTestRunner. |
[+] affected methods (11)
ForkedGrailsTestRunner ( )This constructor is from 'ForkedGrailsTestRunner' class.
ForkedGrailsTestRunner ( BuildSettings )This constructor 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.
runInstance ( Object )This method is from 'ForkedGrailsTestRunner' class.
setTestExecutionContext ( Object, Binding, Object, Object )This method is from 'ForkedGrailsTestRunner' class.
...
[+] TestExecutionContext (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TestExecutionContext. |
2 | Field __timeStamp__239_neverHappen1414503233863 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_neverHappen1414503233863 in TestExecutionContext. |
[+] affected methods (3)
TestExecutionContext ( )This constructor is from 'TestExecutionContext' class.
TestExecutionContext ( ForkedGrailsProcess )This constructor is from 'TestExecutionContext' class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'TestExecutionContext' class.
package org.codehaus.groovy.grails.cli.interactive
[+] GrailsInteractiveCompletor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsInteractiveCompletor. |
2 | Field __timeStamp__239_neverHappen1414503233868 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_neverHappen1414503233868 in GrailsInteractiveCompletor. |
[+] affected methods (96)
GrailsInteractiveCompletor ( BuildSettings, List )This constructor 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.
setSettings ( BuildSettings )This method is from 'GrailsInteractiveCompletor' class.
...
[+] InteractiveMode (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in InteractiveMode. |
2 | Field __timeStamp__239_neverHappen1414503233356 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_neverHappen1414503233356 in InteractiveMode. |
[+] affected methods (84)
InteractiveMode ( BuildSettings, GrailsScriptRunner )This constructor 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.
beforeShutdown ( )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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ClassNameCompletor. |
2 | Field __timeStamp__239_neverHappen1414503233875 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_neverHappen1414503233875 in ClassNameCompletor. |
[+] affected methods (11)
ClassNameCompletor ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependencyInfo. |
2 | Field __timeStamp__239_neverHappen1414503233423 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_neverHappen1414503233423 in DependencyInfo. |
[+] affected methods (19)
DependencyInfo ( )This constructor is from 'DependencyInfo' class.
getExcludes ( )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.
setExcludes ( List )This method is from 'DependencyInfo' class.
setGroup ( String )This method is from 'DependencyInfo' class.
...
[+] MavenMultiProjectGenerator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MavenMultiProjectGenerator. |
2 | Field __timeStamp__239_neverHappen1414503233880 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_neverHappen1414503233880 in MavenMultiProjectGenerator. |
[+] affected methods (9)
MavenMultiProjectGenerator ( BuildSettings )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MavenPomGenerator. |
2 | Field __timeStamp__239_neverHappen1414503233890 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_neverHappen1414503233890 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.
convertExclusionsToRealDeps ( Dependency )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
[+] ChildFirstURLClassLoader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ChildFirstURLClassLoader. |
2 | Field __timeStamp__239_neverHappen1414503234087 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_neverHappen1414503234087 in ChildFirstURLClassLoader. |
[+] affected methods (11)
ChildFirstURLClassLoader ( )This constructor is from 'ChildFirstURLClassLoader' class.
ChildFirstURLClassLoader ( ClassLoader )This constructor is from 'ChildFirstURLClassLoader' class.
getMetaClass ( )This method is from 'ChildFirstURLClassLoader' class.
getProperty ( String )This method is from 'ChildFirstURLClassLoader' class.
getResource ( String )This method is from 'ChildFirstURLClassLoader' class.
getResourceAsStream ( String )This method is from 'ChildFirstURLClassLoader' class.
getResources ( String )This method is from 'ChildFirstURLClassLoader' class.
invokeMethod ( String, Object )This method is from 'ChildFirstURLClassLoader' class.
loadClass ( String, boolean )This method is from 'ChildFirstURLClassLoader' class.
setMetaClass ( MetaClass )This method is from 'ChildFirstURLClassLoader' class.
setProperty ( String, Object )This method is from 'ChildFirstURLClassLoader' class.
...
[+] UaaEnabler (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in UaaEnabler. |
2 | Field __timeStamp__239_neverHappen1414503234346 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_neverHappen1414503234346 in UaaEnabler. |
[+] affected methods (15)
UaaEnabler ( BuildSettings, PluginBuildSettings )This constructor 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.
setClassLoader ( GroovyClassLoader )This method is from 'UaaEnabler' class.
...
[+] UaaIntegrationSupport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in UaaIntegrationSupport. |
2 | Field __timeStamp__239_neverHappen1414503234413 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_neverHappen1414503234413 in UaaIntegrationSupport. |
[+] affected methods (7)
UaaIntegrationSupport ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DefaultStackTracePrinter. |
2 | Field __timeStamp__239_neverHappen1414503233433 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_neverHappen1414503233433 in DefaultStackTracePrinter. |
[+] affected methods (15)
DefaultStackTracePrinter ( )This constructor 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.
printStackLine ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
...
package org.codehaus.groovy.grails.io.support
[+] ByteArrayResource (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ByteArrayResource. |
2 | Field __timeStamp__239_neverHappen1414503233454 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_neverHappen1414503233454 in ByteArrayResource. |
[+] affected methods (21)
ByteArrayResource ( byte[ ] )This constructor is from 'ByteArrayResource' class.
ByteArrayResource ( byte[ ], String )This constructor 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.
getProperty ( String )This method is from 'ByteArrayResource' class.
...
[+] GrailsIOUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsIOUtils. |
2 | Field __timeStamp__239_neverHappen1414503233912 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_neverHappen1414503233912 in GrailsIOUtils. |
[+] affected methods (13)
GrailsIOUtils ( )This constructor is from 'GrailsIOUtils' class.
copy ( InputStream, Writer )This method is from 'GrailsIOUtils' class.
copy ( InputStream, Writer, String )This method is from 'GrailsIOUtils' class.
findJarFile ( Class )This method is from 'GrailsIOUtils' class.
getMetaClass ( )This method is from 'GrailsIOUtils' class.
getProperty ( String )This method is from 'GrailsIOUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsIOUtils' class.
openStream ( File )This method is from 'GrailsIOUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsIOUtils' class.
setProperty ( String, Object )This method is from 'GrailsIOUtils' class.
toString ( InputStream )This method is from 'GrailsIOUtils' class.
toString ( InputStream, String )This method is from 'GrailsIOUtils' class.
...
package org.codehaus.groovy.grails.plugins
[+] GrailsPluginUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsPluginUtils. |
2 | Field __timeStamp__239_neverHappen1414503233461 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_neverHappen1414503233461 in GrailsPluginUtils. |
[+] affected methods (51)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
clearCaches ( )This method is from 'GrailsPluginUtils' class.
getArtefactResources ( String )This method is from 'GrailsPluginUtils' class.
getArtefactResourcesForOne ( String )This method is from 'GrailsPluginUtils' class.
getAvailableScripts ( String, String, String )This method is from 'GrailsPluginUtils' class.
getBasePluginDescriptor ( String )This method is from 'GrailsPluginUtils' class.
getDescriptorForPlugin ( Resource )This method is from 'GrailsPluginUtils' class.
getGlobalPluginsPath ( )This method is from 'GrailsPluginUtils' class.
getGRAILS_HOME ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( String )This method is from 'GrailsPluginUtils' class.
getLowerVersion ( String )This method is from 'GrailsPluginUtils' class.
...
[+] GrailsVersionUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsVersionUtils. |
2 | Field __timeStamp__239_neverHappen1414503233479 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_neverHappen1414503233479 in GrailsVersionUtils. |
[+] affected methods (13)
GrailsVersionUtils ( )This constructor 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.
setProperty ( String, Object )This method is from 'GrailsVersionUtils' class.
...
[+] PluginInfo (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginInfo. |
2 | Field __timeStamp__239_neverHappen1414503233916 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_neverHappen1414503233916 in PluginInfo. |
[+] affected methods (22)
PluginInfo ( Resource, PluginBuildSettings )This constructor 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.
getVersion ( )This method is from 'PluginInfo' class.
...
[+] VersionComparator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in VersionComparator. |
2 | Field __timeStamp__239_neverHappen1414503233493 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_neverHappen1414503233493 in VersionComparator. |
[+] affected methods (11)
VersionComparator ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginScopeInfo. |
2 | Field __timeStamp__239_neverHappen1414503233509 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_neverHappen1414503233509 in PluginScopeInfo. |
[+] affected methods (29)
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.
getArtefactResources ( )This method is from 'PluginScopeInfo' class.
...
package org.codehaus.groovy.grails.resolve
[+] Dependency (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Dependency. |
2 | Field __timeStamp__239_neverHappen1414503233514 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_neverHappen1414503233514 in Dependency. |
[+] affected methods (58)
convertExclusionsToRealDeps ( Dependency )1st parameter 'dependency' of this method has type 'Dependency'.
Dependency ( String, String, String, String[ ] )This constructor is from 'Dependency' class.
Dependency ( String, String, String, boolean, String[ ] )This constructor is from 'Dependency' class.
Dependency ( String, String, String, boolean, boolean )This constructor 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.
...
[+] DependencyManagerConfigurer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependencyManagerConfigurer. |
2 | Field __timeStamp__239_neverHappen1414503233530 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_neverHappen1414503233530 in DependencyManagerConfigurer. |
[+] affected methods (17)
DependencyManagerConfigurer ( )This constructor 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.
invokeMethod ( String, Object )This method is from 'DependencyManagerConfigurer' class.
...
[+] DependencyManagerUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependencyManagerUtils. |
2 | Field __timeStamp__239_neverHappen1414503233549 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_neverHappen1414503233549 in DependencyManagerUtils. |
[+] affected methods (7)
DependencyManagerUtils ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in EnhancedDefaultDependencyDescriptor. |
2 | Field __timeStamp__239_neverHappen1414503233923 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_neverHappen1414503233923 in EnhancedDefaultDependencyDescriptor. |
[+] affected methods (40)
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, boolean )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerPluginDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
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.
addRuleForModuleId ( ModuleId, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String, String, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] GrailsCoreDependenciesPomGenerator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsCoreDependenciesPomGenerator. |
2 | Field __timeStamp__239_neverHappen1414503233558 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_neverHappen1414503233558 in GrailsCoreDependenciesPomGenerator. |
[+] affected methods (13)
GrailsCoreDependenciesPomGenerator ( String, File )This constructor is from 'GrailsCoreDependenciesPomGenerator' class.
buildDependencies ( MarkupBuilder, String, Collection )This method is from 'GrailsCoreDependenciesPomGenerator' class.
buildPom ( )This method is from 'GrailsCoreDependenciesPomGenerator' class.
getGrailsVersion ( )This method is from 'GrailsCoreDependenciesPomGenerator' class.
getMetaClass ( )This method is from 'GrailsCoreDependenciesPomGenerator' class.
getProperty ( String )This method is from 'GrailsCoreDependenciesPomGenerator' class.
getTargetFile ( )This method is from 'GrailsCoreDependenciesPomGenerator' class.
invokeMethod ( String, Object )This method is from 'GrailsCoreDependenciesPomGenerator' class.
main ( String[ ] )This method is from 'GrailsCoreDependenciesPomGenerator' class.
setGrailsVersion ( String )This method is from 'GrailsCoreDependenciesPomGenerator' class.
setMetaClass ( MetaClass )This method is from 'GrailsCoreDependenciesPomGenerator' class.
setProperty ( String, Object )This method is from 'GrailsCoreDependenciesPomGenerator' class.
...
[+] GrailsIvyDependencies (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsIvyDependencies. |
2 | Field __timeStamp__239_neverHappen1414503233936 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_neverHappen1414503233936 in GrailsIvyDependencies. |
[+] affected methods (11)
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.
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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IvyDependencyManager. |
2 | Field __timeStamp__239_neverHappen1414503233949 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_neverHappen1414503233949 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IvyDependencyReport. |
2 | Field __timeStamp__239_neverHappen1414503233606 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_neverHappen1414503233606 in IvyDependencyReport. |
[+] affected methods (20)
IvyDependencyReport ( String, ResolveReport )This constructor 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.
hasError ( )This method is from 'IvyDependencyReport' class.
...
[+] PluginInstallEngine (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginInstallEngine. |
2 | Field __timeStamp__239_neverHappen1414503233620 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_neverHappen1414503233620 in PluginInstallEngine. |
[+] affected methods (51)
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.
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.
getEventHandler ( )This method is from 'PluginInstallEngine' class.
...
[+] PluginResolveEngine (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginResolveEngine. |
2 | Field __timeStamp__239_neverHappen1414503233673 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_neverHappen1414503233673 in PluginResolveEngine. |
[+] affected methods (77)
PluginInstallEngine ( BuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
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'.
getEventHandler ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
...
[+] ResolvedArtifactReport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ResolvedArtifactReport. |
2 | Field __timeStamp__239_neverHappen1414503233699 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_neverHappen1414503233699 in ResolvedArtifactReport. |
[+] affected methods (16)
ResolvedArtifactReport ( )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency, File )This constructor 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.
setDependency ( Dependency )This method is from 'ResolvedArtifactReport' class.
...
[+] ResolveException (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ResolveException. |
2 | Field __timeStamp__239_neverHappen1414503234083 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_neverHappen1414503234083 in ResolveException. |
[+] affected methods (9)
ResolveException ( ResolveReport )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependencyConfigurationConfigurer. |
2 | Field __timeStamp__239_neverHappen1414503234051 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_neverHappen1414503234051 in DependencyConfigurationConfigurer. |
[+] affected methods (26)
DependencyConfigurationConfigurer ( DependencyConfigurationContext )This constructor 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.
inherits ( String )This method is from 'DependencyConfigurationConfigurer' class.
...
[+] InheritanceConfigurer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in InheritanceConfigurer. |
2 | Field __timeStamp__239_neverHappen1414503234058 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_neverHappen1414503234058 in InheritanceConfigurer. |
[+] affected methods (3)
InheritanceConfigurer ( DependencyConfigurationContext )This constructor is from 'InheritanceConfigurer' class.
excludes ( String[ ] )This method is from 'InheritanceConfigurer' class.
excludes ( Map )This method is from 'InheritanceConfigurer' class.
[+] RepositoriesConfigurer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RepositoriesConfigurer. |
2 | Field __timeStamp__239_neverHappen1414503234061 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_neverHappen1414503234061 in RepositoriesConfigurer. |
[+] affected methods (17)
RepositoriesConfigurer ( DependencyConfigurationContext )This constructor 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.
jcenter ( )This method is from 'RepositoriesConfigurer' class.
mavenCentral ( )This method is from 'RepositoriesConfigurer' class.
...
package org.codehaus.groovy.grails.resolve.ivy
[+] IvyExcludeResolver (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IvyExcludeResolver. |
2 | Field __timeStamp__239_neverHappen1414503233709 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_neverHappen1414503233709 in IvyExcludeResolver. |
[+] affected methods (9)
IvyExcludeResolver ( IvyDependencyManager )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IvyGraphNode. |
2 | Field __timeStamp__239_neverHappen1414503234011 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_neverHappen1414503234011 in IvyGraphNode. |
[+] affected methods (2)
IvyGraphNode ( ResolveReport )This constructor is from 'IvyGraphNode' class.
createGraph ( GraphNode, Collection, String[ ] )This method is from 'IvyGraphNode' class.
package org.codehaus.groovy.grails.resolve.reporting
[+] GraphNode (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GraphNode. |
2 | Field __timeStamp__239_neverHappen1414503233718 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_neverHappen1414503233718 in GraphNode. |
[+] affected methods (18)
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.
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.
setDependency ( Dependency )This method is from 'GraphNode' class.
...
[+] SimpleGraphRenderer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SimpleGraphRenderer. |
2 | Field __timeStamp__239_neverHappen1414503233722 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_neverHappen1414503233722 in SimpleGraphRenderer. |
[+] affected methods (15)
SimpleGraphRenderer ( String, String )This constructor 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.
setDescription ( String )This method is from 'SimpleGraphRenderer' class.
...
grails-core-2.4.4.jar
package grails.compiler
[+] DomainMappingTypeCheckingExtension (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DomainMappingTypeCheckingExtension. |
2 | Field __timeStamp__239_neverHappen1414503245893 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_neverHappen1414503245893 in DomainMappingTypeCheckingExtension. |
[+] affected methods (2)
DomainMappingTypeCheckingExtension ( )This constructor is from 'DomainMappingTypeCheckingExtension' class.
run ( )This method is from 'DomainMappingTypeCheckingExtension' class.
[+] DynamicFinderTypeCheckingExtension (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DynamicFinderTypeCheckingExtension. |
2 | Field __timeStamp__239_neverHappen1414503245898 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_neverHappen1414503245898 in DynamicFinderTypeCheckingExtension. |
[+] affected methods (3)
DynamicFinderTypeCheckingExtension ( )This constructor is from 'DynamicFinderTypeCheckingExtension' class.
makeDynamicGormCall ( MethodCall, ClassNode, ClassNode )This method is from 'DynamicFinderTypeCheckingExtension' class.
run ( )This method is from 'DynamicFinderTypeCheckingExtension' class.
[+] GrailsCompileStatic (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsCompileStatic. |
2 | Field __timeStamp__239_neverHappen1414503245730 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_neverHappen1414503245730 in GrailsCompileStatic. |
[+] affected methods (7)
GrailsCompileStatic ( )This constructor is from 'GrailsCompileStatic' class.
getMetaClass ( )This method is from 'GrailsCompileStatic' class.
getProperty ( String )This method is from 'GrailsCompileStatic' class.
invokeMethod ( String, Object )This method is from 'GrailsCompileStatic' class.
setMetaClass ( MetaClass )This method is from 'GrailsCompileStatic' class.
setProperty ( String, Object )This method is from 'GrailsCompileStatic' class.
value ( )This method is from 'GrailsCompileStatic' class.
[+] GrailsTypeChecked (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsTypeChecked. |
2 | Field __timeStamp__239_neverHappen1414503245731 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_neverHappen1414503245731 in GrailsTypeChecked. |
[+] affected methods (7)
GrailsTypeChecked ( )This constructor is from 'GrailsTypeChecked' class.
getMetaClass ( )This method is from 'GrailsTypeChecked' class.
getProperty ( String )This method is from 'GrailsTypeChecked' class.
invokeMethod ( String, Object )This method is from 'GrailsTypeChecked' class.
setMetaClass ( MetaClass )This method is from 'GrailsTypeChecked' class.
setProperty ( String, Object )This method is from 'GrailsTypeChecked' class.
value ( )This method is from 'GrailsTypeChecked' class.
[+] RelationshipManagementMethodTypeCheckingExtension (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RelationshipManagementMethodTypeCheckingExtension. |
2 | Field __timeStamp__239_neverHappen1414503245901 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_neverHappen1414503245901 in RelationshipManagementMethodTypeCheckingExtension. |
[+] affected methods (2)
RelationshipManagementMethodTypeCheckingExtension ( )This constructor is from 'RelationshipManagementMethodTypeCheckingExtension' class.
run ( )This method is from 'RelationshipManagementMethodTypeCheckingExtension' class.
[+] ValidateableTypeCheckingExtension (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ValidateableTypeCheckingExtension. |
2 | Field __timeStamp__239_neverHappen1414503245903 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_neverHappen1414503245903 in ValidateableTypeCheckingExtension. |
[+] affected methods (2)
ValidateableTypeCheckingExtension ( )This constructor is from 'ValidateableTypeCheckingExtension' class.
run ( )This method is from 'ValidateableTypeCheckingExtension' class.
[+] WhereQueryTypeCheckingExtension (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in WhereQueryTypeCheckingExtension. |
2 | Field __timeStamp__239_neverHappen1414503245908 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_neverHappen1414503245908 in WhereQueryTypeCheckingExtension. |
[+] affected methods (3)
WhereQueryTypeCheckingExtension ( )This constructor is from 'WhereQueryTypeCheckingExtension' class.
isWhereQueryCall ( MethodCall )This method is from 'WhereQueryTypeCheckingExtension' class.
run ( )This method is from 'WhereQueryTypeCheckingExtension' class.
package grails.validation
[+] ValidationErrors (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ValidationErrors. |
2 | Field __timeStamp__239_neverHappen1414503245913 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_neverHappen1414503245913 in ValidationErrors. |
[+] affected methods (9)
ValidationErrors ( Object )This constructor is from 'ValidationErrors' class.
ValidationErrors ( Object, String )This constructor 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
[+] GrailsArrayUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsArrayUtils. |
2 | Field __timeStamp__239_neverHappen1414503245732 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_neverHappen1414503245732 in GrailsArrayUtils. |
[+] affected methods (19)
GrailsArrayUtils ( )This constructor is from 'GrailsArrayUtils' abstract class.
add ( Object, int, Object )This method is from 'GrailsArrayUtils' abstract class.
addAll ( Object, Object )This method is from 'GrailsArrayUtils' abstract class.
addToEnd ( Object, Object )This method is from 'GrailsArrayUtils' abstract class.
addToStart ( Object, Object )This method is from 'GrailsArrayUtils' abstract class.
contains ( Object[ ], Object )This method is from 'GrailsArrayUtils' abstract class.
getMetaClass ( )This method is from 'GrailsArrayUtils' abstract class.
getProperty ( String )This method is from 'GrailsArrayUtils' abstract class.
invokeMethod ( String, Object )This method is from 'GrailsArrayUtils' abstract class.
setMetaClass ( MetaClass )This method is from 'GrailsArrayUtils' abstract class.
setProperty ( String, Object )This method is from 'GrailsArrayUtils' abstract class.
subarray ( Object, int, int )This method is from 'GrailsArrayUtils' abstract class.
...
[+] GrailsStringUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsStringUtils. |
2 | Field __timeStamp__239_neverHappen1414503245878 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_neverHappen1414503245878 in GrailsStringUtils. |
[+] affected methods (16)
GrailsStringUtils ( )This constructor is from 'GrailsStringUtils' abstract class.
getFileBasename ( String )This method is from 'GrailsStringUtils' abstract class.
getMetaClass ( )This method is from 'GrailsStringUtils' abstract class.
getProperty ( String )This method is from 'GrailsStringUtils' abstract class.
invokeMethod ( String, Object )This method is from 'GrailsStringUtils' abstract class.
isBlank ( String )This method is from 'GrailsStringUtils' abstract class.
isNotBlank ( String )This method is from 'GrailsStringUtils' abstract class.
isNotEmpty ( String )This method is from 'GrailsStringUtils' abstract class.
setMetaClass ( MetaClass )This method is from 'GrailsStringUtils' abstract class.
setProperty ( String, Object )This method is from 'GrailsStringUtils' abstract class.
substringAfter ( String, String )This method is from 'GrailsStringUtils' abstract class.
substringAfterLast ( String, String )This method is from 'GrailsStringUtils' abstract class.
...
package org.codehaus.groovy.grails.commons.cfg
[+] ConfigurationHelper (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ConfigurationHelper. |
2 | Field __timeStamp__239_neverHappen1414503245746 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_neverHappen1414503245746 in ConfigurationHelper. |
[+] affected methods (18)
ConfigurationHelper ( )This constructor is from 'ConfigurationHelper' class.
clearCachedConfig ( GrailsApplication )This method is from 'ConfigurationHelper' class.
clearCachedConfigs ( )This method is from 'ConfigurationHelper' class.
getConfigSlurper ( String, GrailsApplication )This method is from 'ConfigurationHelper' class.
getDEFAULT_RESOURCES_PLUGIN_EXCLUDES ( )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.
initDefaultConfiguration ( ConfigObject )This method is from 'ConfigurationHelper' class.
invokeMethod ( String, Object )This method is from 'ConfigurationHelper' class.
...
[+] MapBasedSmartPropertyOverrideConfigurer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MapBasedSmartPropertyOverrideConfigurer. |
2 | Field __timeStamp__239_neverHappen1414503245756 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_neverHappen1414503245756 in MapBasedSmartPropertyOverrideConfigurer. |
[+] affected methods (15)
MapBasedSmartPropertyOverrideConfigurer ( GrailsApplication )This constructor is from 'MapBasedSmartPropertyOverrideConfigurer' class.
applyPropertyValue ( ConfigurableListableBeanFactory, String, String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getApplication ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getBeansConfig ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getClassLoader ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getMetaClass ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getProperty ( String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinitionForFactoryBean ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
invokeMethod ( String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
...
package org.codehaus.groovy.grails.commons.metaclass
[+] MetaClassEnhancer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MetaClassEnhancer. |
2 | Field __timeStamp__239_neverHappen1414503245881 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_neverHappen1414503245881 in MetaClassEnhancer. |
[+] affected methods (8)
MetaClassEnhancer ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PropertyExpression. |
2 | Field __timeStamp__239_neverHappen1414503245760 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_neverHappen1414503245760 in PropertyExpression. |
[+] affected methods (7)
PropertyExpression ( String )This constructor is from 'PropertyExpression' class.
getMetaClass ( )This method is from 'PropertyExpression' class.
getProperty ( String )This method is from 'PropertyExpression' class.
getValue ( )This method is from 'PropertyExpression' class.
invokeMethod ( String, Object )This method is from 'PropertyExpression' class.
setMetaClass ( MetaClass )This method is from 'PropertyExpression' class.
setProperty ( String, Object )This method is from 'PropertyExpression' class.
package org.codehaus.groovy.grails.commons.utils
[+] LazyBeanMap (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in LazyBeanMap. |
2 | Field __timeStamp__239_neverHappen1414503245761 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_neverHappen1414503245761 in LazyBeanMap. |
[+] affected methods (20)
LazyBeanMap ( Object )This constructor is from 'LazyBeanMap' class.
clear ( )This method is from 'LazyBeanMap' class.
containsKey ( Object )This method is from 'LazyBeanMap' class.
containsValue ( Object )This method is from 'LazyBeanMap' class.
entrySet ( )This method is from 'LazyBeanMap' class.
get ( Object )This method is from 'LazyBeanMap' class.
getMetaClass ( )This method is from 'LazyBeanMap' class.
getProperty ( String )This method is from 'LazyBeanMap' class.
getTarget ( )This method is from 'LazyBeanMap' class.
invokeMethod ( String, Object )This method is from 'LazyBeanMap' class.
isEmpty ( )This method is from 'LazyBeanMap' class.
keySet ( )This method is from 'LazyBeanMap' class.
...
package org.codehaus.groovy.grails.core.io.support
[+] GrailsFactoriesLoader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsFactoriesLoader. |
2 | Field __timeStamp__239_neverHappen1414503245767 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_neverHappen1414503245767 in GrailsFactoriesLoader. |
[+] affected methods (18)
GrailsFactoriesLoader ( )This constructor is from 'GrailsFactoriesLoader' class.
getFACTORIES_RESOURCE_LOCATION ( )This method is from 'GrailsFactoriesLoader' class.
getMetaClass ( )This method is from 'GrailsFactoriesLoader' class.
getProperty ( String )This method is from 'GrailsFactoriesLoader' class.
invokeMethod ( String, Object )This method is from 'GrailsFactoriesLoader' class.
loadFactories ( Class )This method is from 'GrailsFactoriesLoader' class.
loadFactories ( Class, ClassLoader )This method is from 'GrailsFactoriesLoader' class.
loadFactoriesWithArguments ( Class, ClassLoader, Object[ ] )This method is from 'GrailsFactoriesLoader' class.
loadFactory ( Class )This method is from 'GrailsFactoriesLoader' class.
loadFactory ( Class, Object[ ] )This method is from 'GrailsFactoriesLoader' class.
loadFactory ( Class, ClassLoader )This method is from 'GrailsFactoriesLoader' class.
loadFactory ( Class, ClassLoader, Object[ ] )This method is from 'GrailsFactoriesLoader' class.
...
package org.codehaus.groovy.grails.documentation
[+] DocumentationContext (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DocumentationContext. |
2 | Field __timeStamp__239_neverHappen1414503245773 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_neverHappen1414503245773 in DocumentationContext. |
[+] affected methods (25)
DocumentationContext ( )This constructor 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.
getProperty ( String )This method is from 'DocumentationContext' class.
...
[+] DocumentedElement (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DocumentedElement. |
2 | Field __timeStamp__239_neverHappen1414503245779 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_neverHappen1414503245779 in DocumentedElement. |
[+] affected methods (14)
DocumentedElement ( )This constructor 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.
setProperty ( String, Object )This method is from 'DocumentedElement' class.
...
[+] DocumentedMethod (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DocumentedMethod. |
2 | Field __timeStamp__239_neverHappen1414503245882 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_neverHappen1414503245882 in DocumentedMethod. |
[+] affected methods (4)
DocumentedMethod ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DocumentedProperty. |
2 | Field __timeStamp__239_neverHappen1414503245883 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_neverHappen1414503245883 in DocumentedProperty. |
[+] affected methods (4)
DocumentedProperty ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DefaultErrorsPrinter. |
2 | Field __timeStamp__239_neverHappen1414503245884 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_neverHappen1414503245884 in DefaultErrorsPrinter. |
[+] affected methods (13)
DefaultErrorsPrinter ( )This constructor is from 'DefaultErrorsPrinter' class.
DefaultErrorsPrinter ( ResourceLocator )This constructor 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.
prettyPrintCodeSnippet ( Throwable )This method is from 'DefaultErrorsPrinter' class.
...
package org.codehaus.groovy.grails.orm.support
[+] GrailsTransactionTemplate (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsTransactionTemplate. |
2 | Field __timeStamp__239_neverHappen1414503245780 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_neverHappen1414503245780 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.
execute ( Closure )This method is from 'GrailsTransactionTemplate' class.
executeAndRollback ( 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CoreGrailsPlugin. |
2 | Field __timeStamp__239_neverHappen1414503245787 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_neverHappen1414503245787 in CoreGrailsPlugin. |
[+] affected methods (16)
CoreGrailsPlugin ( )This constructor is from 'CoreGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'CoreGrailsPlugin' class.
getDoWithSpring ( )This method is from 'CoreGrailsPlugin' class.
getMetaClass ( )This method is from 'CoreGrailsPlugin' class.
getOnChange ( )This method is from 'CoreGrailsPlugin' class.
getProperty ( String )This method is from 'CoreGrailsPlugin' class.
getVersion ( )This method is from 'CoreGrailsPlugin' class.
getWatchedResources ( )This method is from 'CoreGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'CoreGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'CoreGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'CoreGrailsPlugin' class.
setMetaClass ( MetaClass )This method is from 'CoreGrailsPlugin' class.
...
[+] Servlet3AsyncWebXmlProcessor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Servlet3AsyncWebXmlProcessor. |
2 | Field __timeStamp__239_neverHappen1414503245810 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_neverHappen1414503245810 in Servlet3AsyncWebXmlProcessor. |
[+] affected methods (7)
Servlet3AsyncWebXmlProcessor ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DefaultPluginPublisher. |
2 | Field __timeStamp__239_neverHappen1414503245813 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_neverHappen1414503245813 in DefaultPluginPublisher. |
[+] affected methods (18)
DefaultPluginPublisher ( File, String, String )This constructor is from 'DefaultPluginPublisher' class.
DefaultPluginPublisher ( String, String )This constructor 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.
publishRelease ( String, Resource, boolean )This method is from 'DefaultPluginPublisher' class.
...
[+] PluginDescriptorGenerator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginDescriptorGenerator. |
2 | Field __timeStamp__239_neverHappen1414503245822 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_neverHappen1414503245822 in PluginDescriptorGenerator. |
[+] affected methods (20)
PluginDescriptorGenerator ( BuildSettings, Object, List )This constructor is from 'PluginDescriptorGenerator' class.
PluginDescriptorGenerator ( BuildSettings, String, Resource[ ] )This constructor 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.
getResourceList ( )This method is from 'PluginDescriptorGenerator' class.
...
[+] PluginPackager (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginPackager. |
2 | Field __timeStamp__239_neverHappen1414503245831 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_neverHappen1414503245831 in PluginPackager. |
[+] affected methods (26)
PluginPackager ( BuildSettings, Object, Resource[ ], File, GrailsBuildEventListener, BuildSettings )This constructor 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.
getResourcesDir ( )This method is from 'PluginPackager' class.
...
package org.codehaus.groovy.grails.plugins.support
[+] WatchPattern (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in WatchPattern. |
2 | Field __timeStamp__239_neverHappen1414503245857 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_neverHappen1414503245857 in WatchPattern. |
[+] affected methods (15)
WatchPattern ( )This constructor 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.
setFile ( File )This method is from 'WatchPattern' class.
...
package org.codehaus.groovy.grails.support
[+] DevelopmentShutdownHook (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DevelopmentShutdownHook. |
2 | Field __timeStamp__239_neverHappen1414503245859 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_neverHappen1414503245859 in DevelopmentShutdownHook. |
[+] affected methods (9)
DevelopmentShutdownHook ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IncludeExcludeSupport. |
2 | Field __timeStamp__239_neverHappen1414503245865 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_neverHappen1414503245865 in IncludeExcludeSupport. |
[+] affected methods (17)
IncludeExcludeSupport ( )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List, List )This constructor 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.
invokeMethod ( String, Object )This method is from 'IncludeExcludeSupport' class.
...
[+] PersistenceContextInterceptorExecutor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PersistenceContextInterceptorExecutor. |
2 | Field __timeStamp__239_neverHappen1414503245867 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_neverHappen1414503245867 in PersistenceContextInterceptorExecutor. |
[+] affected methods (12)
PersistenceContextInterceptorExecutor ( Collection )This constructor 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.
setProperty ( String, Object )This method is from 'PersistenceContextInterceptorExecutor' class.
...
package org.codehaus.groovy.grails.transaction.transform
[+] RollbackTransform (3)
| Change | Effect |
---|
1 | Removed super-interface groovy.lang.GroovyObject. | Recompilation of a client program may be terminated with the message: cannot find method in class RollbackTransform. |
2 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RollbackTransform. |
3 | Field __timeStamp__239_neverHappen1414503245890 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_neverHappen1414503245890 in RollbackTransform. |
[+] affected methods (3)
RollbackTransform ( )This constructor is from 'RollbackTransform' class.
getTransactionTemplateMethodName ( )This method is from 'RollbackTransform' class.
isTransactionAnnotation ( AnnotationNode )This method is from 'RollbackTransform' class.
[+] TransactionalTransform (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TransactionalTransform. |
2 | Field __timeStamp__239_neverHappen1414503245869 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_neverHappen1414503245869 in TransactionalTransform. |
[+] affected methods (16)
TransactionalTransform ( )This constructor is from 'TransactionalTransform' class.
applyTransactionalAttributeSettings ( AnnotationNode, VariableExpression, BlockStatement )This method is from 'TransactionalTransform' class.
createTransactionalMethodCallBody ( Parameter, MethodCallExpression )This method is from 'TransactionalTransform' class.
getAnnotationClassNode ( String )This method is from 'TransactionalTransform' class.
getMetaClass ( )This method is from 'TransactionalTransform' class.
getProperty ( String )This method is from 'TransactionalTransform' class.
getTransactionTemplateMethodName ( )This method is from 'TransactionalTransform' class.
invokeMethod ( String, Object )This method is from 'TransactionalTransform' class.
isTransactionAnnotation ( AnnotationNode )This method is from 'TransactionalTransform' class.
moveOriginalCodeToNewMethod ( SourceUnit, ClassNode, MethodNode )This method is from 'TransactionalTransform' class.
setMetaClass ( MetaClass )This method is from 'TransactionalTransform' class.
setProperty ( String, Object )This method is from 'TransactionalTransform' class.
...
package org.codehaus.groovy.grails.validation
[+] ConstraintEvalUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ConstraintEvalUtils. |
2 | Field __timeStamp__239_neverHappen1414503245876 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_neverHappen1414503245876 in ConstraintEvalUtils. |
[+] affected methods (8)
ConstraintEvalUtils ( )This constructor 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.4.4.jar
package org.grails.databinding
[+] ClosureValueConverter (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ClosureValueConverter. |
2 | Field __timeStamp__239_neverHappen1414503253308 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_neverHappen1414503253308 in ClosureValueConverter. |
[+] affected methods (12)
ClosureValueConverter ( )This constructor 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.
setTargetType ( Class )This method is from 'ClosureValueConverter' class.
...
[+] IndexedPropertyReferenceDescriptor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IndexedPropertyReferenceDescriptor. |
2 | Field __timeStamp__239_neverHappen1414503253309 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_neverHappen1414503253309 in IndexedPropertyReferenceDescriptor. |
[+] affected methods (13)
processIndexedProperty ( Object, MetaProperty, IndexedPropertyReferenceDescriptor, Object, DataBindingSource, DataBindingListener, Object )3rd parameter 'indexedPropertyReferenceDescriptor' of this method has type 'IndexedPropertyReferenceDescriptor'.
IndexedPropertyReferenceDescriptor ( )This constructor 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.
getIndexedPropertyReferenceDescriptor ( Object )Return value of this method has type 'IndexedPropertyReferenceDescriptor'.
...
[+] SimpleDataBinder (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SimpleDataBinder. |
2 | Field __timeStamp__239_neverHappen1414503253310 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_neverHappen1414503253310 in SimpleDataBinder. |
[+] affected methods (53)
SimpleDataBinder ( )This constructor 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.
addElementToCollection ( Object, String, Class, Object, boolean )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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SimpleMapDataBindingSource. |
2 | Field __timeStamp__239_neverHappen1414503253347 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_neverHappen1414503253347 in SimpleMapDataBindingSource. |
[+] affected methods (16)
SimpleMapDataBindingSource ( Map )This constructor 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.
isDataSourceAware ( )This method is from 'SimpleMapDataBindingSource' class.
...
package org.grails.databinding.converters
[+] AbstractStructuredDateBindingEditor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AbstractStructuredDateBindingEditor. |
2 | Field __timeStamp__239_neverHappen1414503253349 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_neverHappen1414503253349 in AbstractStructuredDateBindingEditor. |
[+] affected methods (11)
AbstractStructuredDateBindingEditor ( )This constructor 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.
...
[+] CurrencyValueConverter (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CurrencyValueConverter. |
2 | Field __timeStamp__239_neverHappen1414503253351 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_neverHappen1414503253351 in CurrencyValueConverter. |
[+] affected methods (9)
CurrencyValueConverter ( )This constructor is from 'CurrencyValueConverter' class.
canConvert ( Object )This method is from 'CurrencyValueConverter' class.
convert ( Object )This method is from 'CurrencyValueConverter' class.
getMetaClass ( )This method is from 'CurrencyValueConverter' class.
getProperty ( String )This method is from 'CurrencyValueConverter' class.
getTargetType ( )This method is from 'CurrencyValueConverter' class.
invokeMethod ( String, Object )This method is from 'CurrencyValueConverter' class.
setMetaClass ( MetaClass )This method is from 'CurrencyValueConverter' class.
setProperty ( String, Object )This method is from 'CurrencyValueConverter' class.
[+] DateConversionHelper (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DateConversionHelper. |
2 | Field __timeStamp__239_neverHappen1414503253352 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_neverHappen1414503253352 in DateConversionHelper. |
[+] affected methods (11)
DateConversionHelper ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in FormattedDateValueConverter. |
2 | Field __timeStamp__239_neverHappen1414503253354 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_neverHappen1414503253354 in FormattedDateValueConverter. |
[+] affected methods (8)
FormattedDateValueConverter ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in StructuredCalendarBindingEditor. |
2 | Field __timeStamp__239_neverHappen1414503253364 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_neverHappen1414503253364 in StructuredCalendarBindingEditor. |
[+] affected methods (3)
StructuredCalendarBindingEditor ( )This constructor is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
[+] StructuredDateBindingEditor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in StructuredDateBindingEditor. |
2 | Field __timeStamp__239_neverHappen1414503253364 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_neverHappen1414503253364 in StructuredDateBindingEditor. |
[+] affected methods (3)
StructuredDateBindingEditor ( )This constructor is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
[+] StructuredSqlDateBindingEditor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in StructuredSqlDateBindingEditor. |
2 | Field __timeStamp__239_neverHappen1414503253365 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_neverHappen1414503253365 in StructuredSqlDateBindingEditor. |
[+] affected methods (3)
StructuredSqlDateBindingEditor ( )This constructor is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
[+] TimeZoneConverter (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TimeZoneConverter. |
2 | Field __timeStamp__239_neverHappen1414503253355 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_neverHappen1414503253355 in TimeZoneConverter. |
[+] affected methods (9)
TimeZoneConverter ( )This constructor is from 'TimeZoneConverter' class.
canConvert ( Object )This method is from 'TimeZoneConverter' class.
convert ( Object )This method is from 'TimeZoneConverter' class.
getMetaClass ( )This method is from 'TimeZoneConverter' class.
getProperty ( String )This method is from 'TimeZoneConverter' class.
getTargetType ( )This method is from 'TimeZoneConverter' class.
invokeMethod ( String, Object )This method is from 'TimeZoneConverter' class.
setMetaClass ( MetaClass )This method is from 'TimeZoneConverter' class.
setProperty ( String, Object )This method is from 'TimeZoneConverter' class.
package org.grails.databinding.xml
[+] GPathResultCollectionDataBindingSource (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GPathResultCollectionDataBindingSource. |
2 | Field __timeStamp__239_neverHappen1414503253356 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_neverHappen1414503253356 in GPathResultCollectionDataBindingSource. |
[+] affected methods (7)
GPathResultCollectionDataBindingSource ( GPathResult )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GPathResultMap. |
2 | Field __timeStamp__239_neverHappen1414503253357 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_neverHappen1414503253357 in GPathResultMap. |
[+] affected methods (20)
GPathResultMap ( GPathResult )This constructor 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.
isEmpty ( )This method is from 'GPathResultMap' class.
...
grails-datastore-core-3.1.3.RELEASE.jar
package org.grails.datastore.mapping.collection
[+] AbstractPersistentCollection (1)
| Change | Effect |
---|
1 | Added super-interface java.io.Serializable. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in AbstractPersistentCollection. |
[+] affected methods (24)
AbstractPersistentCollection ( Serializable, Session, AssociationIndexer, Collection )This constructor is from 'AbstractPersistentCollection' abstract class.
AbstractPersistentCollection ( Class, Session, Collection )This constructor is from 'AbstractPersistentCollection' abstract class.
AbstractPersistentCollection ( Collection, Class, Session, Collection )This constructor is from 'AbstractPersistentCollection' abstract class.
add ( Object )This method is from 'AbstractPersistentCollection' abstract class.
addAll ( Collection )This method is from 'AbstractPersistentCollection' abstract class.
clear ( )This method is from 'AbstractPersistentCollection' abstract class.
contains ( Object )This method is from 'AbstractPersistentCollection' abstract class.
containsAll ( Collection )This method is from 'AbstractPersistentCollection' abstract class.
equals ( Object )This method is from 'AbstractPersistentCollection' abstract class.
hashCode ( )This method is from 'AbstractPersistentCollection' abstract class.
initialize ( )This method is from 'AbstractPersistentCollection' abstract class.
isDirty ( )This method is from 'AbstractPersistentCollection' abstract class.
...
package org.grails.datastore.mapping.config.groovy
[+] MappingConfigurationBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484158926 has been renamed to __timeStamp__239_neverHappen1426692388880. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484158926 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_neverHappen1414484159004 has been renamed to __timeStamp__239_neverHappen1426692388840. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159004 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
[+] ByteArrayToStringConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484159021 has been renamed to __timeStamp__239_neverHappen1426692388971. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159021 in ByteArrayToStringConverter. |
[+] affected methods (9)
ByteArrayToStringConverter ( )This constructor is from 'ByteArrayToStringConverter' class.
__.swapInit ( )This method is from 'ByteArrayToStringConverter' class.
convert ( byte[ ] )This method is from 'ByteArrayToStringConverter' class.
convert ( Object )This method is from 'ByteArrayToStringConverter' class.
getMetaClass ( )This method is from 'ByteArrayToStringConverter' class.
getProperty ( String )This method is from 'ByteArrayToStringConverter' class.
invokeMethod ( String, Object )This method is from 'ByteArrayToStringConverter' class.
setMetaClass ( MetaClass )This method is from 'ByteArrayToStringConverter' class.
setProperty ( String, Object )This method is from 'ByteArrayToStringConverter' class.
[+] DoubleToFloatConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484159025 has been renamed to __timeStamp__239_neverHappen1426692388981. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159025 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_neverHappen1414484159029 has been renamed to __timeStamp__239_neverHappen1426692388966. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159029 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_neverHappen1414484159032 has been renamed to __timeStamp__239_neverHappen1426692388936. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159032 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_neverHappen1414484159036 has been renamed to __timeStamp__239_neverHappen1426692388957. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159036 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_neverHappen1414484159039 has been renamed to __timeStamp__239_neverHappen1426692388947. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159039 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_neverHappen1414484159042 has been renamed to __timeStamp__239_neverHappen1426692388925. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159042 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_neverHappen1414484159045 has been renamed to __timeStamp__239_neverHappen1426692388962. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159045 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.
[+] StringToByteArrayConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484159049 has been renamed to __timeStamp__239_neverHappen1426692388911. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159049 in StringToByteArrayConverter. |
[+] affected methods (9)
StringToByteArrayConverter ( )This constructor is from 'StringToByteArrayConverter' class.
__.swapInit ( )This method is from 'StringToByteArrayConverter' class.
convert ( Object )This method is from 'StringToByteArrayConverter' class.
convert ( String )This method is from 'StringToByteArrayConverter' class.
getMetaClass ( )This method is from 'StringToByteArrayConverter' class.
getProperty ( String )This method is from 'StringToByteArrayConverter' class.
invokeMethod ( String, Object )This method is from 'StringToByteArrayConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToByteArrayConverter' class.
setProperty ( String, Object )This method is from 'StringToByteArrayConverter' class.
[+] StringToCurrencyConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484159051 has been renamed to __timeStamp__239_neverHappen1426692388930. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159051 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_neverHappen1414484159054 has been renamed to __timeStamp__239_neverHappen1426692388917. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159054 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_neverHappen1414484159058 has been renamed to __timeStamp__239_neverHappen1426692388952. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159058 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_neverHappen1414484159061 has been renamed to __timeStamp__239_neverHappen1426692388941. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159061 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_neverHappen1414484159069 has been renamed to __timeStamp__239_neverHappen1426692388976. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484159069 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-3.1.3.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484240285 has been renamed to __timeStamp__239_neverHappen1426692439131. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484240285 in DetachedCriteria. |
[+] affected methods (146)
DetachedCriteria ( Class )This constructor is from 'DetachedCriteria' class.
DetachedCriteria ( Class, String )This constructor is from 'DetachedCriteria' class.
__.swapInit ( )This method is from 'DetachedCriteria' class.
add ( Query.Criterion )This method is from 'DetachedCriteria' class.
allEq ( Map )This method is from 'DetachedCriteria' class.
and ( Closure )This method is from 'DetachedCriteria' class.
applyLazyCriteria ( )This method is from 'DetachedCriteria' class.
asBoolean ( )This method is from 'DetachedCriteria' class.
asBoolean ( Closure )This method is from 'DetachedCriteria' class.
asType ( Class )This method is from 'DetachedCriteria' class.
avg ( String )This method is from 'DetachedCriteria' class.
between ( String, Object, Object )This method is from 'DetachedCriteria' class.
...
package org.codehaus.groovy.grails.compiler.gorm
[+] DirtyCheckingTransformer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484240519 has been renamed to __timeStamp__239_neverHappen1426692439749. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484240519 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_neverHappen1414484240583 has been renamed to __timeStamp__239_neverHappen1426692439715. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484240583 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_neverHappen1414484240590 has been renamed to __timeStamp__239_neverHappen1426692440209. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484240590 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 (2)
| Change | Effect |
---|
1 | Added super-interface groovy.lang.GroovyObject. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in AbstractGormApi. |
2 | Field __timeStamp__239_neverHappen1414484241341 has been renamed to __timeStamp__239_neverHappen1426692441836. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241341 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_neverHappen1414484240595 has been renamed to __timeStamp__239_neverHappen1426692439979. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484240595 in GormEnhancer. |
[+] affected methods (38)
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.
addObjectToCollection ( Association, Object, Object )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.
...
[+] GormInstanceApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484241414 has been renamed to __timeStamp__239_neverHappen1426692442009. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241414 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_neverHappen1414484241476 has been renamed to __timeStamp__239_neverHappen1426692442148. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241476 in GormStaticApi. |
[+] affected methods (88)
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_neverHappen1414484241604 has been renamed to __timeStamp__239_neverHappen1426692442469. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241604 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_neverHappen1414484240673 has been renamed to __timeStamp__239_neverHappen1426692440402. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484240673 in AsyncQuery. |
[+] affected methods (27)
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.
find ( )This method is from 'AsyncQuery' class.
find ( Map )This method is from 'AsyncQuery' class.
find ( Map, Closure )This method is from 'AsyncQuery' class.
get ( )This method is from 'AsyncQuery' class.
get ( Map )This method is from 'AsyncQuery' class.
...
[+] GormAsyncStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484240756 has been renamed to __timeStamp__239_neverHappen1426692440624. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484240756 in GormAsyncStaticApi. |
[+] affected methods (94)
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_neverHappen1414484241132 has been renamed to __timeStamp__239_neverHappen1426692440357. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241132 in AbstractMappingContextFactoryBean. |
[+] affected methods (22)
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.
getProperty ( String )This method is from 'AbstractMappingContextFactoryBean' abstract class.
...
package org.grails.datastore.gorm.bootstrap
[+] AbstractDatastoreInitializer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484241156 has been renamed to __timeStamp__239_neverHappen1426692440221. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241156 in AbstractDatastoreInitializer. |
[+] affected methods (28)
AbstractDatastoreInitializer ( )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Class[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( String[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( ClassLoader, String[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Collection )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Properties, Class[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Properties, Collection )This constructor is from 'AbstractDatastoreInitializer' abstract class.
__.swapInit ( )This method is from 'AbstractDatastoreInitializer' abstract class.
configureForBeanDefinitionRegistry ( BeanDefinitionRegistry )This method is from 'AbstractDatastoreInitializer' abstract class.
getBeanDefinitions ( BeanDefinitionRegistry )This abstract method is from 'AbstractDatastoreInitializer' abstract class.
getCommonConfiguration ( BeanDefinitionRegistry )This method is from 'AbstractDatastoreInitializer' abstract class.
getConfiguration ( )This method is from 'AbstractDatastoreInitializer' abstract class.
...
package org.grails.datastore.gorm.proxy
[+] GroovyProxyFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484241218 has been renamed to __timeStamp__239_neverHappen1426692441820. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241218 in GroovyProxyFactory. |
[+] affected methods (15)
GroovyProxyFactory ( )This constructor is from 'GroovyProxyFactory' class.
__.swapInit ( )This method is from 'GroovyProxyFactory' class.
createProxy ( Session, Class, Serializable )This method is from 'GroovyProxyFactory' class.
getIdDynamic ( Object )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.
getProxyInstanceMetaClass ( Object )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.
resolveTargetMetaClass ( Object, Class )This method is from 'GroovyProxyFactory' class.
...
package org.grails.datastore.gorm.query
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484241263 has been renamed to __timeStamp__239_neverHappen1426692441660. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241263 in NamedCriteriaProxy. |
[+] affected methods (28)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getCriteriaClosure ( )This method is from 'NamedCriteriaProxy' class.
getEntity ( )This method is from 'NamedCriteriaProxy' class.
...
[+] NamedQueriesBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484241248 has been renamed to __timeStamp__239_neverHappen1426692441606. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241248 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_neverHappen1414484241351 has been renamed to __timeStamp__239_neverHappen1426692441965. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241351 in DetachedAssociationCriteria. |
[+] affected methods (5)
DetachedAssociationCriteria ( Class, Association )This constructor is from 'DetachedAssociationCriteria' class.
DetachedAssociationCriteria ( Class, Association, String )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_neverHappen1414484241331 has been renamed to __timeStamp__239_neverHappen1426692441589. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241331 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_neverHappen1414484241369 has been renamed to __timeStamp__239_neverHappen1426692441868. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241369 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_neverHappen1414484241337 has been renamed to __timeStamp__239_neverHappen1426692440393. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484241337 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-3.1.3.RELEASE.jar
package org.grails.datastore.mapping.simple.engine
[+] SimpleMapEntityPersister (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414484372387 has been renamed to __timeStamp__239_neverHappen1426692714311. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484372387 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_neverHappen1414484372248 has been renamed to __timeStamp__239_neverHappen1426692713941. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484372248 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_neverHappen1414484372247 has been renamed to __timeStamp__239_neverHappen1426692713929. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1414484372247 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-encoder-2.4.4.jar
package org.codehaus.groovy.grails.plugins.codecs
[+] HTMLCodecFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in HTMLCodecFactory. |
2 | Field __timeStamp__239_neverHappen1414503260606 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_neverHappen1414503260606 in HTMLCodecFactory. |
[+] affected methods (10)
HTMLCodecFactory ( )This constructor is from 'HTMLCodecFactory' class.
getDecoder ( )This method is from 'HTMLCodecFactory' class.
getEncoder ( )This method is from 'HTMLCodecFactory' class.
getMetaClass ( )This method is from 'HTMLCodecFactory' class.
getProperty ( String )This method is from 'HTMLCodecFactory' class.
invokeMethod ( String, Object )This method is from 'HTMLCodecFactory' class.
setDecoder ( Decoder )This method is from 'HTMLCodecFactory' class.
setEncoder ( Encoder )This method is from 'HTMLCodecFactory' class.
setMetaClass ( MetaClass )This method is from 'HTMLCodecFactory' class.
setProperty ( String, Object )This method is from 'HTMLCodecFactory' class.
[+] JavaScriptCodec (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in JavaScriptCodec. |
2 | Field __timeStamp__239_neverHappen1414503260607 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_neverHappen1414503260607 in JavaScriptCodec. |
[+] affected methods (12)
JavaScriptCodec ( )This constructor is from 'JavaScriptCodec' class.
getDECODER ( )This method is from 'JavaScriptCodec' class.
getDecoder ( )This method is from 'JavaScriptCodec' class.
getEncoder ( )This method is from 'JavaScriptCodec' class.
getENCODER ( )This method is from 'JavaScriptCodec' class.
getMetaClass ( )This method is from 'JavaScriptCodec' class.
getProperty ( String )This method is from 'JavaScriptCodec' class.
invokeMethod ( String, Object )This method is from 'JavaScriptCodec' class.
setDECODER ( Decoder )This method is from 'JavaScriptCodec' class.
setENCODER ( Encoder )This method is from 'JavaScriptCodec' class.
setMetaClass ( MetaClass )This method is from 'JavaScriptCodec' class.
setProperty ( String, Object )This method is from 'JavaScriptCodec' class.
...
[+] JSONCodecFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in JSONCodecFactory. |
2 | Field __timeStamp__239_neverHappen1414503260609 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_neverHappen1414503260609 in JSONCodecFactory. |
[+] affected methods (10)
JSONCodecFactory ( )This constructor is from 'JSONCodecFactory' class.
getDecoder ( )This method is from 'JSONCodecFactory' class.
getEncoder ( )This method is from 'JSONCodecFactory' class.
getMetaClass ( )This method is from 'JSONCodecFactory' class.
getProperty ( String )This method is from 'JSONCodecFactory' class.
invokeMethod ( String, Object )This method is from 'JSONCodecFactory' class.
setDecoder ( Decoder )This method is from 'JSONCodecFactory' class.
setEncoder ( Encoder )This method is from 'JSONCodecFactory' class.
setMetaClass ( MetaClass )This method is from 'JSONCodecFactory' class.
setProperty ( String, Object )This method is from 'JSONCodecFactory' class.
[+] StandaloneCodecLookup (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in StandaloneCodecLookup. |
2 | Field __timeStamp__239_neverHappen1414503260658 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_neverHappen1414503260658 in StandaloneCodecLookup. |
[+] affected methods (20)
StandaloneCodecLookup ( )This constructor is from 'StandaloneCodecLookup' class.
getCacheLookupsInMetaMethods ( )This method is from 'StandaloneCodecLookup' class.
getCodecFactoryClasses ( )This method is from 'StandaloneCodecLookup' class.
getMetaClass ( )This method is from 'StandaloneCodecLookup' class.
getProperty ( String )This method is from 'StandaloneCodecLookup' class.
getRegisterMetaMethods ( )This method is from 'StandaloneCodecLookup' class.
getTargetClassesForMetaMethods ( )This method is from 'StandaloneCodecLookup' class.
invokeMethod ( String, Object )This method is from 'StandaloneCodecLookup' class.
isCacheLookupsInMetaMethods ( )This method is from 'StandaloneCodecLookup' class.
isRegisterMetaMethods ( )This method is from 'StandaloneCodecLookup' class.
registerCodecFactory ( CodecFactory )This method is from 'StandaloneCodecLookup' class.
registerCodecs ( )This method is from 'StandaloneCodecLookup' class.
...
[+] URLCodecFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in URLCodecFactory. |
2 | Field __timeStamp__239_neverHappen1414503260611 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_neverHappen1414503260611 in URLCodecFactory. |
[+] affected methods (12)
URLCodecFactory ( )This constructor is from 'URLCodecFactory' class.
getDecoder ( )This method is from 'URLCodecFactory' class.
getEncoder ( )This method is from 'URLCodecFactory' class.
getMetaClass ( )This method is from 'URLCodecFactory' class.
getProperty ( String )This method is from 'URLCodecFactory' class.
getURL_CODEC_IDENTIFIER ( )This method is from 'URLCodecFactory' class.
invokeMethod ( String, Object )This method is from 'URLCodecFactory' class.
resolveEncoding ( )This method is from 'URLCodecFactory' class.
setDecoder ( Decoder )This method is from 'URLCodecFactory' class.
setEncoder ( Encoder )This method is from 'URLCodecFactory' class.
setMetaClass ( MetaClass )This method is from 'URLCodecFactory' class.
setProperty ( String, Object )This method is from 'URLCodecFactory' class.
...
package org.codehaus.groovy.grails.support.encoding
[+] CodecMetaClassSupport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CodecMetaClassSupport. |
2 | Field __timeStamp__239_neverHappen1414503260614 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_neverHappen1414503260614 in CodecMetaClassSupport. |
[+] affected methods (13)
CodecMetaClassSupport ( )This constructor is from 'CodecMetaClassSupport' class.
addMetaMethod ( List, String, Closure )This method is from 'CodecMetaClassSupport' class.
configureCodecMethods ( CodecFactory )This method is from 'CodecMetaClassSupport' class.
configureCodecMethods ( CodecFactory, boolean )This method is from 'CodecMetaClassSupport' class.
configureCodecMethods ( CodecFactory, boolean, List )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.
...
package org.codehaus.groovy.grails.web.util
[+] StreamCharBufferMetaUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in StreamCharBufferMetaUtils. |
2 | Field __timeStamp__239_neverHappen1414503260649 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_neverHappen1414503260649 in StreamCharBufferMetaUtils. |
[+] affected methods (7)
StreamCharBufferMetaUtils ( )This constructor is from 'StreamCharBufferMetaUtils' class.
getMetaClass ( )This method is from 'StreamCharBufferMetaUtils' class.
getProperty ( String )This method is from 'StreamCharBufferMetaUtils' class.
invokeMethod ( String, Object )This method is from 'StreamCharBufferMetaUtils' class.
registerStreamCharBufferMetaClass ( )This method is from 'StreamCharBufferMetaUtils' class.
setMetaClass ( MetaClass )This method is from 'StreamCharBufferMetaUtils' class.
setProperty ( String, Object )This method is from 'StreamCharBufferMetaUtils' class.
grails-project-api-2.4.4.jar
package org.codehaus.groovy.grails.compiler
[+] GrailsProjectCompiler (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectCompiler. |
2 | Field __timeStamp__239_neverHappen1414503314505 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_neverHappen1414503314505 in GrailsProjectCompiler. |
[+] affected methods (2)
GrailsProjectCompiler ( PluginBuildSettings )This constructor is from 'GrailsProjectCompiler' class.
GrailsProjectCompiler ( PluginBuildSettings, ClassLoader )This constructor is from 'GrailsProjectCompiler' class.
package org.codehaus.groovy.grails.project.compiler
[+] GrailsProjectCompiler (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectCompiler. |
2 | Field __timeStamp__239_neverHappen1414503314411 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_neverHappen1414503314411 in GrailsProjectCompiler. |
[+] affected methods (74)
GrailsProjectWatcher ( GrailsProjectCompiler, GrailsPluginManager )1st parameter 'compiler' of this method has type 'GrailsProjectCompiler'.
GrailsProjectCompiler ( PluginBuildSettings )This constructor is from 'GrailsProjectCompiler' class.
GrailsProjectCompiler ( PluginBuildSettings, ClassLoader )This constructor 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.project.container
[+] GrailsProjectRunner (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectRunner. |
2 | Field __timeStamp__239_neverHappen1414503314439 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_neverHappen1414503314439 in GrailsProjectRunner. |
[+] affected methods (22)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )This constructor is from 'GrailsProjectRunner' class.
createServerSocket ( int )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.
getUrl ( )This method is from 'GrailsProjectRunner' class.
getUrlHttps ( )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.
...
package org.codehaus.groovy.grails.project.creation
[+] GrailsProjectCleaner (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectCleaner. |
2 | Field __timeStamp__239_neverHappen1414503314455 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_neverHappen1414503314455 in GrailsProjectCleaner. |
[+] affected methods (19)
GrailsProjectCleaner ( BuildSettings, GrailsBuildEventListener )This constructor 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.
cleanWork ( )This method is from 'GrailsProjectCleaner' class.
...
package org.codehaus.groovy.grails.project.loader
[+] GrailsProjectLoader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectLoader. |
2 | Field __timeStamp__239_neverHappen1414503314458 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_neverHappen1414503314458 in GrailsProjectLoader. |
[+] affected methods (28)
GrailsProjectLoader ( BuildSettings )This constructor is from 'GrailsProjectLoader' class.
GrailsProjectLoader ( GrailsProjectPackager )This constructor 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.
getProperty ( String )This method is from 'GrailsProjectLoader' class.
...
package org.codehaus.groovy.grails.project.packaging
[+] GrailsProjectPackager (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectPackager. |
2 | Field __timeStamp__239_neverHappen1414503314464 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_neverHappen1414503314464 in GrailsProjectPackager. |
[+] affected methods (56)
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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectWarCreator. |
2 | Field __timeStamp__239_neverHappen1414503314478 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_neverHappen1414503314478 in GrailsProjectWarCreator. |
[+] affected methods (34)
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.
cleanUpAfterWar ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( String )This method is from 'GrailsProjectWarCreator' class.
createDescriptor ( )This method is from 'GrailsProjectWarCreator' class.
createDescriptorInternal ( Object, Object )This method is from 'GrailsProjectWarCreator' class.
getAdditionalEventArgs ( )This method is from 'GrailsProjectWarCreator' class.
getBuildExplodedWar ( )This method is from 'GrailsProjectWarCreator' class.
...
package org.codehaus.groovy.grails.project.plugins
[+] GrailsProjectPluginLoader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectPluginLoader. |
2 | Field __timeStamp__239_neverHappen1414503314497 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_neverHappen1414503314497 in GrailsProjectPluginLoader. |
[+] affected methods (13)
GrailsProjectPluginLoader ( GrailsApplication )This constructor is from 'GrailsProjectPluginLoader' class.
GrailsProjectPluginLoader ( GrailsApplication, BuildSettings )This constructor is from 'GrailsProjectPluginLoader' class.
GrailsProjectPluginLoader ( GrailsApplication, ClassLoader, BuildSettings, GrailsBuildEventListener )This constructor 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.
...
package org.codehaus.groovy.grails.project.ui
[+] GrailsProjectConsole (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsProjectConsole. |
2 | Field __timeStamp__239_neverHappen1414503314501 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_neverHappen1414503314501 in GrailsProjectConsole. |
[+] affected methods (15)
GrailsProjectConsole ( BuildSettings )This constructor is from 'GrailsProjectConsole' class.
GrailsProjectConsole ( GrailsProjectLoader )This constructor 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.
getProjectCompiler ( )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.
setProjectCompiler ( GrailsProjectCompiler )This method is from 'GrailsProjectConsole' class.
...
grails-scripts-2.4.4.jar
[+] _GrailsArgParsing (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsArgParsing. |
2 | Field __timeStamp__239_neverHappen1414503327152 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_neverHappen1414503327152 in _GrailsArgParsing. |
[+] affected methods (4)
_GrailsArgParsing ( )This constructor is from '_GrailsArgParsing' class.
_GrailsArgParsing ( Binding )This constructor is from '_GrailsArgParsing' class.
main ( String[ ] )This method is from '_GrailsArgParsing' class.
run ( )This method is from '_GrailsArgParsing' class.
[+] _GrailsBootstrap (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsBootstrap. |
2 | Field __timeStamp__239_neverHappen1414503327153 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_neverHappen1414503327153 in _GrailsBootstrap. |
[+] affected methods (4)
_GrailsBootstrap ( )This constructor is from '_GrailsBootstrap' class.
_GrailsBootstrap ( Binding )This constructor is from '_GrailsBootstrap' class.
main ( String[ ] )This method is from '_GrailsBootstrap' class.
run ( )This method is from '_GrailsBootstrap' class.
[+] _GrailsClasspath (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsClasspath. |
2 | Field __timeStamp__239_neverHappen1414503327156 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_neverHappen1414503327156 in _GrailsClasspath. |
[+] affected methods (4)
_GrailsClasspath ( )This constructor is from '_GrailsClasspath' class.
_GrailsClasspath ( Binding )This constructor is from '_GrailsClasspath' class.
main ( String[ ] )This method is from '_GrailsClasspath' class.
run ( )This method is from '_GrailsClasspath' class.
[+] _GrailsClean (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsClean. |
2 | Field __timeStamp__239_neverHappen1414503327157 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_neverHappen1414503327157 in _GrailsClean. |
[+] affected methods (4)
_GrailsClean ( )This constructor is from '_GrailsClean' class.
_GrailsClean ( Binding )This constructor is from '_GrailsClean' class.
main ( String[ ] )This method is from '_GrailsClean' class.
run ( )This method is from '_GrailsClean' class.
[+] _GrailsCompile (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsCompile. |
2 | Field __timeStamp__239_neverHappen1414503327159 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_neverHappen1414503327159 in _GrailsCompile. |
[+] affected methods (4)
_GrailsCompile ( )This constructor is from '_GrailsCompile' class.
_GrailsCompile ( Binding )This constructor is from '_GrailsCompile' class.
main ( String[ ] )This method is from '_GrailsCompile' class.
run ( )This method is from '_GrailsCompile' class.
[+] _GrailsCreateArtifacts (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsCreateArtifacts. |
2 | Field __timeStamp__239_neverHappen1414503327163 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_neverHappen1414503327163 in _GrailsCreateArtifacts. |
[+] affected methods (4)
_GrailsCreateArtifacts ( )This constructor is from '_GrailsCreateArtifacts' class.
_GrailsCreateArtifacts ( Binding )This constructor is from '_GrailsCreateArtifacts' class.
main ( String[ ] )This method is from '_GrailsCreateArtifacts' class.
run ( )This method is from '_GrailsCreateArtifacts' class.
[+] _GrailsCreateProject (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsCreateProject. |
2 | Field __timeStamp__239_neverHappen1414503327171 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_neverHappen1414503327171 in _GrailsCreateProject. |
[+] affected methods (5)
_GrailsCreateProject ( )This constructor is from '_GrailsCreateProject' class.
_GrailsCreateProject ( Binding )This constructor is from '_GrailsCreateProject' class.
main ( String[ ] )This method is from '_GrailsCreateProject' class.
resetBaseDirectory ( String )This method is from '_GrailsCreateProject' class.
run ( )This method is from '_GrailsCreateProject' class.
[+] _GrailsDocs (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsDocs. |
2 | Field __timeStamp__239_neverHappen1414503327177 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_neverHappen1414503327177 in _GrailsDocs. |
[+] affected methods (8)
_GrailsDocs ( )This constructor is from '_GrailsDocs' class.
_GrailsDocs ( Binding )This constructor is from '_GrailsDocs' class.
configureAliases ( )This method is from '_GrailsDocs' class.
main ( String[ ] )This method is from '_GrailsDocs' class.
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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsEvents. |
2 | Field __timeStamp__239_neverHappen1414503327192 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_neverHappen1414503327192 in _GrailsEvents. |
[+] affected methods (4)
_GrailsEvents ( )This constructor is from '_GrailsEvents' class.
_GrailsEvents ( Binding )This constructor is from '_GrailsEvents' class.
main ( String[ ] )This method is from '_GrailsEvents' class.
run ( )This method is from '_GrailsEvents' class.
[+] _GrailsInit (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsInit. |
2 | Field __timeStamp__239_neverHappen1414503327194 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_neverHappen1414503327194 in _GrailsInit. |
[+] affected methods (4)
_GrailsInit ( )This constructor is from '_GrailsInit' class.
_GrailsInit ( Binding )This constructor is from '_GrailsInit' class.
main ( String[ ] )This method is from '_GrailsInit' class.
run ( )This method is from '_GrailsInit' class.
[+] _GrailsPackage (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsPackage. |
2 | Field __timeStamp__239_neverHappen1414503327197 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_neverHappen1414503327197 in _GrailsPackage. |
[+] affected methods (4)
_GrailsPackage ( )This constructor is from '_GrailsPackage' class.
_GrailsPackage ( Binding )This constructor is from '_GrailsPackage' class.
main ( String[ ] )This method is from '_GrailsPackage' class.
run ( )This method is from '_GrailsPackage' class.
[+] _GrailsPluginDev (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsPluginDev. |
2 | Field __timeStamp__239_neverHappen1414503327201 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_neverHappen1414503327201 in _GrailsPluginDev. |
[+] affected methods (4)
_GrailsPluginDev ( )This constructor is from '_GrailsPluginDev' class.
_GrailsPluginDev ( Binding )This constructor is from '_GrailsPluginDev' class.
main ( String[ ] )This method is from '_GrailsPluginDev' class.
run ( )This method is from '_GrailsPluginDev' class.
[+] _GrailsPlugins (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsPlugins. |
2 | Field __timeStamp__239_neverHappen1414503327223 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_neverHappen1414503327223 in _GrailsPlugins. |
[+] affected methods (4)
_GrailsPlugins ( )This constructor is from '_GrailsPlugins' class.
_GrailsPlugins ( Binding )This constructor is from '_GrailsPlugins' class.
main ( String[ ] )This method is from '_GrailsPlugins' class.
run ( )This method is from '_GrailsPlugins' class.
[+] _GrailsProxy (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsProxy. |
2 | Field __timeStamp__239_neverHappen1414503327223 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_neverHappen1414503327223 in _GrailsProxy. |
[+] affected methods (4)
_GrailsProxy ( )This constructor is from '_GrailsProxy' class.
_GrailsProxy ( Binding )This constructor is from '_GrailsProxy' class.
main ( String[ ] )This method is from '_GrailsProxy' class.
run ( )This method is from '_GrailsProxy' class.
[+] _GrailsRun (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsRun. |
2 | Field __timeStamp__239_neverHappen1414503327225 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_neverHappen1414503327225 in _GrailsRun. |
[+] affected methods (4)
_GrailsRun ( )This constructor is from '_GrailsRun' class.
_GrailsRun ( Binding )This constructor is from '_GrailsRun' class.
main ( String[ ] )This method is from '_GrailsRun' class.
run ( )This method is from '_GrailsRun' class.
[+] _GrailsSettings (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsSettings. |
2 | Field __timeStamp__239_neverHappen1414503327244 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_neverHappen1414503327244 in _GrailsSettings. |
[+] affected methods (4)
_GrailsSettings ( )This constructor is from '_GrailsSettings' class.
_GrailsSettings ( Binding )This constructor is from '_GrailsSettings' class.
main ( String[ ] )This method is from '_GrailsSettings' class.
run ( )This method is from '_GrailsSettings' class.
[+] _GrailsTest (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsTest. |
2 | Field __timeStamp__239_neverHappen1414503327249 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_neverHappen1414503327249 in _GrailsTest. |
[+] affected methods (4)
_GrailsTest ( )This constructor is from '_GrailsTest' class.
_GrailsTest ( Binding )This constructor is from '_GrailsTest' class.
main ( String[ ] )This method is from '_GrailsTest' class.
run ( )This method is from '_GrailsTest' class.
[+] _GrailsWar (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsWar. |
2 | Field __timeStamp__239_neverHappen1414503327259 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_neverHappen1414503327259 in _GrailsWar. |
[+] affected methods (4)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor is from '_GrailsWar' class.
main ( String[ ] )This method is from '_GrailsWar' class.
run ( )This method is from '_GrailsWar' class.
[+] _GrailsWrapper (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _GrailsWrapper. |
2 | Field __timeStamp__239_neverHappen1414503327261 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_neverHappen1414503327261 in _GrailsWrapper. |
[+] affected methods (4)
_GrailsWrapper ( )This constructor is from '_GrailsWrapper' class.
_GrailsWrapper ( Binding )This constructor is from '_GrailsWrapper' class.
main ( String[ ] )This method is from '_GrailsWrapper' class.
run ( )This method is from '_GrailsWrapper' class.
[+] _PackagePlugins (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _PackagePlugins. |
2 | Field __timeStamp__239_neverHappen1414503327263 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_neverHappen1414503327263 in _PackagePlugins. |
[+] affected methods (4)
_PackagePlugins ( )This constructor is from '_PackagePlugins' class.
_PackagePlugins ( Binding )This constructor is from '_PackagePlugins' class.
main ( String[ ] )This method is from '_PackagePlugins' class.
run ( )This method is from '_PackagePlugins' class.
[+] _PluginDependencies (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in _PluginDependencies. |
2 | Field __timeStamp__239_neverHappen1414503327264 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_neverHappen1414503327264 in _PluginDependencies. |
[+] affected methods (5)
_PluginDependencies ( )This constructor is from '_PluginDependencies' class.
_PluginDependencies ( Binding )This constructor is from '_PluginDependencies' class.
main ( String[ ] )This method is from '_PluginDependencies' class.
resetClasspath ( )This method is from '_PluginDependencies' class.
run ( )This method is from '_PluginDependencies' class.
[+] AddProxy_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AddProxy_. |
2 | Field __timeStamp__239_neverHappen1414503327272 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_neverHappen1414503327272 in AddProxy_. |
[+] affected methods (5)
AddProxy_ ( )This constructor is from 'AddProxy_' class.
AddProxy_ ( Binding )This constructor is from 'AddProxy_' class.
main ( String[ ] )This method is from 'AddProxy_' class.
msg ( )This method is from 'AddProxy_' class.
run ( )This method is from 'AddProxy_' class.
[+] Alias (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Alias. |
2 | Field __timeStamp__239_neverHappen1414503327274 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_neverHappen1414503327274 in Alias. |
[+] affected methods (10)
Alias ( )This constructor is from 'Alias' class.
Alias ( Binding )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Bootstrap. |
2 | Field __timeStamp__239_neverHappen1414503327276 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_neverHappen1414503327276 in Bootstrap. |
[+] affected methods (4)
Bootstrap ( )This constructor is from 'Bootstrap' class.
Bootstrap ( Binding )This constructor is from 'Bootstrap' class.
main ( String[ ] )This method is from 'Bootstrap' class.
run ( )This method is from 'Bootstrap' class.
[+] BugReport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in BugReport. |
2 | Field __timeStamp__239_neverHappen1414503327277 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_neverHappen1414503327277 in BugReport. |
[+] affected methods (4)
BugReport ( )This constructor is from 'BugReport' class.
BugReport ( Binding )This constructor is from 'BugReport' class.
main ( String[ ] )This method is from 'BugReport' class.
run ( )This method is from 'BugReport' class.
[+] Clean (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Clean. |
2 | Field __timeStamp__239_neverHappen1414503327278 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_neverHappen1414503327278 in Clean. |
[+] affected methods (4)
Clean ( )This constructor is from 'Clean' class.
Clean ( Binding )This constructor is from 'Clean' class.
main ( String[ ] )This method is from 'Clean' class.
run ( )This method is from 'Clean' class.
[+] CleanAll (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CleanAll. |
2 | Field __timeStamp__239_neverHappen1414503327279 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_neverHappen1414503327279 in CleanAll. |
[+] affected methods (4)
CleanAll ( )This constructor is from 'CleanAll' class.
CleanAll ( Binding )This constructor is from 'CleanAll' class.
main ( String[ ] )This method is from 'CleanAll' class.
run ( )This method is from 'CleanAll' class.
[+] ClearProxy_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ClearProxy_. |
2 | Field __timeStamp__239_neverHappen1414503327279 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_neverHappen1414503327279 in ClearProxy_. |
[+] affected methods (4)
ClearProxy_ ( )This constructor is from 'ClearProxy_' class.
ClearProxy_ ( Binding )This constructor is from 'ClearProxy_' class.
main ( String[ ] )This method is from 'ClearProxy_' class.
run ( )This method is from 'ClearProxy_' class.
[+] Compile (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Compile. |
2 | Field __timeStamp__239_neverHappen1414503327280 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_neverHappen1414503327280 in Compile. |
[+] affected methods (4)
Compile ( )This constructor is from 'Compile' class.
Compile ( Binding )This constructor is from 'Compile' class.
main ( String[ ] )This method is from 'Compile' class.
run ( )This method is from 'Compile' class.
[+] Console (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Console. |
2 | Field __timeStamp__239_neverHappen1414503327281 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_neverHappen1414503327281 in Console. |
[+] affected methods (4)
Console ( )This constructor is from 'Console' class.
Console ( Binding )This constructor is from 'Console' class.
main ( String[ ] )This method is from 'Console' class.
run ( )This method is from 'Console' class.
[+] CreateApp_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateApp_. |
2 | Field __timeStamp__239_neverHappen1414503327282 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_neverHappen1414503327282 in CreateApp_. |
[+] affected methods (4)
CreateApp_ ( )This constructor is from 'CreateApp_' class.
CreateApp_ ( Binding )This constructor is from 'CreateApp_' class.
main ( String[ ] )This method is from 'CreateApp_' class.
run ( )This method is from 'CreateApp_' class.
[+] CreateController (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateController. |
2 | Field __timeStamp__239_neverHappen1414503327283 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_neverHappen1414503327283 in CreateController. |
[+] affected methods (4)
CreateController ( )This constructor is from 'CreateController' class.
CreateController ( Binding )This constructor is from 'CreateController' class.
main ( String[ ] )This method is from 'CreateController' class.
run ( )This method is from 'CreateController' class.
[+] CreateDomainClass (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateDomainClass. |
2 | Field __timeStamp__239_neverHappen1414503327284 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_neverHappen1414503327284 in CreateDomainClass. |
[+] affected methods (4)
CreateDomainClass ( )This constructor is from 'CreateDomainClass' class.
CreateDomainClass ( Binding )This constructor is from 'CreateDomainClass' class.
main ( String[ ] )This method is from 'CreateDomainClass' class.
run ( )This method is from 'CreateDomainClass' class.
[+] CreateFilters (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateFilters. |
2 | Field __timeStamp__239_neverHappen1414503327285 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_neverHappen1414503327285 in CreateFilters. |
[+] affected methods (4)
CreateFilters ( )This constructor is from 'CreateFilters' class.
CreateFilters ( Binding )This constructor is from 'CreateFilters' class.
main ( String[ ] )This method is from 'CreateFilters' class.
run ( )This method is from 'CreateFilters' class.
[+] CreateIntegrationTest (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateIntegrationTest. |
2 | Field __timeStamp__239_neverHappen1414503327286 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_neverHappen1414503327286 in CreateIntegrationTest. |
[+] affected methods (4)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
CreateIntegrationTest ( Binding )This constructor is from 'CreateIntegrationTest' class.
main ( String[ ] )This method is from 'CreateIntegrationTest' class.
run ( )This method is from 'CreateIntegrationTest' class.
[+] CreateMultiProjectBuild_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateMultiProjectBuild_. |
2 | Field __timeStamp__239_neverHappen1414503327287 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_neverHappen1414503327287 in CreateMultiProjectBuild_. |
[+] affected methods (5)
CreateMultiProjectBuild_ ( )This constructor is from 'CreateMultiProjectBuild_' class.
CreateMultiProjectBuild_ ( Binding )This constructor 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_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreatePlugin_. |
2 | Field __timeStamp__239_neverHappen1414503327289 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_neverHappen1414503327289 in CreatePlugin_. |
[+] affected methods (4)
CreatePlugin_ ( )This constructor is from 'CreatePlugin_' class.
CreatePlugin_ ( Binding )This constructor is from 'CreatePlugin_' class.
main ( String[ ] )This method is from 'CreatePlugin_' class.
run ( )This method is from 'CreatePlugin_' class.
[+] CreatePom (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreatePom. |
2 | Field __timeStamp__239_neverHappen1414503327289 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_neverHappen1414503327289 in CreatePom. |
[+] affected methods (5)
CreatePom ( )This constructor is from 'CreatePom' class.
CreatePom ( Binding )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateScript. |
2 | Field __timeStamp__239_neverHappen1414503327290 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_neverHappen1414503327290 in CreateScript. |
[+] affected methods (4)
CreateScript ( )This constructor is from 'CreateScript' class.
CreateScript ( Binding )This constructor is from 'CreateScript' class.
main ( String[ ] )This method is from 'CreateScript' class.
run ( )This method is from 'CreateScript' class.
[+] CreateService (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateService. |
2 | Field __timeStamp__239_neverHappen1414503327291 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_neverHappen1414503327291 in CreateService. |
[+] affected methods (4)
CreateService ( )This constructor is from 'CreateService' class.
CreateService ( Binding )This constructor is from 'CreateService' class.
main ( String[ ] )This method is from 'CreateService' class.
run ( )This method is from 'CreateService' class.
[+] CreateTagLib (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateTagLib. |
2 | Field __timeStamp__239_neverHappen1414503327292 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_neverHappen1414503327292 in CreateTagLib. |
[+] affected methods (4)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
CreateTagLib ( Binding )This constructor is from 'CreateTagLib' class.
main ( String[ ] )This method is from 'CreateTagLib' class.
run ( )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in CreateUnitTest. |
2 | Field __timeStamp__239_neverHappen1414503327293 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_neverHappen1414503327293 in CreateUnitTest. |
[+] affected methods (4)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
CreateUnitTest ( Binding )This constructor is from 'CreateUnitTest' class.
main ( String[ ] )This method is from 'CreateUnitTest' class.
run ( )This method is from 'CreateUnitTest' class.
[+] DependencyReport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DependencyReport. |
2 | Field __timeStamp__239_neverHappen1414503327294 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_neverHappen1414503327294 in DependencyReport. |
[+] affected methods (4)
DependencyReport ( )This constructor is from 'DependencyReport' class.
DependencyReport ( Binding )This constructor is from 'DependencyReport' class.
main ( String[ ] )This method is from 'DependencyReport' class.
run ( )This method is from 'DependencyReport' class.
[+] Doc (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Doc. |
2 | Field __timeStamp__239_neverHappen1414503327295 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_neverHappen1414503327295 in Doc. |
[+] affected methods (4)
Doc ( )This constructor is from 'Doc' class.
Doc ( Binding )This constructor is from 'Doc' class.
main ( String[ ] )This method is from 'Doc' class.
run ( )This method is from 'Doc' class.
[+] Help_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Help_. |
2 | Field __timeStamp__239_neverHappen1414503327296 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_neverHappen1414503327296 in Help_. |
[+] affected methods (6)
Help_ ( )This constructor is from 'Help_' class.
Help_ ( Binding )This constructor is from 'Help_' class.
getHelpFile ( File )This method is from 'Help_' class.
main ( String[ ] )This method is from 'Help_' class.
run ( )This method is from 'Help_' class.
shouldGenerateHelp ( File )This method is from 'Help_' class.
[+] HelpEvaluatingCategory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in HelpEvaluatingCategory. |
2 | Field __timeStamp__239_neverHappen1414503327151 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_neverHappen1414503327151 in HelpEvaluatingCategory. |
[+] affected methods (13)
HelpEvaluatingCategory ( )This constructor is from 'HelpEvaluatingCategory' class.
getDefaultDescription ( Object )This method is from 'HelpEvaluatingCategory' class.
getDefaultTask ( )This method is from 'HelpEvaluatingCategory' class.
getHelpText ( )This method is from 'HelpEvaluatingCategory' class.
getMetaClass ( )This method is from 'HelpEvaluatingCategory' class.
getProperty ( String )This method is from 'HelpEvaluatingCategory' class.
invokeMethod ( String, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTarget ( Object, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTask ( Object )This method is from 'HelpEvaluatingCategory' class.
setHelpText ( Object )This method is from 'HelpEvaluatingCategory' class.
setMetaClass ( MetaClass )This method is from 'HelpEvaluatingCategory' class.
setProperty ( String, Object )This method is from 'HelpEvaluatingCategory' class.
...
[+] Init (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Init. |
2 | Field __timeStamp__239_neverHappen1414503327306 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_neverHappen1414503327306 in Init. |
[+] affected methods (4)
Init ( )This constructor is from 'Init' class.
Init ( Binding )This constructor is from 'Init' class.
main ( String[ ] )This method is from 'Init' class.
run ( )This method is from 'Init' class.
[+] InstallAppTemplates_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in InstallAppTemplates_. |
2 | Field __timeStamp__239_neverHappen1414503327307 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_neverHappen1414503327307 in InstallAppTemplates_. |
[+] affected methods (5)
InstallAppTemplates_ ( )This constructor is from 'InstallAppTemplates_' class.
InstallAppTemplates_ ( Binding )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in InstallDependency. |
2 | Field __timeStamp__239_neverHappen1414503327309 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_neverHappen1414503327309 in InstallDependency. |
[+] affected methods (4)
InstallDependency ( )This constructor is from 'InstallDependency' class.
InstallDependency ( Binding )This constructor is from 'InstallDependency' class.
main ( String[ ] )This method is from 'InstallDependency' class.
run ( )This method is from 'InstallDependency' class.
[+] InstallPlugin (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in InstallPlugin. |
2 | Field __timeStamp__239_neverHappen1414503327311 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_neverHappen1414503327311 in InstallPlugin. |
[+] affected methods (4)
InstallPlugin ( )This constructor is from 'InstallPlugin' class.
InstallPlugin ( Binding )This constructor is from 'InstallPlugin' class.
main ( String[ ] )This method is from 'InstallPlugin' class.
run ( )This method is from 'InstallPlugin' class.
[+] InstallTemplates (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in InstallTemplates. |
2 | Field __timeStamp__239_neverHappen1414503327314 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_neverHappen1414503327314 in InstallTemplates. |
[+] affected methods (4)
InstallTemplates ( )This constructor is from 'InstallTemplates' class.
InstallTemplates ( Binding )This constructor is from 'InstallTemplates' class.
main ( String[ ] )This method is from 'InstallTemplates' class.
run ( )This method is from 'InstallTemplates' class.
[+] IntegrateWith (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in IntegrateWith. |
2 | Field __timeStamp__239_neverHappen1414503327316 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_neverHappen1414503327316 in IntegrateWith. |
[+] affected methods (4)
IntegrateWith ( )This constructor is from 'IntegrateWith' class.
IntegrateWith ( Binding )This constructor is from 'IntegrateWith' class.
main ( String[ ] )This method is from 'IntegrateWith' class.
run ( )This method is from 'IntegrateWith' class.
[+] Interactive (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Interactive. |
2 | Field __timeStamp__239_neverHappen1414503327326 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_neverHappen1414503327326 in Interactive. |
[+] affected methods (4)
Interactive ( )This constructor is from 'Interactive' class.
Interactive ( Binding )This constructor is from 'Interactive' class.
main ( String[ ] )This method is from 'Interactive' class.
run ( )This method is from 'Interactive' class.
[+] ListPlugins_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ListPlugins_. |
2 | Field __timeStamp__239_neverHappen1414503327327 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_neverHappen1414503327327 in ListPlugins_. |
[+] affected methods (4)
ListPlugins_ ( )This constructor is from 'ListPlugins_' class.
ListPlugins_ ( Binding )This constructor is from 'ListPlugins_' class.
main ( String[ ] )This method is from 'ListPlugins_' class.
run ( )This method is from 'ListPlugins_' class.
[+] ListPluginUpdates (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ListPluginUpdates. |
2 | Field __timeStamp__239_neverHappen1414503327331 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_neverHappen1414503327331 in ListPluginUpdates. |
[+] affected methods (4)
ListPluginUpdates ( )This constructor is from 'ListPluginUpdates' class.
ListPluginUpdates ( Binding )This constructor is from 'ListPluginUpdates' class.
main ( String[ ] )This method is from 'ListPluginUpdates' class.
run ( )This method is from 'ListPluginUpdates' class.
[+] MigrateDocs (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MigrateDocs. |
2 | Field __timeStamp__239_neverHappen1414503327339 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_neverHappen1414503327339 in MigrateDocs. |
[+] affected methods (4)
MigrateDocs ( )This constructor is from 'MigrateDocs' class.
MigrateDocs ( Binding )This constructor is from 'MigrateDocs' class.
main ( String[ ] )This method is from 'MigrateDocs' class.
run ( )This method is from 'MigrateDocs' class.
[+] Package (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Package. |
2 | Field __timeStamp__239_neverHappen1414503327339 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_neverHappen1414503327339 in Package. |
[+] affected methods (4)
Package ( )This constructor is from 'Package' class.
Package ( Binding )This constructor is from 'Package' class.
main ( String[ ] )This method is from 'Package' class.
run ( )This method is from 'Package' class.
[+] PackagePlugin_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PackagePlugin_. |
2 | Field __timeStamp__239_neverHappen1414503327340 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_neverHappen1414503327340 in PackagePlugin_. |
[+] affected methods (4)
PackagePlugin_ ( )This constructor is from 'PackagePlugin_' class.
PackagePlugin_ ( Binding )This constructor is from 'PackagePlugin_' class.
main ( String[ ] )This method is from 'PackagePlugin_' class.
run ( )This method is from 'PackagePlugin_' class.
[+] PluginInfo_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PluginInfo_. |
2 | Field __timeStamp__239_neverHappen1414503327341 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_neverHappen1414503327341 in PluginInfo_. |
[+] affected methods (4)
PluginInfo_ ( )This constructor is from 'PluginInfo_' class.
PluginInfo_ ( Binding )This constructor is from 'PluginInfo_' class.
main ( String[ ] )This method is from 'PluginInfo_' class.
run ( )This method is from 'PluginInfo_' class.
[+] RefreshDependencies (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RefreshDependencies. |
2 | Field __timeStamp__239_neverHappen1414503327342 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_neverHappen1414503327342 in RefreshDependencies. |
[+] affected methods (4)
RefreshDependencies ( )This constructor is from 'RefreshDependencies' class.
RefreshDependencies ( Binding )This constructor is from 'RefreshDependencies' class.
main ( String[ ] )This method is from 'RefreshDependencies' class.
run ( )This method is from 'RefreshDependencies' class.
[+] RemoveProxy_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RemoveProxy_. |
2 | Field __timeStamp__239_neverHappen1414503327347 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_neverHappen1414503327347 in RemoveProxy_. |
[+] affected methods (5)
RemoveProxy_ ( )This constructor is from 'RemoveProxy_' class.
RemoveProxy_ ( Binding )This constructor is from 'RemoveProxy_' class.
main ( String[ ] )This method is from 'RemoveProxy_' class.
msg ( )This method is from 'RemoveProxy_' class.
run ( )This method is from 'RemoveProxy_' class.
[+] RunApp (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RunApp. |
2 | Field __timeStamp__239_neverHappen1414503327348 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_neverHappen1414503327348 in RunApp. |
[+] affected methods (4)
RunApp ( )This constructor is from 'RunApp' class.
RunApp ( Binding )This constructor is from 'RunApp' class.
main ( String[ ] )This method is from 'RunApp' class.
run ( )This method is from 'RunApp' class.
[+] RunScript (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RunScript. |
2 | Field __timeStamp__239_neverHappen1414503327349 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_neverHappen1414503327349 in RunScript. |
[+] affected methods (5)
RunScript ( )This constructor is from 'RunScript' class.
RunScript ( Binding )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RunWar. |
2 | Field __timeStamp__239_neverHappen1414503327350 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_neverHappen1414503327350 in RunWar. |
[+] affected methods (4)
RunWar ( )This constructor is from 'RunWar' class.
RunWar ( Binding )This constructor is from 'RunWar' class.
main ( String[ ] )This method is from 'RunWar' class.
run ( )This method is from 'RunWar' class.
[+] SetGrailsVersion (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SetGrailsVersion. |
2 | Field __timeStamp__239_neverHappen1414503327351 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_neverHappen1414503327351 in SetGrailsVersion. |
[+] affected methods (4)
SetGrailsVersion ( )This constructor is from 'SetGrailsVersion' class.
SetGrailsVersion ( Binding )This constructor is from 'SetGrailsVersion' class.
main ( String[ ] )This method is from 'SetGrailsVersion' class.
run ( )This method is from 'SetGrailsVersion' class.
[+] SetProxy_ (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SetProxy_. |
2 | Field __timeStamp__239_neverHappen1414503327352 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_neverHappen1414503327352 in SetProxy_. |
[+] affected methods (4)
SetProxy_ ( )This constructor is from 'SetProxy_' class.
SetProxy_ ( Binding )This constructor is from 'SetProxy_' class.
main ( String[ ] )This method is from 'SetProxy_' class.
run ( )This method is from 'SetProxy_' class.
[+] SetVersion (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SetVersion. |
2 | Field __timeStamp__239_neverHappen1414503327354 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_neverHappen1414503327354 in SetVersion. |
[+] affected methods (4)
SetVersion ( )This constructor is from 'SetVersion' class.
SetVersion ( Binding )This constructor is from 'SetVersion' class.
main ( String[ ] )This method is from 'SetVersion' class.
run ( )This method is from 'SetVersion' class.
[+] Shell (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Shell. |
2 | Field __timeStamp__239_neverHappen1414503327356 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_neverHappen1414503327356 in Shell. |
[+] affected methods (4)
Shell ( )This constructor is from 'Shell' class.
Shell ( Binding )This constructor is from 'Shell' class.
main ( String[ ] )This method is from 'Shell' class.
run ( )This method is from 'Shell' class.
[+] Stats (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Stats. |
2 | Field __timeStamp__239_neverHappen1414503327359 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_neverHappen1414503327359 in Stats. |
[+] affected methods (4)
Stats ( )This constructor is from 'Stats' class.
Stats ( Binding )This constructor is from 'Stats' class.
main ( String[ ] )This method is from 'Stats' class.
run ( )This method is from 'Stats' class.
[+] StopApp (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in StopApp. |
2 | Field __timeStamp__239_neverHappen1414503327364 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_neverHappen1414503327364 in StopApp. |
[+] affected methods (4)
StopApp ( )This constructor is from 'StopApp' class.
StopApp ( Binding )This constructor is from 'StopApp' class.
main ( String[ ] )This method is from 'StopApp' class.
run ( )This method is from 'StopApp' class.
[+] TestApp (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TestApp. |
2 | Field __timeStamp__239_neverHappen1414503327365 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_neverHappen1414503327365 in TestApp. |
[+] affected methods (4)
TestApp ( )This constructor is from 'TestApp' class.
TestApp ( Binding )This constructor is from 'TestApp' class.
main ( String[ ] )This method is from 'TestApp' class.
run ( )This method is from 'TestApp' class.
[+] UninstallPlugin (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in UninstallPlugin. |
2 | Field __timeStamp__239_neverHappen1414503327366 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_neverHappen1414503327366 in UninstallPlugin. |
[+] affected methods (4)
UninstallPlugin ( )This constructor is from 'UninstallPlugin' class.
UninstallPlugin ( Binding )This constructor is from 'UninstallPlugin' class.
main ( String[ ] )This method is from 'UninstallPlugin' class.
run ( )This method is from 'UninstallPlugin' class.
[+] UrlMappingsReport (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in UrlMappingsReport. |
2 | Field __timeStamp__239_neverHappen1414503327367 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_neverHappen1414503327367 in UrlMappingsReport. |
[+] affected methods (4)
UrlMappingsReport ( )This constructor is from 'UrlMappingsReport' class.
UrlMappingsReport ( Binding )This constructor is from 'UrlMappingsReport' class.
main ( String[ ] )This method is from 'UrlMappingsReport' class.
run ( )This method is from 'UrlMappingsReport' class.
[+] War (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in War. |
2 | Field __timeStamp__239_neverHappen1414503327369 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_neverHappen1414503327369 in War. |
[+] affected methods (4)
War ( )This constructor is from 'War' class.
War ( Binding )This constructor is from 'War' class.
main ( String[ ] )This method is from 'War' class.
run ( )This method is from 'War' class.
[+] Wrapper (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in Wrapper. |
2 | Field __timeStamp__239_neverHappen1414503327370 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_neverHappen1414503327370 in Wrapper. |
[+] affected methods (4)
Wrapper ( )This constructor is from 'Wrapper' class.
Wrapper ( Binding )This constructor is from 'Wrapper' class.
main ( String[ ] )This method is from 'Wrapper' class.
run ( )This method is from 'Wrapper' class.
grails-spring-2.4.4.jar
package grails.spring
[+] DynamicElementReader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DynamicElementReader. |
2 | Field __timeStamp__239_neverHappen1414503243809 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_neverHappen1414503243809 in DynamicElementReader. |
[+] affected methods (26)
createDynamicElementReader ( String, boolean )Return value of this method has type 'DynamicElementReader'.
DynamicElementReader ( String )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler, ParserContext )This constructor is from 'DynamicElementReader' class.
afterInvocation ( )This method is from 'DynamicElementReader' class.
getBeanConfiguration ( )This method is from 'DynamicElementReader' class.
getBeanDecorator ( )This method is from 'DynamicElementReader' class.
getEntityResolver ( )This method is from 'DynamicElementReader' class.
getErrorHandler ( )This method is from 'DynamicElementReader' class.
getFirstCall ( )This method is from 'DynamicElementReader' class.
getNamespaceHandler ( )This method is from 'DynamicElementReader' class.
...
grails-web-2.4.4.jar
package org.codehaus.groovy.grails.web.context
[+] ServletEnvironmentGrailsApplicationDiscoveryStrategy (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ServletEnvironmentGrailsApplicationDiscoveryStrategy. |
2 | Field __timeStamp__239_neverHappen1414503268249 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_neverHappen1414503268249 in ServletEnvironmentGrailsApplicationDiscoveryStrategy. |
[+] affected methods (10)
ServletEnvironmentGrailsApplicationDiscoveryStrategy ( ServletContext )This constructor is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
findApplicationContext ( )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
findGrailsApplication ( )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
getMetaClass ( )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
getProperty ( String )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
getServletContext ( )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
invokeMethod ( String, Object )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
setMetaClass ( MetaClass )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
setProperty ( String, Object )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
setServletContext ( ServletContext )This method is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
grails-web-common-2.4.4.jar
package org.codehaus.groovy.grails.web.beans
[+] PropertyEditorRegistryUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PropertyEditorRegistryUtils. |
2 | Field __timeStamp__239_neverHappen1414503264426 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_neverHappen1414503264426 in PropertyEditorRegistryUtils. |
[+] affected methods (7)
PropertyEditorRegistryUtils ( )This constructor is from 'PropertyEditorRegistryUtils' class.
getMetaClass ( )This method is from 'PropertyEditorRegistryUtils' class.
getProperty ( String )This method is from 'PropertyEditorRegistryUtils' class.
invokeMethod ( String, Object )This method is from 'PropertyEditorRegistryUtils' class.
registerCustomEditors ( GrailsWebRequest, PropertyEditorRegistry, Locale )This method is from 'PropertyEditorRegistryUtils' class.
setMetaClass ( MetaClass )This method is from 'PropertyEditorRegistryUtils' class.
setProperty ( String, Object )This method is from 'PropertyEditorRegistryUtils' class.
package org.codehaus.groovy.grails.web.errors
[+] ErrorsViewStackTracePrinter (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ErrorsViewStackTracePrinter. |
2 | Field __timeStamp__239_neverHappen1414503264462 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_neverHappen1414503264462 in ErrorsViewStackTracePrinter. |
[+] affected methods (11)
getErrorsViewStackTracePrinter ( )Return value of this method has type 'ErrorsViewStackTracePrinter'.
setErrorsViewStackTracePrinter ( ErrorsViewStackTracePrinter )1st parameter 'p1' of this method has type 'ErrorsViewStackTracePrinter'.
ErrorsViewStackTracePrinter ( ResourceLocator )This constructor 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.
...
[+] ExceptionUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ExceptionUtils. |
2 | Field __timeStamp__239_neverHappen1414503264427 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_neverHappen1414503264427 in ExceptionUtils. |
[+] affected methods (9)
ExceptionUtils ( )This constructor is from 'ExceptionUtils' class.
extractLineNumber ( CompilationFailedException )This method is from 'ExceptionUtils' class.
getFirstRuntimeException ( Throwable )This method is from 'ExceptionUtils' class.
getMetaClass ( )This method is from 'ExceptionUtils' class.
getProperty ( String )This method is from 'ExceptionUtils' class.
getRootCause ( Throwable )This method is from 'ExceptionUtils' class.
invokeMethod ( String, Object )This method is from 'ExceptionUtils' class.
setMetaClass ( MetaClass )This method is from 'ExceptionUtils' class.
setProperty ( String, Object )This method is from 'ExceptionUtils' class.
package org.codehaus.groovy.grails.web.i18n
[+] ParamsAwareLocaleChangeInterceptor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ParamsAwareLocaleChangeInterceptor. |
2 | Field __timeStamp__239_neverHappen1414503264465 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_neverHappen1414503264465 in ParamsAwareLocaleChangeInterceptor. |
[+] affected methods (11)
ParamsAwareLocaleChangeInterceptor ( )This constructor is from 'ParamsAwareLocaleChangeInterceptor' class.
getLocaleResolver ( )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.
setLocaleResolver ( LocaleResolver )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.metaclass
[+] ControllerDynamicMethods (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ControllerDynamicMethods. |
2 | Field __timeStamp__239_neverHappen1414503264429 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_neverHappen1414503264429 in ControllerDynamicMethods. |
[+] affected methods (7)
ControllerDynamicMethods ( )This constructor is from 'ControllerDynamicMethods' class.
getMetaClass ( )This method is from 'ControllerDynamicMethods' class.
getProperty ( String )This method is from 'ControllerDynamicMethods' class.
invokeMethod ( String, Object )This method is from 'ControllerDynamicMethods' class.
registerCommonWebProperties ( MetaClass, GrailsApplication )This method is from 'ControllerDynamicMethods' class.
setMetaClass ( MetaClass )This method is from 'ControllerDynamicMethods' class.
setProperty ( String, Object )This method is from 'ControllerDynamicMethods' class.
package org.codehaus.groovy.grails.web.mime
[+] MimeType (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MimeType. |
2 | Field __timeStamp__239_neverHappen1414503264437 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_neverHappen1414503264437 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'.
...
[+] MimeTypeUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MimeTypeUtils. |
2 | Field __timeStamp__239_neverHappen1414503264455 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_neverHappen1414503264455 in MimeTypeUtils. |
[+] affected methods (7)
MimeTypeUtils ( )This constructor is from 'MimeTypeUtils' class.
getMetaClass ( )This method is from 'MimeTypeUtils' class.
getProperty ( String )This method is from 'MimeTypeUtils' class.
invokeMethod ( String, Object )This method is from 'MimeTypeUtils' class.
resolveMimeType ( Object, MimeTypeResolver )This method is from 'MimeTypeUtils' class.
setMetaClass ( MetaClass )This method is from 'MimeTypeUtils' class.
setProperty ( String, Object )This method is from 'MimeTypeUtils' class.
package org.codehaus.groovy.grails.web.util
[+] ClassAndMimeTypeRegistry (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ClassAndMimeTypeRegistry. |
2 | Field __timeStamp__239_neverHappen1414503264456 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_neverHappen1414503264456 in ClassAndMimeTypeRegistry. |
[+] affected methods (13)
ClassAndMimeTypeRegistry ( )This constructor 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.
setMetaClass ( MetaClass )This method is from 'ClassAndMimeTypeRegistry' abstract class.
...
[+] TypeConvertingMap (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TypeConvertingMap. |
2 | Field __timeStamp__239_neverHappen1414503264467 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_neverHappen1414503264467 in TypeConvertingMap. |
[+] affected methods (20)
TypeConvertingMap ( )This constructor is from 'TypeConvertingMap' class.
TypeConvertingMap ( Map )This constructor 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.
double ( String, Double )This method is from 'TypeConvertingMap' class.
...
grails-web-databinding-2.4.4.jar
package org.codehaus.groovy.grails.web.binding
[+] BindEventListenerAdapter (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in BindEventListenerAdapter. |
2 | Field __timeStamp__239_neverHappen1414503265084 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_neverHappen1414503265084 in BindEventListenerAdapter. |
[+] affected methods (10)
BindEventListenerAdapter ( )This constructor is from 'BindEventListenerAdapter' class.
afterPropertiesSet ( )This method is from 'BindEventListenerAdapter' class.
beforeBinding ( Object, Object )This method is from 'BindEventListenerAdapter' class.
getListeners ( )This method is from 'BindEventListenerAdapter' class.
getMetaClass ( )This method is from 'BindEventListenerAdapter' class.
getProperty ( String )This method is from 'BindEventListenerAdapter' class.
invokeMethod ( String, Object )This method is from 'BindEventListenerAdapter' class.
setListeners ( List )This method is from 'BindEventListenerAdapter' class.
setMetaClass ( MetaClass )This method is from 'BindEventListenerAdapter' class.
setProperty ( String, Object )This method is from 'BindEventListenerAdapter' class.
[+] DataBindingEventMulticastListener (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DataBindingEventMulticastListener. |
2 | Field __timeStamp__239_neverHappen1414503265053 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_neverHappen1414503265053 in DataBindingEventMulticastListener. |
[+] affected methods (12)
DataBindingEventMulticastListener ( List )This constructor 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.
supports ( Class )This method is from 'DataBindingEventMulticastListener' class.
...
[+] GrailsWebDataBinder (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsWebDataBinder. |
2 | Field __timeStamp__239_neverHappen1414503265086 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_neverHappen1414503265086 in GrailsWebDataBinder. |
[+] affected methods (34)
GrailsWebDataBinder ( GrailsApplication )This constructor 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.
getDomainClassType ( Object, String )This method is from 'GrailsWebDataBinder' class.
...
[+] GrailsWebDataBindingListener (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsWebDataBindingListener. |
2 | Field __timeStamp__239_neverHappen1414503265104 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_neverHappen1414503265104 in GrailsWebDataBindingListener. |
[+] affected methods (8)
GrailsWebDataBindingListener ( MessageSource )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SpringConversionServiceAdapter. |
2 | Field __timeStamp__239_neverHappen1414503265070 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_neverHappen1414503265070 in SpringConversionServiceAdapter. |
[+] affected methods (8)
SpringConversionServiceAdapter ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DefaultDataBindingSourceCreator. |
2 | Field __timeStamp__239_neverHappen1414503265072 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_neverHappen1414503265072 in DefaultDataBindingSourceCreator. |
[+] affected methods (11)
DefaultDataBindingSourceCreator ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DefaultDataBindingSourceRegistry. |
2 | Field __timeStamp__239_neverHappen1414503265106 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_neverHappen1414503265106 in DefaultDataBindingSourceRegistry. |
[+] affected methods (9)
DefaultDataBindingSourceRegistry ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in HalGPathResultMap. |
2 | Field __timeStamp__239_neverHappen1414503265108 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_neverHappen1414503265108 in HalGPathResultMap. |
[+] affected methods (4)
HalGPathResultMap ( GPathResult )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in HalJsonDataBindingSourceCreator. |
2 | Field __timeStamp__239_neverHappen1414503265121 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_neverHappen1414503265121 in HalJsonDataBindingSourceCreator. |
[+] affected methods (4)
HalJsonDataBindingSourceCreator ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in HalXmlDataBindingSourceCreator. |
2 | Field __timeStamp__239_neverHappen1414503265122 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_neverHappen1414503265122 in HalXmlDataBindingSourceCreator. |
[+] affected methods (3)
HalXmlDataBindingSourceCreator ( )This constructor is from 'HalXmlDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'HalXmlDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'HalXmlDataBindingSourceCreator' class.
[+] JsonDataBindingSourceCreator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in JsonDataBindingSourceCreator. |
2 | Field __timeStamp__239_neverHappen1414503265115 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_neverHappen1414503265115 in JsonDataBindingSourceCreator. |
[+] affected methods (12)
JsonDataBindingSourceCreator ( )This constructor 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'.
setGson ( Gson )This method is from 'JsonDataBindingSourceCreator' class.
...
[+] XmlDataBindingSourceCreator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in XmlDataBindingSourceCreator. |
2 | Field __timeStamp__239_neverHappen1414503265120 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_neverHappen1414503265120 in XmlDataBindingSourceCreator. |
[+] affected methods (7)
XmlDataBindingSourceCreator ( )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ByteArrayMultipartFileValueConverter. |
2 | Field __timeStamp__239_neverHappen1414503265080 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_neverHappen1414503265080 in ByteArrayMultipartFileValueConverter. |
[+] affected methods (9)
ByteArrayMultipartFileValueConverter ( )This constructor 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.grails.databinding.bindingsource
[+] AbstractRequestBodyDataBindingSourceCreator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AbstractRequestBodyDataBindingSourceCreator. |
2 | Field __timeStamp__239_neverHappen1414503265112 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_neverHappen1414503265112 in AbstractRequestBodyDataBindingSourceCreator. |
[+] affected methods (9)
AbstractRequestBodyDataBindingSourceCreator ( )This constructor is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
createBindingSource ( InputStream, String )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, String )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.
package org.grails.databinding.converters
[+] AbstractStructuredBindingEditor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AbstractStructuredBindingEditor. |
2 | Field __timeStamp__239_neverHappen1414503265082 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_neverHappen1414503265082 in AbstractStructuredBindingEditor. |
[+] affected methods (10)
AbstractStructuredBindingEditor ( )This constructor is from 'AbstractStructuredBindingEditor' abstract class.
getMetaClass ( )This method is from 'AbstractStructuredBindingEditor' abstract class.
getProperty ( String )This method is from 'AbstractStructuredBindingEditor' abstract class.
getPropertyValue ( Object, String, DataBindingSource )This method is from 'AbstractStructuredBindingEditor' abstract class.
getPropertyValue ( Map )This abstract method is from 'AbstractStructuredBindingEditor' abstract class.
getPropertyValuesMap ( String, DataBindingSource )This method is from 'AbstractStructuredBindingEditor' abstract class.
getTargetType ( )This method is from 'AbstractStructuredBindingEditor' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractStructuredBindingEditor' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractStructuredBindingEditor' abstract class.
setProperty ( String, Object )This method is from 'AbstractStructuredBindingEditor' abstract class.
grails-web-databinding-spring-2.4.4.jar
package org.codehaus.groovy.grails.web.binding
[+] GrailsDataBinderCreator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GrailsDataBinderCreator. |
2 | Field __timeStamp__239_neverHappen1414503331217 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_neverHappen1414503331217 in GrailsDataBinderCreator. |
[+] affected methods (8)
GrailsDataBinderCreator ( )This constructor is from 'GrailsDataBinderCreator' class.
createBinder ( Object, String )This method is from 'GrailsDataBinderCreator' class.
createBinder ( Object, String, HttpServletRequest )This method is from 'GrailsDataBinderCreator' class.
getMetaClass ( )This method is from 'GrailsDataBinderCreator' class.
getProperty ( String )This method is from 'GrailsDataBinderCreator' class.
invokeMethod ( String, Object )This method is from 'GrailsDataBinderCreator' class.
setMetaClass ( MetaClass )This method is from 'GrailsDataBinderCreator' class.
setProperty ( String, Object )This method is from 'GrailsDataBinderCreator' class.
grails-web-gsp-2.4.4.jar
package grails.gsp
[+] PageRenderer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PageRenderer. |
2 | Field __timeStamp__239_neverHappen1414503266392 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_neverHappen1414503266392 in PageRenderer. |
[+] affected methods (18)
PageRenderer ( GroovyPagesTemplateEngine )This constructor 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.
getLocale ( )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.web.pages
[+] GroovyPageCompiler (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GroovyPageCompiler. |
2 | Field __timeStamp__239_neverHappen1414503266409 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_neverHappen1414503266409 in GroovyPageCompiler. |
[+] affected methods (30)
GroovyPageCompiler ( )This constructor is from 'GroovyPageCompiler' class.
compile ( )This method is from 'GroovyPageCompiler' class.
compileGSP ( File, File, String, String )This method is from 'GroovyPageCompiler' class.
generateJavaName ( String )This method is from 'GroovyPageCompiler' class.
getClassLoader ( )This method is from 'GroovyPageCompiler' class.
getCompilerConfig ( )This method is from 'GroovyPageCompiler' class.
getEncoding ( )This method is from 'GroovyPageCompiler' class.
getGeneratedGroovyPagesDirectory ( )This method is from 'GroovyPageCompiler' class.
getMetaClass ( )This method is from 'GroovyPageCompiler' class.
getOperation ( )This method is from 'GroovyPageCompiler' class.
getPackagePrefix ( )This method is from 'GroovyPageCompiler' class.
getProperty ( String )This method is from 'GroovyPageCompiler' class.
...
[+] GroovyPageCompilerTask (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GroovyPageCompilerTask. |
2 | Field __timeStamp__239_neverHappen1414503266462 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_neverHappen1414503266462 in GroovyPageCompilerTask. |
[+] affected methods (26)
GroovyPageCompilerTask ( )This constructor is from 'GroovyPageCompilerTask' class.
createClasspath ( )This method is from 'GroovyPageCompilerTask' class.
execute ( )This method is from 'GroovyPageCompilerTask' class.
getClasspath ( )This method is from 'GroovyPageCompilerTask' class.
getDestdir ( )This method is from 'GroovyPageCompilerTask' class.
getEncoding ( )This method is from 'GroovyPageCompilerTask' class.
getMetaClass ( )This method is from 'GroovyPageCompilerTask' class.
getPackagename ( )This method is from 'GroovyPageCompilerTask' class.
getProperty ( String )This method is from 'GroovyPageCompilerTask' class.
getServerpath ( )This method is from 'GroovyPageCompilerTask' class.
getSrcdir ( )This method is from 'GroovyPageCompilerTask' class.
getTmpdir ( )This method is from 'GroovyPageCompilerTask' class.
...
[+] GroovyPageConfig (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GroovyPageConfig. |
2 | Field __timeStamp__239_neverHappen1414503266422 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_neverHappen1414503266422 in GroovyPageConfig. |
[+] affected methods (9)
GroovyPageConfig ( Map )This constructor 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 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GroovyPagesMetaUtils. |
2 | Field __timeStamp__239_neverHappen1414503266440 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_neverHappen1414503266440 in GroovyPagesMetaUtils. |
[+] affected methods (10)
GroovyPagesMetaUtils ( )This constructor 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.
setMetaClass ( MetaClass )This method is from 'GroovyPagesMetaUtils' class.
setProperty ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
package org.codehaus.groovy.grails.web.taglib
[+] NamespacedTagDispatcher (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in NamespacedTagDispatcher. |
2 | Field __timeStamp__239_neverHappen1414503266458 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_neverHappen1414503266458 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.
initializeMetaClass ( )This method is from 'NamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'NamespacedTagDispatcher' class.
registerTagMetaMethods ( ExpandoMetaClass )This method is from 'NamespacedTagDispatcher' class.
[+] TemplateNamespacedTagDispatcher (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TemplateNamespacedTagDispatcher. |
2 | Field __timeStamp__239_neverHappen1414503266459 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_neverHappen1414503266459 in TemplateNamespacedTagDispatcher. |
[+] affected methods (6)
TemplateNamespacedTagDispatcher ( Class, GrailsApplication, TagLibraryLookup )This constructor is from 'TemplateNamespacedTagDispatcher' class.
argsToAttrs ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
callRender ( Map, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
filterBodyAttr ( Object )This method is from 'TemplateNamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
registerTagMetaMethods ( ExpandoMetaClass )This method is from 'TemplateNamespacedTagDispatcher' class.
package org.codehaus.groovy.grails.web.util
[+] TagLibraryMetaUtils (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TagLibraryMetaUtils. |
2 | Field __timeStamp__239_neverHappen1414503266447 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_neverHappen1414503266447 in TagLibraryMetaUtils. |
[+] affected methods (18)
TagLibraryMetaUtils ( )This constructor is from 'TagLibraryMetaUtils' class.
doesMethodExist ( MetaClass, String, Class[ ] )This method is from 'TagLibraryMetaUtils' class.
doesMethodExist ( MetaClass, String, Class[ ], boolean )This method is from 'TagLibraryMetaUtils' class.
doesMethodExist ( MetaClass, String, Class[ ], boolean, boolean )This method is from 'TagLibraryMetaUtils' class.
enhanceTagLibMetaClass ( GrailsTagLibClass, TagLibraryLookup )This method is from 'TagLibraryMetaUtils' class.
getMetaClass ( )This method is from 'TagLibraryMetaUtils' class.
getProperty ( String )This method is from 'TagLibraryMetaUtils' class.
invokeMethod ( String, Object )This method is from 'TagLibraryMetaUtils' class.
registerMethodMissingForTags ( MetaClass, TagLibraryLookup, String, String )This method is from 'TagLibraryMetaUtils' class.
registerMethodMissingForTags ( MetaClass, TagLibraryLookup, String, String, boolean )This method is from 'TagLibraryMetaUtils' class.
registerMethodMissingForTags ( MetaClass, TagLibraryLookup, String, String, boolean, boolean )This method is from 'TagLibraryMetaUtils' class.
registerMethodMissingForTags ( MetaClass, ApplicationContext, GrailsTagLibClass, String )This method is from 'TagLibraryMetaUtils' class.
...
[+] WithCodecHelper (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in WithCodecHelper. |
2 | Field __timeStamp__239_neverHappen1414503266454 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_neverHappen1414503266454 in WithCodecHelper. |
[+] affected methods (11)
WithCodecHelper ( )This constructor 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.
...
grails-web-gsp-taglib-2.4.4.jar
package org.codehaus.groovy.grails.plugins.web.taglib
[+] RenderTagLib (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in RenderTagLib. |
2 | Field __timeStamp__239_neverHappen1414503304235 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_neverHappen1414503304235 in RenderTagLib. |
[+] affected methods (105)
RenderTagLib ( )This constructor is from 'RenderTagLib' class.
applyLayout ( )This method is from 'RenderTagLib' class.
applyLayout ( Closure )This method is from 'RenderTagLib' class.
applyLayout ( Map )This method is from 'RenderTagLib' class.
applyLayout ( Map, Closure )This method is from 'RenderTagLib' class.
applyLayout ( Map, CharSequence )This method is from 'RenderTagLib' class.
createPageParser ( String )This method is from 'RenderTagLib' class.
findDecorator ( HttpServletRequest, String )This method is from 'RenderTagLib' class.
findTemplate ( Decorator )This method is from 'RenderTagLib' class.
getActionName ( )This method is from 'RenderTagLib' class.
getApplicationContext ( )This method is from 'RenderTagLib' class.
getApplyLayout ( )This method is from 'RenderTagLib' class.
...
[+] SitemeshTagLib (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SitemeshTagLib. |
2 | Field __timeStamp__239_neverHappen1414503304264 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_neverHappen1414503304264 in SitemeshTagLib. |
[+] affected methods (88)
SitemeshTagLib ( )This constructor is from 'SitemeshTagLib' class.
captureBody ( )This method is from 'SitemeshTagLib' class.
captureBody ( Closure )This method is from 'SitemeshTagLib' class.
captureBody ( Map )This method is from 'SitemeshTagLib' class.
captureBody ( Map, Closure )This method is from 'SitemeshTagLib' class.
captureBody ( Map, CharSequence )This method is from 'SitemeshTagLib' class.
captureContent ( )This method is from 'SitemeshTagLib' class.
captureContent ( Closure )This method is from 'SitemeshTagLib' class.
captureContent ( Map )This method is from 'SitemeshTagLib' class.
captureContent ( Map, Closure )This method is from 'SitemeshTagLib' class.
captureContent ( Map, CharSequence )This method is from 'SitemeshTagLib' class.
captureHead ( )This method is from 'SitemeshTagLib' class.
...
grails-web-jsp-2.4.4.jar
package org.codehaus.groovy.grails.web.pages.ext.jsp
[+] GroovyPagesJspFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GroovyPagesJspFactory. |
2 | Field __timeStamp__239_neverHappen1414503266984 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_neverHappen1414503266984 in GroovyPagesJspFactory. |
[+] affected methods (10)
GroovyPagesJspFactory ( )This constructor is from 'GroovyPagesJspFactory' abstract class.
getEngineInfo ( )This method is from 'GroovyPagesJspFactory' abstract class.
getMetaClass ( )This method is from 'GroovyPagesJspFactory' abstract class.
getPageContext ( Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean )This method is from 'GroovyPagesJspFactory' abstract class.
getProperty ( String )This method is from 'GroovyPagesJspFactory' abstract class.
getSpecificationVersion ( )This abstract method is from 'GroovyPagesJspFactory' abstract class.
invokeMethod ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
releasePageContext ( PageContext )This method is from 'GroovyPagesJspFactory' abstract class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesJspFactory' abstract class.
setProperty ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
[+] GroovyPagesJspFactory21 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GroovyPagesJspFactory21. |
2 | Field __timeStamp__239_neverHappen1414503267124 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_neverHappen1414503267124 in GroovyPagesJspFactory21. |
[+] affected methods (3)
GroovyPagesJspFactory21 ( )This constructor is from 'GroovyPagesJspFactory21' class.
getJspApplicationContext ( ServletContext )This method is from 'GroovyPagesJspFactory21' class.
getSpecificationVersion ( )This method is from 'GroovyPagesJspFactory21' class.
[+] GroovyPagesPageContext21 (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in GroovyPagesPageContext21. |
2 | Field __timeStamp__239_neverHappen1414503267125 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_neverHappen1414503267125 in GroovyPagesPageContext21. |
[+] affected methods (7)
GroovyPagesPageContext21 ( )This constructor is from 'GroovyPagesPageContext21' class.
getELContext ( )This method is from 'GroovyPagesPageContext21' class.
getMetaClass ( )This method is from 'GroovyPagesPageContext21' class.
getProperty ( String )This method is from 'GroovyPagesPageContext21' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesPageContext21' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesPageContext21' class.
setProperty ( String, Object )This method is from 'GroovyPagesPageContext21' class.
[+] JspFragmentImpl (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in JspFragmentImpl. |
2 | Field __timeStamp__239_neverHappen1414503266985 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_neverHappen1414503266985 in JspFragmentImpl. |
[+] affected methods (12)
JspFragmentImpl ( GroovyPagesPageContext, FastStringWriter )This constructor is from 'JspFragmentImpl' class.
getBody ( )This method is from 'JspFragmentImpl' class.
getJspContext ( )This method is from 'JspFragmentImpl' class.
getMetaClass ( )This method is from 'JspFragmentImpl' class.
getPageContext ( )This method is from 'JspFragmentImpl' class.
getProperty ( String )This method is from 'JspFragmentImpl' class.
invoke ( Writer )This method is from 'JspFragmentImpl' class.
invokeMethod ( String, Object )This method is from 'JspFragmentImpl' class.
setBody ( FastStringWriter )This method is from 'JspFragmentImpl' class.
setMetaClass ( MetaClass )This method is from 'JspFragmentImpl' class.
setPageContext ( GroovyPagesPageContext )This method is from 'JspFragmentImpl' class.
setProperty ( String, Object )This method is from 'JspFragmentImpl' class.
...
[+] JspTagImpl (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in JspTagImpl. |
2 | Field __timeStamp__239_neverHappen1414503266933 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_neverHappen1414503266933 in JspTagImpl. |
[+] affected methods (32)
JspTagImpl ( Class )This constructor is from 'JspTagImpl' class.
JspTagImpl ( String, ClassLoader )This constructor is from 'JspTagImpl' class.
checkInitialized ( )This method is from 'JspTagImpl' class.
createTagInstance ( )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.
getClassLoader ( )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.
...
[+] JspTagLibImpl (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in JspTagLibImpl. |
2 | Field __timeStamp__239_neverHappen1414503266953 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_neverHappen1414503266953 in JspTagLibImpl. |
[+] affected methods (8)
JspTagLibImpl ( String, Map, ClassLoader )This constructor is from 'JspTagLibImpl' class.
getMetaClass ( )This method is from 'JspTagLibImpl' class.
getProperty ( String )This method is from 'JspTagLibImpl' class.
getTag ( String )This method is from 'JspTagLibImpl' class.
getURI ( )This method is from 'JspTagLibImpl' class.
invokeMethod ( String, Object )This method is from 'JspTagLibImpl' class.
setMetaClass ( MetaClass )This method is from 'JspTagLibImpl' class.
setProperty ( String, Object )This method is from 'JspTagLibImpl' class.
[+] PageContextFactory (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in PageContextFactory. |
2 | Field __timeStamp__239_neverHappen1414503266957 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_neverHappen1414503266957 in PageContextFactory. |
[+] affected methods (9)
PageContextFactory ( )This constructor is from 'PageContextFactory' class.
getCurrent ( )This method is from 'PageContextFactory' class.
getMetaClass ( )This method is from 'PageContextFactory' class.
getPageContextClass ( )This method is from 'PageContextFactory' class.
getProperty ( String )This method is from 'PageContextFactory' class.
invokeMethod ( String, Object )This method is from 'PageContextFactory' class.
setMetaClass ( MetaClass )This method is from 'PageContextFactory' class.
setPageContextClass ( Class )This method is from 'PageContextFactory' class.
setProperty ( String, Object )This method is from 'PageContextFactory' class.
[+] TagLibraryResolverImpl (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TagLibraryResolverImpl. |
2 | Field __timeStamp__239_neverHappen1414503266971 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_neverHappen1414503266971 in TagLibraryResolverImpl. |
[+] affected methods (26)
TagLibraryResolverImpl ( )This constructor is from 'TagLibraryResolverImpl' class.
getClassLoader ( )This method is from 'TagLibraryResolverImpl' class.
getGrailsApplication ( )This method is from 'TagLibraryResolverImpl' class.
getInitialized ( )This method is from 'TagLibraryResolverImpl' class.
getJarsFromServletContext ( )This method is from 'TagLibraryResolverImpl' class.
getMetaClass ( )This method is from 'TagLibraryResolverImpl' class.
getProperty ( String )This method is from 'TagLibraryResolverImpl' class.
getResourceLoader ( )This method is from 'TagLibraryResolverImpl' class.
getServletContext ( )This method is from 'TagLibraryResolverImpl' class.
getTldFromServletContext ( String )This method is from 'TagLibraryResolverImpl' class.
getTldScanPatterns ( )This method is from 'TagLibraryResolverImpl' class.
getWebXmlFromServletContext ( )This method is from 'TagLibraryResolverImpl' class.
...
[+] TldReader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in TldReader. |
2 | Field __timeStamp__239_neverHappen1414503266980 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_neverHappen1414503266980 in TldReader. |
[+] affected methods (10)
TldReader ( InputStream )This constructor 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.
getUri ( )This method is from 'TldReader' class.
invokeMethod ( String, Object )This method is from 'TldReader' class.
setMetaClass ( MetaClass )This method is from 'TldReader' class.
setProperty ( String, Object )This method is from 'TldReader' class.
setUri ( String )This method is from 'TldReader' class.
[+] WebXmlTagLibraryReader (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in WebXmlTagLibraryReader. |
2 | Field __timeStamp__239_neverHappen1414503266982 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_neverHappen1414503266982 in WebXmlTagLibraryReader. |
[+] affected methods (8)
WebXmlTagLibraryReader ( InputStream )This constructor is from 'WebXmlTagLibraryReader' class.
getMetaClass ( )This method is from 'WebXmlTagLibraryReader' class.
getProperty ( String )This method is from 'WebXmlTagLibraryReader' class.
getTagLocations ( )This method is from 'WebXmlTagLibraryReader' class.
invokeMethod ( String, Object )This method is from 'WebXmlTagLibraryReader' class.
setMetaClass ( MetaClass )This method is from 'WebXmlTagLibraryReader' class.
setProperty ( String, Object )This method is from 'WebXmlTagLibraryReader' class.
setTagLocations ( Map )This method is from 'WebXmlTagLibraryReader' class.
grails-web-mvc-2.4.4.jar
package org.codehaus.groovy.grails.web.servlet.mvc
[+] SynchronizerTokensHolder (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in SynchronizerTokensHolder. |
2 | Field __timeStamp__239_neverHappen1414503268027 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_neverHappen1414503268027 in SynchronizerTokensHolder. |
[+] affected methods (15)
SynchronizerTokensHolder ( )This constructor 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.
setCurrentTokens ( Map )This method is from 'SynchronizerTokensHolder' class.
...
grails-web-url-mappings-2.4.4.jar
package org.codehaus.groovy.grails.web.mapping
[+] ControllerActionConventions (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ControllerActionConventions. |
2 | Field __timeStamp__239_neverHappen1414503267748 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_neverHappen1414503267748 in ControllerActionConventions. |
[+] affected methods (20)
ControllerActionConventions ( )This constructor 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.
setACTION_CREATE ( String )This method is from 'ControllerActionConventions' class.
...
[+] DefaultLinkGenerator (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DefaultLinkGenerator. |
2 | Field __timeStamp__239_neverHappen1414503267750 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_neverHappen1414503267750 in DefaultLinkGenerator. |
[+] affected methods (28)
DefaultLinkGenerator ( String )This constructor is from 'DefaultLinkGenerator' class.
DefaultLinkGenerator ( String, String )This constructor 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.
getMappingContext ( )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.
...
[+] DefaultUrlMappings (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in DefaultUrlMappings. |
2 | Field __timeStamp__239_neverHappen1414503267772 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_neverHappen1414503267772 in DefaultUrlMappings. |
[+] affected methods (8)
DefaultUrlMappings ( )This constructor is from 'DefaultUrlMappings' class.
getMappings ( )This method is from 'DefaultUrlMappings' class.
getMetaClass ( )This method is from 'DefaultUrlMappings' class.
getProperty ( String )This method is from 'DefaultUrlMappings' class.
invokeMethod ( String, Object )This method is from 'DefaultUrlMappings' class.
setMappings ( Closure )This method is from 'DefaultUrlMappings' class.
setMetaClass ( MetaClass )This method is from 'DefaultUrlMappings' class.
setProperty ( String, Object )This method is from 'DefaultUrlMappings' class.
[+] ForwardUrlMappingInfo (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ForwardUrlMappingInfo. |
2 | Field __timeStamp__239_neverHappen1414503267789 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_neverHappen1414503267789 in ForwardUrlMappingInfo. |
[+] affected methods (35)
ForwardUrlMappingInfo ( )This constructor is from 'ForwardUrlMappingInfo' class.
getAction ( )This method is from 'ForwardUrlMappingInfo' class.
getActionName ( )This method is from 'ForwardUrlMappingInfo' class.
getController ( )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.
getParams ( )This method is from 'ForwardUrlMappingInfo' class.
getPluginName ( )This method is from 'ForwardUrlMappingInfo' class.
...
[+] MetaMappingInfo (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in MetaMappingInfo. |
2 | Field __timeStamp__239_neverHappen1414503267774 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_neverHappen1414503267774 in MetaMappingInfo. |
[+] affected methods (24)
MetaMappingInfo ( )This constructor is from 'MetaMappingInfo' class.
getAction ( )This method is from 'MetaMappingInfo' class.
getConstraints ( )This method is from 'MetaMappingInfo' class.
getController ( )This method is from 'MetaMappingInfo' class.
getHttpMethod ( )This method is from 'MetaMappingInfo' class.
getMetaClass ( )This method is from 'MetaMappingInfo' class.
getNamespace ( )This method is from 'MetaMappingInfo' class.
getPlugin ( )This method is from 'MetaMappingInfo' class.
getProperty ( String )This method is from 'MetaMappingInfo' class.
getRedirectInfo ( )This method is from 'MetaMappingInfo' class.
getUri ( )This method is from 'MetaMappingInfo' class.
getView ( )This method is from 'MetaMappingInfo' class.
...
[+] ResponseCodeUrlMappingVisitor (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ResponseCodeUrlMappingVisitor. |
2 | Field __timeStamp__239_neverHappen1414503267791 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_neverHappen1414503267791 in ResponseCodeUrlMappingVisitor. |
[+] affected methods (15)
ResponseCodeUrlMappingVisitor ( )This constructor is from 'ResponseCodeUrlMappingVisitor' class.
getInsideMapping ( )This method is from 'ResponseCodeUrlMappingVisitor' class.
getMetaClass ( )This method is from 'ResponseCodeUrlMappingVisitor' class.
getProperty ( String )This method is from 'ResponseCodeUrlMappingVisitor' class.
getResponseCodes ( )This method is from 'ResponseCodeUrlMappingVisitor' class.
getSourceUnit ( )This method is from 'ResponseCodeUrlMappingVisitor' class.
invokeMethod ( String, Object )This method is from 'ResponseCodeUrlMappingVisitor' class.
isInsideMapping ( )This method is from 'ResponseCodeUrlMappingVisitor' class.
setInsideMapping ( boolean )This method is from 'ResponseCodeUrlMappingVisitor' class.
setMetaClass ( MetaClass )This method is from 'ResponseCodeUrlMappingVisitor' class.
setProperty ( String, Object )This method is from 'ResponseCodeUrlMappingVisitor' class.
setResponseCodes ( List )This method is from 'ResponseCodeUrlMappingVisitor' class.
...
[+] ResponseRedirector (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in ResponseRedirector. |
2 | Field __timeStamp__239_neverHappen1414503267775 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_neverHappen1414503267775 in ResponseRedirector. |
[+] affected methods (18)
ResponseRedirector ( LinkGenerator )This constructor is from 'ResponseRedirector' class.
getLinkGenerator ( )This method is from 'ResponseRedirector' class.
getMetaClass ( )This method is from 'ResponseRedirector' class.
getProperty ( String )This method is from 'ResponseRedirector' class.
getRedirectListeners ( )This method is from 'ResponseRedirector' class.
getRequestDataValueProcessor ( )This method is from 'ResponseRedirector' class.
getUseJessionId ( )This method is from 'ResponseRedirector' class.
invokeMethod ( String, Object )This method is from 'ResponseRedirector' class.
isUseJessionId ( )This method is from 'ResponseRedirector' class.
redirect ( )This method is from 'ResponseRedirector' class.
redirect ( Map )This method is from 'ResponseRedirector' class.
redirect ( HttpServletRequest, HttpServletResponse, Map )This method is from 'ResponseRedirector' class.
...
package org.codehaus.groovy.grails.web.mapping.reporting
[+] AnsiConsoleUrlMappingsRenderer (2)
| Change | Effect |
---|
1 | Field __timeStamp of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp in AnsiConsoleUrlMappingsRenderer. |
2 | Field __timeStamp__239_neverHappen1414503267778 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_neverHappen1414503267778 in AnsiConsoleUrlMappingsRenderer. |
[+] affected methods (26)
AnsiConsoleUrlMappingsRenderer ( )This constructor is from 'AnsiConsoleUrlMappingsRenderer' class.
AnsiConsoleUrlMappingsRenderer ( PrintStream )This constructor is from 'AnsiConsoleUrlMappingsRenderer' class.
bold ( String )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
endBar ( )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
error ( String )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
establishUrlPattern ( UrlMapping )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
establishUrlPattern ( UrlMapping, boolean )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
establishUrlPattern ( UrlMapping, boolean, int )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
getIsAnsiEnabled ( )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
getMetaClass ( )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
getPadding ( String, int )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
getProperty ( String )This method is from 'AnsiConsoleUrlMappingsRenderer' class.
...
to the top
Java ARchives (36)
grails-aether-2.4.4.jar
grails-app-files.jar
grails-async-2.4.4.jar
grails-bootstrap-2.4.4.jar
grails-core-2.4.4.jar
grails-databinding-2.4.4.jar
grails-datastore-core-3.1.3.RELEASE.jar
grails-datastore-gorm-3.1.3.RELEASE.jar
grails-datastore-simple-3.1.3.RELEASE.jar
grails-encoder-2.4.4.jar
grails-gdoc-engine-1.0.1.jar
grails-integration-files.jar
grails-logging-2.4.4.jar
grails-plugin-files.jar
grails-project-api-2.4.4.jar
grails-resources-2.4.4.jar
grails-scripts-2.4.4.jar
grails-shared-files.jar
grails-spring-2.4.4.jar
grails-validation-2.4.4.jar
grails-web-2.4.4.jar
grails-web-common-2.4.4.jar
grails-web-databinding-2.4.4.jar
grails-web-databinding-spring-2.4.4.jar
grails-web-fileupload-2.4.4.jar
grails-web-gsp-2.4.4.jar
grails-web-gsp-taglib-2.4.4.jar
grails-web-jsp-2.4.4.jar
grails-web-mvc-2.4.4.jar
grails-web-sitemesh-2.4.4.jar
grails-web-url-mappings-2.4.4.jar
grails-wrapper-2.4.4.jar
grails-wrapper-runtime-2.4.4.jar
grails-wrapper-support-2.4.4.jar
grails-wrapper-support.jar
springloaded-1.2.1.RELEASE.jar
to the top