Binary compatibility report for the Grails library between 2.4.3 and 2.4.4 versions
Test Info
Library Name | Grails |
Version #1 | 2.4.3 |
Version #2 | 2.4.4 |
Test Results
Total Java ARchives | 36 |
---|
Total Methods / Classes | 21291 / 2896 |
---|
Verdict | Incompatible (25.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 83 |
---|
Removed Methods | High | 8 |
---|
Problems with Data Types | High | 331 |
---|
Medium | 2 |
Low | 1 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 13 |
Added Methods (83)
grails-core-2.4.4.jar, ConstraintsEvaluator.class
package org.codehaus.groovy.grails.validation
ConstraintsEvaluator.evaluate ( Class p1, boolean p2 ) [abstract] : Map
[mangled: org/codehaus/groovy/grails/validation/ConstraintsEvaluator.evaluate:(Ljava/lang/Class;Z)Ljava/util/Map;]
grails-core-2.4.4.jar, DefaultGrailsApplication.class
package org.codehaus.groovy.grails.commons
DefaultGrailsApplication.initialiseGroovyExtensionModules ( ) [static] : void
[mangled: org/codehaus/groovy/grails/commons/DefaultGrailsApplication.initialiseGroovyExtensionModules:()V]
grails-datastore-core-3.1.3.RELEASE.jar, Criteria.class
package org.grails.datastore.mapping.query.api
Criteria.cache ( boolean p1 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.cache:(Z)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.readOnly ( boolean p1 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.readOnly:(Z)Lorg/grails/datastore/mapping/query/api/Criteria;]
grails-datastore-core-3.1.3.RELEASE.jar, EntityProxyMethodHandler.class
package org.grails.datastore.mapping.proxy
EntityProxyMethodHandler.EntityProxyMethodHandler ( Class proxyClass )
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler."<init>":(Ljava/lang/Class;)V]
EntityProxyMethodHandler.getPropertyBeforeResolving ( Object self, String property ) : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.getPropertyBeforeResolving:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
EntityProxyMethodHandler.getProxyKey ( Object p1 ) [abstract] : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.getProxyKey:(Ljava/lang/Object;)Ljava/lang/Object;]
EntityProxyMethodHandler.getProxyTarget ( Object self ) : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.getProxyTarget:(Ljava/lang/Object;)Ljava/lang/Object;]
EntityProxyMethodHandler.handleInvocation ( Object self, Method thisMethod, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.handleInvocation:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
EntityProxyMethodHandler.handleInvocationFallback ( Object self, Method thisMethod, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.handleInvocationFallback:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
EntityProxyMethodHandler.initializeProxyTarget ( Object self ) : void
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.initializeProxyTarget:(Ljava/lang/Object;)V]
EntityProxyMethodHandler.invokeEntityProxyMethods ( Object self, String methodName, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.invokeEntityProxyMethods:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
EntityProxyMethodHandler.invokeMethodBeforeResolving ( Object self, String methodName, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.invokeMethodBeforeResolving:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
EntityProxyMethodHandler.isProxyInitiated ( Object p1 ) [abstract] : Object
[mangled: org/grails/datastore/mapping/proxy/EntityProxyMethodHandler.isProxyInitiated:(Ljava/lang/Object;)Ljava/lang/Object;]
grails-datastore-core-3.1.3.RELEASE.jar, GroovyObjectMethodHandler.class
package org.grails.datastore.mapping.proxy
GroovyObjectMethodHandler.getPropertyAfterResolving ( Object delegate, String property ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.getPropertyAfterResolving:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
GroovyObjectMethodHandler.getPropertyBeforeResolving ( Object self, String property ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.getPropertyBeforeResolving:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
GroovyObjectMethodHandler.invokeMethodAfterResolving ( Object delegate, String name, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.invokeMethodAfterResolving:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
GroovyObjectMethodHandler.invokeMethodBeforeResolving ( Object self, String name, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.invokeMethodBeforeResolving:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
GroovyObjectMethodHandler.invokeThisMethod ( Object self, String name, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.invokeThisMethod:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
GroovyObjectMethodHandler.resolveDelegateAndGetProperty ( Object self, String property ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.resolveDelegateAndGetProperty:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
GroovyObjectMethodHandler.resolveDelegateAndInvokeThisMethod ( Object self, String name, Object[ ] args ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.resolveDelegateAndInvokeThisMethod:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
GroovyObjectMethodHandler.resolveDelegateAndSetProperty ( Object self, String property, Object newValue ) : void
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.resolveDelegateAndSetProperty:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V]
GroovyObjectMethodHandler.setPropertyAfterResolving ( Object delegate, String property, Object newValue ) : void
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.setPropertyAfterResolving:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V]
GroovyObjectMethodHandler.setPropertyBeforeResolving ( Object self, String property, Object newValue ) : boolean
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.setPropertyBeforeResolving:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Z]
grails-datastore-core-3.1.3.RELEASE.jar, JavassistProxyFactory.class
package org.grails.datastore.mapping.proxy
JavassistProxyFactory.convertId ( Serializable idAsInput, Class ownerClass ) : Serializable
[mangled: org/grails/datastore/mapping/proxy/JavassistProxyFactory.convertId:(Ljava/io/Serializable;Ljava/lang/Class;)Ljava/io/Serializable;]
grails-datastore-core-3.1.3.RELEASE.jar, MappingFactory.class
package org.grails.datastore.mapping.model
MappingFactory.createBasicCollection ( PersistentEntity entity, MappingContext context, PropertyDescriptor property, Class collectionType ) : Basic
[mangled: org/grails/datastore/mapping/model/MappingFactory.createBasicCollection:(Lorg/grails/datastore/mapping/model/PersistentEntity;Lorg/grails/datastore/mapping/model/MappingContext;Ljava/beans/PropertyDescriptor;Ljava/lang/Class;)Lorg/grails/datastore/mapping/model/types/Basic;]
grails-datastore-gorm-3.1.3.RELEASE.jar, AggregateTimestampProvider.class
package org.grails.datastore.gorm.timestamp
AggregateTimestampProvider.AggregateTimestampProvider ( )
[mangled: org/grails/datastore/gorm/timestamp/AggregateTimestampProvider."<init>":()V]
AggregateTimestampProvider.createTimestamp ( Class dateTimeClass ) : Object
[mangled: org/grails/datastore/gorm/timestamp/AggregateTimestampProvider.createTimestamp:(Ljava/lang/Class;)Ljava/lang/Object;]
AggregateTimestampProvider.createTimestamp ( TimestampProvider provider, Class dateTimeClass ) : Object
[mangled: org/grails/datastore/gorm/timestamp/AggregateTimestampProvider.createTimestamp:(Lorg/grails/datastore/gorm/timestamp/TimestampProvider;Ljava/lang/Class;)Ljava/lang/Object;]
AggregateTimestampProvider.getTimestampProviders ( ) : List
[mangled: org/grails/datastore/gorm/timestamp/AggregateTimestampProvider.getTimestampProviders:()Ljava/util/List;]
AggregateTimestampProvider.setTimestampProviders ( List timestampProviders ) : void
[mangled: org/grails/datastore/gorm/timestamp/AggregateTimestampProvider.setTimestampProviders:(Ljava/util/List;)V]
AggregateTimestampProvider.supportsCreating ( Class dateTimeClass ) : boolean
[mangled: org/grails/datastore/gorm/timestamp/AggregateTimestampProvider.supportsCreating:(Ljava/lang/Class;)Z]
grails-datastore-gorm-3.1.3.RELEASE.jar, AutoTimestampEventListener.class
package org.grails.datastore.gorm.events
AutoTimestampEventListener.getTimestampProvider ( ) : TimestampProvider
[mangled: org/grails/datastore/gorm/events/AutoTimestampEventListener.getTimestampProvider:()Lorg/grails/datastore/gorm/timestamp/TimestampProvider;]
AutoTimestampEventListener.setTimestampProvider ( TimestampProvider timestampProvider ) : void
[mangled: org/grails/datastore/gorm/events/AutoTimestampEventListener.setTimestampProvider:(Lorg/grails/datastore/gorm/timestamp/TimestampProvider;)V]
AutoTimestampEventListener.storeDateCreatedAndLastUpdatedInfo ( PersistentEntity persistentEntity ) : void
[mangled: org/grails/datastore/gorm/events/AutoTimestampEventListener.storeDateCreatedAndLastUpdatedInfo:(Lorg/grails/datastore/mapping/model/PersistentEntity;)V]
AutoTimestampEventListener.storeTimestampAvailability ( Map timestampAvailabilityMap, PersistentEntity persistentEntity, PersistentProperty property ) : void
[mangled: org/grails/datastore/gorm/events/AutoTimestampEventListener.storeTimestampAvailability:(Ljava/util/Map;Lorg/grails/datastore/mapping/model/PersistentEntity;Lorg/grails/datastore/mapping/model/PersistentProperty;)V]
grails-datastore-gorm-3.1.3.RELEASE.jar, CriteriaBuilder.class
package grails.gorm
CriteriaBuilder.readOnly ( boolean readOnly ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.readOnly:(Z)Lorg/grails/datastore/mapping/query/api/Criteria;]
grails-datastore-gorm-3.1.3.RELEASE.jar, DefaultTimestampProvider.class
package org.grails.datastore.gorm.timestamp
DefaultTimestampProvider.createTimestamp ( Class dateTimeClass ) : Object
[mangled: org/grails/datastore/gorm/timestamp/DefaultTimestampProvider.createTimestamp:(Ljava/lang/Class;)Ljava/lang/Object;]
DefaultTimestampProvider.currentTimeMillis ( ) : long
[mangled: org/grails/datastore/gorm/timestamp/DefaultTimestampProvider.currentTimeMillis:()J]
DefaultTimestampProvider.DefaultTimestampProvider ( )
[mangled: org/grails/datastore/gorm/timestamp/DefaultTimestampProvider."<init>":()V]
DefaultTimestampProvider.supportsCreating ( Class dateTimeClass ) : boolean
[mangled: org/grails/datastore/gorm/timestamp/DefaultTimestampProvider.supportsCreating:(Ljava/lang/Class;)Z]
grails-datastore-gorm-3.1.3.RELEASE.jar, DetachedCriteria.class
package grails.gorm
DetachedCriteria.cache ( boolean shouldCache ) : Criteria
[mangled: grails/gorm/DetachedCriteria.cache:(Z)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.readOnly ( boolean readOnly ) : Criteria
[mangled: grails/gorm/DetachedCriteria.readOnly:(Z)Lorg/grails/datastore/mapping/query/api/Criteria;]
grails-datastore-gorm-3.1.3.RELEASE.jar, GroovyProxyFactory.class
package org.grails.datastore.gorm.proxy
GroovyProxyFactory.getIdDynamic ( Object obj ) : Serializable
[mangled: org/grails/datastore/gorm/proxy/GroovyProxyFactory.getIdDynamic:(Ljava/lang/Object;)Ljava/io/Serializable;]
GroovyProxyFactory.getProxyInstanceMetaClass ( Object object ) : ProxyInstanceMetaClass
[mangled: org/grails/datastore/gorm/proxy/GroovyProxyFactory.getProxyInstanceMetaClass:(Ljava/lang/Object;)Lorg/grails/datastore/gorm/proxy/ProxyInstanceMetaClass;]
GroovyProxyFactory.resolveTargetMetaClass ( Object proxy, Class type ) : MetaClass
[mangled: org/grails/datastore/gorm/proxy/GroovyProxyFactory.resolveTargetMetaClass:(Ljava/lang/Object;Ljava/lang/Class;)Lgroovy/lang/MetaClass;]
grails-datastore-gorm-3.1.3.RELEASE.jar, PagedResultList.class
package grails.gorm
PagedResultList.equals ( Object o ) : boolean
[mangled: grails/gorm/PagedResultList.equals:(Ljava/lang/Object;)Z]
PagedResultList.hashCode ( ) : int
[mangled: grails/gorm/PagedResultList.hashCode:()I]
grails-datastore-gorm-3.1.3.RELEASE.jar, ProxyInstanceMetaClass.class
package org.grails.datastore.gorm.proxy
ProxyInstanceMetaClass.getAttribute ( Object object, String attribute ) : Object
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.getAttribute:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
ProxyInstanceMetaClass.getKey ( ) : Serializable
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.getKey:()Ljava/io/Serializable;]
ProxyInstanceMetaClass.getProperty ( Object object, String property ) : Object
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.getProperty:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
ProxyInstanceMetaClass.getProxyTarget ( ) : Object
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.getProxyTarget:()Ljava/lang/Object;]
ProxyInstanceMetaClass.invokeMethod ( Object o, String methodName, Object[ ] arguments ) : Object
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.invokeMethod:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
ProxyInstanceMetaClass.isProxyInitiated ( ) : boolean
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.isProxyInitiated:()Z]
ProxyInstanceMetaClass.ProxyInstanceMetaClass ( MetaClass delegate, Session session, Serializable key )
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass."<init>":(Lgroovy/lang/MetaClass;Lorg/grails/datastore/mapping/core/Session;Ljava/io/Serializable;)V]
ProxyInstanceMetaClass.setAttribute ( Object object, String attribute, Object newValue ) : void
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.setAttribute:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V]
ProxyInstanceMetaClass.setProperty ( Object object, String property, Object newValue ) : void
[mangled: org/grails/datastore/gorm/proxy/ProxyInstanceMetaClass.setProperty:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V]
grails-datastore-gorm-3.1.3.RELEASE.jar, TestCriteriaBuilder.class
package grails.gorm
TestCriteriaBuilder.readOnly ( boolean readOnly ) : Criteria
[mangled: grails/gorm/TestCriteriaBuilder.readOnly:(Z)Lorg/grails/datastore/mapping/query/api/Criteria;]
TestCriteriaBuilder.TestCriteriaBuilder ( Class targetClass, Session session )
[mangled: grails/gorm/TestCriteriaBuilder."<init>":(Ljava/lang/Class;Lorg/grails/datastore/mapping/core/Session;)V]
TestCriteriaBuilder.TestCriteriaBuilder ( Class targetClass, Session session, Query query )
[mangled: grails/gorm/TestCriteriaBuilder."<init>":(Ljava/lang/Class;Lorg/grails/datastore/mapping/core/Session;Lorg/grails/datastore/mapping/query/Query;)V]
grails-datastore-gorm-3.1.3.RELEASE.jar, TimestampProvider.class
package org.grails.datastore.gorm.timestamp
TimestampProvider.createTimestamp ( Class p1 ) [abstract] : Object
[mangled: org/grails/datastore/gorm/timestamp/TimestampProvider.createTimestamp:(Ljava/lang/Class;)Ljava/lang/Object;]
TimestampProvider.supportsCreating ( Class p1 ) [abstract] : boolean
[mangled: org/grails/datastore/gorm/timestamp/TimestampProvider.supportsCreating:(Ljava/lang/Class;)Z]
grails-validation-2.4.4.jar, DefaultConstraintEvaluator.class
package org.codehaus.groovy.grails.validation
DefaultConstraintEvaluator.applyDefaultNullableConstraint ( Constrained cp, boolean defaultNullable ) : void
[mangled: org/codehaus/groovy/grails/validation/DefaultConstraintEvaluator.applyDefaultNullableConstraint:(Lgrails/validation/Constrained;Z)V]
DefaultConstraintEvaluator.evaluate ( Class cls, boolean defaultNullable ) : Map
[mangled: org/codehaus/groovy/grails/validation/DefaultConstraintEvaluator.evaluate:(Ljava/lang/Class;Z)Ljava/util/Map;]
DefaultConstraintEvaluator.evaluateConstraints ( Class theClass, GrailsDomainClassProperty[ ] properties, boolean defaultNullable ) : Map
[mangled: org/codehaus/groovy/grails/validation/DefaultConstraintEvaluator.evaluateConstraints:(Ljava/lang/Class;[Lorg/codehaus/groovy/grails/commons/GrailsDomainClassProperty;Z)Ljava/util/Map;]
grails-web-common-2.4.4.jar, ParamsAwareLocaleChangeInterceptor.class
package org.codehaus.groovy.grails.web.i18n
ParamsAwareLocaleChangeInterceptor.getLocaleResolver ( ) : LocaleResolver
[mangled: org/codehaus/groovy/grails/web/i18n/ParamsAwareLocaleChangeInterceptor.getLocaleResolver:()Lorg/springframework/web/servlet/LocaleResolver;]
ParamsAwareLocaleChangeInterceptor.setLocaleResolver ( LocaleResolver localeResolver ) : void
[mangled: org/codehaus/groovy/grails/web/i18n/ParamsAwareLocaleChangeInterceptor.setLocaleResolver:(Lorg/springframework/web/servlet/LocaleResolver;)V]
grails-web-gsp-2.4.4.jar, GroovyPageViewResolver.class
package org.codehaus.groovy.grails.web.servlet.view
GroovyPageViewResolver.resolveCurrentControllerKeyPrefixes ( ) : String
[mangled: org/codehaus/groovy/grails/web/servlet/view/GroovyPageViewResolver.resolveCurrentControllerKeyPrefixes:()Ljava/lang/String;]
springloaded-1.2.1.RELEASE.jar, ClassPrinter.class
package org.springsource.loaded.test.infra
ClassPrinter.ClassPrinter ( PrintStream destination, int includeFlags )
[mangled: org/springsource/loaded/test/infra/ClassPrinter."<init>":(Ljava/io/PrintStream;I)V]
ClassPrinter.print ( byte[ ] bytes, int includeFlags ) [static] : void
[mangled: org/springsource/loaded/test/infra/ClassPrinter.print:([BI)V]
springloaded-1.2.1.RELEASE.jar, MethodInsnNode.class
package sl.org.objectweb.asm.tree
MethodInsnNode.MethodInsnNode ( int p1, String p2, String p3, String p4, boolean p5 )
[mangled: sl/org/objectweb/asm/tree/MethodInsnNode."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V]
springloaded-1.2.1.RELEASE.jar, MethodNode.class
package sl.org.objectweb.asm.tree
MethodNode.visitMethodInsn ( int p1, String p2, String p3, String p4, boolean p5 ) : void
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V]
springloaded-1.2.1.RELEASE.jar, MethodPrinter.class
package org.springsource.loaded.test.infra
MethodPrinter.MethodPrinter ( PrintStream destination, int includeFlags )
[mangled: org/springsource/loaded/test/infra/MethodPrinter."<init>":(Ljava/io/PrintStream;I)V]
MethodPrinter.visitMethodInsn ( int opcode, String owner, String name, String desc, boolean itf ) : void
[mangled: org/springsource/loaded/test/infra/MethodPrinter.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V]
springloaded-1.2.1.RELEASE.jar, MethodVisitor.class
package sl.org.objectweb.asm
MethodVisitor.visitMethodInsn ( int p1, String p2, String p3, String p4, boolean p5 ) : void
[mangled: sl/org/objectweb/asm/MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V]
springloaded-1.2.1.RELEASE.jar, ReloadableType.class
package org.springsource.loaded
ReloadableType.createTypeAssociations ( ) : void
[mangled: org/springsource/loaded/ReloadableType.createTypeAssociations:()V]
ReloadableType.getAssociatedSubtypes ( ) : List
[mangled: org/springsource/loaded/ReloadableType.getAssociatedSubtypes:()Ljava/util/List;]
ReloadableType.getInterfacesRtypes ( ) : ReloadableType[ ]
[mangled: org/springsource/loaded/ReloadableType.getInterfacesRtypes:()[Lorg/springsource/loaded/ReloadableType;]
ReloadableType.getSlashedSuperinterfacesName ( ) : String[ ]
[mangled: org/springsource/loaded/ReloadableType.getSlashedSuperinterfacesName:()[Ljava/lang/String;]
ReloadableType.isAffectedByReload ( ) : boolean
[mangled: org/springsource/loaded/ReloadableType.isAffectedByReload:()Z]
ReloadableType.recordSubtype ( ReloadableType child ) : void
[mangled: org/springsource/loaded/ReloadableType.recordSubtype:(Lorg/springsource/loaded/ReloadableType;)V]
springloaded-1.2.1.RELEASE.jar, SystemClassReflectionInvestigator.class
package org.springsource.loaded
SystemClassReflectionInvestigator.investigate ( String slashedClassName, byte[ ] bytes, boolean print ) [static] : int
[mangled: org/springsource/loaded/SystemClassReflectionInvestigator.investigate:(Ljava/lang/String;[BZ)I]
springloaded-1.2.1.RELEASE.jar, TypeRegistry.class
package org.springsource.loaded
TypeRegistry.associateReloadableType ( ReloadableType child, Class parent ) [static] : void
[mangled: org/springsource/loaded/TypeRegistry.associateReloadableType:(Lorg/springsource/loaded/ReloadableType;Ljava/lang/Class;)V]
to the top
Removed Methods (8)
grails-core-2.4.3.jar, CriteriaTypeCheckingExtension.class
package grails.compiler
CriteriaTypeCheckingExtension.__.swapInit ( ) [static] : void
[mangled: grails/compiler/CriteriaTypeCheckingExtension.__.swapInit:()V]
CriteriaTypeCheckingExtension.CriteriaTypeCheckingExtension ( )
[mangled: grails/compiler/CriteriaTypeCheckingExtension."<init>":()V]
CriteriaTypeCheckingExtension.isCriteriaCall ( MethodCall call ) : boolean
[mangled: grails/compiler/CriteriaTypeCheckingExtension.isCriteriaCall:(Lorg/codehaus/groovy/ast/expr/MethodCall;)Z]
CriteriaTypeCheckingExtension.run ( ) : Object
[mangled: grails/compiler/CriteriaTypeCheckingExtension.run:()Ljava/lang/Object;]
grails-datastore-core-3.1.2.RELEASE.jar, GroovyObjectMethodHandler.class
package org.grails.datastore.mapping.proxy
GroovyObjectMethodHandler.invokeThisMethod ( Object self, String name, Object args ) : Object
[mangled: org/grails/datastore/mapping/proxy/GroovyObjectMethodHandler.invokeThisMethod:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
grails-validation-2.4.3.jar, DefaultConstraintEvaluator.class
package org.codehaus.groovy.grails.validation
DefaultConstraintEvaluator.applyDefaultNullableConstraint ( Constrained cp ) : void
[mangled: org/codehaus/groovy/grails/validation/DefaultConstraintEvaluator.applyDefaultNullableConstraint:(Lgrails/validation/Constrained;)V]
springloaded-1.2.0.RELEASE.jar, ClassPrinter.class
package org.springsource.loaded.test.infra
ClassPrinter.ClassPrinter ( PrintStream destination, boolean includeBytecode )
[mangled: org/springsource/loaded/test/infra/ClassPrinter."<init>":(Ljava/io/PrintStream;Z)V]
springloaded-1.2.0.RELEASE.jar, SystemClassReflectionInvestigator.class
package org.springsource.loaded
SystemClassReflectionInvestigator.investigate ( String slashedClassName, byte[ ] bytes ) [static] : int
[mangled: org/springsource/loaded/SystemClassReflectionInvestigator.investigate:(Ljava/lang/String;[B)I]
to the top
Problems with Data Types, High Severity (331)
grails-aether-2.4.3.jar
package org.codehaus.groovy.grails.resolve.maven.aether
[+] AetherArtifactResultReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274635 has been renamed to __timeStamp__239_neverHappen1414503235496. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
AetherArtifactResultReport ( String, List )This constructor is from 'AetherArtifactResultReport' class.
__.swapInit ( )This method is from 'AetherArtifactResultReport' class.
getAllArtifacts ( )This method is from 'AetherArtifactResultReport' class.
getArtifactResults ( )This method is from 'AetherArtifactResultReport' class.
getClasspath ( )This method is from 'AetherArtifactResultReport' class.
getFiles ( )This method is from 'AetherArtifactResultReport' class.
getJarFiles ( )This method is from 'AetherArtifactResultReport' class.
getMetaClass ( )This method is from 'AetherArtifactResultReport' class.
getPluginZips ( )This method is from 'AetherArtifactResultReport' class.
getProperty ( String )This method is from 'AetherArtifactResultReport' class.
getResolvedArtifacts ( )This method is from 'AetherArtifactResultReport' class.
getResolveError ( )This method is from 'AetherArtifactResultReport' class.
...
[+] AetherDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274658 has been renamed to __timeStamp__239_neverHappen1414503235519. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (100)
AetherDependencyManager ( )This constructor is from 'AetherDependencyManager' class.
__.swapInit ( )This method 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.
...
[+] AetherDependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274694 has been renamed to __timeStamp__239_neverHappen1414503235553. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (24)
AetherDependencyReport ( PreorderNodeListGenerator, String )This constructor is from 'AetherDependencyReport' class.
AetherDependencyReport ( PreorderNodeListGenerator, String, Throwable )This constructor is from 'AetherDependencyReport' class.
__.swapInit ( )This method is from 'AetherDependencyReport' class.
getAllArtifacts ( )This method is from 'AetherDependencyReport' class.
getClasspath ( )This method is from 'AetherDependencyReport' class.
getError ( )This method is from 'AetherDependencyReport' class.
getFiles ( )This method is from 'AetherDependencyReport' class.
getJarFiles ( )This method is from 'AetherDependencyReport' class.
getMetaClass ( )This method is from 'AetherDependencyReport' class.
getPluginZips ( )This method is from 'AetherDependencyReport' class.
getProperty ( String )This method is from 'AetherDependencyReport' class.
getResolvedArtifacts ( )This method is from 'AetherDependencyReport' class.
...
[+] AetherExcludeResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274702 has been renamed to __timeStamp__239_neverHappen1414503235560. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
AetherExcludeResolver ( AetherDependencyManager )This constructor is from 'AetherExcludeResolver' class.
__.swapInit ( )This method is from 'AetherExcludeResolver' class.
getDependencyManager ( )This method is from 'AetherExcludeResolver' class.
getMetaClass ( )This method is from 'AetherExcludeResolver' class.
getProperty ( String )This method is from 'AetherExcludeResolver' class.
invokeMethod ( String, Object )This method is from 'AetherExcludeResolver' class.
resolveExcludes ( )This method is from 'AetherExcludeResolver' class.
setDependencyManager ( AetherDependencyManager )This method is from 'AetherExcludeResolver' class.
setMetaClass ( MetaClass )This method is from 'AetherExcludeResolver' class.
setProperty ( String, Object )This method is from 'AetherExcludeResolver' class.
[+] AetherGraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274764 has been renamed to __timeStamp__239_neverHappen1414503235620. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
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.
__.swapInit ( )This method is from 'AetherGraphNode' class.
createGraph ( GraphNode, List, List )This method is from 'AetherGraphNode' class.
package org.codehaus.groovy.grails.resolve.maven.aether.config
[+] AetherDsl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274707 has been renamed to __timeStamp__239_neverHappen1414503235564. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (82)
AetherDsl ( AetherDependencyManager )This constructor is from 'AetherDsl' class.
__.swapInit ( )This method is from 'AetherDsl' class.
cacheDir ( File )This method is from 'AetherDsl' class.
cacheDir ( String )This method is from 'AetherDsl' class.
checksums ( String )This method is from 'AetherDsl' class.
checksums ( boolean )This method is from 'AetherDsl' class.
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.
...
[+] DependenciesConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274720 has been renamed to __timeStamp__239_neverHappen1414503235576. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (59)
DependenciesConfiguration ( AetherDependencyManager )This constructor is from 'DependenciesConfiguration' class.
__.swapInit ( )This method is from 'DependenciesConfiguration' class.
addBuildDependency ( Map, String )This method is from 'DependenciesConfiguration' class.
addBuildDependency ( Map, String, Closure )This method is from 'DependenciesConfiguration' class.
addBuildDependency ( Dependency )This method is from 'DependenciesConfiguration' class.
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.
...
[+] DependencyConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274731 has been renamed to __timeStamp__239_neverHappen1414503235587. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (40)
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.
__.swapInit ( )This method 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.
...
[+] DependencyManagementConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274766 has been renamed to __timeStamp__239_neverHappen1414503235622. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
DependencyManagementConfiguration ( AetherDependencyManager )This constructor is from 'DependencyManagementConfiguration' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274769 has been renamed to __timeStamp__239_neverHappen1414503235624. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
GrailsAetherCoreDependencies ( String )This constructor is from 'GrailsAetherCoreDependencies' class.
GrailsAetherCoreDependencies ( String, String )This constructor is from 'GrailsAetherCoreDependencies' class.
GrailsAetherCoreDependencies ( String, String, boolean )This constructor is from 'GrailsAetherCoreDependencies' class.
GrailsAetherCoreDependencies ( String, String, boolean, boolean )This constructor is from 'GrailsAetherCoreDependencies' class.
__.swapInit ( )This method is from 'GrailsAetherCoreDependencies' class.
createDeclaration ( )This method is from 'GrailsAetherCoreDependencies' class.
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.
...
[+] PluginConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274774 has been renamed to __timeStamp__239_neverHappen1414503235629. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
PluginConfiguration ( AetherDependencyManager )This constructor is from 'PluginConfiguration' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274736 has been renamed to __timeStamp__239_neverHappen1414503235592. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (86)
RepositoriesConfiguration ( AetherDependencyManager, DefaultRepositorySystemSession )This constructor is from 'RepositoriesConfiguration' class.
__.swapInit ( )This method 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.
...
[+] RepositoryConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274750 has been renamed to __timeStamp__239_neverHappen1414503235606. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (31)
RepositoryConfiguration ( RemoteRepository.Builder )This constructor is from 'RepositoryConfiguration' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.resolve.maven.aether.support
[+] GrailsConsoleLogger (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274778 has been renamed to __timeStamp__239_neverHappen1414503235633. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (15)
GrailsConsoleLogger ( int )This constructor is from 'GrailsConsoleLogger' class.
__.swapInit ( )This method is from 'GrailsConsoleLogger' class.
debug ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
error ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
fatalError ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
getChildLogger ( String )This method is from 'GrailsConsoleLogger' class.
getGrailsConsole ( )This method is from 'GrailsConsoleLogger' class.
getMetaClass ( )This method is from 'GrailsConsoleLogger' class.
getProperty ( String )This method is from 'GrailsConsoleLogger' class.
info ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
invokeMethod ( String, Object )This method is from 'GrailsConsoleLogger' class.
setGrailsConsole ( GrailsConsole )This method is from 'GrailsConsoleLogger' class.
...
[+] GrailsConsoleLoggerManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274777 has been renamed to __timeStamp__239_neverHappen1414503235632. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
getLoggerManager ( )Return value of this method has type 'GrailsConsoleLoggerManager'.
setLoggerManager ( GrailsConsoleLoggerManager )1st parameter 'p1' of this method has type 'GrailsConsoleLoggerManager'.
GrailsConsoleLoggerManager ( )This constructor is from 'GrailsConsoleLoggerManager' class.
__.swapInit ( )This method is from 'GrailsConsoleLoggerManager' class.
getActiveLoggerCount ( )This method is from 'GrailsConsoleLoggerManager' class.
getLogger ( )This method is from 'GrailsConsoleLoggerManager' class.
getLoggerForComponent ( String, String )This method is from 'GrailsConsoleLoggerManager' class.
getMetaClass ( )This method is from 'GrailsConsoleLoggerManager' class.
getProperty ( String )This method is from 'GrailsConsoleLoggerManager' class.
getThreshold ( )This method is from 'GrailsConsoleLoggerManager' class.
invokeMethod ( String, Object )This method is from 'GrailsConsoleLoggerManager' class.
returnComponentLogger ( String, String )This method is from 'GrailsConsoleLoggerManager' class.
...
[+] GrailsHomeWorkspaceReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274754 has been renamed to __timeStamp__239_neverHappen1414503235610. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
GrailsHomeWorkspaceReader ( )This constructor is from 'GrailsHomeWorkspaceReader' class.
GrailsHomeWorkspaceReader ( String )This constructor is from 'GrailsHomeWorkspaceReader' class.
__.swapInit ( )This method 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.
...
[+] GrailsModelResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274757 has been renamed to __timeStamp__239_neverHappen1414503235613. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
GrailsModelResolver ( RepositorySystem, RepositorySystemSession, List )This constructor is from 'GrailsModelResolver' class.
__.swapInit ( )This method is from 'GrailsModelResolver' class.
addRepository ( Repository )This method is from 'GrailsModelResolver' class.
getMetaClass ( )This method is from 'GrailsModelResolver' class.
getProperty ( String )This method is from 'GrailsModelResolver' class.
invokeMethod ( String, Object )This method is from 'GrailsModelResolver' class.
newCopy ( )This method is from 'GrailsModelResolver' class.
resolveModel ( String, String, String )This method is from 'GrailsModelResolver' class.
setMetaClass ( MetaClass )This method is from 'GrailsModelResolver' class.
setProperty ( String, Object )This method is from 'GrailsModelResolver' class.
[+] MultipleTopLevelJavaScopeSelector (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274781 has been renamed to __timeStamp__239_neverHappen1414503235636. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
MultipleTopLevelJavaScopeSelector ( )This constructor is from 'MultipleTopLevelJavaScopeSelector' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715274785 has been renamed to __timeStamp__239_neverHappen1414503235640. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
ScopeAwareNearestVersionSelector ( )This constructor is from 'ScopeAwareNearestVersionSelector' class.
__.swapInit ( )This method 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.3.jar
package grails.async
[+] PromiseList (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294882 has been renamed to __timeStamp__239_neverHappen1414503241127. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (20)
PromiseList ( )This constructor is from 'PromiseList' class.
__.swapInit ( )This method is from 'PromiseList' class.
add ( Promise )This method is from 'PromiseList' class.
add ( Closure )This method is from 'PromiseList' class.
add ( Object )This method is from 'PromiseList' class.
get ( )This method is from 'PromiseList' class.
get ( )This method is from 'PromiseList' class.
get ( long, TimeUnit )This method is from 'PromiseList' class.
get ( long, TimeUnit )This method is from 'PromiseList' class.
getMetaClass ( )This method is from 'PromiseList' class.
getProperty ( String )This method is from 'PromiseList' class.
invokeMethod ( String, Object )This method is from 'PromiseList' class.
...
[+] PromiseMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294886 has been renamed to __timeStamp__239_neverHappen1414503241131. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
PromiseMap ( )This constructor is from 'PromiseMap' class.
PromiseMap ( Map )This constructor is from 'PromiseMap' class.
__.swapInit ( )This method is from 'PromiseMap' class.
containsKey ( Object )This method is from 'PromiseMap' class.
get ( )This method is from 'PromiseMap' class.
get ( )This method is from 'PromiseMap' class.
get ( long, TimeUnit )This method is from 'PromiseMap' class.
get ( long, TimeUnit )This method is from 'PromiseMap' class.
get ( Object )This method is from 'PromiseMap' class.
getAt ( Object )This method is from 'PromiseMap' class.
getMetaClass ( )This method is from 'PromiseMap' class.
getProperty ( String )This method is from 'PromiseMap' class.
...
package org.grails.async.factory
[+] BoundPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294913 has been renamed to __timeStamp__239_neverHappen1414503241160. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (15)
BoundPromise ( Object )This constructor is from 'BoundPromise' class.
__.swapInit ( )This method is from 'BoundPromise' class.
get ( )This method is from 'BoundPromise' class.
get ( long, TimeUnit )This method is from 'BoundPromise' class.
getMetaClass ( )This method is from 'BoundPromise' class.
getProperty ( String )This method is from 'BoundPromise' class.
getValue ( )This method is from 'BoundPromise' class.
invokeMethod ( String, Object )This method is from 'BoundPromise' class.
leftShift ( Closure )This method is from 'BoundPromise' class.
onComplete ( Closure )This method is from 'BoundPromise' class.
onError ( Closure )This method is from 'BoundPromise' class.
setMetaClass ( MetaClass )This method is from 'BoundPromise' class.
...
[+] SynchronousPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294915 has been renamed to __timeStamp__239_neverHappen1414503241163. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
SynchronousPromise ( Closure )This constructor is from 'SynchronousPromise' class.
__.swapInit ( )This method is from 'SynchronousPromise' class.
get ( )This method is from 'SynchronousPromise' class.
get ( long, TimeUnit )This method is from 'SynchronousPromise' class.
getCallable ( )This method is from 'SynchronousPromise' class.
getMetaClass ( )This method is from 'SynchronousPromise' class.
getProperty ( String )This method is from 'SynchronousPromise' class.
getValue ( )This method is from 'SynchronousPromise' class.
invokeMethod ( String, Object )This method is from 'SynchronousPromise' class.
leftShift ( Closure )This method is from 'SynchronousPromise' class.
onComplete ( Closure )This method is from 'SynchronousPromise' class.
onError ( Closure )This method is from 'SynchronousPromise' class.
...
[+] SynchronousPromiseFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294931 has been renamed to __timeStamp__239_neverHappen1414503241181. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
SynchronousPromiseFactory ( )This constructor is from 'SynchronousPromiseFactory' class.
__.swapInit ( )This method is from 'SynchronousPromiseFactory' class.
createPromise ( Closure[ ] )This method is from 'SynchronousPromiseFactory' class.
getMetaClass ( )This method is from 'SynchronousPromiseFactory' class.
getProperty ( String )This method is from 'SynchronousPromiseFactory' class.
invokeMethod ( String, Object )This method is from 'SynchronousPromiseFactory' class.
onComplete ( List, Closure )This method is from 'SynchronousPromiseFactory' class.
onError ( List, Closure )This method is from 'SynchronousPromiseFactory' class.
setMetaClass ( MetaClass )This method is from 'SynchronousPromiseFactory' class.
setProperty ( String, Object )This method is from 'SynchronousPromiseFactory' class.
waitAll ( List )This method is from 'SynchronousPromiseFactory' class.
waitAll ( List, long, TimeUnit )This method is from 'SynchronousPromiseFactory' class.
...
package org.grails.async.factory.gpars
[+] GparsPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294917 has been renamed to __timeStamp__239_neverHappen1414503241166. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
GparsPromise ( Closure )This constructor is from 'GparsPromise' class.
GparsPromise ( Promise )This constructor is from 'GparsPromise' class.
__.swapInit ( )This method is from 'GparsPromise' class.
get ( )This method is from 'GparsPromise' class.
get ( long, TimeUnit )This method is from 'GparsPromise' class.
getInternalPromise ( )This method is from 'GparsPromise' class.
getMetaClass ( )This method is from 'GparsPromise' class.
getProperty ( String )This method is from 'GparsPromise' class.
invokeMethod ( String, Object )This method is from 'GparsPromise' class.
leftShift ( Closure )This method is from 'GparsPromise' class.
onComplete ( Closure )This method is from 'GparsPromise' class.
onError ( Closure )This method is from 'GparsPromise' class.
...
[+] GparsPromiseFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294936 has been renamed to __timeStamp__239_neverHappen1414503241187. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
GparsPromiseFactory ( )This constructor is from 'GparsPromiseFactory' class.
__.swapInit ( )This method is from 'GparsPromiseFactory' class.
createBoundPromise ( Object )This method is from 'GparsPromiseFactory' class.
createPromise ( Closure[ ] )This method is from 'GparsPromiseFactory' class.
getGPARS_PRESENT ( )This method is from 'GparsPromiseFactory' class.
getMetaClass ( )This method is from 'GparsPromiseFactory' class.
getProperty ( String )This method is from 'GparsPromiseFactory' class.
invokeMethod ( String, Object )This method is from 'GparsPromiseFactory' class.
isGPARS_PRESENT ( )This method is from 'GparsPromiseFactory' class.
isGparsAvailable ( )This method is from 'GparsPromiseFactory' class.
onComplete ( List, Closure )This method is from 'GparsPromiseFactory' class.
onError ( List, Closure )This method is from 'GparsPromiseFactory' class.
...
[+] LoggingPoolFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715294921 has been renamed to __timeStamp__239_neverHappen1414503241171. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.3.jar
package grails.build.interactive.completors
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272645 has been renamed to __timeStamp__239_neverHappen1414503234014. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateController ( )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
getCommandName ( )This method is from 'CreateController' class.
shouldInclude ( Resource )This method is from 'CreateController' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272647 has been renamed to __timeStamp__239_neverHappen1414503234015. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
getCommandName ( )This method is from 'CreateIntegrationTest' class.
[+] CreateScaffoldController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272649 has been renamed to __timeStamp__239_neverHappen1414503234017. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
__.swapInit ( )This method is from 'CreateScaffoldController' class.
getCommandName ( )This method is from 'CreateScaffoldController' class.
shouldInclude ( Resource )This method is from 'CreateScaffoldController' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272651 has been renamed to __timeStamp__239_neverHappen1414503234019. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateService ( )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
getCommandName ( )This method is from 'CreateService' class.
shouldInclude ( Resource )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272654 has been renamed to __timeStamp__239_neverHappen1414503234020. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
getCommandName ( )This method is from 'CreateTagLib' class.
shouldInclude ( Resource )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272657 has been renamed to __timeStamp__239_neverHappen1414503234022. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
getCommandName ( )This method is from 'CreateUnitTest' class.
[+] EscapingFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272368 has been renamed to __timeStamp__239_neverHappen1414503233733. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
EscapingFileNameCompletor ( )This constructor is from 'EscapingFileNameCompletor' class.
__.swapInit ( )This method is from 'EscapingFileNameCompletor' class.
complete ( String, int, List )This method is from 'EscapingFileNameCompletor' class.
getMetaClass ( )This method is from 'EscapingFileNameCompletor' class.
getProperty ( String )This method is from 'EscapingFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'EscapingFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'EscapingFileNameCompletor' class.
setProperty ( String, Object )This method is from 'EscapingFileNameCompletor' class.
[+] GenerateAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272659 has been renamed to __timeStamp__239_neverHappen1414503234024. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateAll ( )This constructor is from 'GenerateAll' class.
__.swapInit ( )This method is from 'GenerateAll' class.
getCommandName ( )This method is from 'GenerateAll' class.
shouldInclude ( Resource )This method is from 'GenerateAll' class.
[+] GenerateAsyncController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272661 has been renamed to __timeStamp__239_neverHappen1414503234025. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateAsyncController ( )This constructor is from 'GenerateAsyncController' class.
__.swapInit ( )This method is from 'GenerateAsyncController' class.
getCommandName ( )This method is from 'GenerateAsyncController' class.
shouldInclude ( Resource )This method is from 'GenerateAsyncController' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272663 has been renamed to __timeStamp__239_neverHappen1414503234027. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateController ( )This constructor is from 'GenerateController' class.
__.swapInit ( )This method is from 'GenerateController' class.
getCommandName ( )This method is from 'GenerateController' class.
shouldInclude ( Resource )This method is from 'GenerateController' class.
[+] GenerateViews (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272665 has been renamed to __timeStamp__239_neverHappen1414503234029. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GenerateViews ( )This constructor is from 'GenerateViews' class.
__.swapInit ( )This method is from 'GenerateViews' class.
getCommandName ( )This method is from 'GenerateViews' class.
shouldInclude ( Resource )This method is from 'GenerateViews' class.
[+] Open (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272371 has been renamed to __timeStamp__239_neverHappen1414503233737. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
Open ( )This constructor is from 'Open' class.
__.swapInit ( )This method is from 'Open' class.
getMetaClass ( )This method is from 'Open' class.
getProperty ( String )This method is from 'Open' class.
invokeMethod ( String, Object )This method is from 'Open' class.
setMetaClass ( MetaClass )This method is from 'Open' class.
setProperty ( String, Object )This method is from 'Open' class.
[+] RegexCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271258 has been renamed to __timeStamp__239_neverHappen1414503232980. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
RegexCompletor ( String )This constructor is from 'RegexCompletor' class.
RegexCompletor ( Pattern )This constructor is from 'RegexCompletor' class.
__.swapInit ( )This method is from 'RegexCompletor' class.
complete ( String, int, List )This method is from 'RegexCompletor' class.
getMetaClass ( )This method is from 'RegexCompletor' class.
getPattern ( )This method is from 'RegexCompletor' class.
getProperty ( String )This method is from 'RegexCompletor' class.
invokeMethod ( String, Object )This method is from 'RegexCompletor' class.
setMetaClass ( MetaClass )This method is from 'RegexCompletor' class.
setPattern ( Pattern )This method is from 'RegexCompletor' class.
setProperty ( String, Object )This method is from 'RegexCompletor' class.
...
[+] SimpleOrFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271281 has been renamed to __timeStamp__239_neverHappen1414503232990. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
SimpleOrFileNameCompletor ( String[ ] )This constructor is from 'SimpleOrFileNameCompletor' class.
SimpleOrFileNameCompletor ( List )This constructor is from 'SimpleOrFileNameCompletor' class.
__.swapInit ( )This method is from 'SimpleOrFileNameCompletor' class.
complete ( String, int, List )This method is from 'SimpleOrFileNameCompletor' class.
getMetaClass ( )This method is from 'SimpleOrFileNameCompletor' class.
getProperty ( String )This method is from 'SimpleOrFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'SimpleOrFileNameCompletor' class.
setProperty ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272667 has been renamed to __timeStamp__239_neverHappen1414503234030. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
TestApp ( )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
getCommandName ( )This method is from 'TestApp' class.
package grails.ui.console
[+] GrailsSwingConsole (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272669 has been renamed to __timeStamp__239_neverHappen1414503234032. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
GrailsSwingConsole ( )This constructor is from 'GrailsSwingConsole' class.
GrailsSwingConsole ( BuildSettings )This constructor is from 'GrailsSwingConsole' class.
__.swapInit ( )This method is from 'GrailsSwingConsole' class.
getProjectClassType ( )This method is from 'GrailsSwingConsole' class.
initializeClassLoader ( BuildSettings )This method is from 'GrailsSwingConsole' class.
main ( String[ ] )This method is from 'GrailsSwingConsole' class.
runInstance ( Object )This method is from 'GrailsSwingConsole' class.
package grails.util
[+] BuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272376 has been renamed to __timeStamp__239_neverHappen1414503233743. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (446)
GrailsSwingConsole ( BuildSettings )1st parameter 'buildSettings' of this method has type 'BuildSettings'.
initializeClassLoader ( BuildSettings )1st parameter 'buildSettings' of this method has type 'BuildSettings'.
BuildSettings ( )This constructor is from 'BuildSettings' class.
BuildSettings ( File )This constructor is from 'BuildSettings' class.
BuildSettings ( File, File )This constructor is from 'BuildSettings' class.
__.swapInit ( )This method is from 'BuildSettings' class.
configureDependencyManager ( )This method is from 'BuildSettings' class.
copyDirectoryContentsToTarget ( File, String )This method is from 'BuildSettings' class.
createConfigSlurper ( )This method is from 'BuildSettings' class.
createNewDependencyManager ( )This method is from 'BuildSettings' class.
doResolve ( String, List )This method is from 'BuildSettings' class.
doResolve ( String, List, boolean )This method is from 'BuildSettings' class.
...
[+] CosineSimilarity (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271292 has been renamed to __timeStamp__239_neverHappen1414503232995. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
CosineSimilarity ( )This constructor is from 'CosineSimilarity' class.
__.swapInit ( )This method is from 'CosineSimilarity' class.
getMetaClass ( )This method is from 'CosineSimilarity' class.
getProperty ( String )This method is from 'CosineSimilarity' class.
invokeMethod ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object, double )This method is from 'CosineSimilarity' class.
setMetaClass ( MetaClass )This method is from 'CosineSimilarity' class.
setProperty ( String, Object )This method is from 'CosineSimilarity' class.
[+] GrailsMain (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272674 has been renamed to __timeStamp__239_neverHappen1414503234036. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
GrailsMain ( )This constructor is from 'GrailsMain' class.
GrailsMain ( Binding )This constructor is from 'GrailsMain' class.
__.swapInit ( )This method is from 'GrailsMain' class.
main ( String[ ] )This method is from 'GrailsMain' class.
run ( )This method is from 'GrailsMain' class.
[+] PluginBuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271324 has been renamed to __timeStamp__239_neverHappen1414503233007. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (189)
PluginBuildSettings ( BuildSettings )This constructor is from 'PluginBuildSettings' class.
PluginBuildSettings ( BuildSettings, Object )This constructor is from 'PluginBuildSettings' class.
__.swapInit ( )This method is from 'PluginBuildSettings' class.
addPluginScopeInfoForDirAndInfo ( PluginScopeInfo, GrailsPluginInfo, Resource )This method is from 'PluginBuildSettings' class.
clearCache ( )This method is from 'PluginBuildSettings' class.
getArtefactResources ( )This method is from 'PluginBuildSettings' class.
getArtefactResourcesForCurrentEnvironment ( )This method is from 'PluginBuildSettings' class.
getArtefactResourcesForOne ( String )This method is from 'PluginBuildSettings' class.
getAvailableScripts ( )This method is from 'PluginBuildSettings' class.
getBasePluginDescriptor ( )This method is from 'PluginBuildSettings' class.
getBuildScopePluginInfo ( )This method is from 'PluginBuildSettings' class.
getBuildSettings ( )This method is from 'PluginBuildSettings' class.
...
package org.codehaus.groovy.grails.cli
[+] ScriptNameResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271617 has been renamed to __timeStamp__239_neverHappen1414503233171. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
ScriptNameResolver ( )This constructor is from 'ScriptNameResolver' class.
__.swapInit ( )This method is from 'ScriptNameResolver' class.
getMetaClass ( )This method is from 'ScriptNameResolver' class.
getProperty ( String )This method is from 'ScriptNameResolver' class.
invokeMethod ( String, Object )This method is from 'ScriptNameResolver' class.
resolvesTo ( String, String )This method is from 'ScriptNameResolver' class.
setMetaClass ( MetaClass )This method is from 'ScriptNameResolver' class.
setProperty ( String, Object )This method is from 'ScriptNameResolver' class.
package org.codehaus.groovy.grails.cli.fork
[+] ExecutionContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271774 has been renamed to __timeStamp__239_neverHappen1414503233314. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (66)
ExecutionContext ( )This constructor is from 'ExecutionContext' class.
ExecutionContext ( ForkedGrailsProcess )This constructor is from 'ExecutionContext' class.
__.swapInit ( )This method is from 'ExecutionContext' class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'ExecutionContext' class.
getAgentJar ( )This method is from 'ExecutionContext' class.
getArgsMap ( )This method is from 'ExecutionContext' class.
getBaseDir ( )This method is from 'ExecutionContext' class.
getBuildDependencies ( )This method is from 'ExecutionContext' class.
getClassesDir ( )This method is from 'ExecutionContext' class.
getDaemonPort ( )This method is from 'ExecutionContext' class.
getEnv ( )This method is from 'ExecutionContext' class.
getForkConfig ( )This method is from 'ExecutionContext' class.
...
[+] ForkedGrailsProcess (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271625 has been renamed to __timeStamp__239_neverHappen1414503233179. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (91)
ExecutionContext ( ForkedGrailsProcess )1st parameter 'p1' of this method has type 'ForkedGrailsProcess'.
getProcess ( )Return value of this method has type 'ForkedGrailsProcess'.
setProcess ( ForkedGrailsProcess )1st parameter 'p1' of this method has type 'ForkedGrailsProcess'.
ForkedGrailsProcess ( )This constructor is from 'ForkedGrailsProcess' abstract class.
__.swapInit ( )This method is from 'ForkedGrailsProcess' abstract class.
attachOutputListener ( Process )This method is from 'ForkedGrailsProcess' abstract class.
attachOutputListener ( Process, boolean )This method is from 'ForkedGrailsProcess' abstract class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'ForkedGrailsProcess' abstract class.
buildProcessCommand ( ExecutionContext, String )This method is from 'ForkedGrailsProcess' abstract class.
buildProcessCommand ( ExecutionContext, String, boolean )This method is from 'ForkedGrailsProcess' abstract class.
buildProcessCommand ( ExecutionContext, String, boolean, boolean )This method is from 'ForkedGrailsProcess' abstract class.
configure ( Map )This method is from 'ForkedGrailsProcess' abstract class.
...
[+] ForkedGrailsProcessConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271802 has been renamed to __timeStamp__239_neverHappen1414503233339. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
ForkedGrailsProcessConfig ( )This constructor is from 'ForkedGrailsProcessConfig' class.
ForkedGrailsProcessConfig ( Object )This constructor is from 'ForkedGrailsProcessConfig' class.
__.swapInit ( )This method is from 'ForkedGrailsProcessConfig' class.
asMap ( )This method is from 'ForkedGrailsProcessConfig' class.
getDebug ( )This method is from 'ForkedGrailsProcessConfig' class.
getForked ( )This method is from 'ForkedGrailsProcessConfig' class.
getMaxMemory ( )This method is from 'ForkedGrailsProcessConfig' class.
getMaxPerm ( )This method is from 'ForkedGrailsProcessConfig' class.
getMetaClass ( )This method is from 'ForkedGrailsProcessConfig' class.
getMinMemory ( )This method is from 'ForkedGrailsProcessConfig' class.
getProperty ( String )This method is from 'ForkedGrailsProcessConfig' class.
invokeMethod ( String, Object )This method is from 'ForkedGrailsProcessConfig' class.
...
[+] ForkedGrailsProjectClassExecutor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272474 has been renamed to __timeStamp__239_neverHappen1414503233844. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
ForkedGrailsProjectClassExecutor ( )This constructor is from 'ForkedGrailsProjectClassExecutor' abstract class.
ForkedGrailsProjectClassExecutor ( BuildSettings )This constructor is from 'ForkedGrailsProjectClassExecutor' abstract class.
__.swapInit ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createEventListener ( Binding )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createExecutionContext ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createExecutionContext ( BuildSettings, PluginBuildSettings )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
createInstance ( Class, BuildSettings )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
getProjectClassType ( )This abstract method is from 'ForkedGrailsProjectClassExecutor' abstract class.
initializeProjectInstance ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
run ( )This method is from 'ForkedGrailsProjectClassExecutor' abstract class.
runInstance ( Object )This abstract method is from 'ForkedGrailsProjectClassExecutor' abstract class.
...
[+] IncludeTargets (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271812 has been renamed to __timeStamp__239_neverHappen1414503233347. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
IncludeTargets ( ClassLoader, Binding )This constructor is from 'IncludeTargets' class.
__.swapInit ( )This method is from 'IncludeTargets' class.
getBinding ( )This method is from 'IncludeTargets' class.
getClassLoader ( )This method is from 'IncludeTargets' class.
getMetaClass ( )This method is from 'IncludeTargets' class.
getProperty ( String )This method is from 'IncludeTargets' class.
invokeMethod ( String, Object )This method is from 'IncludeTargets' class.
leftShift ( File )This method is from 'IncludeTargets' class.
leftShift ( Class )This method is from 'IncludeTargets' class.
setBinding ( Binding )This method is from 'IncludeTargets' class.
setClassLoader ( ClassLoader )This method is from 'IncludeTargets' class.
setMetaClass ( MetaClass )This method is from 'IncludeTargets' class.
...
package org.codehaus.groovy.grails.cli.fork.compile
[+] ForkedGrailsCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272678 has been renamed to __timeStamp__239_neverHappen1414503234039. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
ForkedGrailsCompiler ( )This constructor is from 'ForkedGrailsCompiler' class.
ForkedGrailsCompiler ( BuildSettings )This constructor is from 'ForkedGrailsCompiler' class.
__.swapInit ( )This method is from 'ForkedGrailsCompiler' class.
configureFork ( BuildSettings )This method is from 'ForkedGrailsCompiler' class.
createInstance ( Class, BuildSettings )This method is from 'ForkedGrailsCompiler' class.
getProjectClassType ( )This method is from 'ForkedGrailsCompiler' class.
main ( String[ ] )This method is from 'ForkedGrailsCompiler' class.
runInstance ( Object )This method is from 'ForkedGrailsCompiler' class.
package org.codehaus.groovy.grails.cli.fork.testing
[+] ForkedGrailsTestRunner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272684 has been renamed to __timeStamp__239_neverHappen1414503234043. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
ForkedGrailsTestRunner ( )This constructor is from 'ForkedGrailsTestRunner' class.
ForkedGrailsTestRunner ( BuildSettings )This constructor is from 'ForkedGrailsTestRunner' class.
__.swapInit ( )This method is from 'ForkedGrailsTestRunner' class.
configureFork ( BuildSettings )This method is from 'ForkedGrailsTestRunner' class.
createClassLoader ( BuildSettings )This method is from 'ForkedGrailsTestRunner' class.
createExecutionContext ( )This method is from 'ForkedGrailsTestRunner' class.
createInstance ( Class, BuildSettings )This method is from 'ForkedGrailsTestRunner' class.
getProjectClassType ( )This method is from 'ForkedGrailsTestRunner' class.
instantiateIntegrationPhaseConfig ( Object, Object )This method is from 'ForkedGrailsTestRunner' class.
main ( String[ ] )This method is from 'ForkedGrailsTestRunner' class.
runInstance ( Object )This method is from 'ForkedGrailsTestRunner' class.
setTestExecutionContext ( Object, Binding, Object, Object )This method is from 'ForkedGrailsTestRunner' class.
...
[+] TestExecutionContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272489 has been renamed to __timeStamp__239_neverHappen1414503233863. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
TestExecutionContext ( )This constructor is from 'TestExecutionContext' class.
TestExecutionContext ( ForkedGrailsProcess )This constructor is from 'TestExecutionContext' class.
__.swapInit ( )This method is from 'TestExecutionContext' class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'TestExecutionContext' class.
package org.codehaus.groovy.grails.cli.interactive
[+] GrailsInteractiveCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272494 has been renamed to __timeStamp__239_neverHappen1414503233868. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (98)
GrailsInteractiveCompletor ( BuildSettings, List )This constructor is from 'GrailsInteractiveCompletor' class.
__.swapInit ( )This method is from 'GrailsInteractiveCompletor' class.
complete ( String, int, List )This method is from 'GrailsInteractiveCompletor' class.
getCompletorCache ( )This method is from 'GrailsInteractiveCompletor' class.
getMetaClass ( )This method is from 'GrailsInteractiveCompletor' class.
getProperty ( String )This method is from 'GrailsInteractiveCompletor' class.
getScriptNames ( List )This method is from 'GrailsInteractiveCompletor' class.
getSettings ( )This method is from 'GrailsInteractiveCompletor' class.
invokeMethod ( String, Object )This method is from 'GrailsInteractiveCompletor' class.
setCompletorCache ( Map )This method is from 'GrailsInteractiveCompletor' class.
setMetaClass ( MetaClass )This method is from 'GrailsInteractiveCompletor' class.
setProperty ( String, Object )This method is from 'GrailsInteractiveCompletor' class.
...
[+] InteractiveMode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271824 has been renamed to __timeStamp__239_neverHappen1414503233356. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (85)
InteractiveMode ( BuildSettings, GrailsScriptRunner )This constructor is from 'InteractiveMode' class.
__.swapInit ( )This method is from 'InteractiveMode' class.
addStatus ( String )This method is from 'InteractiveMode' class.
append ( String )This method is from 'InteractiveMode' class.
bang ( )This method is from 'InteractiveMode' class.
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.
...
package org.codehaus.groovy.grails.cli.interactive.completors
[+] ClassNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272501 has been renamed to __timeStamp__239_neverHappen1414503233875. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
ClassNameCompletor ( )This constructor is from 'ClassNameCompletor' abstract class.
__.swapInit ( )This method is from 'ClassNameCompletor' abstract class.
complete ( String, int, List )This method is from 'ClassNameCompletor' abstract class.
getBuildSettings ( )This method is from 'ClassNameCompletor' abstract class.
getCommandName ( )This abstract method is from 'ClassNameCompletor' abstract class.
getMetaClass ( )This method is from 'ClassNameCompletor' abstract class.
getProperty ( String )This method is from 'ClassNameCompletor' abstract class.
invokeMethod ( String, Object )This method is from 'ClassNameCompletor' abstract class.
setBuildSettings ( BuildSettings )This method is from 'ClassNameCompletor' abstract class.
setMetaClass ( MetaClass )This method is from 'ClassNameCompletor' abstract class.
setProperty ( String, Object )This method is from 'ClassNameCompletor' abstract class.
shouldInclude ( Resource )This method is from 'ClassNameCompletor' abstract class.
...
package org.codehaus.groovy.grails.cli.maven
[+] DependencyInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271911 has been renamed to __timeStamp__239_neverHappen1414503233423. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (20)
DependencyInfo ( )This constructor is from 'DependencyInfo' class.
__.swapInit ( )This method 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.
...
[+] MavenMultiProjectGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272506 has been renamed to __timeStamp__239_neverHappen1414503233880. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
MavenMultiProjectGenerator ( BuildSettings )This constructor is from 'MavenMultiProjectGenerator' class.
__.swapInit ( )This method is from 'MavenMultiProjectGenerator' class.
generate ( String, String, String )This method is from 'MavenMultiProjectGenerator' class.
getMetaClass ( )This method is from 'MavenMultiProjectGenerator' class.
getPomGenerator ( )This method is from 'MavenMultiProjectGenerator' class.
getProperty ( String )This method is from 'MavenMultiProjectGenerator' class.
invokeMethod ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
setMetaClass ( MetaClass )This method is from 'MavenMultiProjectGenerator' class.
setPomGenerator ( MavenPomGenerator )This method is from 'MavenMultiProjectGenerator' class.
setProperty ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
[+] MavenPomGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272515 has been renamed to __timeStamp__239_neverHappen1414503233890. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
getPomGenerator ( )Return value of this method has type 'MavenPomGenerator'.
setPomGenerator ( MavenPomGenerator )1st parameter 'p1' of this method has type 'MavenPomGenerator'.
MavenPomGenerator ( BuildSettings )This constructor is from 'MavenPomGenerator' class.
__.swapInit ( )This method is from 'MavenPomGenerator' class.
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.
...
package org.codehaus.groovy.grails.cli.support
[+] ChildFirstURLClassLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272746 has been renamed to __timeStamp__239_neverHappen1414503234087. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
ChildFirstURLClassLoader ( )This constructor is from 'ChildFirstURLClassLoader' class.
ChildFirstURLClassLoader ( ClassLoader )This constructor is from 'ChildFirstURLClassLoader' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715273345 has been renamed to __timeStamp__239_neverHappen1414503234346. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
UaaEnabler ( BuildSettings, PluginBuildSettings )This constructor is from 'UaaEnabler' class.
__.swapInit ( )This method is from 'UaaEnabler' class.
enable ( boolean )This method is from 'UaaEnabler' class.
getBuildSettings ( )This method is from 'UaaEnabler' class.
getClassLoader ( )This method is from 'UaaEnabler' class.
getMetaClass ( )This method is from 'UaaEnabler' class.
getPluginBuildSettings ( )This method is from 'UaaEnabler' class.
getProperty ( String )This method is from 'UaaEnabler' class.
invokeMethod ( String, Object )This method is from 'UaaEnabler' class.
isAvailable ( )This method is from 'UaaEnabler' class.
isEnabled ( )This method is from 'UaaEnabler' class.
setBuildSettings ( BuildSettings )This method is from 'UaaEnabler' class.
...
[+] UaaIntegrationSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715273448 has been renamed to __timeStamp__239_neverHappen1414503234413. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
UaaIntegrationSupport ( )This constructor is from 'UaaIntegrationSupport' class.
__.swapInit ( )This method is from 'UaaIntegrationSupport' class.
findPlugin ( Object, String )This method is from 'UaaIntegrationSupport' class.
getMetaClass ( )This method is from 'UaaIntegrationSupport' class.
getProperty ( String )This method is from 'UaaIntegrationSupport' class.
invokeMethod ( String, Object )This method is from 'UaaIntegrationSupport' class.
setMetaClass ( MetaClass )This method is from 'UaaIntegrationSupport' class.
setProperty ( String, Object )This method is from 'UaaIntegrationSupport' class.
package org.codehaus.groovy.grails.exceptions
[+] DefaultStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271925 has been renamed to __timeStamp__239_neverHappen1414503233433. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
DefaultStackTracePrinter ( )This constructor is from 'DefaultStackTracePrinter' class.
__.swapInit ( )This method is from 'DefaultStackTracePrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultStackTracePrinter' class.
getMetaClass ( )This method is from 'DefaultStackTracePrinter' class.
getProperty ( String )This method is from 'DefaultStackTracePrinter' class.
invokeMethod ( String, Object )This method is from 'DefaultStackTracePrinter' class.
makeRelativeIfPossible ( String )This method is from 'DefaultStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'DefaultStackTracePrinter' class.
printCausedByMessage ( PrintWriter, Throwable )This method is from 'DefaultStackTracePrinter' class.
printFailureLocation ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
printHeader ( PrintWriter, String )This method is from 'DefaultStackTracePrinter' class.
printLastEntry ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
...
package org.codehaus.groovy.grails.io.support
[+] ByteArrayResource (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271958 has been renamed to __timeStamp__239_neverHappen1414503233454. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (22)
ByteArrayResource ( byte[ ] )This constructor is from 'ByteArrayResource' class.
ByteArrayResource ( byte[ ], String )This constructor is from 'ByteArrayResource' class.
__.swapInit ( )This method is from 'ByteArrayResource' class.
contentLength ( )This method is from 'ByteArrayResource' class.
createRelative ( String )This method is from 'ByteArrayResource' class.
exists ( )This method is from 'ByteArrayResource' class.
getBytes ( )This method is from 'ByteArrayResource' class.
getDescription ( )This method is from 'ByteArrayResource' class.
getFile ( )This method is from 'ByteArrayResource' class.
getFilename ( )This method is from 'ByteArrayResource' class.
getInputStream ( )This method is from 'ByteArrayResource' class.
getMetaClass ( )This method is from 'ByteArrayResource' class.
...
[+] GrailsIOUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272538 has been renamed to __timeStamp__239_neverHappen1414503233912. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
GrailsIOUtils ( )This constructor is from 'GrailsIOUtils' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.plugins
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715271971 has been renamed to __timeStamp__239_neverHappen1414503233461. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (52)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
clearCaches ( )This method is from 'GrailsPluginUtils' class.
getArtefactResources ( String )This method is from 'GrailsPluginUtils' class.
getArtefactResourcesForOne ( String )This method is from 'GrailsPluginUtils' class.
getAvailableScripts ( String, String, String )This method is from 'GrailsPluginUtils' class.
getBasePluginDescriptor ( String )This method is from 'GrailsPluginUtils' class.
getDescriptorForPlugin ( Resource )This method is from 'GrailsPluginUtils' class.
getGlobalPluginsPath ( )This method is from 'GrailsPluginUtils' class.
getGRAILS_HOME ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( String )This method is from 'GrailsPluginUtils' class.
...
[+] GrailsVersionUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272001 has been renamed to __timeStamp__239_neverHappen1414503233479. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
GrailsVersionUtils ( )This constructor is from 'GrailsVersionUtils' class.
__.swapInit ( )This method is from 'GrailsVersionUtils' class.
getLowerVersion ( String )This method is from 'GrailsVersionUtils' class.
getMetaClass ( )This method is from 'GrailsVersionUtils' class.
getPluginName ( Class )This method is from 'GrailsVersionUtils' class.
getPluginVersion ( Class )This method is from 'GrailsVersionUtils' class.
getProperty ( String )This method is from 'GrailsVersionUtils' class.
getUpperVersion ( String )This method is from 'GrailsVersionUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsVersionUtils' class.
isValidVersion ( String, String )This method is from 'GrailsVersionUtils' class.
isVersionGreaterThan ( String, String )This method is from 'GrailsVersionUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsVersionUtils' class.
...
[+] PluginInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272542 has been renamed to __timeStamp__239_neverHappen1414503233916. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (23)
PluginInfo ( Resource, PluginBuildSettings )This constructor is from 'PluginInfo' class.
__.swapInit ( )This method is from 'PluginInfo' class.
getAdditionalMetadata ( )This method is from 'PluginInfo' class.
getAt ( String )This method is from 'PluginInfo' class.
getDescriptor ( )This method is from 'PluginInfo' class.
getFullName ( )This method is from 'PluginInfo' class.
getMetadata ( )This method is from 'PluginInfo' class.
getName ( )This method is from 'PluginInfo' class.
getPluginBuildSettings ( )This method is from 'PluginInfo' class.
getPluginDir ( )This method is from 'PluginInfo' class.
getPluginDirectory ( )This method is from 'PluginInfo' class.
getProperties ( )This method is from 'PluginInfo' class.
...
[+] VersionComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272022 has been renamed to __timeStamp__239_neverHappen1414503233493. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
VersionComparator ( )This constructor is from 'VersionComparator' class.
__.swapInit ( )This method is from 'VersionComparator' class.
compare ( Object, Object )This method is from 'VersionComparator' class.
compare ( String, String )This method is from 'VersionComparator' class.
deSnapshot ( String )This method is from 'VersionComparator' class.
equals ( Object )This method is from 'VersionComparator' class.
getMetaClass ( )This method is from 'VersionComparator' class.
getProperty ( String )This method is from 'VersionComparator' class.
invokeMethod ( String, Object )This method is from 'VersionComparator' class.
isSnapshot ( String )This method is from 'VersionComparator' class.
setMetaClass ( MetaClass )This method is from 'VersionComparator' class.
setProperty ( String, Object )This method is from 'VersionComparator' class.
...
package org.codehaus.groovy.grails.plugins.build.scopes
[+] PluginScopeInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272047 has been renamed to __timeStamp__239_neverHappen1414503233509. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (30)
addPluginScopeInfoForDirAndInfo ( PluginScopeInfo, GrailsPluginInfo, Resource )1st parameter 'compileInfo' of this method has type 'PluginScopeInfo'.
getBuildScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getCompileScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getProvidedScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getTestScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
registerPluginZipWithScope ( File, PluginScopeInfo )2nd parameter 'scopeInfo' of this method has type 'PluginScopeInfo'.
setBuildScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setCompileScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setProvidedScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setTestScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
PluginScopeInfo ( String )This constructor is from 'PluginScopeInfo' class.
__.swapInit ( )This method is from 'PluginScopeInfo' class.
...
package org.codehaus.groovy.grails.resolve
[+] Dependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272055 has been renamed to __timeStamp__239_neverHappen1414503233514. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (59)
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.
__.swapInit ( )This method is from 'Dependency' class.
canEqual ( Object )This method is from 'Dependency' class.
equals ( Object )This method is from 'Dependency' class.
exclude ( String )This method is from 'Dependency' class.
exclude ( String, String )This method is from 'Dependency' class.
getClassifier ( )This method is from 'Dependency' class.
getExcludeArray ( )This method is from 'Dependency' class.
getExcludes ( )This method is from 'Dependency' class.
...
[+] DependencyManagerConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272082 has been renamed to __timeStamp__239_neverHappen1414503233530. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (18)
DependencyManagerConfigurer ( )This constructor is from 'DependencyManagerConfigurer' class.
__.swapInit ( )This method is from 'DependencyManagerConfigurer' class.
configureAether ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
configureDefaultPluginResolver ( Object )This method is from 'DependencyManagerConfigurer' class.
configureGlobalFrameworkDependencies ( GrailsIvyDependencies, Object )This method is from 'DependencyManagerConfigurer' class.
configureIvy ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
configureRepoAuthentication ( Object, DependencyManager )This method is from 'DependencyManagerConfigurer' class.
createAetherDependencyManager ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
createIvyDependencyManager ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
getDependencyConfig ( Object, IvyDependencyManager )This method is from 'DependencyManagerConfigurer' class.
getMetaClass ( )This method is from 'DependencyManagerConfigurer' class.
getProperty ( String )This method is from 'DependencyManagerConfigurer' class.
...
[+] DependencyManagerUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272116 has been renamed to __timeStamp__239_neverHappen1414503233549. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
DependencyManagerUtils ( )This constructor is from 'DependencyManagerUtils' abstract class.
__.swapInit ( )This method is from 'DependencyManagerUtils' abstract class.
downloadPluginList ( File )This method is from 'DependencyManagerUtils' abstract class.
getMetaClass ( )This method is from 'DependencyManagerUtils' abstract class.
getProperty ( String )This method is from 'DependencyManagerUtils' abstract class.
invokeMethod ( String, Object )This method is from 'DependencyManagerUtils' abstract class.
setMetaClass ( MetaClass )This method is from 'DependencyManagerUtils' abstract class.
setProperty ( String, Object )This method is from 'DependencyManagerUtils' abstract class.
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272547 has been renamed to __timeStamp__239_neverHappen1414503233923. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (41)
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, boolean )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerPluginDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addArtifacts ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
handleExport ( EnhancedDefaultDependencyDescriptor, Boolean )1st parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
__.swapInit ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] GrailsCoreDependenciesPomGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272134 has been renamed to __timeStamp__239_neverHappen1414503233558. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
GrailsCoreDependenciesPomGenerator ( String, File )This constructor is from 'GrailsCoreDependenciesPomGenerator' class.
__.swapInit ( )This method 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.
...
[+] GrailsIvyDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272558 has been renamed to __timeStamp__239_neverHappen1414503233936. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
configureGlobalFrameworkDependencies ( GrailsIvyDependencies, Object )1st parameter 'coreDependencies' of this method has type 'GrailsIvyDependencies'.
GrailsIvyDependencies ( String )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String, boolean )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String, boolean, boolean )This constructor is from 'GrailsIvyDependencies' class.
__.swapInit ( )This method is from 'GrailsIvyDependencies' class.
createDeclaration ( )This method is from 'GrailsIvyDependencies' class.
getMetaClass ( )This method is from 'GrailsIvyDependencies' class.
getProperty ( String )This method is from 'GrailsIvyDependencies' class.
invokeMethod ( String, Object )This method is from 'GrailsIvyDependencies' class.
setMetaClass ( MetaClass )This method is from 'GrailsIvyDependencies' class.
setProperty ( String, Object )This method is from 'GrailsIvyDependencies' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272570 has been renamed to __timeStamp__239_neverHappen1414503233949. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (102)
createCopy ( BuildSettings )Return value of this method has type 'IvyDependencyManager'.
DependencyConfigurationConfigurer ( DependencyConfigurationContext )Field 'context.dependencyManager' in 1st parameter 'context' of this method has type 'IvyDependencyManager'.
createInheritedContext ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
forApplication ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
forPlugin ( IvyDependencyManager, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
getExcludeRules ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
getGrailsCoreDependencies ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
getParentScope ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
isOffline ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setExcludeRules ( ExcludeRule[ ] )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setOffline ( boolean )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setParentScope ( String )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
...
[+] IvyDependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272249 has been renamed to __timeStamp__239_neverHappen1414503233606. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
IvyDependencyReport ( String, ResolveReport )This constructor is from 'IvyDependencyReport' class.
__.swapInit ( )This method is from 'IvyDependencyReport' class.
getAllArtifacts ( )This method is from 'IvyDependencyReport' class.
getClasspath ( )This method is from 'IvyDependencyReport' class.
getJarFiles ( )This method is from 'IvyDependencyReport' class.
getMetaClass ( )This method is from 'IvyDependencyReport' class.
getPluginZips ( )This method is from 'IvyDependencyReport' class.
getProperty ( String )This method is from 'IvyDependencyReport' class.
getResolvedArtifacts ( )This method is from 'IvyDependencyReport' class.
getResolveError ( )This method is from 'IvyDependencyReport' class.
getResolveReport ( )This method is from 'IvyDependencyReport' class.
getScope ( )This method is from 'IvyDependencyReport' class.
...
[+] PluginInstallEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272272 has been renamed to __timeStamp__239_neverHappen1414503233620. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (52)
PluginInstallEngine ( BuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )This constructor is from 'PluginInstallEngine' class.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )This constructor is from 'PluginInstallEngine' class.
__.swapInit ( )This method is from 'PluginInstallEngine' class.
assertNoExistingInlinePlugin ( String )This method is from 'PluginInstallEngine' class.
checkExistingPluginInstall ( String, Object, File )This method is from 'PluginInstallEngine' class.
checkExistingPluginInstall ( String, Object, File, boolean )This method is from 'PluginInstallEngine' class.
checkPluginsToUninstall ( )This method is from 'PluginInstallEngine' class.
checkPluginsToUninstall ( List )This method is from 'PluginInstallEngine' class.
getCORE_PLUGINS ( )This method is from 'PluginInstallEngine' class.
getErrorHandler ( )This method is from 'PluginInstallEngine' class.
...
[+] PluginResolveEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272323 has been renamed to __timeStamp__239_neverHappen1414503233673. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (79)
PluginInstallEngine ( BuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
PluginInstallEngine ( BuildSettings, PluginBuildSettings, Metadata, AntBuilder )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
__.swapInit ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
assertNoExistingInlinePlugin ( String )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkExistingPluginInstall ( String, Object, File )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkExistingPluginInstall ( String, Object, File, boolean )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkPluginsToUninstall ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
checkPluginsToUninstall ( List )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
getCORE_PLUGINS ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
getErrorHandler ( )Field 'this.resolveEngine' in the object of this method has type 'PluginResolveEngine'.
...
[+] ResolvedArtifactReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272345 has been renamed to __timeStamp__239_neverHappen1414503233699. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
ResolvedArtifactReport ( )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency, File )This constructor is from 'ResolvedArtifactReport' class.
__.swapInit ( )This method is from 'ResolvedArtifactReport' class.
canEqual ( Object )This method is from 'ResolvedArtifactReport' class.
equals ( Object )This method is from 'ResolvedArtifactReport' class.
getDependency ( )This method is from 'ResolvedArtifactReport' class.
getFile ( )This method is from 'ResolvedArtifactReport' class.
getMetaClass ( )This method is from 'ResolvedArtifactReport' class.
getProperty ( String )This method is from 'ResolvedArtifactReport' class.
hashCode ( )This method is from 'ResolvedArtifactReport' class.
invokeMethod ( String, Object )This method is from 'ResolvedArtifactReport' class.
...
[+] ResolveException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272741 has been renamed to __timeStamp__239_neverHappen1414503234083. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
ResolveException ( ResolveReport )This constructor is from 'ResolveException' class.
__.swapInit ( )This method is from 'ResolveException' class.
getMessage ( )This method is from 'ResolveException' class.
getMetaClass ( )This method is from 'ResolveException' class.
getProperty ( String )This method is from 'ResolveException' class.
getResolveReport ( )This method is from 'ResolveException' class.
invokeMethod ( String, Object )This method is from 'ResolveException' class.
setMetaClass ( MetaClass )This method is from 'ResolveException' class.
setProperty ( String, Object )This method is from 'ResolveException' class.
setResolveReport ( ResolveReport )This method is from 'ResolveException' class.
package org.codehaus.groovy.grails.resolve.config
[+] DependencyConfigurationConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272694 has been renamed to __timeStamp__239_neverHappen1414503234051. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
DependencyConfigurationConfigurer ( DependencyConfigurationContext )This constructor is from 'DependencyConfigurationConfigurer' class.
__.swapInit ( )This method is from 'DependencyConfigurationConfigurer' class.
cacheDir ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
credentials ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
defaultDependenciesProvided ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
dependencies ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
getLegacyResolve ( )This method is from 'DependencyConfigurationConfigurer' class.
getPluginMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getRepositoryMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getWILDCARD ( )This method is from 'DependencyConfigurationConfigurer' class.
...
[+] InheritanceConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272705 has been renamed to __timeStamp__239_neverHappen1414503234058. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
InheritanceConfigurer ( DependencyConfigurationContext )This constructor is from 'InheritanceConfigurer' class.
__.swapInit ( )This method is from 'InheritanceConfigurer' class.
excludes ( String[ ] )This method is from 'InheritanceConfigurer' class.
excludes ( Map )This method is from 'InheritanceConfigurer' class.
[+] RepositoriesConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272709 has been renamed to __timeStamp__239_neverHappen1414503234061. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (18)
RepositoriesConfigurer ( DependencyConfigurationContext )This constructor is from 'RepositoriesConfigurer' class.
__.swapInit ( )This method is from 'RepositoriesConfigurer' class.
ebr ( )This method is from 'RepositoriesConfigurer' class.
flatDir ( Map )This method is from 'RepositoriesConfigurer' class.
grailsCentral ( )This method is from 'RepositoriesConfigurer' class.
grailsHome ( )This method is from 'RepositoriesConfigurer' class.
grailsPlugins ( )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String, String )This method is from 'RepositoriesConfigurer' class.
inherit ( boolean )This method is from 'RepositoriesConfigurer' class.
inherits ( boolean )This method is from 'RepositoriesConfigurer' class.
jcenter ( )This method is from 'RepositoriesConfigurer' class.
...
package org.codehaus.groovy.grails.resolve.ivy
[+] IvyExcludeResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272353 has been renamed to __timeStamp__239_neverHappen1414503233709. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
IvyExcludeResolver ( IvyDependencyManager )This constructor is from 'IvyExcludeResolver' class.
__.swapInit ( )This method is from 'IvyExcludeResolver' class.
getDependencyManager ( )This method is from 'IvyExcludeResolver' class.
getMetaClass ( )This method is from 'IvyExcludeResolver' class.
getProperty ( String )This method is from 'IvyExcludeResolver' class.
invokeMethod ( String, Object )This method is from 'IvyExcludeResolver' class.
resolveExcludes ( )This method is from 'IvyExcludeResolver' class.
setDependencyManager ( IvyDependencyManager )This method is from 'IvyExcludeResolver' class.
setMetaClass ( MetaClass )This method is from 'IvyExcludeResolver' class.
setProperty ( String, Object )This method is from 'IvyExcludeResolver' class.
[+] IvyGraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272642 has been renamed to __timeStamp__239_neverHappen1414503234011. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
IvyGraphNode ( ResolveReport )This constructor is from 'IvyGraphNode' class.
__.swapInit ( )This method is from 'IvyGraphNode' class.
createGraph ( GraphNode, Collection, String[ ] )This method is from 'IvyGraphNode' class.
package org.codehaus.groovy.grails.resolve.reporting
[+] GraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272359 has been renamed to __timeStamp__239_neverHappen1414503233718. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
createGraph ( GraphNode, Collection, String[ ] )1st parameter 'current' of this method has type 'GraphNode'.
createGraph ( GraphNode, List, List )1st parameter 'current' of this method has type 'GraphNode'.
render ( GraphNode )1st parameter 'p1' of this abstract method has type 'GraphNode'.
GraphNode ( Dependency )This constructor is from 'GraphNode' class.
__.swapInit ( )This method is from 'GraphNode' class.
getChildren ( )This method is from 'GraphNode' class.
getDependency ( )This method is from 'GraphNode' class.
getMetaClass ( )This method is from 'GraphNode' class.
getProperty ( String )This method is from 'GraphNode' class.
getResolved ( )This method is from 'GraphNode' class.
invokeMethod ( String, Object )This method is from 'GraphNode' class.
setChildren ( Collection )This method is from 'GraphNode' class.
...
[+] SimpleGraphRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715272362 has been renamed to __timeStamp__239_neverHappen1414503233722. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
SimpleGraphRenderer ( String, String )This constructor is from 'SimpleGraphRenderer' class.
__.swapInit ( )This method is from 'SimpleGraphRenderer' class.
getAnsiEnabled ( )This method is from 'SimpleGraphRenderer' class.
getDescription ( )This method is from 'SimpleGraphRenderer' class.
getMetaClass ( )This method is from 'SimpleGraphRenderer' class.
getProperty ( String )This method is from 'SimpleGraphRenderer' class.
getScope ( )This method is from 'SimpleGraphRenderer' class.
invokeMethod ( String, Object )This method is from 'SimpleGraphRenderer' class.
isAnsiEnabled ( )This method is from 'SimpleGraphRenderer' class.
render ( GraphNode )This method is from 'SimpleGraphRenderer' class.
render ( GraphNode, Writer )This method is from 'SimpleGraphRenderer' class.
setAnsiEnabled ( boolean )This method is from 'SimpleGraphRenderer' class.
...
grails-core-2.4.3.jar
package grails.compiler
[+] CriteriaTypeCheckingExtension (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (4)
CriteriaTypeCheckingExtension ( )This constructor is from 'CriteriaTypeCheckingExtension' class.
__.swapInit ( )This method is from 'CriteriaTypeCheckingExtension' class.
isCriteriaCall ( MethodCall )This method is from 'CriteriaTypeCheckingExtension' class.
run ( )This method is from 'CriteriaTypeCheckingExtension' class.
[+] DomainMappingTypeCheckingExtension (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327501 has been renamed to __timeStamp__239_neverHappen1414503245893. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
DomainMappingTypeCheckingExtension ( )This constructor is from 'DomainMappingTypeCheckingExtension' class.
__.swapInit ( )This method is from 'DomainMappingTypeCheckingExtension' class.
run ( )This method is from 'DomainMappingTypeCheckingExtension' class.
[+] DynamicFinderTypeCheckingExtension (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327507 has been renamed to __timeStamp__239_neverHappen1414503245898. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
DynamicFinderTypeCheckingExtension ( )This constructor is from 'DynamicFinderTypeCheckingExtension' class.
__.swapInit ( )This method is from 'DynamicFinderTypeCheckingExtension' class.
makeDynamicGormCall ( MethodCall, ClassNode, ClassNode )This method is from 'DynamicFinderTypeCheckingExtension' class.
run ( )This method is from 'DynamicFinderTypeCheckingExtension' class.
[+] GrailsCompileStatic (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327292 has been renamed to __timeStamp__239_neverHappen1414503245730. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
GrailsCompileStatic ( )This constructor is from 'GrailsCompileStatic' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327294 has been renamed to __timeStamp__239_neverHappen1414503245731. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
GrailsTypeChecked ( )This constructor is from 'GrailsTypeChecked' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327509 has been renamed to __timeStamp__239_neverHappen1414503245901. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
RelationshipManagementMethodTypeCheckingExtension ( )This constructor is from 'RelationshipManagementMethodTypeCheckingExtension' class.
__.swapInit ( )This method is from 'RelationshipManagementMethodTypeCheckingExtension' class.
run ( )This method is from 'RelationshipManagementMethodTypeCheckingExtension' class.
[+] ValidateableTypeCheckingExtension (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327511 has been renamed to __timeStamp__239_neverHappen1414503245903. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
ValidateableTypeCheckingExtension ( )This constructor is from 'ValidateableTypeCheckingExtension' class.
__.swapInit ( )This method is from 'ValidateableTypeCheckingExtension' class.
run ( )This method is from 'ValidateableTypeCheckingExtension' class.
[+] WhereQueryTypeCheckingExtension (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327517 has been renamed to __timeStamp__239_neverHappen1414503245908. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
WhereQueryTypeCheckingExtension ( )This constructor is from 'WhereQueryTypeCheckingExtension' class.
__.swapInit ( )This method is from 'WhereQueryTypeCheckingExtension' class.
isWhereQueryCall ( MethodCall )This method is from 'WhereQueryTypeCheckingExtension' class.
run ( )This method is from 'WhereQueryTypeCheckingExtension' class.
package grails.validation
[+] ValidationErrors (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327760 has been renamed to __timeStamp__239_neverHappen1414503245913. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
ValidationErrors ( Object )This constructor is from 'ValidationErrors' class.
ValidationErrors ( Object, String )This constructor is from 'ValidationErrors' class.
__.swapInit ( )This method is from 'ValidationErrors' class.
getAt ( String )This method is from 'ValidationErrors' class.
getMetaClass ( )This method is from 'ValidationErrors' class.
getProperty ( String )This method is from 'ValidationErrors' class.
invokeMethod ( String, Object )This method is from 'ValidationErrors' class.
putAt ( String, String )This method is from 'ValidationErrors' class.
setMetaClass ( MetaClass )This method is from 'ValidationErrors' class.
setProperty ( String, Object )This method is from 'ValidationErrors' class.
package org.codehaus.groovy.grails.commons
[+] GrailsArrayUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327295 has been renamed to __timeStamp__239_neverHappen1414503245732. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (20)
GrailsArrayUtils ( )This constructor is from 'GrailsArrayUtils' abstract class.
__.swapInit ( )This method 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.
...
[+] GrailsStringUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327481 has been renamed to __timeStamp__239_neverHappen1414503245878. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
GrailsStringUtils ( )This constructor is from 'GrailsStringUtils' abstract class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.commons.cfg
[+] ConfigurationHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327313 has been renamed to __timeStamp__239_neverHappen1414503245746. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
ConfigurationHelper ( )This constructor is from 'ConfigurationHelper' class.
__.swapInit ( )This method 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.
...
[+] MapBasedSmartPropertyOverrideConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327326 has been renamed to __timeStamp__239_neverHappen1414503245756. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
MapBasedSmartPropertyOverrideConfigurer ( GrailsApplication )This constructor is from 'MapBasedSmartPropertyOverrideConfigurer' class.
__.swapInit ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
applyPropertyValue ( ConfigurableListableBeanFactory, String, String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getApplication ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getBeansConfig ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getClassLoader ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getMetaClass ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getProperty ( String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinitionForFactoryBean ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
...
package org.codehaus.groovy.grails.commons.metaclass
[+] MetaClassEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327483 has been renamed to __timeStamp__239_neverHappen1414503245881. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
MetaClassEnhancer ( )This constructor is from 'MetaClassEnhancer' class.
__.swapInit ( )This method is from 'MetaClassEnhancer' class.
enhance ( MetaClass )This method is from 'MetaClassEnhancer' class.
enhanceAll ( Iterable )This method is from 'MetaClassEnhancer' class.
getMetaClass ( )This method is from 'MetaClassEnhancer' class.
getProperty ( String )This method is from 'MetaClassEnhancer' class.
invokeMethod ( String, Object )This method is from 'MetaClassEnhancer' class.
setMetaClass ( MetaClass )This method is from 'MetaClassEnhancer' class.
setProperty ( String, Object )This method is from 'MetaClassEnhancer' class.
[+] PropertyExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327333 has been renamed to __timeStamp__239_neverHappen1414503245760. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
PropertyExpression ( String )This constructor is from 'PropertyExpression' class.
__.swapInit ( )This method is from 'PropertyExpression' class.
getMetaClass ( )This method is from 'PropertyExpression' class.
getProperty ( String )This method is from 'PropertyExpression' class.
getValue ( )This method is from 'PropertyExpression' class.
invokeMethod ( String, Object )This method is from 'PropertyExpression' class.
setMetaClass ( MetaClass )This method is from 'PropertyExpression' class.
setProperty ( String, Object )This method is from 'PropertyExpression' class.
package org.codehaus.groovy.grails.commons.utils
[+] LazyBeanMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327335 has been renamed to __timeStamp__239_neverHappen1414503245761. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
LazyBeanMap ( Object )This constructor is from 'LazyBeanMap' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.core.io.support
[+] GrailsFactoriesLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327346 has been renamed to __timeStamp__239_neverHappen1414503245767. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
GrailsFactoriesLoader ( )This constructor is from 'GrailsFactoriesLoader' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.documentation
[+] DocumentationContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327355 has been renamed to __timeStamp__239_neverHappen1414503245773. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (26)
DocumentationContext ( )This constructor is from 'DocumentationContext' class.
__.swapInit ( )This method is from 'DocumentationContext' class.
document ( String )This method is from 'DocumentationContext' class.
documentMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
documentProperty ( String, Class, String )This method is from 'DocumentationContext' class.
documentStaticMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
getArtefactType ( )This method is from 'DocumentationContext' class.
getCurrentDocumentation ( )This method is from 'DocumentationContext' class.
getInstance ( )This method is from 'DocumentationContext' class.
getMetaClass ( )This method is from 'DocumentationContext' class.
getMethods ( )This method is from 'DocumentationContext' class.
getProperties ( )This method is from 'DocumentationContext' class.
...
[+] DocumentedElement (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327365 has been renamed to __timeStamp__239_neverHappen1414503245779. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (15)
DocumentedElement ( )This constructor is from 'DocumentedElement' class.
__.swapInit ( )This method is from 'DocumentedElement' class.
getArtefact ( )This method is from 'DocumentedElement' class.
getMetaClass ( )This method is from 'DocumentedElement' class.
getName ( )This method is from 'DocumentedElement' class.
getProperty ( String )This method is from 'DocumentedElement' class.
getText ( )This method is from 'DocumentedElement' class.
getType ( )This method is from 'DocumentedElement' class.
invokeMethod ( String, Object )This method is from 'DocumentedElement' class.
setArtefact ( String )This method is from 'DocumentedElement' class.
setMetaClass ( MetaClass )This method is from 'DocumentedElement' class.
setName ( String )This method is from 'DocumentedElement' class.
...
[+] DocumentedMethod (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327485 has been renamed to __timeStamp__239_neverHappen1414503245882. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
DocumentedMethod ( )This constructor is from 'DocumentedMethod' class.
__.swapInit ( )This method is from 'DocumentedMethod' class.
getArguments ( )This method is from 'DocumentedMethod' class.
setArguments ( Class[ ] )This method is from 'DocumentedMethod' class.
toString ( )This method is from 'DocumentedMethod' class.
[+] DocumentedProperty (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327486 has been renamed to __timeStamp__239_neverHappen1414503245883. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
DocumentedProperty ( )This constructor is from 'DocumentedProperty' class.
__.swapInit ( )This method is from 'DocumentedProperty' class.
getType ( )This method is from 'DocumentedProperty' class.
setType ( Class )This method is from 'DocumentedProperty' class.
toString ( )This method is from 'DocumentedProperty' class.
package org.codehaus.groovy.grails.exceptions
[+] DefaultErrorsPrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327487 has been renamed to __timeStamp__239_neverHappen1414503245884. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
DefaultErrorsPrinter ( )This constructor is from 'DefaultErrorsPrinter' class.
DefaultErrorsPrinter ( ResourceLocator )This constructor is from 'DefaultErrorsPrinter' class.
__.swapInit ( )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'DefaultErrorsPrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultErrorsPrinter' class.
getFileNameInfo ( Throwable, Resource )This method is from 'DefaultErrorsPrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'DefaultErrorsPrinter' class.
getResourceLocator ( )This method is from 'DefaultErrorsPrinter' class.
getRootCause ( Throwable )This method is from 'DefaultErrorsPrinter' class.
...
package org.codehaus.groovy.grails.orm.support
[+] GrailsTransactionTemplate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327367 has been renamed to __timeStamp__239_neverHappen1414503245780. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
GrailsTransactionTemplate ( PlatformTransactionManager )This constructor is from 'GrailsTransactionTemplate' class.
GrailsTransactionTemplate ( PlatformTransactionManager, TransactionAttribute )This constructor is from 'GrailsTransactionTemplate' class.
GrailsTransactionTemplate ( PlatformTransactionManager, TransactionDefinition )This constructor is from 'GrailsTransactionTemplate' class.
__.swapInit ( )This method is from 'GrailsTransactionTemplate' class.
execute ( Closure )This method is from 'GrailsTransactionTemplate' class.
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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327380 has been renamed to __timeStamp__239_neverHappen1414503245787. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
CoreGrailsPlugin ( )This constructor is from 'CoreGrailsPlugin' class.
__.swapInit ( )This method is from 'CoreGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'CoreGrailsPlugin' class.
getDoWithSpring ( )This method is from 'CoreGrailsPlugin' class.
getMetaClass ( )This method is from 'CoreGrailsPlugin' class.
getOnChange ( )This method is from 'CoreGrailsPlugin' class.
getProperty ( String )This method is from 'CoreGrailsPlugin' class.
getVersion ( )This method is from 'CoreGrailsPlugin' class.
getWatchedResources ( )This method is from 'CoreGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'CoreGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'CoreGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'CoreGrailsPlugin' class.
...
[+] Servlet3AsyncWebXmlProcessor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327405 has been renamed to __timeStamp__239_neverHappen1414503245810. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
Servlet3AsyncWebXmlProcessor ( )This constructor is from 'Servlet3AsyncWebXmlProcessor' class.
__.swapInit ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getMetaClass ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getProperty ( String )This method is from 'Servlet3AsyncWebXmlProcessor' class.
invokeMethod ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
process ( Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setMetaClass ( MetaClass )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setProperty ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
package org.codehaus.groovy.grails.plugins.publishing
[+] DefaultPluginPublisher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327407 has been renamed to __timeStamp__239_neverHappen1414503245813. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
DefaultPluginPublisher ( File, String, String )This constructor is from 'DefaultPluginPublisher' class.
DefaultPluginPublisher ( String, String )This constructor is from 'DefaultPluginPublisher' class.
__.swapInit ( )This method is from 'DefaultPluginPublisher' class.
getBaseDir ( )This method is from 'DefaultPluginPublisher' class.
getMetaClass ( )This method is from 'DefaultPluginPublisher' class.
getPluginMetadata ( String )This method is from 'DefaultPluginPublisher' class.
getProperty ( String )This method is from 'DefaultPluginPublisher' class.
getRepositoryURL ( )This method is from 'DefaultPluginPublisher' class.
getRevision ( )This method is from 'DefaultPluginPublisher' class.
invokeMethod ( String, Object )This method is from 'DefaultPluginPublisher' class.
parsePluginList ( Resource )This method is from 'DefaultPluginPublisher' class.
publishRelease ( String, Resource )This method is from 'DefaultPluginPublisher' class.
...
[+] PluginDescriptorGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327417 has been renamed to __timeStamp__239_neverHappen1414503245822. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
PluginDescriptorGenerator ( BuildSettings, Object, List )This constructor is from 'PluginDescriptorGenerator' class.
PluginDescriptorGenerator ( BuildSettings, String, Resource[ ] )This constructor is from 'PluginDescriptorGenerator' class.
__.swapInit ( )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, IndentPrinter )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, MarkupBuilder )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, Writer )This method is from 'PluginDescriptorGenerator' class.
getAntPathMatcher ( )This method is from 'PluginDescriptorGenerator' class.
getBuildSettings ( )This method is from 'PluginDescriptorGenerator' class.
getExcludes ( )This method is from 'PluginDescriptorGenerator' class.
getMetaClass ( )This method is from 'PluginDescriptorGenerator' class.
getPluginName ( )This method is from 'PluginDescriptorGenerator' class.
getProperty ( String )This method is from 'PluginDescriptorGenerator' class.
...
[+] PluginPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327427 has been renamed to __timeStamp__239_neverHappen1414503245831. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
PluginPackager ( BuildSettings, Object, Resource[ ], File, GrailsBuildEventListener, BuildSettings )This constructor is from 'PluginPackager' class.
__.swapInit ( )This method is from 'PluginPackager' class.
findIncludesAndExcludes ( Object )This method is from 'PluginPackager' class.
generatePluginXml ( File )This method is from 'PluginPackager' class.
getAnt ( )This method is from 'PluginPackager' class.
getBasedir ( )This method is from 'PluginPackager' class.
getEventListener ( )This method is from 'PluginPackager' class.
getGrailsSettings ( )This method is from 'PluginPackager' class.
getHasApplicationDependencies ( )This method is from 'PluginPackager' class.
getJarFiles ( )This method is from 'PluginPackager' class.
getMetaClass ( )This method is from 'PluginPackager' class.
getProperty ( String )This method is from 'PluginPackager' class.
...
package org.codehaus.groovy.grails.plugins.support
[+] WatchPattern (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327459 has been renamed to __timeStamp__239_neverHappen1414503245857. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
WatchPattern ( )This constructor is from 'WatchPattern' class.
__.swapInit ( )This method is from 'WatchPattern' class.
getDirectory ( )This method is from 'WatchPattern' class.
getExtension ( )This method is from 'WatchPattern' class.
getFile ( )This method is from 'WatchPattern' class.
getMetaClass ( )This method is from 'WatchPattern' class.
getPattern ( )This method is from 'WatchPattern' class.
getProperty ( String )This method is from 'WatchPattern' class.
invokeMethod ( String, Object )This method is from 'WatchPattern' class.
matchesPath ( String )This method is from 'WatchPattern' class.
setDirectory ( File )This method is from 'WatchPattern' class.
setExtension ( String )This method is from 'WatchPattern' class.
...
package org.codehaus.groovy.grails.support
[+] DevelopmentShutdownHook (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327461 has been renamed to __timeStamp__239_neverHappen1414503245859. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
DevelopmentShutdownHook ( )This constructor is from 'DevelopmentShutdownHook' class.
__.swapInit ( )This method is from 'DevelopmentShutdownHook' class.
getConsole ( )This method is from 'DevelopmentShutdownHook' class.
getMetaClass ( )This method is from 'DevelopmentShutdownHook' class.
getProperty ( String )This method is from 'DevelopmentShutdownHook' class.
invokeMethod ( String, Object )This method is from 'DevelopmentShutdownHook' class.
setApplicationContext ( ApplicationContext )This method is from 'DevelopmentShutdownHook' class.
setConsole ( Object )This method is from 'DevelopmentShutdownHook' class.
setMetaClass ( MetaClass )This method is from 'DevelopmentShutdownHook' class.
setProperty ( String, Object )This method is from 'DevelopmentShutdownHook' class.
[+] IncludeExcludeSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327468 has been renamed to __timeStamp__239_neverHappen1414503245865. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (18)
IncludeExcludeSupport ( )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List, List )This constructor is from 'IncludeExcludeSupport' class.
__.swapInit ( )This method is from 'IncludeExcludeSupport' class.
excludes ( List, Object )This method is from 'IncludeExcludeSupport' class.
getDefaultExcludes ( )This method is from 'IncludeExcludeSupport' class.
getDefaultIncludes ( )This method is from 'IncludeExcludeSupport' class.
getEXCLUDES_PROPERTY ( )This method is from 'IncludeExcludeSupport' class.
getINCLUDES_PROPERTY ( )This method is from 'IncludeExcludeSupport' class.
getMetaClass ( )This method is from 'IncludeExcludeSupport' class.
getProperty ( String )This method is from 'IncludeExcludeSupport' class.
includes ( List, Object )This method is from 'IncludeExcludeSupport' class.
...
[+] PersistenceContextInterceptorExecutor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327469 has been renamed to __timeStamp__239_neverHappen1414503245867. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
PersistenceContextInterceptorExecutor ( Collection )This constructor is from 'PersistenceContextInterceptorExecutor' class.
__.swapInit ( )This method is from 'PersistenceContextInterceptorExecutor' class.
destroyPersistenceContext ( )This method is from 'PersistenceContextInterceptorExecutor' class.
destroyPersistenceContext ( ApplicationContext )This method is from 'PersistenceContextInterceptorExecutor' class.
getMetaClass ( )This method is from 'PersistenceContextInterceptorExecutor' class.
getPersistenceContextInterceptors ( )This method is from 'PersistenceContextInterceptorExecutor' class.
getProperty ( String )This method is from 'PersistenceContextInterceptorExecutor' class.
initPersistenceContext ( )This method is from 'PersistenceContextInterceptorExecutor' class.
initPersistenceContext ( ApplicationContext )This method is from 'PersistenceContextInterceptorExecutor' class.
invokeMethod ( String, Object )This method is from 'PersistenceContextInterceptorExecutor' class.
setMetaClass ( MetaClass )This method is from 'PersistenceContextInterceptorExecutor' class.
setPersistenceContextInterceptors ( Collection )This method is from 'PersistenceContextInterceptorExecutor' class.
...
package org.codehaus.groovy.grails.transaction.transform
[+] RollbackTransform (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327493 has been renamed to __timeStamp__239_neverHappen1414503245890. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
RollbackTransform ( )This constructor is from 'RollbackTransform' class.
__.swapInit ( )This method is from 'RollbackTransform' class.
getTransactionTemplateMethodName ( )This method is from 'RollbackTransform' class.
isTransactionAnnotation ( AnnotationNode )This method is from 'RollbackTransform' class.
[+] TransactionalTransform (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327471 has been renamed to __timeStamp__239_neverHappen1414503245869. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
TransactionalTransform ( )This constructor is from 'TransactionalTransform' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.validation
[+] ConstraintEvalUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715327479 has been renamed to __timeStamp__239_neverHappen1414503245876. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
ConstraintEvalUtils ( )This constructor is from 'ConstraintEvalUtils' class.
__.swapInit ( )This method is from 'ConstraintEvalUtils' class.
clearDefaultConstraints ( )This method is from 'ConstraintEvalUtils' class.
getDefaultConstraints ( ConfigObject )This method is from 'ConstraintEvalUtils' class.
getMetaClass ( )This method is from 'ConstraintEvalUtils' class.
getProperty ( String )This method is from 'ConstraintEvalUtils' class.
invokeMethod ( String, Object )This method is from 'ConstraintEvalUtils' class.
setMetaClass ( MetaClass )This method is from 'ConstraintEvalUtils' class.
setProperty ( String, Object )This method is from 'ConstraintEvalUtils' class.
grails-databinding-2.4.3.jar
package org.grails.databinding
[+] ClosureValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358465 has been renamed to __timeStamp__239_neverHappen1414503253308. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
ClosureValueConverter ( )This constructor is from 'ClosureValueConverter' class.
__.swapInit ( )This method is from 'ClosureValueConverter' class.
canConvert ( Object )This method is from 'ClosureValueConverter' class.
convert ( Object )This method is from 'ClosureValueConverter' class.
getConverterClosure ( )This method is from 'ClosureValueConverter' class.
getMetaClass ( )This method is from 'ClosureValueConverter' class.
getProperty ( String )This method is from 'ClosureValueConverter' class.
getTargetType ( )This method is from 'ClosureValueConverter' class.
invokeMethod ( String, Object )This method is from 'ClosureValueConverter' class.
setConverterClosure ( Closure )This method is from 'ClosureValueConverter' class.
setMetaClass ( MetaClass )This method is from 'ClosureValueConverter' class.
setProperty ( String, Object )This method is from 'ClosureValueConverter' class.
...
[+] IndexedPropertyReferenceDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358466 has been renamed to __timeStamp__239_neverHappen1414503253309. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
processIndexedProperty ( Object, MetaProperty, IndexedPropertyReferenceDescriptor, Object, DataBindingSource, DataBindingListener, Object )3rd parameter 'indexedPropertyReferenceDescriptor' of this method has type 'IndexedPropertyReferenceDescriptor'.
IndexedPropertyReferenceDescriptor ( )This constructor is from 'IndexedPropertyReferenceDescriptor' class.
__.swapInit ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getIndex ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getMetaClass ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getProperty ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
getPropertyName ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
invokeMethod ( String, Object )This method is from 'IndexedPropertyReferenceDescriptor' class.
setIndex ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
setMetaClass ( MetaClass )This method is from 'IndexedPropertyReferenceDescriptor' class.
setProperty ( String, Object )This method is from 'IndexedPropertyReferenceDescriptor' class.
setPropertyName ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
...
[+] SimpleDataBinder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358467 has been renamed to __timeStamp__239_neverHappen1414503253310. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (54)
SimpleDataBinder ( )This constructor is from 'SimpleDataBinder' class.
__.swapInit ( )This method is from 'SimpleDataBinder' class.
addBindingError ( Object, String, Object, Exception, DataBindingListener, Object )This method is from 'SimpleDataBinder' class.
addElementToArrayAt ( Object, Object, Object )This method is from 'SimpleDataBinder' class.
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.
...
[+] SimpleMapDataBindingSource (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358507 has been renamed to __timeStamp__239_neverHappen1414503253347. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (17)
SimpleMapDataBindingSource ( Map )This constructor is from 'SimpleMapDataBindingSource' class.
__.swapInit ( )This method is from 'SimpleMapDataBindingSource' class.
containsProperty ( String )This method is from 'SimpleMapDataBindingSource' class.
getAt ( String )This method is from 'SimpleMapDataBindingSource' class.
getDataSourceAware ( )This method is from 'SimpleMapDataBindingSource' class.
getIdentifierValue ( )This method is from 'SimpleMapDataBindingSource' class.
getMetaClass ( )This method is from 'SimpleMapDataBindingSource' class.
getProperty ( String )This method is from 'SimpleMapDataBindingSource' class.
getPropertyNames ( )This method is from 'SimpleMapDataBindingSource' class.
getPropertyValue ( String )This method is from 'SimpleMapDataBindingSource' class.
hasIdentifier ( )This method is from 'SimpleMapDataBindingSource' class.
invokeMethod ( String, Object )This method is from 'SimpleMapDataBindingSource' class.
...
package org.grails.databinding.converters
[+] AbstractStructuredDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358508 has been renamed to __timeStamp__239_neverHappen1414503253349. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
AbstractStructuredDateBindingEditor ( )This constructor is from 'AbstractStructuredDateBindingEditor' abstract class.
__.swapInit ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
assemble ( String, DataBindingSource )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getDate ( Calendar )This abstract method is from 'AbstractStructuredDateBindingEditor' abstract class.
getMetaClass ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getOptionalFields ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getProperty ( String )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getPropertyValue ( Object, String, DataBindingSource )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getRequiredFields ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
setProperty ( String, Object )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
...
[+] CurrencyValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358510 has been renamed to __timeStamp__239_neverHappen1414503253351. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
CurrencyValueConverter ( )This constructor is from 'CurrencyValueConverter' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358511 has been renamed to __timeStamp__239_neverHappen1414503253352. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
DateConversionHelper ( )This constructor is from 'DateConversionHelper' class.
__.swapInit ( )This method is from 'DateConversionHelper' class.
canConvert ( Object )This method is from 'DateConversionHelper' class.
convert ( Object )This method is from 'DateConversionHelper' class.
getFormatStrings ( )This method is from 'DateConversionHelper' class.
getMetaClass ( )This method is from 'DateConversionHelper' class.
getProperty ( String )This method is from 'DateConversionHelper' class.
getTargetType ( )This method is from 'DateConversionHelper' class.
invokeMethod ( String, Object )This method is from 'DateConversionHelper' class.
setFormatStrings ( List )This method is from 'DateConversionHelper' class.
setMetaClass ( MetaClass )This method is from 'DateConversionHelper' class.
setProperty ( String, Object )This method is from 'DateConversionHelper' class.
...
[+] FormattedDateValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358513 has been renamed to __timeStamp__239_neverHappen1414503253354. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
FormattedDateValueConverter ( )This constructor is from 'FormattedDateValueConverter' class.
__.swapInit ( )This method is from 'FormattedDateValueConverter' class.
convert ( Object, String )This method is from 'FormattedDateValueConverter' class.
getMetaClass ( )This method is from 'FormattedDateValueConverter' class.
getProperty ( String )This method is from 'FormattedDateValueConverter' class.
getTargetType ( )This method is from 'FormattedDateValueConverter' class.
invokeMethod ( String, Object )This method is from 'FormattedDateValueConverter' class.
setMetaClass ( MetaClass )This method is from 'FormattedDateValueConverter' class.
setProperty ( String, Object )This method is from 'FormattedDateValueConverter' class.
[+] StructuredCalendarBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358523 has been renamed to __timeStamp__239_neverHappen1414503253364. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
StructuredCalendarBindingEditor ( )This constructor is from 'StructuredCalendarBindingEditor' class.
__.swapInit ( )This method is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
[+] StructuredDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358523 has been renamed to __timeStamp__239_neverHappen1414503253364. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
StructuredDateBindingEditor ( )This constructor is from 'StructuredDateBindingEditor' class.
__.swapInit ( )This method is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
[+] StructuredSqlDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358524 has been renamed to __timeStamp__239_neverHappen1414503253365. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
StructuredSqlDateBindingEditor ( )This constructor is from 'StructuredSqlDateBindingEditor' class.
__.swapInit ( )This method is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
[+] TimeZoneConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358514 has been renamed to __timeStamp__239_neverHappen1414503253355. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
TimeZoneConverter ( )This constructor is from 'TimeZoneConverter' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358515 has been renamed to __timeStamp__239_neverHappen1414503253356. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
GPathResultCollectionDataBindingSource ( GPathResult )This constructor is from 'GPathResultCollectionDataBindingSource' class.
__.swapInit ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getDataBindingSources ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getMetaClass ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getProperty ( String )This method is from 'GPathResultCollectionDataBindingSource' class.
invokeMethod ( String, Object )This method is from 'GPathResultCollectionDataBindingSource' class.
setMetaClass ( MetaClass )This method is from 'GPathResultCollectionDataBindingSource' class.
setProperty ( String, Object )This method is from 'GPathResultCollectionDataBindingSource' class.
[+] GPathResultMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715358516 has been renamed to __timeStamp__239_neverHappen1414503253357. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
GPathResultMap ( GPathResult )This constructor is from 'GPathResultMap' class.
__.swapInit ( )This method is from 'GPathResultMap' class.
clear ( )This method is from 'GPathResultMap' class.
containsKey ( Object )This method is from 'GPathResultMap' class.
containsValue ( Object )This method is from 'GPathResultMap' class.
entrySet ( )This method is from 'GPathResultMap' class.
get ( Object )This method is from 'GPathResultMap' class.
getMetaClass ( )This method is from 'GPathResultMap' class.
getProperty ( String )This method is from 'GPathResultMap' class.
getPropertyNameForNode ( Node )This method is from 'GPathResultMap' class.
getPropertyNameForNodeChild ( NodeChild )This method is from 'GPathResultMap' class.
invokeMethod ( String, Object )This method is from 'GPathResultMap' class.
...
grails-datastore-core-3.1.2.RELEASE.jar
package org.grails.datastore.mapping.config.groovy
[+] MappingConfigurationBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406705691598 has been renamed to __timeStamp__239_neverHappen1414484158926. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691645 has been renamed to __timeStamp__239_neverHappen1414484159004. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691663 has been renamed to __timeStamp__239_neverHappen1414484159021. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691667 has been renamed to __timeStamp__239_neverHappen1414484159025. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691671 has been renamed to __timeStamp__239_neverHappen1414484159029. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691675 has been renamed to __timeStamp__239_neverHappen1414484159032. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691679 has been renamed to __timeStamp__239_neverHappen1414484159036. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691683 has been renamed to __timeStamp__239_neverHappen1414484159039. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691686 has been renamed to __timeStamp__239_neverHappen1414484159042. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691690 has been renamed to __timeStamp__239_neverHappen1414484159045. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691693 has been renamed to __timeStamp__239_neverHappen1414484159049. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691696 has been renamed to __timeStamp__239_neverHappen1414484159051. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691699 has been renamed to __timeStamp__239_neverHappen1414484159054. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691703 has been renamed to __timeStamp__239_neverHappen1414484159058. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691705 has been renamed to __timeStamp__239_neverHappen1414484159061. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705691708 has been renamed to __timeStamp__239_neverHappen1414484159069. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.2.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406705762167 has been renamed to __timeStamp__239_neverHappen1414484240285. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (144)
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_neverHappen1406705762337 has been renamed to __timeStamp__239_neverHappen1414484240519. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762398 has been renamed to __timeStamp__239_neverHappen1414484240583. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762405 has been renamed to __timeStamp__239_neverHappen1414484240590. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
AbstractDatastoreApi ( Datastore )This constructor is from 'AbstractDatastoreApi' abstract class.
__.swapInit ( )This method is from 'AbstractDatastoreApi' abstract class.
execute ( SessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
execute ( VoidSessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
getMetaClass ( )This method is from 'AbstractDatastoreApi' abstract class.
getProperty ( String )This method is from 'AbstractDatastoreApi' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractDatastoreApi' abstract class.
setProperty ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
[+] AbstractGormApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406705762969 has been renamed to __timeStamp__239_neverHappen1414484241341. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762411 has been renamed to __timeStamp__239_neverHappen1414484240595. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705763008 has been renamed to __timeStamp__239_neverHappen1414484241414. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705763034 has been renamed to __timeStamp__239_neverHappen1414484241476. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705763099 has been renamed to __timeStamp__239_neverHappen1414484241604. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762471 has been renamed to __timeStamp__239_neverHappen1414484240673. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762537 has been renamed to __timeStamp__239_neverHappen1414484240756. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762829 has been renamed to __timeStamp__239_neverHappen1414484241132. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762847 has been renamed to __timeStamp__239_neverHappen1414484241156. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762890 has been renamed to __timeStamp__239_neverHappen1414484241218. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
GroovyProxyFactory ( )This constructor is from 'GroovyProxyFactory' class.
__.swapInit ( )This method is from 'GroovyProxyFactory' class.
createProxy ( Session, Class, Serializable )This method is from 'GroovyProxyFactory' class.
getIdentifier ( Object )This method is from 'GroovyProxyFactory' class.
getMetaClass ( )This method is from 'GroovyProxyFactory' class.
getProperty ( String )This method is from 'GroovyProxyFactory' class.
invokeMethod ( String, Object )This method is from 'GroovyProxyFactory' class.
isInitialized ( Object )This method is from 'GroovyProxyFactory' class.
isProxy ( Object )This method is from 'GroovyProxyFactory' class.
setMetaClass ( MetaClass )This method is from 'GroovyProxyFactory' class.
setProperty ( String, Object )This method is from 'GroovyProxyFactory' class.
unwrap ( Object )This method is from 'GroovyProxyFactory' class.
...
package org.grails.datastore.gorm.query
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406705762924 has been renamed to __timeStamp__239_neverHappen1414484241263. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762913 has been renamed to __timeStamp__239_neverHappen1414484241248. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762978 has been renamed to __timeStamp__239_neverHappen1414484241351. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762963 has been renamed to __timeStamp__239_neverHappen1414484241331. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762986 has been renamed to __timeStamp__239_neverHappen1414484241369. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406705762966 has been renamed to __timeStamp__239_neverHappen1414484241337. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.2.RELEASE.jar
package org.grails.datastore.mapping.simple.engine
[+] SimpleMapEntityPersister (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406706041695 has been renamed to __timeStamp__239_neverHappen1414484372387. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406706041539 has been renamed to __timeStamp__239_neverHappen1414484372248. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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_neverHappen1406706041538 has been renamed to __timeStamp__239_neverHappen1414484372247. | A client program may be interrupted by NoSuchFieldError exception. |
[+] 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.3.jar
package org.codehaus.groovy.grails.plugins.codecs
[+] HTMLCodecFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715390055 has been renamed to __timeStamp__239_neverHappen1414503260606. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
HTMLCodecFactory ( )This constructor is from 'HTMLCodecFactory' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715390057 has been renamed to __timeStamp__239_neverHappen1414503260607. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
JavaScriptCodec ( )This constructor is from 'JavaScriptCodec' class.
__.swapInit ( )This method 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.
...
[+] JSONCodecFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715390059 has been renamed to __timeStamp__239_neverHappen1414503260609. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
JSONCodecFactory ( )This constructor is from 'JSONCodecFactory' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715390110 has been renamed to __timeStamp__239_neverHappen1414503260658. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
StandaloneCodecLookup ( )This constructor is from 'StandaloneCodecLookup' class.
__.swapInit ( )This method 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.
...
[+] URLCodecFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715390061 has been renamed to __timeStamp__239_neverHappen1414503260611. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
URLCodecFactory ( )This constructor is from 'URLCodecFactory' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.support.encoding
[+] CodecMetaClassSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715390064 has been renamed to __timeStamp__239_neverHappen1414503260614. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
CodecMetaClassSupport ( )This constructor is from 'CodecMetaClassSupport' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.web.util
[+] StreamCharBufferMetaUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715390101 has been renamed to __timeStamp__239_neverHappen1414503260649. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
StreamCharBufferMetaUtils ( )This constructor is from 'StreamCharBufferMetaUtils' class.
__.swapInit ( )This method 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.3.jar
package org.codehaus.groovy.grails.compiler
[+] GrailsProjectCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466889 has been renamed to __timeStamp__239_neverHappen1414503314505. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (3)
GrailsProjectCompiler ( PluginBuildSettings )This constructor is from 'GrailsProjectCompiler' class.
GrailsProjectCompiler ( PluginBuildSettings, ClassLoader )This constructor is from 'GrailsProjectCompiler' class.
__.swapInit ( )This method is from 'GrailsProjectCompiler' class.
package org.codehaus.groovy.grails.project.compiler
[+] GrailsProjectCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466716 has been renamed to __timeStamp__239_neverHappen1414503314411. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (75)
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.
__.swapInit ( )This method is from 'GrailsProjectCompiler' class.
compile ( )This method is from 'GrailsProjectCompiler' class.
compile ( Object )This method is from 'GrailsProjectCompiler' class.
compileAll ( )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String, Object )This method is from 'GrailsProjectCompiler' class.
compilePluginDescriptor ( File, File )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( Object )This method is from 'GrailsProjectCompiler' class.
...
package org.codehaus.groovy.grails.project.container
[+] GrailsProjectRunner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466748 has been renamed to __timeStamp__239_neverHappen1414503314439. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (23)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )This constructor is from 'GrailsProjectRunner' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.project.creation
[+] GrailsProjectCleaner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466768 has been renamed to __timeStamp__239_neverHappen1414503314455. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (20)
GrailsProjectCleaner ( BuildSettings, GrailsBuildEventListener )This constructor is from 'GrailsProjectCleaner' class.
__.swapInit ( )This method is from 'GrailsProjectCleaner' class.
clean ( )This method is from 'GrailsProjectCleaner' class.
clean ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanAll ( )This method is from 'GrailsProjectCleaner' class.
cleanAll ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanCompiledSources ( )This method is from 'GrailsProjectCleaner' class.
cleanCompiledSources ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanTestReports ( )This method is from 'GrailsProjectCleaner' class.
cleanTestReports ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanWarFile ( )This method is from 'GrailsProjectCleaner' class.
cleanWarFile ( boolean )This method is from 'GrailsProjectCleaner' class.
...
package org.codehaus.groovy.grails.project.loader
[+] GrailsProjectLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466773 has been renamed to __timeStamp__239_neverHappen1414503314458. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
GrailsProjectLoader ( BuildSettings )This constructor is from 'GrailsProjectLoader' class.
GrailsProjectLoader ( GrailsProjectPackager )This constructor is from 'GrailsProjectLoader' class.
__.swapInit ( )This method is from 'GrailsProjectLoader' class.
configureApplication ( )This method is from 'GrailsProjectLoader' class.
configureJndi ( GrailsApplication )This method is from 'GrailsProjectLoader' class.
defineParentBeans ( WebBeanBuilder )This method is from 'GrailsProjectLoader' class.
getApplicationContext ( )This method is from 'GrailsProjectLoader' class.
getApplicationLoaded ( )This method is from 'GrailsProjectLoader' class.
getMetaClass ( )This method is from 'GrailsProjectLoader' class.
getParentContext ( )This method is from 'GrailsProjectLoader' class.
getPluginManager ( )This method is from 'GrailsProjectLoader' class.
getProjectPackager ( )This method is from 'GrailsProjectLoader' class.
...
package org.codehaus.groovy.grails.project.packaging
[+] GrailsProjectPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466783 has been renamed to __timeStamp__239_neverHappen1414503314464. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (57)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )1st parameter 'projectPackager' of this method has type 'GrailsProjectPackager'.
getProjectPackager ( )Return value of this method has type 'GrailsProjectPackager'.
GrailsProjectLoader ( GrailsProjectPackager )1st parameter 'projectPackager' of this method has type 'GrailsProjectPackager'.
getProjectPackager ( )Return value of this method has type 'GrailsProjectPackager'.
setProjectPackager ( GrailsProjectPackager )1st parameter 'p1' of this method has type 'GrailsProjectPackager'.
GrailsProjectPackager ( GrailsProjectCompiler )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, File )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, File, boolean )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener, File )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener, File, boolean )This constructor is from 'GrailsProjectPackager' class.
GrailsProjectPackager ( GrailsProjectCompiler, GrailsBuildEventListener, boolean )This constructor is from 'GrailsProjectPackager' class.
...
[+] GrailsProjectWarCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466838 has been renamed to __timeStamp__239_neverHappen1414503314478. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (35)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )2nd parameter 'warCreator' of this method has type 'GrailsProjectWarCreator'.
getWarCreator ( )Return value of this method has type 'GrailsProjectWarCreator'.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager )This constructor is from 'GrailsProjectWarCreator' class.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager, AntBuilder )This constructor is from 'GrailsProjectWarCreator' class.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager, AntBuilder, boolean )This constructor is from 'GrailsProjectWarCreator' class.
__.swapInit ( )This method is from 'GrailsProjectWarCreator' class.
cleanUpAfterWar ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( String )This method is from 'GrailsProjectWarCreator' class.
createDescriptor ( )This method is from 'GrailsProjectWarCreator' class.
createDescriptorInternal ( Object, Object )This method is from 'GrailsProjectWarCreator' class.
getAdditionalEventArgs ( )This method is from 'GrailsProjectWarCreator' class.
...
package org.codehaus.groovy.grails.project.plugins
[+] GrailsProjectPluginLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466872 has been renamed to __timeStamp__239_neverHappen1414503314497. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
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.
__.swapInit ( )This method is from 'GrailsProjectPluginLoader' class.
getClassLoader ( )This method is from 'GrailsProjectPluginLoader' class.
getGrailsApplication ( )This method is from 'GrailsProjectPluginLoader' class.
getMetaClass ( )This method is from 'GrailsProjectPluginLoader' class.
getProperty ( String )This method is from 'GrailsProjectPluginLoader' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectPluginLoader' class.
loadPlugins ( )This method is from 'GrailsProjectPluginLoader' class.
setClassLoader ( ClassLoader )This method is from 'GrailsProjectPluginLoader' class.
setGrailsApplication ( GrailsApplication )This method is from 'GrailsProjectPluginLoader' class.
...
package org.codehaus.groovy.grails.project.ui
[+] GrailsProjectConsole (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722466880 has been renamed to __timeStamp__239_neverHappen1414503314501. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
GrailsProjectConsole ( BuildSettings )This constructor is from 'GrailsProjectConsole' class.
GrailsProjectConsole ( GrailsProjectLoader )This constructor is from 'GrailsProjectConsole' class.
__.swapInit ( )This method is from 'GrailsProjectConsole' class.
createConsole ( )This method is from 'GrailsProjectConsole' class.
createConsole ( ApplicationContext, GrailsApplication )This method is from 'GrailsProjectConsole' class.
getMetaClass ( )This method is from 'GrailsProjectConsole' class.
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.
...
grails-scripts-2.4.3.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478053 has been renamed to __timeStamp__239_neverHappen1414503327152. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsArgParsing ( )This constructor is from '_GrailsArgParsing' class.
_GrailsArgParsing ( Binding )This constructor is from '_GrailsArgParsing' class.
__.swapInit ( )This method is from '_GrailsArgParsing' class.
main ( String[ ] )This method is from '_GrailsArgParsing' class.
run ( )This method is from '_GrailsArgParsing' class.
[+] _GrailsBootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478054 has been renamed to __timeStamp__239_neverHappen1414503327153. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsBootstrap ( )This constructor is from '_GrailsBootstrap' class.
_GrailsBootstrap ( Binding )This constructor is from '_GrailsBootstrap' class.
__.swapInit ( )This method is from '_GrailsBootstrap' class.
main ( String[ ] )This method is from '_GrailsBootstrap' class.
run ( )This method is from '_GrailsBootstrap' class.
[+] _GrailsClasspath (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478058 has been renamed to __timeStamp__239_neverHappen1414503327156. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsClasspath ( )This constructor is from '_GrailsClasspath' class.
_GrailsClasspath ( Binding )This constructor is from '_GrailsClasspath' class.
__.swapInit ( )This method is from '_GrailsClasspath' class.
main ( String[ ] )This method is from '_GrailsClasspath' class.
run ( )This method is from '_GrailsClasspath' class.
[+] _GrailsClean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478059 has been renamed to __timeStamp__239_neverHappen1414503327157. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsClean ( )This constructor is from '_GrailsClean' class.
_GrailsClean ( Binding )This constructor is from '_GrailsClean' class.
__.swapInit ( )This method is from '_GrailsClean' class.
main ( String[ ] )This method is from '_GrailsClean' class.
run ( )This method is from '_GrailsClean' class.
[+] _GrailsCompile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478062 has been renamed to __timeStamp__239_neverHappen1414503327159. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsCompile ( )This constructor is from '_GrailsCompile' class.
_GrailsCompile ( Binding )This constructor is from '_GrailsCompile' class.
__.swapInit ( )This method is from '_GrailsCompile' class.
main ( String[ ] )This method is from '_GrailsCompile' class.
run ( )This method is from '_GrailsCompile' class.
[+] _GrailsCreateArtifacts (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478066 has been renamed to __timeStamp__239_neverHappen1414503327163. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsCreateArtifacts ( )This constructor is from '_GrailsCreateArtifacts' class.
_GrailsCreateArtifacts ( Binding )This constructor is from '_GrailsCreateArtifacts' class.
__.swapInit ( )This method is from '_GrailsCreateArtifacts' class.
main ( String[ ] )This method is from '_GrailsCreateArtifacts' class.
run ( )This method is from '_GrailsCreateArtifacts' class.
[+] _GrailsCreateProject (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478072 has been renamed to __timeStamp__239_neverHappen1414503327171. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
_GrailsCreateProject ( )This constructor is from '_GrailsCreateProject' class.
_GrailsCreateProject ( Binding )This constructor is from '_GrailsCreateProject' class.
__.swapInit ( )This method is from '_GrailsCreateProject' class.
main ( String[ ] )This method is from '_GrailsCreateProject' class.
resetBaseDirectory ( String )This method is from '_GrailsCreateProject' class.
run ( )This method is from '_GrailsCreateProject' class.
[+] _GrailsDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478078 has been renamed to __timeStamp__239_neverHappen1414503327177. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
_GrailsDocs ( )This constructor is from '_GrailsDocs' class.
_GrailsDocs ( Binding )This constructor is from '_GrailsDocs' class.
__.swapInit ( )This method is from '_GrailsDocs' class.
configureAliases ( )This method is from '_GrailsDocs' class.
main ( String[ ] )This method is from '_GrailsDocs' class.
readApiLinks ( )This method is from '_GrailsDocs' class.
readDocProperties ( DocPublisher )This method is from '_GrailsDocs' class.
readPluginMetadataForDocs ( DocPublisher )This method is from '_GrailsDocs' class.
run ( )This method is from '_GrailsDocs' class.
[+] _GrailsEvents (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478093 has been renamed to __timeStamp__239_neverHappen1414503327192. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsEvents ( )This constructor is from '_GrailsEvents' class.
_GrailsEvents ( Binding )This constructor is from '_GrailsEvents' class.
__.swapInit ( )This method is from '_GrailsEvents' class.
main ( String[ ] )This method is from '_GrailsEvents' class.
run ( )This method is from '_GrailsEvents' class.
[+] _GrailsInit (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478096 has been renamed to __timeStamp__239_neverHappen1414503327194. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsInit ( )This constructor is from '_GrailsInit' class.
_GrailsInit ( Binding )This constructor is from '_GrailsInit' class.
__.swapInit ( )This method is from '_GrailsInit' class.
main ( String[ ] )This method is from '_GrailsInit' class.
run ( )This method is from '_GrailsInit' class.
[+] _GrailsPackage (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478101 has been renamed to __timeStamp__239_neverHappen1414503327197. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsPackage ( )This constructor is from '_GrailsPackage' class.
_GrailsPackage ( Binding )This constructor is from '_GrailsPackage' class.
__.swapInit ( )This method is from '_GrailsPackage' class.
main ( String[ ] )This method is from '_GrailsPackage' class.
run ( )This method is from '_GrailsPackage' class.
[+] _GrailsPluginDev (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478104 has been renamed to __timeStamp__239_neverHappen1414503327201. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsPluginDev ( )This constructor is from '_GrailsPluginDev' class.
_GrailsPluginDev ( Binding )This constructor is from '_GrailsPluginDev' class.
__.swapInit ( )This method is from '_GrailsPluginDev' class.
main ( String[ ] )This method is from '_GrailsPluginDev' class.
run ( )This method is from '_GrailsPluginDev' class.
[+] _GrailsPlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478126 has been renamed to __timeStamp__239_neverHappen1414503327223. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsPlugins ( )This constructor is from '_GrailsPlugins' class.
_GrailsPlugins ( Binding )This constructor is from '_GrailsPlugins' class.
__.swapInit ( )This method is from '_GrailsPlugins' class.
main ( String[ ] )This method is from '_GrailsPlugins' class.
run ( )This method is from '_GrailsPlugins' class.
[+] _GrailsProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478127 has been renamed to __timeStamp__239_neverHappen1414503327223. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsProxy ( )This constructor is from '_GrailsProxy' class.
_GrailsProxy ( Binding )This constructor is from '_GrailsProxy' class.
__.swapInit ( )This method is from '_GrailsProxy' class.
main ( String[ ] )This method is from '_GrailsProxy' class.
run ( )This method is from '_GrailsProxy' class.
[+] _GrailsRun (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478128 has been renamed to __timeStamp__239_neverHappen1414503327225. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsRun ( )This constructor is from '_GrailsRun' class.
_GrailsRun ( Binding )This constructor is from '_GrailsRun' class.
__.swapInit ( )This method is from '_GrailsRun' class.
main ( String[ ] )This method is from '_GrailsRun' class.
run ( )This method is from '_GrailsRun' class.
[+] _GrailsSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478148 has been renamed to __timeStamp__239_neverHappen1414503327244. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsSettings ( )This constructor is from '_GrailsSettings' class.
_GrailsSettings ( Binding )This constructor is from '_GrailsSettings' class.
__.swapInit ( )This method is from '_GrailsSettings' class.
main ( String[ ] )This method is from '_GrailsSettings' class.
run ( )This method is from '_GrailsSettings' class.
[+] _GrailsTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478158 has been renamed to __timeStamp__239_neverHappen1414503327249. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsTest ( )This constructor is from '_GrailsTest' class.
_GrailsTest ( Binding )This constructor is from '_GrailsTest' class.
__.swapInit ( )This method is from '_GrailsTest' class.
main ( String[ ] )This method is from '_GrailsTest' class.
run ( )This method is from '_GrailsTest' class.
[+] _GrailsWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478457 has been renamed to __timeStamp__239_neverHappen1414503327259. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor is from '_GrailsWar' class.
__.swapInit ( )This method is from '_GrailsWar' class.
main ( String[ ] )This method is from '_GrailsWar' class.
run ( )This method is from '_GrailsWar' class.
[+] _GrailsWrapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478459 has been renamed to __timeStamp__239_neverHappen1414503327261. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_GrailsWrapper ( )This constructor is from '_GrailsWrapper' class.
_GrailsWrapper ( Binding )This constructor is from '_GrailsWrapper' class.
__.swapInit ( )This method is from '_GrailsWrapper' class.
main ( String[ ] )This method is from '_GrailsWrapper' class.
run ( )This method is from '_GrailsWrapper' class.
[+] _PackagePlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478461 has been renamed to __timeStamp__239_neverHappen1414503327263. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
_PackagePlugins ( )This constructor is from '_PackagePlugins' class.
_PackagePlugins ( Binding )This constructor is from '_PackagePlugins' class.
__.swapInit ( )This method is from '_PackagePlugins' class.
main ( String[ ] )This method is from '_PackagePlugins' class.
run ( )This method is from '_PackagePlugins' class.
[+] _PluginDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478463 has been renamed to __timeStamp__239_neverHappen1414503327264. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
_PluginDependencies ( )This constructor is from '_PluginDependencies' class.
_PluginDependencies ( Binding )This constructor is from '_PluginDependencies' class.
__.swapInit ( )This method is from '_PluginDependencies' class.
main ( String[ ] )This method is from '_PluginDependencies' class.
resetClasspath ( )This method is from '_PluginDependencies' class.
run ( )This method is from '_PluginDependencies' class.
[+] AddProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478470 has been renamed to __timeStamp__239_neverHappen1414503327272. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
AddProxy_ ( )This constructor is from 'AddProxy_' class.
AddProxy_ ( Binding )This constructor is from 'AddProxy_' class.
__.swapInit ( )This method is from 'AddProxy_' class.
main ( String[ ] )This method is from 'AddProxy_' class.
msg ( )This method is from 'AddProxy_' class.
run ( )This method is from 'AddProxy_' class.
[+] Alias (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478472 has been renamed to __timeStamp__239_neverHappen1414503327274. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
Alias ( )This constructor is from 'Alias' class.
Alias ( Binding )This constructor is from 'Alias' class.
__.swapInit ( )This method is from 'Alias' class.
configureAlias ( )This method is from 'Alias' class.
listAliases ( )This method is from 'Alias' class.
loadProperties ( )This method is from 'Alias' class.
main ( String[ ] )This method is from 'Alias' class.
removeAlias ( )This method is from 'Alias' class.
run ( )This method is from 'Alias' class.
showAlias ( )This method is from 'Alias' class.
usage ( )This method is from 'Alias' class.
...
[+] Bootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478474 has been renamed to __timeStamp__239_neverHappen1414503327276. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Bootstrap ( )This constructor is from 'Bootstrap' class.
Bootstrap ( Binding )This constructor is from 'Bootstrap' class.
__.swapInit ( )This method is from 'Bootstrap' class.
main ( String[ ] )This method is from 'Bootstrap' class.
run ( )This method is from 'Bootstrap' class.
[+] BugReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478474 has been renamed to __timeStamp__239_neverHappen1414503327277. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
BugReport ( )This constructor is from 'BugReport' class.
BugReport ( Binding )This constructor is from 'BugReport' class.
__.swapInit ( )This method is from 'BugReport' class.
main ( String[ ] )This method is from 'BugReport' class.
run ( )This method is from 'BugReport' class.
[+] Clean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478476 has been renamed to __timeStamp__239_neverHappen1414503327278. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Clean ( )This constructor is from 'Clean' class.
Clean ( Binding )This constructor is from 'Clean' class.
__.swapInit ( )This method is from 'Clean' class.
main ( String[ ] )This method is from 'Clean' class.
run ( )This method is from 'Clean' class.
[+] CleanAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478476 has been renamed to __timeStamp__239_neverHappen1414503327279. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CleanAll ( )This constructor is from 'CleanAll' class.
CleanAll ( Binding )This constructor is from 'CleanAll' class.
__.swapInit ( )This method is from 'CleanAll' class.
main ( String[ ] )This method is from 'CleanAll' class.
run ( )This method is from 'CleanAll' class.
[+] ClearProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478477 has been renamed to __timeStamp__239_neverHappen1414503327279. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
ClearProxy_ ( )This constructor is from 'ClearProxy_' class.
ClearProxy_ ( Binding )This constructor is from 'ClearProxy_' class.
__.swapInit ( )This method is from 'ClearProxy_' class.
main ( String[ ] )This method is from 'ClearProxy_' class.
run ( )This method is from 'ClearProxy_' class.
[+] Compile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478478 has been renamed to __timeStamp__239_neverHappen1414503327280. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Compile ( )This constructor is from 'Compile' class.
Compile ( Binding )This constructor is from 'Compile' class.
__.swapInit ( )This method is from 'Compile' class.
main ( String[ ] )This method is from 'Compile' class.
run ( )This method is from 'Compile' class.
[+] Console (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478478 has been renamed to __timeStamp__239_neverHappen1414503327281. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Console ( )This constructor is from 'Console' class.
Console ( Binding )This constructor is from 'Console' class.
__.swapInit ( )This method is from 'Console' class.
main ( String[ ] )This method is from 'Console' class.
run ( )This method is from 'Console' class.
[+] CreateApp_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478480 has been renamed to __timeStamp__239_neverHappen1414503327282. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateApp_ ( )This constructor is from 'CreateApp_' class.
CreateApp_ ( Binding )This constructor is from 'CreateApp_' class.
__.swapInit ( )This method is from 'CreateApp_' class.
main ( String[ ] )This method is from 'CreateApp_' class.
run ( )This method is from 'CreateApp_' class.
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478481 has been renamed to __timeStamp__239_neverHappen1414503327283. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateController ( )This constructor is from 'CreateController' class.
CreateController ( Binding )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
main ( String[ ] )This method is from 'CreateController' class.
run ( )This method is from 'CreateController' class.
[+] CreateDomainClass (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478482 has been renamed to __timeStamp__239_neverHappen1414503327284. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateDomainClass ( )This constructor is from 'CreateDomainClass' class.
CreateDomainClass ( Binding )This constructor is from 'CreateDomainClass' class.
__.swapInit ( )This method is from 'CreateDomainClass' class.
main ( String[ ] )This method is from 'CreateDomainClass' class.
run ( )This method is from 'CreateDomainClass' class.
[+] CreateFilters (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478483 has been renamed to __timeStamp__239_neverHappen1414503327285. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateFilters ( )This constructor is from 'CreateFilters' class.
CreateFilters ( Binding )This constructor is from 'CreateFilters' class.
__.swapInit ( )This method is from 'CreateFilters' class.
main ( String[ ] )This method is from 'CreateFilters' class.
run ( )This method is from 'CreateFilters' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478484 has been renamed to __timeStamp__239_neverHappen1414503327286. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
CreateIntegrationTest ( Binding )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
main ( String[ ] )This method is from 'CreateIntegrationTest' class.
run ( )This method is from 'CreateIntegrationTest' class.
[+] CreateMultiProjectBuild_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478485 has been renamed to __timeStamp__239_neverHappen1414503327287. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
CreateMultiProjectBuild_ ( )This constructor is from 'CreateMultiProjectBuild_' class.
CreateMultiProjectBuild_ ( Binding )This constructor is from 'CreateMultiProjectBuild_' class.
__.swapInit ( )This method is from 'CreateMultiProjectBuild_' class.
main ( String[ ] )This method is from 'CreateMultiProjectBuild_' class.
msg ( )This method is from 'CreateMultiProjectBuild_' class.
run ( )This method is from 'CreateMultiProjectBuild_' class.
[+] CreatePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478486 has been renamed to __timeStamp__239_neverHappen1414503327289. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreatePlugin_ ( )This constructor is from 'CreatePlugin_' class.
CreatePlugin_ ( Binding )This constructor is from 'CreatePlugin_' class.
__.swapInit ( )This method is from 'CreatePlugin_' class.
main ( String[ ] )This method is from 'CreatePlugin_' class.
run ( )This method is from 'CreatePlugin_' class.
[+] CreatePom (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478486 has been renamed to __timeStamp__239_neverHappen1414503327289. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
CreatePom ( )This constructor is from 'CreatePom' class.
CreatePom ( Binding )This constructor is from 'CreatePom' class.
__.swapInit ( )This method is from 'CreatePom' class.
main ( String[ ] )This method is from 'CreatePom' class.
msg ( )This method is from 'CreatePom' class.
run ( )This method is from 'CreatePom' class.
[+] CreateScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478487 has been renamed to __timeStamp__239_neverHappen1414503327290. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateScript ( )This constructor is from 'CreateScript' class.
CreateScript ( Binding )This constructor is from 'CreateScript' class.
__.swapInit ( )This method is from 'CreateScript' class.
main ( String[ ] )This method is from 'CreateScript' class.
run ( )This method is from 'CreateScript' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478488 has been renamed to __timeStamp__239_neverHappen1414503327291. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateService ( )This constructor is from 'CreateService' class.
CreateService ( Binding )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
main ( String[ ] )This method is from 'CreateService' class.
run ( )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478489 has been renamed to __timeStamp__239_neverHappen1414503327292. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
CreateTagLib ( Binding )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
main ( String[ ] )This method is from 'CreateTagLib' class.
run ( )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478490 has been renamed to __timeStamp__239_neverHappen1414503327293. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
CreateUnitTest ( Binding )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
main ( String[ ] )This method is from 'CreateUnitTest' class.
run ( )This method is from 'CreateUnitTest' class.
[+] DependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478491 has been renamed to __timeStamp__239_neverHappen1414503327294. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
DependencyReport ( )This constructor is from 'DependencyReport' class.
DependencyReport ( Binding )This constructor is from 'DependencyReport' class.
__.swapInit ( )This method is from 'DependencyReport' class.
main ( String[ ] )This method is from 'DependencyReport' class.
run ( )This method is from 'DependencyReport' class.
[+] Doc (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478492 has been renamed to __timeStamp__239_neverHappen1414503327295. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Doc ( )This constructor is from 'Doc' class.
Doc ( Binding )This constructor is from 'Doc' class.
__.swapInit ( )This method is from 'Doc' class.
main ( String[ ] )This method is from 'Doc' class.
run ( )This method is from 'Doc' class.
[+] Help_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478493 has been renamed to __timeStamp__239_neverHappen1414503327296. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
Help_ ( )This constructor is from 'Help_' class.
Help_ ( Binding )This constructor is from 'Help_' class.
__.swapInit ( )This method is from 'Help_' class.
getHelpFile ( File )This method is from 'Help_' class.
main ( String[ ] )This method is from 'Help_' class.
run ( )This method is from 'Help_' class.
shouldGenerateHelp ( File )This method is from 'Help_' class.
[+] HelpEvaluatingCategory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478052 has been renamed to __timeStamp__239_neverHappen1414503327151. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
HelpEvaluatingCategory ( )This constructor is from 'HelpEvaluatingCategory' class.
__.swapInit ( )This method is from 'HelpEvaluatingCategory' class.
getDefaultDescription ( Object )This method is from 'HelpEvaluatingCategory' class.
getDefaultTask ( )This method is from 'HelpEvaluatingCategory' class.
getHelpText ( )This method is from 'HelpEvaluatingCategory' class.
getMetaClass ( )This method is from 'HelpEvaluatingCategory' class.
getProperty ( String )This method is from 'HelpEvaluatingCategory' class.
invokeMethod ( String, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTarget ( Object, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTask ( Object )This method is from 'HelpEvaluatingCategory' class.
setHelpText ( Object )This method is from 'HelpEvaluatingCategory' class.
setMetaClass ( MetaClass )This method is from 'HelpEvaluatingCategory' class.
...
[+] Init (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478501 has been renamed to __timeStamp__239_neverHappen1414503327306. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Init ( )This constructor is from 'Init' class.
Init ( Binding )This constructor is from 'Init' class.
__.swapInit ( )This method is from 'Init' class.
main ( String[ ] )This method is from 'Init' class.
run ( )This method is from 'Init' class.
[+] InstallAppTemplates_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478502 has been renamed to __timeStamp__239_neverHappen1414503327307. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
InstallAppTemplates_ ( )This constructor is from 'InstallAppTemplates_' class.
InstallAppTemplates_ ( Binding )This constructor is from 'InstallAppTemplates_' class.
__.swapInit ( )This method is from 'InstallAppTemplates_' class.
copyTemplateJar ( String, File )This method is from 'InstallAppTemplates_' class.
main ( String[ ] )This method is from 'InstallAppTemplates_' class.
run ( )This method is from 'InstallAppTemplates_' class.
[+] InstallDependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478503 has been renamed to __timeStamp__239_neverHappen1414503327309. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
InstallDependency ( )This constructor is from 'InstallDependency' class.
InstallDependency ( Binding )This constructor is from 'InstallDependency' class.
__.swapInit ( )This method is from 'InstallDependency' class.
main ( String[ ] )This method is from 'InstallDependency' class.
run ( )This method is from 'InstallDependency' class.
[+] InstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478506 has been renamed to __timeStamp__239_neverHappen1414503327311. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
InstallPlugin ( )This constructor is from 'InstallPlugin' class.
InstallPlugin ( Binding )This constructor is from 'InstallPlugin' class.
__.swapInit ( )This method is from 'InstallPlugin' class.
main ( String[ ] )This method is from 'InstallPlugin' class.
run ( )This method is from 'InstallPlugin' class.
[+] InstallTemplates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478507 has been renamed to __timeStamp__239_neverHappen1414503327314. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
InstallTemplates ( )This constructor is from 'InstallTemplates' class.
InstallTemplates ( Binding )This constructor is from 'InstallTemplates' class.
__.swapInit ( )This method is from 'InstallTemplates' class.
main ( String[ ] )This method is from 'InstallTemplates' class.
run ( )This method is from 'InstallTemplates' class.
[+] IntegrateWith (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478508 has been renamed to __timeStamp__239_neverHappen1414503327316. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
IntegrateWith ( )This constructor is from 'IntegrateWith' class.
IntegrateWith ( Binding )This constructor is from 'IntegrateWith' class.
__.swapInit ( )This method is from 'IntegrateWith' class.
main ( String[ ] )This method is from 'IntegrateWith' class.
run ( )This method is from 'IntegrateWith' class.
[+] Interactive (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478515 has been renamed to __timeStamp__239_neverHappen1414503327326. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Interactive ( )This constructor is from 'Interactive' class.
Interactive ( Binding )This constructor is from 'Interactive' class.
__.swapInit ( )This method is from 'Interactive' class.
main ( String[ ] )This method is from 'Interactive' class.
run ( )This method is from 'Interactive' class.
[+] ListPlugins_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478516 has been renamed to __timeStamp__239_neverHappen1414503327327. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
ListPlugins_ ( )This constructor is from 'ListPlugins_' class.
ListPlugins_ ( Binding )This constructor is from 'ListPlugins_' class.
__.swapInit ( )This method is from 'ListPlugins_' class.
main ( String[ ] )This method is from 'ListPlugins_' class.
run ( )This method is from 'ListPlugins_' class.
[+] ListPluginUpdates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478519 has been renamed to __timeStamp__239_neverHappen1414503327331. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
ListPluginUpdates ( )This constructor is from 'ListPluginUpdates' class.
ListPluginUpdates ( Binding )This constructor is from 'ListPluginUpdates' class.
__.swapInit ( )This method is from 'ListPluginUpdates' class.
main ( String[ ] )This method is from 'ListPluginUpdates' class.
run ( )This method is from 'ListPluginUpdates' class.
[+] MigrateDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478527 has been renamed to __timeStamp__239_neverHappen1414503327339. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
MigrateDocs ( )This constructor is from 'MigrateDocs' class.
MigrateDocs ( Binding )This constructor is from 'MigrateDocs' class.
__.swapInit ( )This method is from 'MigrateDocs' class.
main ( String[ ] )This method is from 'MigrateDocs' class.
run ( )This method is from 'MigrateDocs' class.
[+] Package (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478528 has been renamed to __timeStamp__239_neverHappen1414503327339. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Package ( )This constructor is from 'Package' class.
Package ( Binding )This constructor is from 'Package' class.
__.swapInit ( )This method is from 'Package' class.
main ( String[ ] )This method is from 'Package' class.
run ( )This method is from 'Package' class.
[+] PackagePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478529 has been renamed to __timeStamp__239_neverHappen1414503327340. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
PackagePlugin_ ( )This constructor is from 'PackagePlugin_' class.
PackagePlugin_ ( Binding )This constructor is from 'PackagePlugin_' class.
__.swapInit ( )This method is from 'PackagePlugin_' class.
main ( String[ ] )This method is from 'PackagePlugin_' class.
run ( )This method is from 'PackagePlugin_' class.
[+] PluginInfo_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478529 has been renamed to __timeStamp__239_neverHappen1414503327341. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
PluginInfo_ ( )This constructor is from 'PluginInfo_' class.
PluginInfo_ ( Binding )This constructor is from 'PluginInfo_' class.
__.swapInit ( )This method is from 'PluginInfo_' class.
main ( String[ ] )This method is from 'PluginInfo_' class.
run ( )This method is from 'PluginInfo_' class.
[+] RefreshDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478530 has been renamed to __timeStamp__239_neverHappen1414503327342. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
RefreshDependencies ( )This constructor is from 'RefreshDependencies' class.
RefreshDependencies ( Binding )This constructor is from 'RefreshDependencies' class.
__.swapInit ( )This method is from 'RefreshDependencies' class.
main ( String[ ] )This method is from 'RefreshDependencies' class.
run ( )This method is from 'RefreshDependencies' class.
[+] RemoveProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478536 has been renamed to __timeStamp__239_neverHappen1414503327347. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
RemoveProxy_ ( )This constructor is from 'RemoveProxy_' class.
RemoveProxy_ ( Binding )This constructor is from 'RemoveProxy_' class.
__.swapInit ( )This method is from 'RemoveProxy_' class.
main ( String[ ] )This method is from 'RemoveProxy_' class.
msg ( )This method is from 'RemoveProxy_' class.
run ( )This method is from 'RemoveProxy_' class.
[+] RunApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478537 has been renamed to __timeStamp__239_neverHappen1414503327348. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
RunApp ( )This constructor is from 'RunApp' class.
RunApp ( Binding )This constructor is from 'RunApp' class.
__.swapInit ( )This method is from 'RunApp' class.
main ( String[ ] )This method is from 'RunApp' class.
run ( )This method is from 'RunApp' class.
[+] RunScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478538 has been renamed to __timeStamp__239_neverHappen1414503327349. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
RunScript ( )This constructor is from 'RunScript' class.
RunScript ( Binding )This constructor is from 'RunScript' class.
__.swapInit ( )This method is from 'RunScript' class.
executeScript ( Object, Object )This method is from 'RunScript' class.
main ( String[ ] )This method is from 'RunScript' class.
run ( )This method is from 'RunScript' class.
[+] RunWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478540 has been renamed to __timeStamp__239_neverHappen1414503327350. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
RunWar ( )This constructor is from 'RunWar' class.
RunWar ( Binding )This constructor is from 'RunWar' class.
__.swapInit ( )This method is from 'RunWar' class.
main ( String[ ] )This method is from 'RunWar' class.
run ( )This method is from 'RunWar' class.
[+] SetGrailsVersion (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478540 has been renamed to __timeStamp__239_neverHappen1414503327351. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
SetGrailsVersion ( )This constructor is from 'SetGrailsVersion' class.
SetGrailsVersion ( Binding )This constructor is from 'SetGrailsVersion' class.
__.swapInit ( )This method is from 'SetGrailsVersion' class.
main ( String[ ] )This method is from 'SetGrailsVersion' class.
run ( )This method is from 'SetGrailsVersion' class.
[+] SetProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478541 has been renamed to __timeStamp__239_neverHappen1414503327352. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
SetProxy_ ( )This constructor is from 'SetProxy_' class.
SetProxy_ ( Binding )This constructor is from 'SetProxy_' class.
__.swapInit ( )This method is from 'SetProxy_' class.
main ( String[ ] )This method is from 'SetProxy_' class.
run ( )This method is from 'SetProxy_' class.
[+] SetVersion (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478543 has been renamed to __timeStamp__239_neverHappen1414503327354. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
SetVersion ( )This constructor is from 'SetVersion' class.
SetVersion ( Binding )This constructor is from 'SetVersion' class.
__.swapInit ( )This method is from 'SetVersion' class.
main ( String[ ] )This method is from 'SetVersion' class.
run ( )This method is from 'SetVersion' class.
[+] Shell (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478545 has been renamed to __timeStamp__239_neverHappen1414503327356. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Shell ( )This constructor is from 'Shell' class.
Shell ( Binding )This constructor is from 'Shell' class.
__.swapInit ( )This method is from 'Shell' class.
main ( String[ ] )This method is from 'Shell' class.
run ( )This method is from 'Shell' class.
[+] Stats (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478547 has been renamed to __timeStamp__239_neverHappen1414503327359. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Stats ( )This constructor is from 'Stats' class.
Stats ( Binding )This constructor is from 'Stats' class.
__.swapInit ( )This method is from 'Stats' class.
main ( String[ ] )This method is from 'Stats' class.
run ( )This method is from 'Stats' class.
[+] StopApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478552 has been renamed to __timeStamp__239_neverHappen1414503327364. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
StopApp ( )This constructor is from 'StopApp' class.
StopApp ( Binding )This constructor is from 'StopApp' class.
__.swapInit ( )This method is from 'StopApp' class.
main ( String[ ] )This method is from 'StopApp' class.
run ( )This method is from 'StopApp' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478553 has been renamed to __timeStamp__239_neverHappen1414503327365. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
TestApp ( )This constructor is from 'TestApp' class.
TestApp ( Binding )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
main ( String[ ] )This method is from 'TestApp' class.
run ( )This method is from 'TestApp' class.
[+] UninstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478554 has been renamed to __timeStamp__239_neverHappen1414503327366. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
UninstallPlugin ( )This constructor is from 'UninstallPlugin' class.
UninstallPlugin ( Binding )This constructor is from 'UninstallPlugin' class.
__.swapInit ( )This method is from 'UninstallPlugin' class.
main ( String[ ] )This method is from 'UninstallPlugin' class.
run ( )This method is from 'UninstallPlugin' class.
[+] UrlMappingsReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478554 has been renamed to __timeStamp__239_neverHappen1414503327367. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
UrlMappingsReport ( )This constructor is from 'UrlMappingsReport' class.
UrlMappingsReport ( Binding )This constructor is from 'UrlMappingsReport' class.
__.swapInit ( )This method is from 'UrlMappingsReport' class.
main ( String[ ] )This method is from 'UrlMappingsReport' class.
run ( )This method is from 'UrlMappingsReport' class.
[+] War (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478556 has been renamed to __timeStamp__239_neverHappen1414503327369. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
War ( )This constructor is from 'War' class.
War ( Binding )This constructor is from 'War' class.
__.swapInit ( )This method is from 'War' class.
main ( String[ ] )This method is from 'War' class.
run ( )This method is from 'War' class.
[+] Wrapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722478557 has been renamed to __timeStamp__239_neverHappen1414503327370. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
Wrapper ( )This constructor is from 'Wrapper' class.
Wrapper ( Binding )This constructor is from 'Wrapper' class.
__.swapInit ( )This method is from 'Wrapper' class.
main ( String[ ] )This method is from 'Wrapper' class.
run ( )This method is from 'Wrapper' class.
grails-spring-2.4.3.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715324800 has been renamed to __timeStamp__239_neverHappen1414503243809. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
createDynamicElementReader ( String, boolean )Return value of this method has type 'DynamicElementReader'.
DynamicElementReader ( String )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler, ParserContext )This constructor is from 'DynamicElementReader' class.
__.swapInit ( )This method is from 'DynamicElementReader' class.
afterInvocation ( )This method is from 'DynamicElementReader' class.
getBeanConfiguration ( )This method is from 'DynamicElementReader' class.
getBeanDecorator ( )This method is from 'DynamicElementReader' class.
getEntityResolver ( )This method is from 'DynamicElementReader' class.
getErrorHandler ( )This method is from 'DynamicElementReader' class.
getFirstCall ( )This method is from 'DynamicElementReader' class.
...
grails-web-2.4.3.jar
package org.codehaus.groovy.grails.web.context
[+] ServletEnvironmentGrailsApplicationDiscoveryStrategy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722430844 has been renamed to __timeStamp__239_neverHappen1414503268249. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
ServletEnvironmentGrailsApplicationDiscoveryStrategy ( ServletContext )This constructor is from 'ServletEnvironmentGrailsApplicationDiscoveryStrategy' class.
__.swapInit ( )This method 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.3.jar
package org.codehaus.groovy.grails.web.beans
[+] PropertyEditorRegistryUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407689 has been renamed to __timeStamp__239_neverHappen1414503264426. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
PropertyEditorRegistryUtils ( )This constructor is from 'PropertyEditorRegistryUtils' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407741 has been renamed to __timeStamp__239_neverHappen1414503264462. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
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.
__.swapInit ( )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrintCodeSnippet ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
shouldSkipNextCause ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
...
[+] ExceptionUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407691 has been renamed to __timeStamp__239_neverHappen1414503264427. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
ExceptionUtils ( )This constructor is from 'ExceptionUtils' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407744 of type long has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
ParamsAwareLocaleChangeInterceptor ( )This constructor is from 'ParamsAwareLocaleChangeInterceptor' class.
__.swapInit ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getMetaClass ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getParamName ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getProperty ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
invokeMethod ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
preHandle ( HttpServletRequest, HttpServletResponse, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setMetaClass ( MetaClass )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setParamName ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setProperty ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
package org.codehaus.groovy.grails.web.metaclass
[+] ControllerDynamicMethods (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407693 has been renamed to __timeStamp__239_neverHappen1414503264429. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
ControllerDynamicMethods ( )This constructor is from 'ControllerDynamicMethods' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407701 has been renamed to __timeStamp__239_neverHappen1414503264437. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (54)
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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407734 has been renamed to __timeStamp__239_neverHappen1414503264455. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
MimeTypeUtils ( )This constructor is from 'MimeTypeUtils' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407736 has been renamed to __timeStamp__239_neverHappen1414503264456. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
ClassAndMimeTypeRegistry ( )This constructor is from 'ClassAndMimeTypeRegistry' abstract class.
__.swapInit ( )This method is from 'ClassAndMimeTypeRegistry' abstract class.
addToRegisteredObjects ( Class, MimeTypeProvider )This method is from 'ClassAndMimeTypeRegistry' abstract class.
createCacheKey ( Class, MimeType )This abstract method is from 'ClassAndMimeTypeRegistry' abstract class.
findMatchingObjectForMimeType ( MimeType, Object )This method is from 'ClassAndMimeTypeRegistry' abstract class.
findRegisteredObjectForType ( Class, MimeType )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getMetaClass ( )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getProperty ( String )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getRegisteredObjects ( Class )This method is from 'ClassAndMimeTypeRegistry' abstract class.
invokeMethod ( String, Object )This method is from 'ClassAndMimeTypeRegistry' abstract class.
registerDefault ( MimeType, MimeTypeProvider )This method is from 'ClassAndMimeTypeRegistry' abstract class.
removeFromCache ( Class, MimeType )This method is from 'ClassAndMimeTypeRegistry' abstract class.
...
[+] TypeConvertingMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715407746 has been renamed to __timeStamp__239_neverHappen1414503264467. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
TypeConvertingMap ( )This constructor is from 'TypeConvertingMap' class.
TypeConvertingMap ( Map )This constructor is from 'TypeConvertingMap' class.
__.swapInit ( )This method is from 'TypeConvertingMap' class.
boolean ( String )This method is from 'TypeConvertingMap' class.
boolean ( String, Boolean )This method is from 'TypeConvertingMap' class.
byte ( String )This method is from 'TypeConvertingMap' class.
byte ( String, Integer )This method is from 'TypeConvertingMap' class.
char ( String )This method is from 'TypeConvertingMap' class.
char ( String, Character )This method is from 'TypeConvertingMap' class.
char ( String, Integer )This method is from 'TypeConvertingMap' class.
clone ( )This method is from 'TypeConvertingMap' class.
double ( String )This method is from 'TypeConvertingMap' class.
...
grails-web-databinding-2.4.3.jar
package org.codehaus.groovy.grails.web.binding
[+] BindEventListenerAdapter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408371 has been renamed to __timeStamp__239_neverHappen1414503265084. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
BindEventListenerAdapter ( )This constructor is from 'BindEventListenerAdapter' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408341 has been renamed to __timeStamp__239_neverHappen1414503265053. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
DataBindingEventMulticastListener ( List )This constructor is from 'DataBindingEventMulticastListener' class.
__.swapInit ( )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, String, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, String, Object, Object )This method is from 'DataBindingEventMulticastListener' class.
bindingError ( BindingError, Object )This method is from 'DataBindingEventMulticastListener' class.
getMetaClass ( )This method is from 'DataBindingEventMulticastListener' class.
getProperty ( String )This method is from 'DataBindingEventMulticastListener' class.
invokeMethod ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
setMetaClass ( MetaClass )This method is from 'DataBindingEventMulticastListener' class.
setProperty ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
...
[+] GrailsWebDataBinder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408373 has been renamed to __timeStamp__239_neverHappen1414503265086. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (35)
GrailsWebDataBinder ( GrailsApplication )This constructor is from 'GrailsWebDataBinder' class.
__.swapInit ( )This method is from 'GrailsWebDataBinder' class.
addElementToCollection ( Object, String, Class, Object, boolean )This method is from 'GrailsWebDataBinder' class.
addElementToCollection ( Object, String, GrailsDomainClassProperty, Object, boolean )This method is from 'GrailsWebDataBinder' class.
addElementToCollectionAt ( Object, String, Collection, Object, Object )This method is from 'GrailsWebDataBinder' class.
bind ( Object, GPathResult )This method is from 'GrailsWebDataBinder' class.
bind ( Object, DataBindingSource )This method is from 'GrailsWebDataBinder' class.
bind ( Object, DataBindingSource, String, List, List, DataBindingListener )This method is from 'GrailsWebDataBinder' class.
bind ( Object, DataBindingSource, DataBindingListener )This method is from 'GrailsWebDataBinder' class.
convert ( Class, Object )This method is from 'GrailsWebDataBinder' class.
doBind ( Object, DataBindingSource, String, List, List, DataBindingListener, Object )This method is from 'GrailsWebDataBinder' class.
getConvertEmptyStringsToNull ( )This method is from 'GrailsWebDataBinder' class.
...
[+] GrailsWebDataBindingListener (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408390 has been renamed to __timeStamp__239_neverHappen1414503265104. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
GrailsWebDataBindingListener ( MessageSource )This constructor is from 'GrailsWebDataBindingListener' class.
__.swapInit ( )This method is from 'GrailsWebDataBindingListener' class.
bindingError ( BindingError, Object )This method is from 'GrailsWebDataBindingListener' class.
getMetaClass ( )This method is from 'GrailsWebDataBindingListener' class.
getProperty ( String )This method is from 'GrailsWebDataBindingListener' class.
getPropertyName ( String, String, String )This method is from 'GrailsWebDataBindingListener' class.
invokeMethod ( String, Object )This method is from 'GrailsWebDataBindingListener' class.
setMetaClass ( MetaClass )This method is from 'GrailsWebDataBindingListener' class.
setProperty ( String, Object )This method is from 'GrailsWebDataBindingListener' class.
[+] SpringConversionServiceAdapter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408358 has been renamed to __timeStamp__239_neverHappen1414503265070. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
SpringConversionServiceAdapter ( )This constructor is from 'SpringConversionServiceAdapter' class.
__.swapInit ( )This method is from 'SpringConversionServiceAdapter' class.
canConvert ( Class, Class )This method is from 'SpringConversionServiceAdapter' class.
convert ( Object, Class )This method is from 'SpringConversionServiceAdapter' class.
getMetaClass ( )This method is from 'SpringConversionServiceAdapter' class.
getProperty ( String )This method is from 'SpringConversionServiceAdapter' class.
invokeMethod ( String, Object )This method is from 'SpringConversionServiceAdapter' class.
setMetaClass ( MetaClass )This method is from 'SpringConversionServiceAdapter' class.
setProperty ( String, Object )This method is from 'SpringConversionServiceAdapter' class.
package org.codehaus.groovy.grails.web.binding.bindingsource
[+] DefaultDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408359 has been renamed to __timeStamp__239_neverHappen1414503265072. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
DefaultDataBindingSourceCreator ( )This constructor is from 'DefaultDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'DefaultDataBindingSourceCreator' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceCreator' class.
createDataBindingSource ( Object, HttpServletRequest )This method is from 'DefaultDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceCreator' class.
getMetaClass ( )This method is from 'DefaultDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'DefaultDataBindingSourceCreator' class.
getProperty ( String )This method is from 'DefaultDataBindingSourceCreator' class.
getTargetType ( )This method is from 'DefaultDataBindingSourceCreator' class.
invokeMethod ( String, Object )This method is from 'DefaultDataBindingSourceCreator' class.
setMetaClass ( MetaClass )This method is from 'DefaultDataBindingSourceCreator' class.
setProperty ( String, Object )This method is from 'DefaultDataBindingSourceCreator' class.
...
[+] DefaultDataBindingSourceRegistry (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408392 has been renamed to __timeStamp__239_neverHappen1414503265106. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
DefaultDataBindingSourceRegistry ( )This constructor is from 'DefaultDataBindingSourceRegistry' class.
__.swapInit ( )This method is from 'DefaultDataBindingSourceRegistry' class.
addDataBindingSourceCreator ( DataBindingSourceCreator )This method is from 'DefaultDataBindingSourceRegistry' class.
createCacheKey ( Class, MimeType )This method is from 'DefaultDataBindingSourceRegistry' class.
createCacheKey ( Class, MimeType )This method is from 'DefaultDataBindingSourceRegistry' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
getDataBindingSourceCreator ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
initialize ( )This method is from 'DefaultDataBindingSourceRegistry' class.
setDataBindingSourceCreators ( DataBindingSourceCreator[ ] )This method is from 'DefaultDataBindingSourceRegistry' class.
[+] HalGPathResultMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408394 has been renamed to __timeStamp__239_neverHappen1414503265108. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
HalGPathResultMap ( GPathResult )This constructor is from 'HalGPathResultMap' class.
__.swapInit ( )This method is from 'HalGPathResultMap' class.
get ( Object )This method is from 'HalGPathResultMap' class.
getPropertyNameForNode ( Node )This method is from 'HalGPathResultMap' class.
getPropertyNameForNodeChild ( NodeChild )This method is from 'HalGPathResultMap' class.
[+] HalJsonDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408408 has been renamed to __timeStamp__239_neverHappen1414503265121. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
HalJsonDataBindingSourceCreator ( )This constructor is from 'HalJsonDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'HalJsonDataBindingSourceCreator' class.
createJsonObjectMap ( JsonElement )This method is from 'HalJsonDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'HalJsonDataBindingSourceCreator' class.
HalJsonDataBindingSourceCreator.HalJsonObjectMap ( HalJsonDataBindingSourceCreator, JsonObject, Gson )1st parameter 'jsonObject' of this method has type 'HalJsonDataBindingSourceCreator'.
[+] HalXmlDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408409 has been renamed to __timeStamp__239_neverHappen1414503265122. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
HalXmlDataBindingSourceCreator ( )This constructor is from 'HalXmlDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'HalXmlDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'HalXmlDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'HalXmlDataBindingSourceCreator' class.
[+] JsonDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408403 has been renamed to __timeStamp__239_neverHappen1414503265115. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
JsonDataBindingSourceCreator ( )This constructor is from 'JsonDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'JsonDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'JsonDataBindingSourceCreator' class.
createBindingSourceCreationException ( Exception )This method is from 'JsonDataBindingSourceCreator' class.
createCollectionBindingSource ( Reader )This method is from 'JsonDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'JsonDataBindingSourceCreator' class.
createJsonObjectMap ( JsonElement )This method is from 'JsonDataBindingSourceCreator' class.
getGson ( )This method is from 'JsonDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'JsonDataBindingSourceCreator' class.
getValueForJsonElement ( JsonElement, Gson )This method is from 'JsonDataBindingSourceCreator' class.
JsonDataBindingSourceCreator.JsonArrayList ( JsonDataBindingSourceCreator, JsonArray, Gson )1st parameter 'jsonArray' of this method has type 'JsonDataBindingSourceCreator'.
JsonDataBindingSourceCreator.JsonObjectMap ( JsonDataBindingSourceCreator, JsonObject, Gson )1st parameter 'jsonObject' of this method has type 'JsonDataBindingSourceCreator'.
...
[+] XmlDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408407 has been renamed to __timeStamp__239_neverHappen1414503265120. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
XmlDataBindingSourceCreator ( )This constructor is from 'XmlDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'XmlDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'XmlDataBindingSourceCreator' class.
createBindingSourceCreationException ( Exception )This method is from 'XmlDataBindingSourceCreator' class.
createCollectionBindingSource ( Reader )This method is from 'XmlDataBindingSourceCreator' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'XmlDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'XmlDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'XmlDataBindingSourceCreator' class.
package org.codehaus.groovy.grails.web.binding.converters
[+] ByteArrayMultipartFileValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408368 has been renamed to __timeStamp__239_neverHappen1414503265080. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
ByteArrayMultipartFileValueConverter ( )This constructor is from 'ByteArrayMultipartFileValueConverter' class.
__.swapInit ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
canConvert ( Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
convert ( Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
getMetaClass ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
getProperty ( String )This method is from 'ByteArrayMultipartFileValueConverter' class.
getTargetType ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
invokeMethod ( String, Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
setMetaClass ( MetaClass )This method is from 'ByteArrayMultipartFileValueConverter' class.
setProperty ( String, Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
package org.grails.databinding.bindingsource
[+] AbstractRequestBodyDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408399 has been renamed to __timeStamp__239_neverHappen1414503265112. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
AbstractRequestBodyDataBindingSourceCreator ( )This constructor is from 'AbstractRequestBodyDataBindingSourceCreator' abstract class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715408369 has been renamed to __timeStamp__239_neverHappen1414503265082. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
AbstractStructuredBindingEditor ( )This constructor is from 'AbstractStructuredBindingEditor' abstract class.
__.swapInit ( )This method 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.3.jar
package org.codehaus.groovy.grails.web.binding
[+] GrailsDataBinderCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715731049 has been renamed to __timeStamp__239_neverHappen1414503331217. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
GrailsDataBinderCreator ( )This constructor is from 'GrailsDataBinderCreator' class.
__.swapInit ( )This method 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.3.jar
package grails.gsp
[+] PageRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409519 has been renamed to __timeStamp__239_neverHappen1414503266392. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
PageRenderer ( GroovyPagesTemplateEngine )This constructor is from 'PageRenderer' class.
__.swapInit ( )This method is from 'PageRenderer' class.
findResource ( String )This method is from 'PageRenderer' class.
getApplicationContext ( )This method is from 'PageRenderer' class.
getGroovyPageLocator ( )This method is from 'PageRenderer' class.
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.
...
package org.codehaus.groovy.grails.web.pages
[+] GroovyPageCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409536 has been renamed to __timeStamp__239_neverHappen1414503266409. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (31)
GroovyPageCompiler ( )This constructor is from 'GroovyPageCompiler' class.
__.swapInit ( )This method is from 'GroovyPageCompiler' class.
compile ( )This method is from 'GroovyPageCompiler' class.
compileGSP ( File, File, String, String )This method is from 'GroovyPageCompiler' class.
generateJavaName ( String )This method is from 'GroovyPageCompiler' class.
getClassLoader ( )This method is from 'GroovyPageCompiler' class.
getCompilerConfig ( )This method is from 'GroovyPageCompiler' class.
getEncoding ( )This method is from 'GroovyPageCompiler' class.
getGeneratedGroovyPagesDirectory ( )This method is from 'GroovyPageCompiler' class.
getMetaClass ( )This method is from 'GroovyPageCompiler' class.
getOperation ( )This method is from 'GroovyPageCompiler' class.
getPackagePrefix ( )This method is from 'GroovyPageCompiler' class.
...
[+] GroovyPageCompilerTask (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409591 has been renamed to __timeStamp__239_neverHappen1414503266462. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
GroovyPageCompilerTask ( )This constructor is from 'GroovyPageCompilerTask' class.
__.swapInit ( )This method is from 'GroovyPageCompilerTask' class.
createClasspath ( )This method is from 'GroovyPageCompilerTask' class.
execute ( )This method is from 'GroovyPageCompilerTask' class.
getClasspath ( )This method is from 'GroovyPageCompilerTask' class.
getDestdir ( )This method is from 'GroovyPageCompilerTask' class.
getEncoding ( )This method is from 'GroovyPageCompilerTask' class.
getMetaClass ( )This method is from 'GroovyPageCompilerTask' class.
getPackagename ( )This method is from 'GroovyPageCompilerTask' class.
getProperty ( String )This method is from 'GroovyPageCompilerTask' class.
getServerpath ( )This method is from 'GroovyPageCompilerTask' class.
getSrcdir ( )This method is from 'GroovyPageCompilerTask' class.
...
[+] GroovyPageConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409548 has been renamed to __timeStamp__239_neverHappen1414503266422. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
GroovyPageConfig ( Map )This constructor is from 'GroovyPageConfig' class.
__.swapInit ( )This method is from 'GroovyPageConfig' class.
getCodecSettings ( GrailsPluginInfo, String )This method is from 'GroovyPageConfig' class.
getFlatConfig ( )This method is from 'GroovyPageConfig' class.
getMetaClass ( )This method is from 'GroovyPageConfig' class.
getProperty ( String )This method is from 'GroovyPageConfig' class.
invokeMethod ( String, Object )This method is from 'GroovyPageConfig' class.
setFlatConfig ( Map )This method is from 'GroovyPageConfig' class.
setMetaClass ( MetaClass )This method is from 'GroovyPageConfig' class.
setProperty ( String, Object )This method is from 'GroovyPageConfig' class.
[+] GroovyPagesMetaUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409566 has been renamed to __timeStamp__239_neverHappen1414503266440. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
GroovyPagesMetaUtils ( )This constructor is from 'GroovyPagesMetaUtils' class.
__.swapInit ( )This method is from 'GroovyPagesMetaUtils' class.
addTagLibMethodToMetaClass ( GroovyObject, MetaMethod, MetaClass )This method is from 'GroovyPagesMetaUtils' class.
getMetaClass ( )This method is from 'GroovyPagesMetaUtils' class.
getProperty ( String )This method is from 'GroovyPagesMetaUtils' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
methodMissingForTagLib ( MetaClass, Class, TagLibraryLookup, String, String, Object, boolean )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( MetaClass, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( Class, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409587 has been renamed to __timeStamp__239_neverHappen1414503266458. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (6)
lookupNamespaceDispatcher ( String )Return value of this method has type 'NamespacedTagDispatcher'.
NamespacedTagDispatcher ( String, Class, GrailsApplication, TagLibraryLookup )This constructor is from 'NamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'NamespacedTagDispatcher' class.
initializeMetaClass ( )This method is from 'NamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'NamespacedTagDispatcher' class.
registerTagMetaMethods ( ExpandoMetaClass )This method is from 'NamespacedTagDispatcher' class.
[+] TemplateNamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409588 has been renamed to __timeStamp__239_neverHappen1414503266459. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (7)
TemplateNamespacedTagDispatcher ( Class, GrailsApplication, TagLibraryLookup )This constructor is from 'TemplateNamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'TemplateNamespacedTagDispatcher' class.
argsToAttrs ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409574 has been renamed to __timeStamp__239_neverHappen1414503266447. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
TagLibraryMetaUtils ( )This constructor is from 'TagLibraryMetaUtils' class.
__.swapInit ( )This method 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.
...
[+] WithCodecHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715409583 has been renamed to __timeStamp__239_neverHappen1414503266454. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
WithCodecHelper ( )This constructor is from 'WithCodecHelper' class.
__.swapInit ( )This method is from 'WithCodecHelper' class.
createOutputStackAttributesBuilder ( Object, GrailsApplication )This method is from 'WithCodecHelper' class.
getMetaClass ( )This method is from 'WithCodecHelper' class.
getProperty ( String )This method is from 'WithCodecHelper' class.
invokeMethod ( String, Object )This method is from 'WithCodecHelper' class.
lookupEncoder ( GrailsApplication, String )This method is from 'WithCodecHelper' class.
makeSettingsCanonical ( Object )This method is from 'WithCodecHelper' class.
mergeSettingsAndMakeCanonical ( Object, Map )This method is from 'WithCodecHelper' class.
setMetaClass ( MetaClass )This method is from 'WithCodecHelper' class.
setProperty ( String, Object )This method is from 'WithCodecHelper' class.
withCodec ( GrailsApplication, Object, Closure )This method is from 'WithCodecHelper' class.
...
grails-web-gsp-taglib-2.4.3.jar
package org.codehaus.groovy.grails.plugins.web.taglib
[+] RenderTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715538621 has been renamed to __timeStamp__239_neverHappen1414503304235. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (106)
RenderTagLib ( )This constructor is from 'RenderTagLib' class.
__.swapInit ( )This method 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.
...
[+] SitemeshTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715538652 has been renamed to __timeStamp__239_neverHappen1414503304264. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (89)
SitemeshTagLib ( )This constructor is from 'SitemeshTagLib' class.
__.swapInit ( )This method 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.
...
grails-web-jsp-2.4.3.jar
package org.codehaus.groovy.grails.web.pages.ext.jsp
[+] GroovyPagesJspFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410156 has been renamed to __timeStamp__239_neverHappen1414503266984. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
GroovyPagesJspFactory ( )This constructor is from 'GroovyPagesJspFactory' abstract class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory' abstract class.
getEngineInfo ( )This method is from 'GroovyPagesJspFactory' abstract class.
getMetaClass ( )This method is from 'GroovyPagesJspFactory' abstract class.
getPageContext ( Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean )This method is from 'GroovyPagesJspFactory' abstract class.
getProperty ( String )This method is from 'GroovyPagesJspFactory' abstract class.
getSpecificationVersion ( )This abstract method is from 'GroovyPagesJspFactory' abstract class.
invokeMethod ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
releasePageContext ( PageContext )This method is from 'GroovyPagesJspFactory' abstract class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesJspFactory' abstract class.
setProperty ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
...
[+] GroovyPagesJspFactory21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410321 has been renamed to __timeStamp__239_neverHappen1414503267124. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (4)
GroovyPagesJspFactory21 ( )This constructor is from 'GroovyPagesJspFactory21' class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory21' class.
getJspApplicationContext ( ServletContext )This method is from 'GroovyPagesJspFactory21' class.
getSpecificationVersion ( )This method is from 'GroovyPagesJspFactory21' class.
[+] GroovyPagesPageContext21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410322 has been renamed to __timeStamp__239_neverHappen1414503267125. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
GroovyPagesPageContext21 ( )This constructor is from 'GroovyPagesPageContext21' class.
__.swapInit ( )This method is from 'GroovyPagesPageContext21' class.
getELContext ( )This method is from 'GroovyPagesPageContext21' class.
getMetaClass ( )This method is from 'GroovyPagesPageContext21' class.
getProperty ( String )This method is from 'GroovyPagesPageContext21' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesPageContext21' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesPageContext21' class.
setProperty ( String, Object )This method is from 'GroovyPagesPageContext21' class.
[+] JspFragmentImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410157 has been renamed to __timeStamp__239_neverHappen1414503266985. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (13)
JspFragmentImpl ( GroovyPagesPageContext, FastStringWriter )This constructor is from 'JspFragmentImpl' class.
__.swapInit ( )This method is from 'JspFragmentImpl' class.
getBody ( )This method is from 'JspFragmentImpl' class.
getJspContext ( )This method is from 'JspFragmentImpl' class.
getMetaClass ( )This method is from 'JspFragmentImpl' class.
getPageContext ( )This method is from 'JspFragmentImpl' class.
getProperty ( String )This method is from 'JspFragmentImpl' class.
invoke ( Writer )This method is from 'JspFragmentImpl' class.
invokeMethod ( String, Object )This method is from 'JspFragmentImpl' class.
setBody ( FastStringWriter )This method is from 'JspFragmentImpl' class.
setMetaClass ( MetaClass )This method is from 'JspFragmentImpl' class.
setPageContext ( GroovyPagesPageContext )This method is from 'JspFragmentImpl' class.
...
[+] JspTagImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410108 has been renamed to __timeStamp__239_neverHappen1414503266933. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (33)
JspTagImpl ( Class )This constructor is from 'JspTagImpl' class.
JspTagImpl ( String, ClassLoader )This constructor is from 'JspTagImpl' class.
__.swapInit ( )This method 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.
...
[+] JspTagLibImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410128 has been renamed to __timeStamp__239_neverHappen1414503266953. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
JspTagLibImpl ( String, Map, ClassLoader )This constructor is from 'JspTagLibImpl' class.
__.swapInit ( )This method is from 'JspTagLibImpl' class.
getMetaClass ( )This method is from 'JspTagLibImpl' class.
getProperty ( String )This method is from 'JspTagLibImpl' class.
getTag ( String )This method is from 'JspTagLibImpl' class.
getURI ( )This method is from 'JspTagLibImpl' class.
invokeMethod ( String, Object )This method is from 'JspTagLibImpl' class.
setMetaClass ( MetaClass )This method is from 'JspTagLibImpl' class.
setProperty ( String, Object )This method is from 'JspTagLibImpl' class.
[+] PageContextFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410131 has been renamed to __timeStamp__239_neverHappen1414503266957. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
PageContextFactory ( )This constructor is from 'PageContextFactory' class.
__.swapInit ( )This method is from 'PageContextFactory' class.
getCurrent ( )This method is from 'PageContextFactory' class.
getMetaClass ( )This method is from 'PageContextFactory' class.
getPageContextClass ( )This method is from 'PageContextFactory' class.
getProperty ( String )This method is from 'PageContextFactory' class.
invokeMethod ( String, Object )This method is from 'PageContextFactory' class.
setMetaClass ( MetaClass )This method is from 'PageContextFactory' class.
setPageContextClass ( Class )This method is from 'PageContextFactory' class.
setProperty ( String, Object )This method is from 'PageContextFactory' class.
[+] TagLibraryResolverImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410144 has been renamed to __timeStamp__239_neverHappen1414503266971. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
TagLibraryResolverImpl ( )This constructor is from 'TagLibraryResolverImpl' class.
__.swapInit ( )This method 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.
...
[+] TldReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410151 has been renamed to __timeStamp__239_neverHappen1414503266980. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (11)
TldReader ( InputStream )This constructor is from 'TldReader' class.
__.swapInit ( )This method is from 'TldReader' class.
getListeners ( )This method is from 'TldReader' class.
getMetaClass ( )This method is from 'TldReader' class.
getProperty ( String )This method is from 'TldReader' class.
getTags ( )This method is from 'TldReader' class.
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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406715410154 has been renamed to __timeStamp__239_neverHappen1414503266982. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
WebXmlTagLibraryReader ( InputStream )This constructor is from 'WebXmlTagLibraryReader' class.
__.swapInit ( )This method 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.3.jar
package org.codehaus.groovy.grails.web.servlet.mvc
[+] SynchronizerTokensHolder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722430423 has been renamed to __timeStamp__239_neverHappen1414503268027. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
SynchronizerTokensHolder ( )This constructor is from 'SynchronizerTokensHolder' class.
__.swapInit ( )This method is from 'SynchronizerTokensHolder' class.
generateToken ( String )This method is from 'SynchronizerTokensHolder' class.
getCurrentTokens ( )This method is from 'SynchronizerTokensHolder' class.
getMetaClass ( )This method is from 'SynchronizerTokensHolder' class.
getProperty ( String )This method is from 'SynchronizerTokensHolder' class.
getTokens ( String )This method is from 'SynchronizerTokensHolder' class.
invokeMethod ( String, Object )This method is from 'SynchronizerTokensHolder' class.
isEmpty ( )This method is from 'SynchronizerTokensHolder' class.
isValid ( String, String )This method is from 'SynchronizerTokensHolder' class.
resetToken ( String )This method is from 'SynchronizerTokensHolder' class.
resetToken ( String, String )This method is from 'SynchronizerTokensHolder' class.
...
grails-web-url-mappings-2.4.3.jar
package org.codehaus.groovy.grails.web.mapping
[+] ControllerActionConventions (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722429854 has been renamed to __timeStamp__239_neverHappen1414503267748. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (21)
ControllerActionConventions ( )This constructor is from 'ControllerActionConventions' class.
__.swapInit ( )This method is from 'ControllerActionConventions' class.
getACTION_CREATE ( )This method is from 'ControllerActionConventions' class.
getACTION_DELETE ( )This method is from 'ControllerActionConventions' class.
getACTION_EDIT ( )This method is from 'ControllerActionConventions' class.
getACTION_INDEX ( )This method is from 'ControllerActionConventions' class.
getACTION_SAVE ( )This method is from 'ControllerActionConventions' class.
getACTION_SHOW ( )This method is from 'ControllerActionConventions' class.
getACTION_UPDATE ( )This method is from 'ControllerActionConventions' class.
getMetaClass ( )This method is from 'ControllerActionConventions' class.
getProperty ( String )This method is from 'ControllerActionConventions' class.
invokeMethod ( String, Object )This method is from 'ControllerActionConventions' class.
...
[+] DefaultLinkGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722429867 has been renamed to __timeStamp__239_neverHappen1414503267750. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (29)
DefaultLinkGenerator ( String )This constructor is from 'DefaultLinkGenerator' class.
DefaultLinkGenerator ( String, String )This constructor is from 'DefaultLinkGenerator' class.
__.swapInit ( )This method is from 'DefaultLinkGenerator' class.
getConfiguredServerBaseURL ( )This method is from 'DefaultLinkGenerator' class.
getContextPath ( )This method is from 'DefaultLinkGenerator' class.
getGrailsUrlConverter ( )This method is from 'DefaultLinkGenerator' class.
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.
...
[+] DefaultUrlMappings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722429933 has been renamed to __timeStamp__239_neverHappen1414503267772. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (9)
DefaultUrlMappings ( )This constructor is from 'DefaultUrlMappings' class.
__.swapInit ( )This method 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 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722429992 has been renamed to __timeStamp__239_neverHappen1414503267789. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (36)
ForwardUrlMappingInfo ( )This constructor is from 'ForwardUrlMappingInfo' class.
__.swapInit ( )This method 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.
...
[+] MetaMappingInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722429942 has been renamed to __timeStamp__239_neverHappen1414503267774. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (25)
MetaMappingInfo ( )This constructor is from 'MetaMappingInfo' class.
__.swapInit ( )This method 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.
...
[+] ResponseCodeUrlMappingVisitor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722430001 has been renamed to __timeStamp__239_neverHappen1414503267791. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (16)
ResponseCodeUrlMappingVisitor ( )This constructor is from 'ResponseCodeUrlMappingVisitor' class.
__.swapInit ( )This method 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.
...
[+] ResponseRedirector (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722429947 has been renamed to __timeStamp__239_neverHappen1414503267775. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (19)
ResponseRedirector ( LinkGenerator )This constructor is from 'ResponseRedirector' class.
__.swapInit ( )This method 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.
...
package org.codehaus.groovy.grails.web.mapping.reporting
[+] AnsiConsoleUrlMappingsRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1406722429959 has been renamed to __timeStamp__239_neverHappen1414503267778. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (27)
AnsiConsoleUrlMappingsRenderer ( )This constructor is from 'AnsiConsoleUrlMappingsRenderer' class.
AnsiConsoleUrlMappingsRenderer ( PrintStream )This constructor is from 'AnsiConsoleUrlMappingsRenderer' class.
__.swapInit ( )This method 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.
...
springloaded-1.2.0.RELEASE.jar
package org.springsource.loaded.agent
[+] SpringPlugin (3)
| Change | Effect |
---|
1 | Field instancesOf_AnnotationMethodHandlerAdapter of type java.util.List has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Field instancesOf_DefaultAnnotationHandlerMapping of type java.util.List has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
3 | Field instancesOf_RequestMappingHandlerMapping has been renamed to annotationMethodHandlerAdapterInstances. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (8)
SpringPlugin ( )This constructor is from 'SpringPlugin' class.
accept ( String, ClassLoader, ProtectionDomain, byte[ ] )This method is from 'SpringPlugin' class.
modify ( String, ClassLoader, byte[ ] )This method is from 'SpringPlugin' class.
recordAnnotationMethodHandlerAdapterInstance ( Object )This method is from 'SpringPlugin' class.
recordDefaultAnnotationHandlerMappingInstance ( Object )This method is from 'SpringPlugin' class.
recordRequestMappingHandlerMappingInstance ( Object )This method is from 'SpringPlugin' class.
reloadEvent ( String, Class, String )This method is from 'SpringPlugin' class.
shouldRerunStaticInitializer ( String, Class, String )This method is from 'SpringPlugin' class.
to the top
Problems with Data Types, Medium Severity (2)
grails-bootstrap-2.4.3.jar
package org.codehaus.groovy.grails.resolve
[+] GrailsCoreDependencies (2)
| Change | Effect |
---|
1 | Value of final field groovyVersion (java.lang.String) has been changed from "2.3.6" to "2.3.7". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
2 | Value of final field springVersion (java.lang.String) has been changed from "4.0.6.RELEASE" to "4.0.7.RELEASE". | Old value of the field will be inlined to the client code at compile-time and will be used instead of a new one. |
[+] affected methods (22)
getCoreDependencies ( )Return value of this method has type 'GrailsCoreDependencies'.
setCoreDependencies ( GrailsCoreDependencies )1st parameter 'p1' of this method has type 'GrailsCoreDependencies'.
getGrailsCoreDependencies ( )Return value of this method has type 'GrailsCoreDependencies'.
getGrailsCoreDependencies ( )Return value of this method has type 'GrailsCoreDependencies'.
GrailsCoreDependencies ( String )This constructor is from 'GrailsCoreDependencies' class.
GrailsCoreDependencies ( String, String )This constructor is from 'GrailsCoreDependencies' class.
GrailsCoreDependencies ( String, String, boolean, boolean )This constructor is from 'GrailsCoreDependencies' class.
getBuildDependencies ( )This method is from 'GrailsCoreDependencies' class.
getBuildDependencyPatterns ( )This method is from 'GrailsCoreDependencies' class.
getCompileDependencies ( )This method is from 'GrailsCoreDependencies' class.
getDocDependencies ( )This method is from 'GrailsCoreDependencies' class.
getGrailsVersion ( )This method is from 'GrailsCoreDependencies' class.
...
to the top
Problems with Data Types, Low Severity (1)
springloaded-1.2.0.RELEASE.jar
package org.springsource.loaded.test.infra
[+] MethodPrinter (1)
| Change | Effect |
---|
1 | Method visitMethodInsn ( int, String, String, String ) has been moved up type hierarchy to visitMethodInsn ( int, String, String, String ) | Method visitMethodInsn ( int, String, String, String ) will be called instead of visitMethodInsn ( int, String, String, String ) in a client program. |
[+] affected methods (1)
visitMethodInsn ( int, String, String, String )Method 'visitMethodInsn ( int, String, String, String )' will be called instead of this method in a client program.
to the top
Other Changes in Data Types (13)
grails-bootstrap-2.4.3.jar
package org.codehaus.groovy.grails.resolve
[+] GrailsCoreDependencies (1)
| Change | Effect |
---|
1 | Field cglibVersion has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (22)
getCoreDependencies ( )Return value of this method has type 'GrailsCoreDependencies'.
setCoreDependencies ( GrailsCoreDependencies )1st parameter 'p1' of this method has type 'GrailsCoreDependencies'.
getGrailsCoreDependencies ( )Return value of this method has type 'GrailsCoreDependencies'.
getGrailsCoreDependencies ( )Return value of this method has type 'GrailsCoreDependencies'.
GrailsCoreDependencies ( String )This constructor is from 'GrailsCoreDependencies' class.
GrailsCoreDependencies ( String, String )This constructor is from 'GrailsCoreDependencies' class.
GrailsCoreDependencies ( String, String, boolean, boolean )This constructor is from 'GrailsCoreDependencies' class.
getBuildDependencies ( )This method is from 'GrailsCoreDependencies' class.
getBuildDependencyPatterns ( )This method is from 'GrailsCoreDependencies' class.
getCompileDependencies ( )This method is from 'GrailsCoreDependencies' class.
getDocDependencies ( )This method is from 'GrailsCoreDependencies' class.
getGrailsVersion ( )This method is from 'GrailsCoreDependencies' class.
...
grails-core-2.4.3.jar
package org.codehaus.groovy.grails.validation
[+] ConstraintsEvaluator (1)
| Change | Effect |
---|
1 | Abstract method evaluate ( Class, boolean ) has been added to this interface. | No effect. |
[+] affected methods (6)
evaluate ( Class )This abstract method is from 'ConstraintsEvaluator' interface.
evaluate ( Class, GrailsDomainClassProperty[ ] )This abstract method is from 'ConstraintsEvaluator' interface.
evaluate ( Object, GrailsDomainClassProperty[ ] )This abstract method is from 'ConstraintsEvaluator' interface.
evaluate ( GrailsDomainClass )This abstract method is from 'ConstraintsEvaluator' interface.
getDefaultConstraints ( )This abstract method is from 'ConstraintsEvaluator' interface.
getObject ( )Return value of this method has type 'ConstraintsEvaluator'.
grails-datastore-core-3.1.2.RELEASE.jar
package org.grails.datastore.mapping.query.api
[+] Criteria (2)
| Change | Effect |
---|
1 | Abstract method cache ( boolean ) has been added to this interface. | No effect. |
2 | Abstract method readOnly ( boolean ) has been added to this interface. | No effect. |
[+] affected methods (205)
allEq ( Map )Return value of this method has type 'Criteria'.
and ( Closure )Return value of this method has type 'Criteria'.
between ( String, Object, Object )Return value of this method has type 'Criteria'.
cache ( boolean )Return value of this method has type 'Criteria'.
eq ( String, Object )Return value of this method has type 'Criteria'.
eqAll ( String, Closure )Return value of this method has type 'Criteria'.
eqAll ( String, QueryableCriteria )Return value of this method has type 'Criteria'.
eqProperty ( String, String )Return value of this method has type 'Criteria'.
exists ( QueryableCriteria )Return value of this method has type 'Criteria'.
ge ( String, Object )Return value of this method has type 'Criteria'.
geAll ( String, Closure )Return value of this method has type 'Criteria'.
geAll ( String, QueryableCriteria )Return value of this method has type 'Criteria'.
...
grails-web-common-2.4.3.jar
package org.codehaus.groovy.grails.web.i18n
[+] ParamsAwareLocaleChangeInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1414503264465 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (10)
ParamsAwareLocaleChangeInterceptor ( )This constructor is from 'ParamsAwareLocaleChangeInterceptor' class.
__.swapInit ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getMetaClass ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getParamName ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getProperty ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
invokeMethod ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
preHandle ( HttpServletRequest, HttpServletResponse, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setMetaClass ( MetaClass )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setParamName ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setProperty ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
springloaded-1.2.0.RELEASE.jar
package org.springsource.loaded
[+] GlobalConfiguration (2)
| Change | Effect |
---|
1 | Field investigateSystemClassReflection has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field rewriteAllSystemClasses has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (1)
GlobalConfiguration ( )This constructor is from 'GlobalConfiguration' class.
package org.springsource.loaded.agent
[+] SpringPlugin (3)
| Change | Effect |
---|
1 | Field defaultAnnotationHandlerMappingInstances has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field localVariableTableParameterNameDiscovererInstances has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
3 | Field requestMappingHandlerMappingInstances has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (8)
SpringPlugin ( )This constructor is from 'SpringPlugin' class.
accept ( String, ClassLoader, ProtectionDomain, byte[ ] )This method is from 'SpringPlugin' class.
modify ( String, ClassLoader, byte[ ] )This method is from 'SpringPlugin' class.
recordAnnotationMethodHandlerAdapterInstance ( Object )This method is from 'SpringPlugin' class.
recordDefaultAnnotationHandlerMappingInstance ( Object )This method is from 'SpringPlugin' class.
recordRequestMappingHandlerMappingInstance ( Object )This method is from 'SpringPlugin' class.
reloadEvent ( String, Class, String )This method is from 'SpringPlugin' class.
shouldRerunStaticInitializer ( String, Class, String )This method is from 'SpringPlugin' class.
package org.springsource.loaded.test.infra
[+] ClassPrinter (2)
| Change | Effect |
---|
1 | Field INCLUDE_BYTECODE has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
2 | Field INCLUDE_LINE_NUMBERS has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (17)
ClassPrinter ( PrintStream )This constructor is from 'ClassPrinter' class.
main ( String[ ] )This method is from 'ClassPrinter' class.
print ( byte[ ] )This method is from 'ClassPrinter' class.
print ( byte[ ], boolean )This method is from 'ClassPrinter' class.
print ( PrintStream, byte[ ], boolean )This method is from 'ClassPrinter' class.
print ( String, byte[ ] )This method is from 'ClassPrinter' class.
print ( String, byte[ ], boolean )This method is from 'ClassPrinter' class.
toAccessForMember ( int )This method is from 'ClassPrinter' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassPrinter' class.
visitAnnotation ( String, boolean )This method is from 'ClassPrinter' class.
visitAttribute ( Attribute )This method is from 'ClassPrinter' class.
visitEnd ( )This method is from 'ClassPrinter' class.
...
package sl.org.objectweb.asm.tree
[+] MethodInsnNode (1)
| Change | Effect |
---|
1 | Field itf has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
MethodInsnNode ( int, String, String, String )This constructor is from 'MethodInsnNode' class.
accept ( MethodVisitor )This method is from 'MethodInsnNode' class.
clone ( Map )This method is from 'MethodInsnNode' class.
getType ( )This method is from 'MethodInsnNode' class.
setOpcode ( int )This method is from 'MethodInsnNode' class.
to the top
Java ARchives (36)
grails-aether-2.4.3.jar
grails-app-files.jar
grails-async-2.4.3.jar
grails-bootstrap-2.4.3.jar
grails-core-2.4.3.jar
grails-databinding-2.4.3.jar
grails-datastore-core-3.1.2.RELEASE.jar
grails-datastore-gorm-3.1.2.RELEASE.jar
grails-datastore-simple-3.1.2.RELEASE.jar
grails-encoder-2.4.3.jar
grails-gdoc-engine-1.0.1.jar
grails-integration-files.jar
grails-logging-2.4.3.jar
grails-plugin-files.jar
grails-project-api-2.4.3.jar
grails-resources-2.4.3.jar
grails-scripts-2.4.3.jar
grails-shared-files.jar
grails-spring-2.4.3.jar
grails-validation-2.4.3.jar
grails-web-2.4.3.jar
grails-web-common-2.4.3.jar
grails-web-databinding-2.4.3.jar
grails-web-databinding-spring-2.4.3.jar
grails-web-fileupload-2.4.3.jar
grails-web-gsp-2.4.3.jar
grails-web-gsp-taglib-2.4.3.jar
grails-web-jsp-2.4.3.jar
grails-web-mvc-2.4.3.jar
grails-web-sitemesh-2.4.3.jar
grails-web-url-mappings-2.4.3.jar
grails-wrapper-2.4.3.jar
grails-wrapper-runtime-2.4.3.jar
grails-wrapper-support-2.4.3.jar
grails-wrapper-support.jar
springloaded-1.2.0.RELEASE.jar
to the top