Source compatibility report for the Grails library between 2.3.8 and 2.3.9 versions
Test Info
Library Name | Grails |
Version #1 | 2.3.8 |
Version #2 | 2.3.9 |
Test Results
Total Java ARchives | 25 |
---|
Total Methods / Classes | 19400 / 2669 |
---|
Verdict | Incompatible (28.4%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 221 |
---|
Removed Methods | High | 394 |
---|
Problems with Data Types | High | 376 |
---|
Medium | 7 |
Low | 6 |
Problems with Methods | High | 0 |
---|
Medium | 9 |
Low | 0 |
Other Changes in Data Types | - | 31 |
Added Methods (221)
grails-aether-2.3.9.jar, AetherDependencyManager.class
package org.codehaus.groovy.grails.resolve.maven.aether
AetherDependencyManager.resolveDependency ( Dependency dependency ) : DependencyReport
[mangled: org/codehaus/groovy/grails/resolve/maven/aether/AetherDependencyManager.resolveDependency:(Lorg/codehaus/groovy/grails/resolve/Dependency;)Lorg/codehaus/groovy/grails/resolve/DependencyReport;]
grails-bootstrap-2.3.9.jar, DependencyInfo.class
package org.codehaus.groovy.grails.cli.maven
DependencyInfo.getExcludes ( ) : List
[mangled: org/codehaus/groovy/grails/cli/maven/DependencyInfo.getExcludes:()Ljava/util/List;]
DependencyInfo.setExcludes ( List p1 ) : void
[mangled: org/codehaus/groovy/grails/cli/maven/DependencyInfo.setExcludes:(Ljava/util/List;)V]
grails-bootstrap-2.3.9.jar, DependencyManager.class
package org.codehaus.groovy.grails.resolve
DependencyManager.resolveDependency ( Dependency p1 ) [abstract] : DependencyReport
[mangled: org/codehaus/groovy/grails/resolve/DependencyManager.resolveDependency:(Lorg/codehaus/groovy/grails/resolve/Dependency;)Lorg/codehaus/groovy/grails/resolve/DependencyReport;]
grails-bootstrap-2.3.9.jar, InteractiveMode.class
package org.codehaus.groovy.grails.cli.interactive
InteractiveMode.isInteractiveEnabled ( ) : boolean
[mangled: org/codehaus/groovy/grails/cli/interactive/InteractiveMode.isInteractiveEnabled:()Z]
grails-bootstrap-2.3.9.jar, IvyDependencyManager.class
package org.codehaus.groovy.grails.resolve
IvyDependencyManager.resolveDependency ( Dependency dependency ) : DependencyReport
[mangled: org/codehaus/groovy/grails/resolve/IvyDependencyManager.resolveDependency:(Lorg/codehaus/groovy/grails/resolve/Dependency;)Lorg/codehaus/groovy/grails/resolve/DependencyReport;]
grails-bootstrap-2.3.9.jar, MavenPomGenerator.class
package org.codehaus.groovy.grails.cli.maven
MavenPomGenerator.convertExclusionsToRealDeps ( Dependency dependency ) : List
[mangled: org/codehaus/groovy/grails/cli/maven/MavenPomGenerator.convertExclusionsToRealDeps:(Lorg/codehaus/groovy/grails/resolve/Dependency;)Ljava/util/List;]
grails-core-2.3.9.jar, ChainedTransactionManager.class
package org.codehaus.groovy.grails.transaction
ChainedTransactionManager.ChainedTransactionManager ( PlatformTransactionManager[ ] transactionManagers )
[mangled: org/codehaus/groovy/grails/transaction/ChainedTransactionManager."<init>":([Lorg/springframework/transaction/PlatformTransactionManager;)V]
grails-core-2.3.9.jar, ChainedTransactionManagerPostProcessor.class
package org.codehaus.groovy.grails.transaction
ChainedTransactionManagerPostProcessor.createTransactionManagerBeanReferences ( BeanDefinition chainedTransactionManagerBeanDefinition ) : ManagedList
[mangled: org/codehaus/groovy/grails/transaction/ChainedTransactionManagerPostProcessor.createTransactionManagerBeanReferences:(Lorg/springframework/beans/factory/config/BeanDefinition;)Lorg/springframework/beans/factory/support/ManagedList;]
ChainedTransactionManagerPostProcessor.isValidTransactionManagerBeanDefinition ( String beanName, BeanDefinition beanDefinition ) : boolean
[mangled: org/codehaus/groovy/grails/transaction/ChainedTransactionManagerPostProcessor.isValidTransactionManagerBeanDefinition:(Ljava/lang/String;Lorg/springframework/beans/factory/config/BeanDefinition;)Z]
ChainedTransactionManagerPostProcessor.registerAdditionalTransactionManagers ( BeanDefinitionRegistry registry, BeanDefinition chainedTransactionManagerBeanDefinition, ManagedList transactionManagerRefs ) : void
[mangled: org/codehaus/groovy/grails/transaction/ChainedTransactionManagerPostProcessor.registerAdditionalTransactionManagers:(Lorg/springframework/beans/factory/support/BeanDefinitionRegistry;Lorg/springframework/beans/factory/config/BeanDefinition;Lorg/springframework/beans/factory/support/ManagedList;)V]
grails-datastore-core-3.1.0.RELEASE.jar, Criteria.class
package org.grails.datastore.mapping.query.api
Criteria.and ( Closure p1 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.and:(Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.eqAll ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.eqAll:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.exists ( QueryableCriteria p1 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.exists:(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.geAll ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.geAll:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.geSome ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.geSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.geSome ( String p1, QueryableCriteria p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.geSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.gtAll ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.gtAll:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.gtSome ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.gtSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.gtSome ( String p1, QueryableCriteria p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.gtSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.in ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.in:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.in ( String p1, QueryableCriteria p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.in:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.inList ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.inList:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.inList ( String p1, QueryableCriteria p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.inList:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.leAll ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.leAll:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.leSome ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.leSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.leSome ( String p1, QueryableCriteria p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.leSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.ltAll ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.ltAll:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.ltSome ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.ltSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.ltSome ( String p1, QueryableCriteria p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.ltSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.not ( Closure p1 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.not:(Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.notExists ( QueryableCriteria p1 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.notExists:(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.notIn ( String p1, Closure p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.notIn:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.notIn ( String p1, QueryableCriteria p2 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.notIn:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
Criteria.or ( Closure p1 ) [abstract] : Criteria
[mangled: org/grails/datastore/mapping/query/api/Criteria.or:(Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
grails-datastore-core-3.1.0.RELEASE.jar, Exists.class
package org.grails.datastore.mapping.query
Query.Exists.getSubquery ( ) : QueryableCriteria
[mangled: org/grails/datastore/mapping/query/Query.Exists.getSubquery:()Lorg/grails/datastore/mapping/query/api/QueryableCriteria;]
Query.Exists.Query.Exists ( QueryableCriteria subquery )
[mangled: org/grails/datastore/mapping/query/Query.Exists."<init>":(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, GreaterThanEqualsSome.class
package org.grails.datastore.mapping.query
Query.GreaterThanEqualsSome.Query.GreaterThanEqualsSome ( String name, QueryableCriteria value )
[mangled: org/grails/datastore/mapping/query/Query.GreaterThanEqualsSome."<init>":(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, GreaterThanSome.class
package org.grails.datastore.mapping.query
Query.GreaterThanSome.Query.GreaterThanSome ( String name, QueryableCriteria value )
[mangled: org/grails/datastore/mapping/query/Query.GreaterThanSome."<init>":(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, In.class
package org.grails.datastore.mapping.query
Query.In.getSubquery ( ) : QueryableCriteria
[mangled: org/grails/datastore/mapping/query/Query.In.getSubquery:()Lorg/grails/datastore/mapping/query/api/QueryableCriteria;]
Query.In.Query.In ( String name, QueryableCriteria subquery )
[mangled: org/grails/datastore/mapping/query/Query.In."<init>":(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, LessThanEqualsSome.class
package org.grails.datastore.mapping.query
Query.LessThanEqualsSome.Query.LessThanEqualsSome ( String name, QueryableCriteria value )
[mangled: org/grails/datastore/mapping/query/Query.LessThanEqualsSome."<init>":(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, LessThanSome.class
package org.grails.datastore.mapping.query
Query.LessThanSome.Query.LessThanSome ( String name, QueryableCriteria value )
[mangled: org/grails/datastore/mapping/query/Query.LessThanSome."<init>":(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, NotExists.class
package org.grails.datastore.mapping.query
Query.NotExists.getSubquery ( ) : QueryableCriteria
[mangled: org/grails/datastore/mapping/query/Query.NotExists.getSubquery:()Lorg/grails/datastore/mapping/query/api/QueryableCriteria;]
Query.NotExists.Query.NotExists ( QueryableCriteria subquery )
[mangled: org/grails/datastore/mapping/query/Query.NotExists."<init>":(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, NotIn.class
package org.grails.datastore.mapping.query
Query.NotIn.getName ( ) : String
[mangled: org/grails/datastore/mapping/query/Query.NotIn.getName:()Ljava/lang/String;]
Query.NotIn.getSubquery ( ) : QueryableCriteria
[mangled: org/grails/datastore/mapping/query/Query.NotIn.getSubquery:()Lorg/grails/datastore/mapping/query/api/QueryableCriteria;]
Query.NotIn.Query.NotIn ( String name, QueryableCriteria subquery )
[mangled: org/grails/datastore/mapping/query/Query.NotIn."<init>":(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)V]
grails-datastore-core-3.1.0.RELEASE.jar, Property.class
package org.grails.datastore.mapping.config
Property.getEnumType ( ) : String
[mangled: org/grails/datastore/mapping/config/Property.getEnumType:()Ljava/lang/String;]
Property.getEnumTypeObject ( ) : EnumType
[mangled: org/grails/datastore/mapping/config/Property.getEnumTypeObject:()Ljavax/persistence/EnumType;]
Property.setEnumType ( EnumType enumType ) : void
[mangled: org/grails/datastore/mapping/config/Property.setEnumType:(Ljavax/persistence/EnumType;)V]
Property.setEnumType ( String enumType ) : void
[mangled: org/grails/datastore/mapping/config/Property.setEnumType:(Ljava/lang/String;)V]
grails-datastore-core-3.1.0.RELEASE.jar, QueryableCriteria.class
package org.grails.datastore.mapping.query.api
QueryableCriteria.getAlias ( ) [abstract] : String
[mangled: org/grails/datastore/mapping/query/api/QueryableCriteria.getAlias:()Ljava/lang/String;]
grails-datastore-core-3.1.0.RELEASE.jar, QueryAliasAwareSession.class
package org.grails.datastore.mapping.query.api
QueryAliasAwareSession.createQuery ( Class p1, String p2 ) [abstract] : Query
[mangled: org/grails/datastore/mapping/query/api/QueryAliasAwareSession.createQuery:(Ljava/lang/Class;Ljava/lang/String;)Lorg/grails/datastore/mapping/query/Query;]
grails-datastore-core-3.1.0.RELEASE.jar, Restrictions.class
package org.grails.datastore.mapping.query
Restrictions.in ( String property, QueryableCriteria subquery ) [static] : Query.In
[mangled: org/grails/datastore/mapping/query/Restrictions.in:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/Query$In;]
Restrictions.notIn ( String property, QueryableCriteria subquery ) [static] : Query.NotIn
[mangled: org/grails/datastore/mapping/query/Restrictions.notIn:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/Query$NotIn;]
grails-datastore-core-3.1.0.RELEASE.jar, SubqueryCriterion.class
package org.grails.datastore.mapping.query
Query.SubqueryCriterion.getValue ( ) : Object
[mangled: org/grails/datastore/mapping/query/Query.SubqueryCriterion.getValue:()Ljava/lang/Object;]
Query.SubqueryCriterion.getValue ( ) : QueryableCriteria
[mangled: org/grails/datastore/mapping/query/Query.SubqueryCriterion.getValue:()Lorg/grails/datastore/mapping/query/api/QueryableCriteria;]
grails-datastore-gorm-3.1.0.RELEASE.jar, CriteriaBuilder.class
package grails.gorm
CriteriaBuilder.exists ( QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.exists:(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.geSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.geSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.geSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.geSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.gtSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.gtSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.gtSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.gtSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.in ( String propertyName, Closure subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.in:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.in ( String propertyName, QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.in:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.inList ( String propertyName, Closure subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.inList:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.inList ( String propertyName, QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.inList:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.leSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.leSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.leSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.leSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.ltSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.ltSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.ltSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.ltSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.notExists ( QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.notExists:(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.notIn ( String propertyName, Closure subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.notIn:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
CriteriaBuilder.notIn ( String propertyName, QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/CriteriaBuilder.notIn:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
grails-datastore-gorm-3.1.0.RELEASE.jar, DetachedAssociationCriteria.class
package org.grails.datastore.gorm.query.criteria
DetachedAssociationCriteria.DetachedAssociationCriteria ( Class targetClass, Association association, String alias )
[mangled: org/grails/datastore/gorm/query/criteria/DetachedAssociationCriteria."<init>":(Ljava/lang/Class;Lorg/grails/datastore/mapping/model/types/Association;Ljava/lang/String;)V]
grails-datastore-gorm-3.1.0.RELEASE.jar, DetachedCriteria.class
package grails.gorm
DetachedCriteria.asBoolean ( ) : boolean
[mangled: grails/gorm/DetachedCriteria.asBoolean:()Z]
DetachedCriteria.asBoolean ( Closure additionalCriteria ) : boolean
[mangled: grails/gorm/DetachedCriteria.asBoolean:(Lgroovy/lang/Closure;)Z]
DetachedCriteria.avg ( String property ) : DetachedCriteria
[mangled: grails/gorm/DetachedCriteria.avg:(Ljava/lang/String;)Lgrails/gorm/DetachedCriteria;]
DetachedCriteria.createAlias ( String association, String alias ) : Criteria
[mangled: grails/gorm/DetachedCriteria.createAlias:(Ljava/lang/String;Ljava/lang/String;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.DetachedCriteria ( Class p1, String p2 )
[mangled: grails/gorm/DetachedCriteria."<init>":(Ljava/lang/Class;Ljava/lang/String;)V]
DetachedCriteria.exists ( QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.exists:(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.geSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.geSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.geSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.geSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.getAlias ( ) : String
[mangled: grails/gorm/DetachedCriteria.getAlias:()Ljava/lang/String;]
DetachedCriteria.gtSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.gtSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.gtSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.gtSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.id ( ) : DetachedCriteria
[mangled: grails/gorm/DetachedCriteria.id:()Lgrails/gorm/DetachedCriteria;]
DetachedCriteria.in ( String propertyName, Closure subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.in:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.in ( String propertyName, QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.in:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.inList ( String propertyName, Closure subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.inList:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.inList ( String propertyName, QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.inList:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.leSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.leSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.leSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.leSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.ltSome ( String propertyName, Closure propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.ltSome:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.ltSome ( String propertyName, QueryableCriteria propertyValue ) : Criteria
[mangled: grails/gorm/DetachedCriteria.ltSome:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.max ( String property ) : DetachedCriteria
[mangled: grails/gorm/DetachedCriteria.max:(Ljava/lang/String;)Lgrails/gorm/DetachedCriteria;]
DetachedCriteria.min ( String property ) : DetachedCriteria
[mangled: grails/gorm/DetachedCriteria.min:(Ljava/lang/String;)Lgrails/gorm/DetachedCriteria;]
DetachedCriteria.notExists ( QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.notExists:(Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.notIn ( String propertyName, Closure subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.notIn:(Ljava/lang/String;Lgroovy/lang/Closure;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.notIn ( String propertyName, QueryableCriteria subquery ) : Criteria
[mangled: grails/gorm/DetachedCriteria.notIn:(Ljava/lang/String;Lorg/grails/datastore/mapping/query/api/QueryableCriteria;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.setAlias ( String alias ) : Criteria
[mangled: grails/gorm/DetachedCriteria.setAlias:(Ljava/lang/String;)Lorg/grails/datastore/mapping/query/api/Criteria;]
DetachedCriteria.size ( ) : Number
[mangled: grails/gorm/DetachedCriteria.size:()Ljava/lang/Number;]
DetachedCriteria.sum ( String property ) : DetachedCriteria
[mangled: grails/gorm/DetachedCriteria.sum:(Ljava/lang/String;)Lgrails/gorm/DetachedCriteria;]
DetachedCriteria.whereLazy ( Closure additionalQuery ) : DetachedCriteria
[mangled: grails/gorm/DetachedCriteria.whereLazy:(Lgroovy/lang/Closure;)Lgrails/gorm/DetachedCriteria;]
grails-datastore-gorm-3.1.0.RELEASE.jar, GormAsyncStaticApi.class
package org.grails.datastore.gorm.async
GormAsyncStaticApi.withNewTransaction ( Map transactionProperties, Closure callable ) : Promise
[mangled: org/grails/datastore/gorm/async/GormAsyncStaticApi.withNewTransaction:(Ljava/util/Map;Lgroovy/lang/Closure;)Lgrails/async/Promise;]
GormAsyncStaticApi.withTransaction ( Map transactionProperties, Closure callable ) : Promise
[mangled: org/grails/datastore/gorm/async/GormAsyncStaticApi.withTransaction:(Ljava/util/Map;Lgroovy/lang/Closure;)Lgrails/async/Promise;]
grails-datastore-gorm-3.1.0.RELEASE.jar, GormStaticApi.class
package org.grails.datastore.gorm
GormStaticApi.withNewTransaction ( Map transactionProperties, Closure callable ) : Object
[mangled: org/grails/datastore/gorm/GormStaticApi.withNewTransaction:(Ljava/util/Map;Lgroovy/lang/Closure;)Ljava/lang/Object;]
GormStaticApi.withTransaction ( Map transactionProperties, Closure callable ) : Object
[mangled: org/grails/datastore/gorm/GormStaticApi.withTransaction:(Ljava/util/Map;Lgroovy/lang/Closure;)Ljava/lang/Object;]
springloaded-1.2.0.RELEASE.jar, AbstractInsnNode.class
package sl.org.objectweb.asm.tree
AbstractInsnNode.acceptAnnotations ( MethodVisitor p1 ) : void
[mangled: sl/org/objectweb/asm/tree/AbstractInsnNode.acceptAnnotations:(Lsl/org/objectweb/asm/MethodVisitor;)V]
AbstractInsnNode.cloneAnnotations ( AbstractInsnNode p1 ) : AbstractInsnNode
[mangled: sl/org/objectweb/asm/tree/AbstractInsnNode.cloneAnnotations:(Lsl/org/objectweb/asm/tree/AbstractInsnNode;)Lsl/org/objectweb/asm/tree/AbstractInsnNode;]
springloaded-1.2.0.RELEASE.jar, AnnotationNode.class
package sl.org.objectweb.asm.tree
AnnotationNode.AnnotationNode ( int p1, String p2 )
[mangled: sl/org/objectweb/asm/tree/AnnotationNode."<init>":(ILjava/lang/String;)V]
AnnotationNode.check ( int p1 ) : void
[mangled: sl/org/objectweb/asm/tree/AnnotationNode.check:(I)V]
springloaded-1.2.0.RELEASE.jar, AnnotationVisitor.class
package sl.org.objectweb.asm
AnnotationVisitor.AnnotationVisitor ( int p1 )
[mangled: sl/org/objectweb/asm/AnnotationVisitor."<init>":(I)V]
AnnotationVisitor.AnnotationVisitor ( int p1, AnnotationVisitor p2 )
[mangled: sl/org/objectweb/asm/AnnotationVisitor."<init>":(ILsl/org/objectweb/asm/AnnotationVisitor;)V]
springloaded-1.2.0.RELEASE.jar, ClassNode.class
package sl.org.objectweb.asm.tree
ClassNode.check ( int p1 ) : void
[mangled: sl/org/objectweb/asm/tree/ClassNode.check:(I)V]
ClassNode.ClassNode ( int p1 )
[mangled: sl/org/objectweb/asm/tree/ClassNode."<init>":(I)V]
ClassNode.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/ClassNode.visitAnnotation:(Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
ClassNode.visitAttribute ( Attribute p1 ) : void
[mangled: sl/org/objectweb/asm/tree/ClassNode.visitAttribute:(Lsl/org/objectweb/asm/Attribute;)V]
ClassNode.visitEnd ( ) : void
[mangled: sl/org/objectweb/asm/tree/ClassNode.visitEnd:()V]
ClassNode.visitTypeAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/ClassNode.visitTypeAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
springloaded-1.2.0.RELEASE.jar, ClassReader.class
package sl.org.objectweb.asm
ClassReader.getItemCount ( ) : int
[mangled: sl/org/objectweb/asm/ClassReader.getItemCount:()I]
ClassReader.getMaxStringLength ( ) : int
[mangled: sl/org/objectweb/asm/ClassReader.getMaxStringLength:()I]
springloaded-1.2.0.RELEASE.jar, ClassVisitor.class
package sl.org.objectweb.asm
ClassVisitor.ClassVisitor ( int p1 )
[mangled: sl/org/objectweb/asm/ClassVisitor."<init>":(I)V]
ClassVisitor.ClassVisitor ( int p1, ClassVisitor p2 )
[mangled: sl/org/objectweb/asm/ClassVisitor."<init>":(ILsl/org/objectweb/asm/ClassVisitor;)V]
ClassVisitor.visitTypeAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/ClassVisitor.visitTypeAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
springloaded-1.2.0.RELEASE.jar, ClassWriter.class
package sl.org.objectweb.asm
ClassWriter.newHandle ( int p1, String p2, String p3, String p4 ) : int
[mangled: sl/org/objectweb/asm/ClassWriter.newHandle:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)I]
ClassWriter.newInvokeDynamic ( String p1, String p2, Handle p3, Object[ ] p4 ) : int
[mangled: sl/org/objectweb/asm/ClassWriter.newInvokeDynamic:(Ljava/lang/String;Ljava/lang/String;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;)I]
ClassWriter.newMethodType ( String p1 ) : int
[mangled: sl/org/objectweb/asm/ClassWriter.newMethodType:(Ljava/lang/String;)I]
ClassWriter.visitTypeAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/ClassWriter.visitTypeAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
springloaded-1.2.0.RELEASE.jar, FieldNode.class
package sl.org.objectweb.asm.tree
FieldNode.check ( int p1 ) : void
[mangled: sl/org/objectweb/asm/tree/FieldNode.check:(I)V]
FieldNode.FieldNode ( int p1, int p2, String p3, String p4, String p5, Object p6 )
[mangled: sl/org/objectweb/asm/tree/FieldNode."<init>":(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
FieldNode.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/FieldNode.visitAnnotation:(Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
FieldNode.visitAttribute ( Attribute p1 ) : void
[mangled: sl/org/objectweb/asm/tree/FieldNode.visitAttribute:(Lsl/org/objectweb/asm/Attribute;)V]
FieldNode.visitEnd ( ) : void
[mangled: sl/org/objectweb/asm/tree/FieldNode.visitEnd:()V]
FieldNode.visitTypeAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/FieldNode.visitTypeAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
springloaded-1.2.0.RELEASE.jar, FieldVisitor.class
package sl.org.objectweb.asm
FieldVisitor.FieldVisitor ( int p1 )
[mangled: sl/org/objectweb/asm/FieldVisitor."<init>":(I)V]
FieldVisitor.FieldVisitor ( int p1, FieldVisitor p2 )
[mangled: sl/org/objectweb/asm/FieldVisitor."<init>":(ILsl/org/objectweb/asm/FieldVisitor;)V]
FieldVisitor.visitTypeAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/FieldVisitor.visitTypeAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
springloaded-1.2.0.RELEASE.jar, Handle.class
package sl.org.objectweb.asm
Handle.equals ( Object p1 ) : boolean
[mangled: sl/org/objectweb/asm/Handle.equals:(Ljava/lang/Object;)Z]
Handle.getDesc ( ) : String
[mangled: sl/org/objectweb/asm/Handle.getDesc:()Ljava/lang/String;]
Handle.getName ( ) : String
[mangled: sl/org/objectweb/asm/Handle.getName:()Ljava/lang/String;]
Handle.getOwner ( ) : String
[mangled: sl/org/objectweb/asm/Handle.getOwner:()Ljava/lang/String;]
Handle.getTag ( ) : int
[mangled: sl/org/objectweb/asm/Handle.getTag:()I]
Handle.Handle ( int p1, String p2, String p3, String p4 )
[mangled: sl/org/objectweb/asm/Handle."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
Handle.hashCode ( ) : int
[mangled: sl/org/objectweb/asm/Handle.hashCode:()I]
Handle.toString ( ) : String
[mangled: sl/org/objectweb/asm/Handle.toString:()Ljava/lang/String;]
springloaded-1.2.0.RELEASE.jar, InvokeDynamicInsnNode.class
package sl.org.objectweb.asm.tree
InvokeDynamicInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: sl/org/objectweb/asm/tree/InvokeDynamicInsnNode.accept:(Lsl/org/objectweb/asm/MethodVisitor;)V]
InvokeDynamicInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: sl/org/objectweb/asm/tree/InvokeDynamicInsnNode.clone:(Ljava/util/Map;)Lsl/org/objectweb/asm/tree/AbstractInsnNode;]
InvokeDynamicInsnNode.getType ( ) : int
[mangled: sl/org/objectweb/asm/tree/InvokeDynamicInsnNode.getType:()I]
InvokeDynamicInsnNode.InvokeDynamicInsnNode ( String p1, String p2, Handle p3, Object[ ] p4 )
[mangled: sl/org/objectweb/asm/tree/InvokeDynamicInsnNode."<init>":(Ljava/lang/String;Ljava/lang/String;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;)V]
springloaded-1.2.0.RELEASE.jar, Java8.class
package org.springsource.loaded.support
Java8.callLambdaMetaFactory ( Object[ ] bsmArgs, Object lookup, String indyNameAndDescriptor, Class executorClass ) [static] : CallSite
[mangled: org/springsource/loaded/support/Java8.callLambdaMetaFactory:([Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/invoke/CallSite;]
Java8.emulateInvokeDynamic ( Class executorClass, Handle handle, Object[ ] bsmArgs, Object lookup, String indyNameAndDescriptor, Object[ ] indyParams ) [static] : Object
[mangled: org/springsource/loaded/support/Java8.emulateInvokeDynamic:(Ljava/lang/Class;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
Java8.enhanceInnerClassLambdaMetaFactory ( byte[ ] bytes ) [static] : byte[ ]
[mangled: org/springsource/loaded/support/Java8.enhanceInnerClassLambdaMetaFactory:([B)[B]
Java8.Java8 ( )
[mangled: org/springsource/loaded/support/Java8."<init>":()V]
springloaded-1.2.0.RELEASE.jar, LocalVariableAnnotationNode.class
package sl.org.objectweb.asm.tree
LocalVariableAnnotationNode.accept ( MethodVisitor p1, boolean p2 ) : void
[mangled: sl/org/objectweb/asm/tree/LocalVariableAnnotationNode.accept:(Lsl/org/objectweb/asm/MethodVisitor;Z)V]
LocalVariableAnnotationNode.LocalVariableAnnotationNode ( int p1, int p2, TypePath p3, LabelNode[ ] p4, LabelNode[ ] p5, int[ ] p6, String p7 )
[mangled: sl/org/objectweb/asm/tree/LocalVariableAnnotationNode."<init>":(IILsl/org/objectweb/asm/TypePath;[Lsl/org/objectweb/asm/tree/LabelNode;[Lsl/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V]
LocalVariableAnnotationNode.LocalVariableAnnotationNode ( int p1, TypePath p2, LabelNode[ ] p3, LabelNode[ ] p4, int[ ] p5, String p6 )
[mangled: sl/org/objectweb/asm/tree/LocalVariableAnnotationNode."<init>":(ILsl/org/objectweb/asm/TypePath;[Lsl/org/objectweb/asm/tree/LabelNode;[Lsl/org/objectweb/asm/tree/LabelNode;[ILjava/lang/String;)V]
springloaded-1.2.0.RELEASE.jar, MethodNode.class
package sl.org.objectweb.asm.tree
MethodNode.check ( int p1 ) : void
[mangled: sl/org/objectweb/asm/tree/MethodNode.check:(I)V]
MethodNode.MethodNode ( int p1 )
[mangled: sl/org/objectweb/asm/tree/MethodNode."<init>":(I)V]
MethodNode.MethodNode ( int p1, int p2, String p3, String p4, String p5, String[ ] p6 )
[mangled: sl/org/objectweb/asm/tree/MethodNode."<init>":(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
MethodNode.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitAnnotation:(Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodNode.visitAttribute ( Attribute p1 ) : void
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitAttribute:(Lsl/org/objectweb/asm/Attribute;)V]
MethodNode.visitEnd ( ) : void
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitEnd:()V]
MethodNode.visitInsnAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitInsnAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodNode.visitInvokeDynamicInsn ( String p1, String p2, Handle p3, Object[ ] p4 ) : void
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;)V]
MethodNode.visitLocalVariableAnnotation ( int p1, TypePath p2, Label[ ] p3, Label[ ] p4, int[ ] p5, String p6, boolean p7 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitLocalVariableAnnotation:(ILsl/org/objectweb/asm/TypePath;[Lsl/org/objectweb/asm/Label;[Lsl/org/objectweb/asm/Label;[ILjava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodNode.visitParameter ( String p1, int p2 ) : void
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitParameter:(Ljava/lang/String;I)V]
MethodNode.visitTryCatchAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitTryCatchAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodNode.visitTypeAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/MethodNode.visitTypeAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
springloaded-1.2.0.RELEASE.jar, MethodPrinter.class
package org.springsource.loaded.test.infra
MethodPrinter.visitInvokeDynamicInsn ( String name, String desc, Handle bsm, Object[ ] bsmArgs ) : void
[mangled: org/springsource/loaded/test/infra/MethodPrinter.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;)V]
springloaded-1.2.0.RELEASE.jar, MethodVisitor.class
package sl.org.objectweb.asm
MethodVisitor.MethodVisitor ( int p1 )
[mangled: sl/org/objectweb/asm/MethodVisitor."<init>":(I)V]
MethodVisitor.MethodVisitor ( int p1, MethodVisitor p2 )
[mangled: sl/org/objectweb/asm/MethodVisitor."<init>":(ILsl/org/objectweb/asm/MethodVisitor;)V]
MethodVisitor.visitInsnAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/MethodVisitor.visitInsnAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodVisitor.visitInvokeDynamicInsn ( String p1, String p2, Handle p3, Object[ ] p4 ) : void
[mangled: sl/org/objectweb/asm/MethodVisitor.visitInvokeDynamicInsn:(Ljava/lang/String;Ljava/lang/String;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;)V]
MethodVisitor.visitLocalVariableAnnotation ( int p1, TypePath p2, Label[ ] p3, Label[ ] p4, int[ ] p5, String p6, boolean p7 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/MethodVisitor.visitLocalVariableAnnotation:(ILsl/org/objectweb/asm/TypePath;[Lsl/org/objectweb/asm/Label;[Lsl/org/objectweb/asm/Label;[ILjava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodVisitor.visitParameter ( String p1, int p2 ) : void
[mangled: sl/org/objectweb/asm/MethodVisitor.visitParameter:(Ljava/lang/String;I)V]
MethodVisitor.visitTryCatchAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/MethodVisitor.visitTryCatchAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodVisitor.visitTypeAnnotation ( int p1, TypePath p2, String p3, boolean p4 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/MethodVisitor.visitTypeAnnotation:(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
springloaded-1.2.0.RELEASE.jar, ParameterNode.class
package sl.org.objectweb.asm.tree
ParameterNode.accept ( MethodVisitor p1 ) : void
[mangled: sl/org/objectweb/asm/tree/ParameterNode.accept:(Lsl/org/objectweb/asm/MethodVisitor;)V]
ParameterNode.ParameterNode ( String p1, int p2 )
[mangled: sl/org/objectweb/asm/tree/ParameterNode."<init>":(Ljava/lang/String;I)V]
springloaded-1.2.0.RELEASE.jar, ReflectiveInterceptor.class
package org.springsource.loaded.ri
ReflectiveInterceptor.jlosHasStaticInitializer ( Class clazz ) [static] : boolean
[mangled: org/springsource/loaded/ri/ReflectiveInterceptor.jlosHasStaticInitializer:(Ljava/lang/Class;)Z]
springloaded-1.2.0.RELEASE.jar, ReloadableType.class
package org.springsource.loaded
ReloadableType.hasStaticInitializer ( ) : boolean
[mangled: org/springsource/loaded/ReloadableType.hasStaticInitializer:()Z]
springloaded-1.2.0.RELEASE.jar, SignatureVisitor.class
package sl.org.objectweb.asm.signature
SignatureVisitor.SignatureVisitor ( int p1 )
[mangled: sl/org/objectweb/asm/signature/SignatureVisitor."<init>":(I)V]
springloaded-1.2.0.RELEASE.jar, TryCatchBlockNode.class
package sl.org.objectweb.asm.tree
TryCatchBlockNode.updateIndex ( int p1 ) : void
[mangled: sl/org/objectweb/asm/tree/TryCatchBlockNode.updateIndex:(I)V]
springloaded-1.2.0.RELEASE.jar, Type.class
package sl.org.objectweb.asm
Type.getArgumentsAndReturnSizes ( ) : int
[mangled: sl/org/objectweb/asm/Type.getArgumentsAndReturnSizes:()I]
Type.getArgumentTypes ( ) : Type[ ]
[mangled: sl/org/objectweb/asm/Type.getArgumentTypes:()[Lsl/org/objectweb/asm/Type;]
Type.getMethodType ( String p1 ) [static] : Type
[mangled: sl/org/objectweb/asm/Type.getMethodType:(Ljava/lang/String;)Lsl/org/objectweb/asm/Type;]
Type.getMethodType ( Type p1, Type[ ] p2 ) [static] : Type
[mangled: sl/org/objectweb/asm/Type.getMethodType:(Lsl/org/objectweb/asm/Type;[Lsl/org/objectweb/asm/Type;)Lsl/org/objectweb/asm/Type;]
Type.getReturnType ( ) : Type
[mangled: sl/org/objectweb/asm/Type.getReturnType:()Lsl/org/objectweb/asm/Type;]
Type.getType ( Constructor p1 ) [static] : Type
[mangled: sl/org/objectweb/asm/Type.getType:(Ljava/lang/reflect/Constructor;)Lsl/org/objectweb/asm/Type;]
Type.getType ( Method p1 ) [static] : Type
[mangled: sl/org/objectweb/asm/Type.getType:(Ljava/lang/reflect/Method;)Lsl/org/objectweb/asm/Type;]
springloaded-1.2.0.RELEASE.jar, TypeAnnotationNode.class
package sl.org.objectweb.asm.tree
TypeAnnotationNode.TypeAnnotationNode ( int p1, int p2, TypePath p3, String p4 )
[mangled: sl/org/objectweb/asm/tree/TypeAnnotationNode."<init>":(IILsl/org/objectweb/asm/TypePath;Ljava/lang/String;)V]
TypeAnnotationNode.TypeAnnotationNode ( int p1, TypePath p2, String p3 )
[mangled: sl/org/objectweb/asm/tree/TypeAnnotationNode."<init>":(ILsl/org/objectweb/asm/TypePath;Ljava/lang/String;)V]
springloaded-1.2.0.RELEASE.jar, TypePath.class
package sl.org.objectweb.asm
TypePath.fromString ( String p1 ) [static] : TypePath
[mangled: sl/org/objectweb/asm/TypePath.fromString:(Ljava/lang/String;)Lsl/org/objectweb/asm/TypePath;]
TypePath.getLength ( ) : int
[mangled: sl/org/objectweb/asm/TypePath.getLength:()I]
TypePath.getStep ( int p1 ) : int
[mangled: sl/org/objectweb/asm/TypePath.getStep:(I)I]
TypePath.getStepArgument ( int p1 ) : int
[mangled: sl/org/objectweb/asm/TypePath.getStepArgument:(I)I]
TypePath.toString ( ) : String
[mangled: sl/org/objectweb/asm/TypePath.toString:()Ljava/lang/String;]
springloaded-1.2.0.RELEASE.jar, TypeReference.class
package sl.org.objectweb.asm
TypeReference.getExceptionIndex ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getExceptionIndex:()I]
TypeReference.getFormalParameterIndex ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getFormalParameterIndex:()I]
TypeReference.getSort ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getSort:()I]
TypeReference.getSuperTypeIndex ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getSuperTypeIndex:()I]
TypeReference.getTryCatchBlockIndex ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getTryCatchBlockIndex:()I]
TypeReference.getTypeArgumentIndex ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getTypeArgumentIndex:()I]
TypeReference.getTypeParameterBoundIndex ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getTypeParameterBoundIndex:()I]
TypeReference.getTypeParameterIndex ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getTypeParameterIndex:()I]
TypeReference.getValue ( ) : int
[mangled: sl/org/objectweb/asm/TypeReference.getValue:()I]
TypeReference.newExceptionReference ( int p1 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newExceptionReference:(I)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.newFormalParameterReference ( int p1 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newFormalParameterReference:(I)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.newSuperTypeReference ( int p1 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newSuperTypeReference:(I)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.newTryCatchReference ( int p1 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newTryCatchReference:(I)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.newTypeArgumentReference ( int p1, int p2 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newTypeArgumentReference:(II)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.newTypeParameterBoundReference ( int p1, int p2, int p3 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newTypeParameterBoundReference:(III)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.newTypeParameterReference ( int p1, int p2 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newTypeParameterReference:(II)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.newTypeReference ( int p1 ) [static] : TypeReference
[mangled: sl/org/objectweb/asm/TypeReference.newTypeReference:(I)Lsl/org/objectweb/asm/TypeReference;]
TypeReference.TypeReference ( int p1 )
[mangled: sl/org/objectweb/asm/TypeReference."<init>":(I)V]
springloaded-1.2.0.RELEASE.jar, TypeRegistry.class
package org.springsource.loaded
TypeRegistry.idycheck ( ) [static] : Object
[mangled: org/springsource/loaded/TypeRegistry.idycheck:()Ljava/lang/Object;]
TypeRegistry.idyrun ( Object[ ] indyParams, int typeRegistryId, int classId, Object caller, String nameAndDescriptor, int bsmId ) [static] : Object
[mangled: org/springsource/loaded/TypeRegistry.idyrun:([Ljava/lang/Object;IILjava/lang/Object;Ljava/lang/String;I)Ljava/lang/Object;]
TypeRegistry.iiIntercept ( Object instance, Object[ ] params, Object instance2, String nameAndDescriptor ) [static] : Object
[mangled: org/springsource/loaded/TypeRegistry.iiIntercept:(Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
TypeRegistry.recordBootstrapMethod ( String slashedClassName, Handle bsm, Object[ ] bsmArgs ) : int
[mangled: org/springsource/loaded/TypeRegistry.recordBootstrapMethod:(Ljava/lang/String;Lsl/org/objectweb/asm/Handle;[Ljava/lang/Object;)I]
springloaded-1.2.0.RELEASE.jar, Utils.class
package org.springsource.loaded
Utils.promoteDefaultOrProtectedToPublic ( int access, boolean isEnum, String name ) [static] : int
[mangled: org/springsource/loaded/Utils.promoteDefaultOrProtectedToPublic:(IZLjava/lang/String;)I]
to the top
Removed Methods (394)
asm-3.2.jar, AnnotationVisitor.class
package org.objectweb.asm
AnnotationVisitor.visit ( String p1, Object p2 ) [abstract] : void
[mangled: org/objectweb/asm/AnnotationVisitor.visit:(Ljava/lang/String;Ljava/lang/Object;)V]
AnnotationVisitor.visitAnnotation ( String p1, String p2 ) [abstract] : AnnotationVisitor
[mangled: org/objectweb/asm/AnnotationVisitor.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;]
AnnotationVisitor.visitArray ( String p1 ) [abstract] : AnnotationVisitor
[mangled: org/objectweb/asm/AnnotationVisitor.visitArray:(Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;]
AnnotationVisitor.visitEnd ( ) [abstract] : void
[mangled: org/objectweb/asm/AnnotationVisitor.visitEnd:()V]
AnnotationVisitor.visitEnum ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/objectweb/asm/AnnotationVisitor.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
asm-3.2.jar, Attribute.class
package org.objectweb.asm
Attribute.Attribute ( String p1 )
[mangled: org/objectweb/asm/Attribute."<init>":(Ljava/lang/String;)V]
Attribute.getLabels ( ) : Label[ ]
[mangled: org/objectweb/asm/Attribute.getLabels:()[Lorg/objectweb/asm/Label;]
Attribute.isCodeAttribute ( ) : boolean
[mangled: org/objectweb/asm/Attribute.isCodeAttribute:()Z]
Attribute.isUnknown ( ) : boolean
[mangled: org/objectweb/asm/Attribute.isUnknown:()Z]
Attribute.read ( ClassReader p1, int p2, int p3, char[ ] p4, int p5, Label[ ] p6 ) : Attribute
[mangled: org/objectweb/asm/Attribute.read:(Lorg/objectweb/asm/ClassReader;II[CI[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Attribute;]
Attribute.write ( ClassWriter p1, byte[ ] p2, int p3, int p4, int p5 ) : ByteVector
[mangled: org/objectweb/asm/Attribute.write:(Lorg/objectweb/asm/ClassWriter;[BIII)Lorg/objectweb/asm/ByteVector;]
asm-3.2.jar, ByteVector.class
package org.objectweb.asm
ByteVector.ByteVector ( )
[mangled: org/objectweb/asm/ByteVector."<init>":()V]
ByteVector.ByteVector ( int p1 )
[mangled: org/objectweb/asm/ByteVector."<init>":(I)V]
ByteVector.putByte ( int p1 ) : ByteVector
[mangled: org/objectweb/asm/ByteVector.putByte:(I)Lorg/objectweb/asm/ByteVector;]
ByteVector.putByteArray ( byte[ ] p1, int p2, int p3 ) : ByteVector
[mangled: org/objectweb/asm/ByteVector.putByteArray:([BII)Lorg/objectweb/asm/ByteVector;]
ByteVector.putInt ( int p1 ) : ByteVector
[mangled: org/objectweb/asm/ByteVector.putInt:(I)Lorg/objectweb/asm/ByteVector;]
ByteVector.putLong ( long p1 ) : ByteVector
[mangled: org/objectweb/asm/ByteVector.putLong:(J)Lorg/objectweb/asm/ByteVector;]
ByteVector.putShort ( int p1 ) : ByteVector
[mangled: org/objectweb/asm/ByteVector.putShort:(I)Lorg/objectweb/asm/ByteVector;]
ByteVector.putUTF8 ( String p1 ) : ByteVector
[mangled: org/objectweb/asm/ByteVector.putUTF8:(Ljava/lang/String;)Lorg/objectweb/asm/ByteVector;]
asm-3.2.jar, ClassAdapter.class
package org.objectweb.asm
ClassAdapter.ClassAdapter ( ClassVisitor p1 )
[mangled: org/objectweb/asm/ClassAdapter."<init>":(Lorg/objectweb/asm/ClassVisitor;)V]
ClassAdapter.visit ( int p1, int p2, String p3, String p4, String p5, String[ ] p6 ) : void
[mangled: org/objectweb/asm/ClassAdapter.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
ClassAdapter.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: org/objectweb/asm/ClassAdapter.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
ClassAdapter.visitAttribute ( Attribute p1 ) : void
[mangled: org/objectweb/asm/ClassAdapter.visitAttribute:(Lorg/objectweb/asm/Attribute;)V]
ClassAdapter.visitEnd ( ) : void
[mangled: org/objectweb/asm/ClassAdapter.visitEnd:()V]
ClassAdapter.visitField ( int p1, String p2, String p3, String p4, Object p5 ) : FieldVisitor
[mangled: org/objectweb/asm/ClassAdapter.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/objectweb/asm/FieldVisitor;]
ClassAdapter.visitInnerClass ( String p1, String p2, String p3, int p4 ) : void
[mangled: org/objectweb/asm/ClassAdapter.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
ClassAdapter.visitMethod ( int p1, String p2, String p3, String p4, String[ ] p5 ) : MethodVisitor
[mangled: org/objectweb/asm/ClassAdapter.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;]
ClassAdapter.visitOuterClass ( String p1, String p2, String p3 ) : void
[mangled: org/objectweb/asm/ClassAdapter.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassAdapter.visitSource ( String p1, String p2 ) : void
[mangled: org/objectweb/asm/ClassAdapter.visitSource:(Ljava/lang/String;Ljava/lang/String;)V]
asm-3.2.jar, ClassReader.class
package org.objectweb.asm
ClassReader.accept ( ClassVisitor p1, Attribute[ ] p2, int p3 ) : void
[mangled: org/objectweb/asm/ClassReader.accept:(Lorg/objectweb/asm/ClassVisitor;[Lorg/objectweb/asm/Attribute;I)V]
ClassReader.accept ( ClassVisitor p1, int p2 ) : void
[mangled: org/objectweb/asm/ClassReader.accept:(Lorg/objectweb/asm/ClassVisitor;I)V]
ClassReader.ClassReader ( byte[ ] p1 )
[mangled: org/objectweb/asm/ClassReader."<init>":([B)V]
ClassReader.ClassReader ( byte[ ] p1, int p2, int p3 )
[mangled: org/objectweb/asm/ClassReader."<init>":([BII)V]
ClassReader.ClassReader ( InputStream p1 )
[mangled: org/objectweb/asm/ClassReader."<init>":(Ljava/io/InputStream;)V]
ClassReader.ClassReader ( String p1 )
[mangled: org/objectweb/asm/ClassReader."<init>":(Ljava/lang/String;)V]
ClassReader.getAccess ( ) : int
[mangled: org/objectweb/asm/ClassReader.getAccess:()I]
ClassReader.getClassName ( ) : String
[mangled: org/objectweb/asm/ClassReader.getClassName:()Ljava/lang/String;]
ClassReader.getInterfaces ( ) : String[ ]
[mangled: org/objectweb/asm/ClassReader.getInterfaces:()[Ljava/lang/String;]
ClassReader.getItem ( int p1 ) : int
[mangled: org/objectweb/asm/ClassReader.getItem:(I)I]
ClassReader.getSuperName ( ) : String
[mangled: org/objectweb/asm/ClassReader.getSuperName:()Ljava/lang/String;]
ClassReader.readByte ( int p1 ) : int
[mangled: org/objectweb/asm/ClassReader.readByte:(I)I]
ClassReader.readClass ( int p1, char[ ] p2 ) : String
[mangled: org/objectweb/asm/ClassReader.readClass:(I[C)Ljava/lang/String;]
ClassReader.readConst ( int p1, char[ ] p2 ) : Object
[mangled: org/objectweb/asm/ClassReader.readConst:(I[C)Ljava/lang/Object;]
ClassReader.readInt ( int p1 ) : int
[mangled: org/objectweb/asm/ClassReader.readInt:(I)I]
ClassReader.readLabel ( int p1, Label[ ] p2 ) : Label
[mangled: org/objectweb/asm/ClassReader.readLabel:(I[Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/Label;]
ClassReader.readLong ( int p1 ) : long
[mangled: org/objectweb/asm/ClassReader.readLong:(I)J]
ClassReader.readShort ( int p1 ) : short
[mangled: org/objectweb/asm/ClassReader.readShort:(I)S]
ClassReader.readUnsignedShort ( int p1 ) : int
[mangled: org/objectweb/asm/ClassReader.readUnsignedShort:(I)I]
ClassReader.readUTF8 ( int p1, char[ ] p2 ) : String
[mangled: org/objectweb/asm/ClassReader.readUTF8:(I[C)Ljava/lang/String;]
asm-3.2.jar, ClassVisitor.class
package org.objectweb.asm
ClassVisitor.visit ( int p1, int p2, String p3, String p4, String p5, String[ ] p6 ) [abstract] : void
[mangled: org/objectweb/asm/ClassVisitor.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
ClassVisitor.visitAnnotation ( String p1, boolean p2 ) [abstract] : AnnotationVisitor
[mangled: org/objectweb/asm/ClassVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
ClassVisitor.visitAttribute ( Attribute p1 ) [abstract] : void
[mangled: org/objectweb/asm/ClassVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V]
ClassVisitor.visitEnd ( ) [abstract] : void
[mangled: org/objectweb/asm/ClassVisitor.visitEnd:()V]
ClassVisitor.visitField ( int p1, String p2, String p3, String p4, Object p5 ) [abstract] : FieldVisitor
[mangled: org/objectweb/asm/ClassVisitor.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/objectweb/asm/FieldVisitor;]
ClassVisitor.visitInnerClass ( String p1, String p2, String p3, int p4 ) [abstract] : void
[mangled: org/objectweb/asm/ClassVisitor.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
ClassVisitor.visitMethod ( int p1, String p2, String p3, String p4, String[ ] p5 ) [abstract] : MethodVisitor
[mangled: org/objectweb/asm/ClassVisitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;]
ClassVisitor.visitOuterClass ( String p1, String p2, String p3 ) [abstract] : void
[mangled: org/objectweb/asm/ClassVisitor.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassVisitor.visitSource ( String p1, String p2 ) [abstract] : void
[mangled: org/objectweb/asm/ClassVisitor.visitSource:(Ljava/lang/String;Ljava/lang/String;)V]
asm-3.2.jar, ClassWriter.class
package org.objectweb.asm
ClassWriter.ClassWriter ( ClassReader p1, int p2 )
[mangled: org/objectweb/asm/ClassWriter."<init>":(Lorg/objectweb/asm/ClassReader;I)V]
ClassWriter.ClassWriter ( int p1 )
[mangled: org/objectweb/asm/ClassWriter."<init>":(I)V]
ClassWriter.getCommonSuperClass ( String p1, String p2 ) : String
[mangled: org/objectweb/asm/ClassWriter.getCommonSuperClass:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ClassWriter.newClass ( String p1 ) : int
[mangled: org/objectweb/asm/ClassWriter.newClass:(Ljava/lang/String;)I]
ClassWriter.newConst ( Object p1 ) : int
[mangled: org/objectweb/asm/ClassWriter.newConst:(Ljava/lang/Object;)I]
ClassWriter.newField ( String p1, String p2, String p3 ) : int
[mangled: org/objectweb/asm/ClassWriter.newField:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)I]
ClassWriter.newMethod ( String p1, String p2, String p3, boolean p4 ) : int
[mangled: org/objectweb/asm/ClassWriter.newMethod:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)I]
ClassWriter.newNameType ( String p1, String p2 ) : int
[mangled: org/objectweb/asm/ClassWriter.newNameType:(Ljava/lang/String;Ljava/lang/String;)I]
ClassWriter.newUTF8 ( String p1 ) : int
[mangled: org/objectweb/asm/ClassWriter.newUTF8:(Ljava/lang/String;)I]
ClassWriter.toByteArray ( ) : byte[ ]
[mangled: org/objectweb/asm/ClassWriter.toByteArray:()[B]
ClassWriter.visit ( int p1, int p2, String p3, String p4, String p5, String[ ] p6 ) : void
[mangled: org/objectweb/asm/ClassWriter.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
ClassWriter.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: org/objectweb/asm/ClassWriter.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
ClassWriter.visitAttribute ( Attribute p1 ) : void
[mangled: org/objectweb/asm/ClassWriter.visitAttribute:(Lorg/objectweb/asm/Attribute;)V]
ClassWriter.visitEnd ( ) : void
[mangled: org/objectweb/asm/ClassWriter.visitEnd:()V]
ClassWriter.visitField ( int p1, String p2, String p3, String p4, Object p5 ) : FieldVisitor
[mangled: org/objectweb/asm/ClassWriter.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/objectweb/asm/FieldVisitor;]
ClassWriter.visitInnerClass ( String p1, String p2, String p3, int p4 ) : void
[mangled: org/objectweb/asm/ClassWriter.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
ClassWriter.visitMethod ( int p1, String p2, String p3, String p4, String[ ] p5 ) : MethodVisitor
[mangled: org/objectweb/asm/ClassWriter.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;]
ClassWriter.visitOuterClass ( String p1, String p2, String p3 ) : void
[mangled: org/objectweb/asm/ClassWriter.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassWriter.visitSource ( String p1, String p2 ) : void
[mangled: org/objectweb/asm/ClassWriter.visitSource:(Ljava/lang/String;Ljava/lang/String;)V]
asm-3.2.jar, FieldVisitor.class
package org.objectweb.asm
FieldVisitor.visitAnnotation ( String p1, boolean p2 ) [abstract] : AnnotationVisitor
[mangled: org/objectweb/asm/FieldVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
FieldVisitor.visitAttribute ( Attribute p1 ) [abstract] : void
[mangled: org/objectweb/asm/FieldVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V]
FieldVisitor.visitEnd ( ) [abstract] : void
[mangled: org/objectweb/asm/FieldVisitor.visitEnd:()V]
asm-3.2.jar, Label.class
package org.objectweb.asm
Label.getOffset ( ) : int
[mangled: org/objectweb/asm/Label.getOffset:()I]
Label.Label ( )
[mangled: org/objectweb/asm/Label."<init>":()V]
Label.toString ( ) : String
[mangled: org/objectweb/asm/Label.toString:()Ljava/lang/String;]
asm-3.2.jar, MethodAdapter.class
package org.objectweb.asm
MethodAdapter.MethodAdapter ( MethodVisitor p1 )
[mangled: org/objectweb/asm/MethodAdapter."<init>":(Lorg/objectweb/asm/MethodVisitor;)V]
MethodAdapter.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: org/objectweb/asm/MethodAdapter.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
MethodAdapter.visitAnnotationDefault ( ) : AnnotationVisitor
[mangled: org/objectweb/asm/MethodAdapter.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;]
MethodAdapter.visitAttribute ( Attribute p1 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitAttribute:(Lorg/objectweb/asm/Attribute;)V]
MethodAdapter.visitCode ( ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitCode:()V]
MethodAdapter.visitEnd ( ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitEnd:()V]
MethodAdapter.visitFieldInsn ( int p1, String p2, String p3, String p4 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodAdapter.visitFrame ( int p1, int p2, Object[ ] p3, int p4, Object[ ] p5 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V]
MethodAdapter.visitIincInsn ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitIincInsn:(II)V]
MethodAdapter.visitInsn ( int p1 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitInsn:(I)V]
MethodAdapter.visitIntInsn ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitIntInsn:(II)V]
MethodAdapter.visitJumpInsn ( int p1, Label p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitJumpInsn:(ILorg/objectweb/asm/Label;)V]
MethodAdapter.visitLabel ( Label p1 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitLabel:(Lorg/objectweb/asm/Label;)V]
MethodAdapter.visitLdcInsn ( Object p1 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitLdcInsn:(Ljava/lang/Object;)V]
MethodAdapter.visitLineNumber ( int p1, Label p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitLineNumber:(ILorg/objectweb/asm/Label;)V]
MethodAdapter.visitLocalVariable ( String p1, String p2, String p3, Label p4, Label p5, int p6 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V]
MethodAdapter.visitLookupSwitchInsn ( Label p1, int[ ] p2, Label[ ] p3 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V]
MethodAdapter.visitMaxs ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitMaxs:(II)V]
MethodAdapter.visitMethodInsn ( int p1, String p2, String p3, String p4 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodAdapter.visitMultiANewArrayInsn ( String p1, int p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitMultiANewArrayInsn:(Ljava/lang/String;I)V]
MethodAdapter.visitParameterAnnotation ( int p1, String p2, boolean p3 ) : AnnotationVisitor
[mangled: org/objectweb/asm/MethodAdapter.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
MethodAdapter.visitTableSwitchInsn ( int p1, int p2, Label p3, Label[ ] p4 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V]
MethodAdapter.visitTryCatchBlock ( Label p1, Label p2, Label p3, String p4 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V]
MethodAdapter.visitTypeInsn ( int p1, String p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitTypeInsn:(ILjava/lang/String;)V]
MethodAdapter.visitVarInsn ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/MethodAdapter.visitVarInsn:(II)V]
asm-3.2.jar, MethodVisitor.class
package org.objectweb.asm
MethodVisitor.visitAnnotation ( String p1, boolean p2 ) [abstract] : AnnotationVisitor
[mangled: org/objectweb/asm/MethodVisitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
MethodVisitor.visitAnnotationDefault ( ) [abstract] : AnnotationVisitor
[mangled: org/objectweb/asm/MethodVisitor.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;]
MethodVisitor.visitAttribute ( Attribute p1 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitAttribute:(Lorg/objectweb/asm/Attribute;)V]
MethodVisitor.visitCode ( ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitCode:()V]
MethodVisitor.visitEnd ( ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitEnd:()V]
MethodVisitor.visitFieldInsn ( int p1, String p2, String p3, String p4 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodVisitor.visitFrame ( int p1, int p2, Object[ ] p3, int p4, Object[ ] p5 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V]
MethodVisitor.visitIincInsn ( int p1, int p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitIincInsn:(II)V]
MethodVisitor.visitInsn ( int p1 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitInsn:(I)V]
MethodVisitor.visitIntInsn ( int p1, int p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitIntInsn:(II)V]
MethodVisitor.visitJumpInsn ( int p1, Label p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitJumpInsn:(ILorg/objectweb/asm/Label;)V]
MethodVisitor.visitLabel ( Label p1 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitLabel:(Lorg/objectweb/asm/Label;)V]
MethodVisitor.visitLdcInsn ( Object p1 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitLdcInsn:(Ljava/lang/Object;)V]
MethodVisitor.visitLineNumber ( int p1, Label p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitLineNumber:(ILorg/objectweb/asm/Label;)V]
MethodVisitor.visitLocalVariable ( String p1, String p2, String p3, Label p4, Label p5, int p6 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V]
MethodVisitor.visitLookupSwitchInsn ( Label p1, int[ ] p2, Label[ ] p3 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V]
MethodVisitor.visitMaxs ( int p1, int p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitMaxs:(II)V]
MethodVisitor.visitMethodInsn ( int p1, String p2, String p3, String p4 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodVisitor.visitMultiANewArrayInsn ( String p1, int p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitMultiANewArrayInsn:(Ljava/lang/String;I)V]
MethodVisitor.visitParameterAnnotation ( int p1, String p2, boolean p3 ) [abstract] : AnnotationVisitor
[mangled: org/objectweb/asm/MethodVisitor.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
MethodVisitor.visitTableSwitchInsn ( int p1, int p2, Label p3, Label[ ] p4 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V]
MethodVisitor.visitTryCatchBlock ( Label p1, Label p2, Label p3, String p4 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V]
MethodVisitor.visitTypeInsn ( int p1, String p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitTypeInsn:(ILjava/lang/String;)V]
MethodVisitor.visitVarInsn ( int p1, int p2 ) [abstract] : void
[mangled: org/objectweb/asm/MethodVisitor.visitVarInsn:(II)V]
asm-3.2.jar, SignatureReader.class
package org.objectweb.asm.signature
SignatureReader.accept ( SignatureVisitor p1 ) : void
[mangled: org/objectweb/asm/signature/SignatureReader.accept:(Lorg/objectweb/asm/signature/SignatureVisitor;)V]
SignatureReader.acceptType ( SignatureVisitor p1 ) : void
[mangled: org/objectweb/asm/signature/SignatureReader.acceptType:(Lorg/objectweb/asm/signature/SignatureVisitor;)V]
SignatureReader.SignatureReader ( String p1 )
[mangled: org/objectweb/asm/signature/SignatureReader."<init>":(Ljava/lang/String;)V]
asm-3.2.jar, SignatureVisitor.class
package org.objectweb.asm.signature
SignatureVisitor.visitArrayType ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitArrayType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitBaseType ( char p1 ) [abstract] : void
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitBaseType:(C)V]
SignatureVisitor.visitClassBound ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitClassBound:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitClassType ( String p1 ) [abstract] : void
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitClassType:(Ljava/lang/String;)V]
SignatureVisitor.visitEnd ( ) [abstract] : void
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitEnd:()V]
SignatureVisitor.visitExceptionType ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitExceptionType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitFormalTypeParameter ( String p1 ) [abstract] : void
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitFormalTypeParameter:(Ljava/lang/String;)V]
SignatureVisitor.visitInnerClassType ( String p1 ) [abstract] : void
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitInnerClassType:(Ljava/lang/String;)V]
SignatureVisitor.visitInterface ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitInterface:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitInterfaceBound ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitInterfaceBound:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitParameterType ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitParameterType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitReturnType ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitReturnType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitSuperclass ( ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitSuperclass:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitTypeArgument ( ) [abstract] : void
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitTypeArgument:()V]
SignatureVisitor.visitTypeArgument ( char p1 ) [abstract] : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitTypeArgument:(C)Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureVisitor.visitTypeVariable ( String p1 ) [abstract] : void
[mangled: org/objectweb/asm/signature/SignatureVisitor.visitTypeVariable:(Ljava/lang/String;)V]
asm-3.2.jar, SignatureWriter.class
package org.objectweb.asm.signature
SignatureWriter.SignatureWriter ( )
[mangled: org/objectweb/asm/signature/SignatureWriter."<init>":()V]
SignatureWriter.toString ( ) : String
[mangled: org/objectweb/asm/signature/SignatureWriter.toString:()Ljava/lang/String;]
SignatureWriter.visitArrayType ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitArrayType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitBaseType ( char p1 ) : void
[mangled: org/objectweb/asm/signature/SignatureWriter.visitBaseType:(C)V]
SignatureWriter.visitClassBound ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitClassBound:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitClassType ( String p1 ) : void
[mangled: org/objectweb/asm/signature/SignatureWriter.visitClassType:(Ljava/lang/String;)V]
SignatureWriter.visitEnd ( ) : void
[mangled: org/objectweb/asm/signature/SignatureWriter.visitEnd:()V]
SignatureWriter.visitExceptionType ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitExceptionType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitFormalTypeParameter ( String p1 ) : void
[mangled: org/objectweb/asm/signature/SignatureWriter.visitFormalTypeParameter:(Ljava/lang/String;)V]
SignatureWriter.visitInnerClassType ( String p1 ) : void
[mangled: org/objectweb/asm/signature/SignatureWriter.visitInnerClassType:(Ljava/lang/String;)V]
SignatureWriter.visitInterface ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitInterface:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitInterfaceBound ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitInterfaceBound:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitParameterType ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitParameterType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitReturnType ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitReturnType:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitSuperclass ( ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitSuperclass:()Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitTypeArgument ( ) : void
[mangled: org/objectweb/asm/signature/SignatureWriter.visitTypeArgument:()V]
SignatureWriter.visitTypeArgument ( char p1 ) : SignatureVisitor
[mangled: org/objectweb/asm/signature/SignatureWriter.visitTypeArgument:(C)Lorg/objectweb/asm/signature/SignatureVisitor;]
SignatureWriter.visitTypeVariable ( String p1 ) : void
[mangled: org/objectweb/asm/signature/SignatureWriter.visitTypeVariable:(Ljava/lang/String;)V]
asm-3.2.jar, Type.class
package org.objectweb.asm
Type.equals ( Object p1 ) : boolean
[mangled: org/objectweb/asm/Type.equals:(Ljava/lang/Object;)Z]
Type.getArgumentsAndReturnSizes ( String p1 ) [static] : int
[mangled: org/objectweb/asm/Type.getArgumentsAndReturnSizes:(Ljava/lang/String;)I]
Type.getArgumentTypes ( Method p1 ) [static] : Type[ ]
[mangled: org/objectweb/asm/Type.getArgumentTypes:(Ljava/lang/reflect/Method;)[Lorg/objectweb/asm/Type;]
Type.getArgumentTypes ( String p1 ) [static] : Type[ ]
[mangled: org/objectweb/asm/Type.getArgumentTypes:(Ljava/lang/String;)[Lorg/objectweb/asm/Type;]
Type.getClassName ( ) : String
[mangled: org/objectweb/asm/Type.getClassName:()Ljava/lang/String;]
Type.getConstructorDescriptor ( Constructor p1 ) [static] : String
[mangled: org/objectweb/asm/Type.getConstructorDescriptor:(Ljava/lang/reflect/Constructor;)Ljava/lang/String;]
Type.getDescriptor ( ) : String
[mangled: org/objectweb/asm/Type.getDescriptor:()Ljava/lang/String;]
Type.getDescriptor ( Class p1 ) [static] : String
[mangled: org/objectweb/asm/Type.getDescriptor:(Ljava/lang/Class;)Ljava/lang/String;]
Type.getDimensions ( ) : int
[mangled: org/objectweb/asm/Type.getDimensions:()I]
Type.getElementType ( ) : Type
[mangled: org/objectweb/asm/Type.getElementType:()Lorg/objectweb/asm/Type;]
Type.getInternalName ( ) : String
[mangled: org/objectweb/asm/Type.getInternalName:()Ljava/lang/String;]
Type.getInternalName ( Class p1 ) [static] : String
[mangled: org/objectweb/asm/Type.getInternalName:(Ljava/lang/Class;)Ljava/lang/String;]
Type.getMethodDescriptor ( Method p1 ) [static] : String
[mangled: org/objectweb/asm/Type.getMethodDescriptor:(Ljava/lang/reflect/Method;)Ljava/lang/String;]
Type.getMethodDescriptor ( Type p1, Type[ ] p2 ) [static] : String
[mangled: org/objectweb/asm/Type.getMethodDescriptor:(Lorg/objectweb/asm/Type;[Lorg/objectweb/asm/Type;)Ljava/lang/String;]
Type.getObjectType ( String p1 ) [static] : Type
[mangled: org/objectweb/asm/Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;]
Type.getOpcode ( int p1 ) : int
[mangled: org/objectweb/asm/Type.getOpcode:(I)I]
Type.getReturnType ( Method p1 ) [static] : Type
[mangled: org/objectweb/asm/Type.getReturnType:(Ljava/lang/reflect/Method;)Lorg/objectweb/asm/Type;]
Type.getReturnType ( String p1 ) [static] : Type
[mangled: org/objectweb/asm/Type.getReturnType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;]
Type.getSize ( ) : int
[mangled: org/objectweb/asm/Type.getSize:()I]
Type.getSort ( ) : int
[mangled: org/objectweb/asm/Type.getSort:()I]
Type.getType ( Class p1 ) [static] : Type
[mangled: org/objectweb/asm/Type.getType:(Ljava/lang/Class;)Lorg/objectweb/asm/Type;]
Type.getType ( String p1 ) [static] : Type
[mangled: org/objectweb/asm/Type.getType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;]
Type.hashCode ( ) : int
[mangled: org/objectweb/asm/Type.hashCode:()I]
Type.toString ( ) : String
[mangled: org/objectweb/asm/Type.toString:()Ljava/lang/String;]
asm-tree-3.2.jar, AbstractInsnNode.class
package org.objectweb.asm.tree
AbstractInsnNode.AbstractInsnNode ( int p1 )
[mangled: org/objectweb/asm/tree/AbstractInsnNode."<init>":(I)V]
AbstractInsnNode.accept ( MethodVisitor p1 ) [abstract] : void
[mangled: org/objectweb/asm/tree/AbstractInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
AbstractInsnNode.clone ( Map p1 ) [abstract] : AbstractInsnNode
[mangled: org/objectweb/asm/tree/AbstractInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
AbstractInsnNode.getNext ( ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/AbstractInsnNode.getNext:()Lorg/objectweb/asm/tree/AbstractInsnNode;]
AbstractInsnNode.getOpcode ( ) : int
[mangled: org/objectweb/asm/tree/AbstractInsnNode.getOpcode:()I]
AbstractInsnNode.getPrevious ( ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/AbstractInsnNode.getPrevious:()Lorg/objectweb/asm/tree/AbstractInsnNode;]
AbstractInsnNode.getType ( ) [abstract] : int
[mangled: org/objectweb/asm/tree/AbstractInsnNode.getType:()I]
asm-tree-3.2.jar, AnnotationNode.class
package org.objectweb.asm.tree
AnnotationNode.accept ( AnnotationVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/AnnotationNode.accept:(Lorg/objectweb/asm/AnnotationVisitor;)V]
AnnotationNode.AnnotationNode ( String p1 )
[mangled: org/objectweb/asm/tree/AnnotationNode."<init>":(Ljava/lang/String;)V]
AnnotationNode.visit ( String p1, Object p2 ) : void
[mangled: org/objectweb/asm/tree/AnnotationNode.visit:(Ljava/lang/String;Ljava/lang/Object;)V]
AnnotationNode.visitAnnotation ( String p1, String p2 ) : AnnotationVisitor
[mangled: org/objectweb/asm/tree/AnnotationNode.visitAnnotation:(Ljava/lang/String;Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;]
AnnotationNode.visitArray ( String p1 ) : AnnotationVisitor
[mangled: org/objectweb/asm/tree/AnnotationNode.visitArray:(Ljava/lang/String;)Lorg/objectweb/asm/AnnotationVisitor;]
AnnotationNode.visitEnd ( ) : void
[mangled: org/objectweb/asm/tree/AnnotationNode.visitEnd:()V]
AnnotationNode.visitEnum ( String p1, String p2, String p3 ) : void
[mangled: org/objectweb/asm/tree/AnnotationNode.visitEnum:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
asm-tree-3.2.jar, ClassNode.class
package org.objectweb.asm.tree
ClassNode.accept ( ClassVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/ClassNode.accept:(Lorg/objectweb/asm/ClassVisitor;)V]
ClassNode.ClassNode ( )
[mangled: org/objectweb/asm/tree/ClassNode."<init>":()V]
ClassNode.visit ( int p1, int p2, String p3, String p4, String p5, String[ ] p6 ) : void
[mangled: org/objectweb/asm/tree/ClassNode.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
ClassNode.visitField ( int p1, String p2, String p3, String p4, Object p5 ) : FieldVisitor
[mangled: org/objectweb/asm/tree/ClassNode.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/objectweb/asm/FieldVisitor;]
ClassNode.visitInnerClass ( String p1, String p2, String p3, int p4 ) : void
[mangled: org/objectweb/asm/tree/ClassNode.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
ClassNode.visitMethod ( int p1, String p2, String p3, String p4, String[ ] p5 ) : MethodVisitor
[mangled: org/objectweb/asm/tree/ClassNode.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/objectweb/asm/MethodVisitor;]
ClassNode.visitOuterClass ( String p1, String p2, String p3 ) : void
[mangled: org/objectweb/asm/tree/ClassNode.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassNode.visitSource ( String p1, String p2 ) : void
[mangled: org/objectweb/asm/tree/ClassNode.visitSource:(Ljava/lang/String;Ljava/lang/String;)V]
asm-tree-3.2.jar, FieldInsnNode.class
package org.objectweb.asm.tree
FieldInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/FieldInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
FieldInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/FieldInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
FieldInsnNode.FieldInsnNode ( int p1, String p2, String p3, String p4 )
[mangled: org/objectweb/asm/tree/FieldInsnNode."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
FieldInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/FieldInsnNode.getType:()I]
FieldInsnNode.setOpcode ( int p1 ) : void
[mangled: org/objectweb/asm/tree/FieldInsnNode.setOpcode:(I)V]
asm-tree-3.2.jar, FieldNode.class
package org.objectweb.asm.tree
FieldNode.accept ( ClassVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/FieldNode.accept:(Lorg/objectweb/asm/ClassVisitor;)V]
FieldNode.FieldNode ( int p1, String p2, String p3, String p4, Object p5 )
[mangled: org/objectweb/asm/tree/FieldNode."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V]
asm-tree-3.2.jar, FrameNode.class
package org.objectweb.asm.tree
FrameNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/FrameNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
FrameNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/FrameNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
FrameNode.FrameNode ( int p1, int p2, Object[ ] p3, int p4, Object[ ] p5 )
[mangled: org/objectweb/asm/tree/FrameNode."<init>":(II[Ljava/lang/Object;I[Ljava/lang/Object;)V]
FrameNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/FrameNode.getType:()I]
asm-tree-3.2.jar, IincInsnNode.class
package org.objectweb.asm.tree
IincInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/IincInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
IincInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/IincInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
IincInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/IincInsnNode.getType:()I]
IincInsnNode.IincInsnNode ( int p1, int p2 )
[mangled: org/objectweb/asm/tree/IincInsnNode."<init>":(II)V]
asm-tree-3.2.jar, InnerClassNode.class
package org.objectweb.asm.tree
InnerClassNode.accept ( ClassVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/InnerClassNode.accept:(Lorg/objectweb/asm/ClassVisitor;)V]
InnerClassNode.InnerClassNode ( String p1, String p2, String p3, int p4 )
[mangled: org/objectweb/asm/tree/InnerClassNode."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
asm-tree-3.2.jar, InsnList.class
package org.objectweb.asm.tree
InsnList.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/InsnList.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
InsnList.add ( AbstractInsnNode p1 ) : void
[mangled: org/objectweb/asm/tree/InsnList.add:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V]
InsnList.add ( InsnList p1 ) : void
[mangled: org/objectweb/asm/tree/InsnList.add:(Lorg/objectweb/asm/tree/InsnList;)V]
InsnList.clear ( ) : void
[mangled: org/objectweb/asm/tree/InsnList.clear:()V]
InsnList.contains ( AbstractInsnNode p1 ) : boolean
[mangled: org/objectweb/asm/tree/InsnList.contains:(Lorg/objectweb/asm/tree/AbstractInsnNode;)Z]
InsnList.get ( int p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/InsnList.get:(I)Lorg/objectweb/asm/tree/AbstractInsnNode;]
InsnList.getFirst ( ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/InsnList.getFirst:()Lorg/objectweb/asm/tree/AbstractInsnNode;]
InsnList.getLast ( ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/InsnList.getLast:()Lorg/objectweb/asm/tree/AbstractInsnNode;]
InsnList.indexOf ( AbstractInsnNode p1 ) : int
[mangled: org/objectweb/asm/tree/InsnList.indexOf:(Lorg/objectweb/asm/tree/AbstractInsnNode;)I]
InsnList.insert ( AbstractInsnNode p1 ) : void
[mangled: org/objectweb/asm/tree/InsnList.insert:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V]
InsnList.insert ( AbstractInsnNode p1, AbstractInsnNode p2 ) : void
[mangled: org/objectweb/asm/tree/InsnList.insert:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/AbstractInsnNode;)V]
InsnList.insert ( AbstractInsnNode p1, InsnList p2 ) : void
[mangled: org/objectweb/asm/tree/InsnList.insert:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/InsnList;)V]
InsnList.insert ( InsnList p1 ) : void
[mangled: org/objectweb/asm/tree/InsnList.insert:(Lorg/objectweb/asm/tree/InsnList;)V]
InsnList.insertBefore ( AbstractInsnNode p1, AbstractInsnNode p2 ) : void
[mangled: org/objectweb/asm/tree/InsnList.insertBefore:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/AbstractInsnNode;)V]
InsnList.insertBefore ( AbstractInsnNode p1, InsnList p2 ) : void
[mangled: org/objectweb/asm/tree/InsnList.insertBefore:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/InsnList;)V]
InsnList.InsnList ( )
[mangled: org/objectweb/asm/tree/InsnList."<init>":()V]
InsnList.iterator ( ) : ListIterator
[mangled: org/objectweb/asm/tree/InsnList.iterator:()Ljava/util/ListIterator;]
InsnList.iterator ( int p1 ) : ListIterator
[mangled: org/objectweb/asm/tree/InsnList.iterator:(I)Ljava/util/ListIterator;]
InsnList.remove ( AbstractInsnNode p1 ) : void
[mangled: org/objectweb/asm/tree/InsnList.remove:(Lorg/objectweb/asm/tree/AbstractInsnNode;)V]
InsnList.resetLabels ( ) : void
[mangled: org/objectweb/asm/tree/InsnList.resetLabels:()V]
InsnList.set ( AbstractInsnNode p1, AbstractInsnNode p2 ) : void
[mangled: org/objectweb/asm/tree/InsnList.set:(Lorg/objectweb/asm/tree/AbstractInsnNode;Lorg/objectweb/asm/tree/AbstractInsnNode;)V]
InsnList.size ( ) : int
[mangled: org/objectweb/asm/tree/InsnList.size:()I]
InsnList.toArray ( ) : AbstractInsnNode[ ]
[mangled: org/objectweb/asm/tree/InsnList.toArray:()[Lorg/objectweb/asm/tree/AbstractInsnNode;]
asm-tree-3.2.jar, InsnNode.class
package org.objectweb.asm.tree
InsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/InsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
InsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/InsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
InsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/InsnNode.getType:()I]
InsnNode.InsnNode ( int p1 )
[mangled: org/objectweb/asm/tree/InsnNode."<init>":(I)V]
asm-tree-3.2.jar, IntInsnNode.class
package org.objectweb.asm.tree
IntInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/IntInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
IntInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/IntInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
IntInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/IntInsnNode.getType:()I]
IntInsnNode.IntInsnNode ( int p1, int p2 )
[mangled: org/objectweb/asm/tree/IntInsnNode."<init>":(II)V]
IntInsnNode.setOpcode ( int p1 ) : void
[mangled: org/objectweb/asm/tree/IntInsnNode.setOpcode:(I)V]
asm-tree-3.2.jar, JumpInsnNode.class
package org.objectweb.asm.tree
JumpInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/JumpInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
JumpInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/JumpInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
JumpInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/JumpInsnNode.getType:()I]
JumpInsnNode.JumpInsnNode ( int p1, LabelNode p2 )
[mangled: org/objectweb/asm/tree/JumpInsnNode."<init>":(ILorg/objectweb/asm/tree/LabelNode;)V]
JumpInsnNode.setOpcode ( int p1 ) : void
[mangled: org/objectweb/asm/tree/JumpInsnNode.setOpcode:(I)V]
asm-tree-3.2.jar, LabelNode.class
package org.objectweb.asm.tree
LabelNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/LabelNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
LabelNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/LabelNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
LabelNode.getLabel ( ) : Label
[mangled: org/objectweb/asm/tree/LabelNode.getLabel:()Lorg/objectweb/asm/Label;]
LabelNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/LabelNode.getType:()I]
LabelNode.LabelNode ( )
[mangled: org/objectweb/asm/tree/LabelNode."<init>":()V]
LabelNode.LabelNode ( Label p1 )
[mangled: org/objectweb/asm/tree/LabelNode."<init>":(Lorg/objectweb/asm/Label;)V]
LabelNode.resetLabel ( ) : void
[mangled: org/objectweb/asm/tree/LabelNode.resetLabel:()V]
asm-tree-3.2.jar, LdcInsnNode.class
package org.objectweb.asm.tree
LdcInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/LdcInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
LdcInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/LdcInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
LdcInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/LdcInsnNode.getType:()I]
LdcInsnNode.LdcInsnNode ( Object p1 )
[mangled: org/objectweb/asm/tree/LdcInsnNode."<init>":(Ljava/lang/Object;)V]
asm-tree-3.2.jar, LineNumberNode.class
package org.objectweb.asm.tree
LineNumberNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/LineNumberNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
LineNumberNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/LineNumberNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
LineNumberNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/LineNumberNode.getType:()I]
LineNumberNode.LineNumberNode ( int p1, LabelNode p2 )
[mangled: org/objectweb/asm/tree/LineNumberNode."<init>":(ILorg/objectweb/asm/tree/LabelNode;)V]
asm-tree-3.2.jar, LocalVariableNode.class
package org.objectweb.asm.tree
LocalVariableNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/LocalVariableNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
LocalVariableNode.LocalVariableNode ( String p1, String p2, String p3, LabelNode p4, LabelNode p5, int p6 )
[mangled: org/objectweb/asm/tree/LocalVariableNode."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;I)V]
asm-tree-3.2.jar, LookupSwitchInsnNode.class
package org.objectweb.asm.tree
LookupSwitchInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/LookupSwitchInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
LookupSwitchInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/LookupSwitchInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
LookupSwitchInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/LookupSwitchInsnNode.getType:()I]
LookupSwitchInsnNode.LookupSwitchInsnNode ( LabelNode p1, int[ ] p2, LabelNode[ ] p3 )
[mangled: org/objectweb/asm/tree/LookupSwitchInsnNode."<init>":(Lorg/objectweb/asm/tree/LabelNode;[I[Lorg/objectweb/asm/tree/LabelNode;)V]
asm-tree-3.2.jar, MemberNode.class
package org.objectweb.asm.tree
MemberNode.MemberNode ( )
[mangled: org/objectweb/asm/tree/MemberNode."<init>":()V]
MemberNode.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: org/objectweb/asm/tree/MemberNode.visitAnnotation:(Ljava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
MemberNode.visitAttribute ( Attribute p1 ) : void
[mangled: org/objectweb/asm/tree/MemberNode.visitAttribute:(Lorg/objectweb/asm/Attribute;)V]
MemberNode.visitEnd ( ) : void
[mangled: org/objectweb/asm/tree/MemberNode.visitEnd:()V]
asm-tree-3.2.jar, MethodInsnNode.class
package org.objectweb.asm.tree
MethodInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/MethodInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
MethodInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/MethodInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
MethodInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/MethodInsnNode.getType:()I]
MethodInsnNode.MethodInsnNode ( int p1, String p2, String p3, String p4 )
[mangled: org/objectweb/asm/tree/MethodInsnNode."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodInsnNode.setOpcode ( int p1 ) : void
[mangled: org/objectweb/asm/tree/MethodInsnNode.setOpcode:(I)V]
asm-tree-3.2.jar, MethodNode.class
package org.objectweb.asm.tree
MethodNode.accept ( ClassVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.accept:(Lorg/objectweb/asm/ClassVisitor;)V]
MethodNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
MethodNode.getLabelNode ( Label p1 ) : LabelNode
[mangled: org/objectweb/asm/tree/MethodNode.getLabelNode:(Lorg/objectweb/asm/Label;)Lorg/objectweb/asm/tree/LabelNode;]
MethodNode.MethodNode ( )
[mangled: org/objectweb/asm/tree/MethodNode."<init>":()V]
MethodNode.MethodNode ( int p1, String p2, String p3, String p4, String[ ] p5 )
[mangled: org/objectweb/asm/tree/MethodNode."<init>":(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
MethodNode.visitAnnotationDefault ( ) : AnnotationVisitor
[mangled: org/objectweb/asm/tree/MethodNode.visitAnnotationDefault:()Lorg/objectweb/asm/AnnotationVisitor;]
MethodNode.visitCode ( ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitCode:()V]
MethodNode.visitFieldInsn ( int p1, String p2, String p3, String p4 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodNode.visitFrame ( int p1, int p2, Object[ ] p3, int p4, Object[ ] p5 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V]
MethodNode.visitIincInsn ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitIincInsn:(II)V]
MethodNode.visitInsn ( int p1 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitInsn:(I)V]
MethodNode.visitIntInsn ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitIntInsn:(II)V]
MethodNode.visitJumpInsn ( int p1, Label p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitJumpInsn:(ILorg/objectweb/asm/Label;)V]
MethodNode.visitLabel ( Label p1 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitLabel:(Lorg/objectweb/asm/Label;)V]
MethodNode.visitLdcInsn ( Object p1 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitLdcInsn:(Ljava/lang/Object;)V]
MethodNode.visitLineNumber ( int p1, Label p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitLineNumber:(ILorg/objectweb/asm/Label;)V]
MethodNode.visitLocalVariable ( String p1, String p2, String p3, Label p4, Label p5, int p6 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;I)V]
MethodNode.visitLookupSwitchInsn ( Label p1, int[ ] p2, Label[ ] p3 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitLookupSwitchInsn:(Lorg/objectweb/asm/Label;[I[Lorg/objectweb/asm/Label;)V]
MethodNode.visitMaxs ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitMaxs:(II)V]
MethodNode.visitMethodInsn ( int p1, String p2, String p3, String p4 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodNode.visitMultiANewArrayInsn ( String p1, int p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitMultiANewArrayInsn:(Ljava/lang/String;I)V]
MethodNode.visitParameterAnnotation ( int p1, String p2, boolean p3 ) : AnnotationVisitor
[mangled: org/objectweb/asm/tree/MethodNode.visitParameterAnnotation:(ILjava/lang/String;Z)Lorg/objectweb/asm/AnnotationVisitor;]
MethodNode.visitTableSwitchInsn ( int p1, int p2, Label p3, Label[ ] p4 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitTableSwitchInsn:(IILorg/objectweb/asm/Label;[Lorg/objectweb/asm/Label;)V]
MethodNode.visitTryCatchBlock ( Label p1, Label p2, Label p3, String p4 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitTryCatchBlock:(Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Lorg/objectweb/asm/Label;Ljava/lang/String;)V]
MethodNode.visitTypeInsn ( int p1, String p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitTypeInsn:(ILjava/lang/String;)V]
MethodNode.visitVarInsn ( int p1, int p2 ) : void
[mangled: org/objectweb/asm/tree/MethodNode.visitVarInsn:(II)V]
asm-tree-3.2.jar, MultiANewArrayInsnNode.class
package org.objectweb.asm.tree
MultiANewArrayInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/MultiANewArrayInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
MultiANewArrayInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/MultiANewArrayInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
MultiANewArrayInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/MultiANewArrayInsnNode.getType:()I]
MultiANewArrayInsnNode.MultiANewArrayInsnNode ( String p1, int p2 )
[mangled: org/objectweb/asm/tree/MultiANewArrayInsnNode."<init>":(Ljava/lang/String;I)V]
asm-tree-3.2.jar, TableSwitchInsnNode.class
package org.objectweb.asm.tree
TableSwitchInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/TableSwitchInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
TableSwitchInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/TableSwitchInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
TableSwitchInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/TableSwitchInsnNode.getType:()I]
TableSwitchInsnNode.TableSwitchInsnNode ( int p1, int p2, LabelNode p3, LabelNode[ ] p4 )
[mangled: org/objectweb/asm/tree/TableSwitchInsnNode."<init>":(IILorg/objectweb/asm/tree/LabelNode;[Lorg/objectweb/asm/tree/LabelNode;)V]
asm-tree-3.2.jar, TryCatchBlockNode.class
package org.objectweb.asm.tree
TryCatchBlockNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/TryCatchBlockNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
TryCatchBlockNode.TryCatchBlockNode ( LabelNode p1, LabelNode p2, LabelNode p3, String p4 )
[mangled: org/objectweb/asm/tree/TryCatchBlockNode."<init>":(Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Lorg/objectweb/asm/tree/LabelNode;Ljava/lang/String;)V]
asm-tree-3.2.jar, TypeInsnNode.class
package org.objectweb.asm.tree
TypeInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/TypeInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
TypeInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/TypeInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
TypeInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/TypeInsnNode.getType:()I]
TypeInsnNode.setOpcode ( int p1 ) : void
[mangled: org/objectweb/asm/tree/TypeInsnNode.setOpcode:(I)V]
TypeInsnNode.TypeInsnNode ( int p1, String p2 )
[mangled: org/objectweb/asm/tree/TypeInsnNode."<init>":(ILjava/lang/String;)V]
asm-tree-3.2.jar, VarInsnNode.class
package org.objectweb.asm.tree
VarInsnNode.accept ( MethodVisitor p1 ) : void
[mangled: org/objectweb/asm/tree/VarInsnNode.accept:(Lorg/objectweb/asm/MethodVisitor;)V]
VarInsnNode.clone ( Map p1 ) : AbstractInsnNode
[mangled: org/objectweb/asm/tree/VarInsnNode.clone:(Ljava/util/Map;)Lorg/objectweb/asm/tree/AbstractInsnNode;]
VarInsnNode.getType ( ) : int
[mangled: org/objectweb/asm/tree/VarInsnNode.getType:()I]
VarInsnNode.setOpcode ( int p1 ) : void
[mangled: org/objectweb/asm/tree/VarInsnNode.setOpcode:(I)V]
VarInsnNode.VarInsnNode ( int p1, int p2 )
[mangled: org/objectweb/asm/tree/VarInsnNode."<init>":(II)V]
grails-core-2.3.8.jar, ChainedTransactionManager.class
package org.codehaus.groovy.grails.transaction
ChainedTransactionManager.ChainedTransactionManager ( PlatformTransactionManager primaryTransactionManager )
[mangled: org/codehaus/groovy/grails/transaction/ChainedTransactionManager."<init>":(Lorg/springframework/transaction/PlatformTransactionManager;)V]
grails-core-2.3.8.jar, ChainedTransactionManagerPostProcessor.class
package org.codehaus.groovy.grails.transaction
ChainedTransactionManagerPostProcessor.isValidTransactionManagerBeanName ( String beanName ) : boolean
[mangled: org/codehaus/groovy/grails/transaction/ChainedTransactionManagerPostProcessor.isValidTransactionManagerBeanName:(Ljava/lang/String;)Z]
ChainedTransactionManagerPostProcessor.registerAdditionalTransactionManagers ( ConfigurableListableBeanFactory beanFactory ) : void
[mangled: org/codehaus/groovy/grails/transaction/ChainedTransactionManagerPostProcessor.registerAdditionalTransactionManagers:(Lorg/springframework/beans/factory/config/ConfigurableListableBeanFactory;)V]
grails-datastore-gorm-3.0.6.RELEASE.jar, AsyncQuery.class
package org.grails.datastore.gorm.async
AsyncQuery.exists ( ) : Promise
[mangled: org/grails/datastore/gorm/async/AsyncQuery.exists:()Lgrails/async/Promise;]
AsyncQuery.exists ( Closure additionalCriteria ) : Promise
[mangled: org/grails/datastore/gorm/async/AsyncQuery.exists:(Lgroovy/lang/Closure;)Lgrails/async/Promise;]
grails-datastore-gorm-3.0.6.RELEASE.jar, DetachedCriteria.class
package grails.gorm
DetachedCriteria.exists ( ) : boolean
[mangled: grails/gorm/DetachedCriteria.exists:()Z]
DetachedCriteria.exists ( Closure additionalCriteria ) : boolean
[mangled: grails/gorm/DetachedCriteria.exists:(Lgroovy/lang/Closure;)Z]
grails-datastore-gorm-3.0.6.RELEASE.jar, GormOperations.class
package org.grails.datastore.gorm.query
GormOperations.exists ( ) [abstract] : boolean
[mangled: org/grails/datastore/gorm/query/GormOperations.exists:()Z]
GormOperations.exists ( Closure p1 ) [abstract] : boolean
[mangled: org/grails/datastore/gorm/query/GormOperations.exists:(Lgroovy/lang/Closure;)Z]
springloaded-1.1.5.RELEASE.jar, ClassAdapter.class
package sl.org.objectweb.asm
ClassAdapter.ClassAdapter ( ClassVisitor p1 )
[mangled: sl/org/objectweb/asm/ClassAdapter."<init>":(Lsl/org/objectweb/asm/ClassVisitor;)V]
ClassAdapter.visit ( int p1, int p2, String p3, String p4, String p5, String[ ] p6 ) : void
[mangled: sl/org/objectweb/asm/ClassAdapter.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
ClassAdapter.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/ClassAdapter.visitAnnotation:(Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
ClassAdapter.visitAttribute ( Attribute p1 ) : void
[mangled: sl/org/objectweb/asm/ClassAdapter.visitAttribute:(Lsl/org/objectweb/asm/Attribute;)V]
ClassAdapter.visitEnd ( ) : void
[mangled: sl/org/objectweb/asm/ClassAdapter.visitEnd:()V]
ClassAdapter.visitField ( int p1, String p2, String p3, String p4, Object p5 ) : FieldVisitor
[mangled: sl/org/objectweb/asm/ClassAdapter.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lsl/org/objectweb/asm/FieldVisitor;]
ClassAdapter.visitInnerClass ( String p1, String p2, String p3, int p4 ) : void
[mangled: sl/org/objectweb/asm/ClassAdapter.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
ClassAdapter.visitMethod ( int p1, String p2, String p3, String p4, String[ ] p5 ) : MethodVisitor
[mangled: sl/org/objectweb/asm/ClassAdapter.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lsl/org/objectweb/asm/MethodVisitor;]
ClassAdapter.visitOuterClass ( String p1, String p2, String p3 ) : void
[mangled: sl/org/objectweb/asm/ClassAdapter.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ClassAdapter.visitSource ( String p1, String p2 ) : void
[mangled: sl/org/objectweb/asm/ClassAdapter.visitSource:(Ljava/lang/String;Ljava/lang/String;)V]
springloaded-1.1.5.RELEASE.jar, MemberNode.class
package sl.org.objectweb.asm.tree
MemberNode.MemberNode ( )
[mangled: sl/org/objectweb/asm/tree/MemberNode."<init>":()V]
MemberNode.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/tree/MemberNode.visitAnnotation:(Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MemberNode.visitAttribute ( Attribute p1 ) : void
[mangled: sl/org/objectweb/asm/tree/MemberNode.visitAttribute:(Lsl/org/objectweb/asm/Attribute;)V]
MemberNode.visitEnd ( ) : void
[mangled: sl/org/objectweb/asm/tree/MemberNode.visitEnd:()V]
springloaded-1.1.5.RELEASE.jar, MethodAdapter.class
package sl.org.objectweb.asm
MethodAdapter.MethodAdapter ( MethodVisitor p1 )
[mangled: sl/org/objectweb/asm/MethodAdapter."<init>":(Lsl/org/objectweb/asm/MethodVisitor;)V]
MethodAdapter.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/MethodAdapter.visitAnnotation:(Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodAdapter.visitAnnotationDefault ( ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/MethodAdapter.visitAnnotationDefault:()Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodAdapter.visitAttribute ( Attribute p1 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitAttribute:(Lsl/org/objectweb/asm/Attribute;)V]
MethodAdapter.visitCode ( ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitCode:()V]
MethodAdapter.visitEnd ( ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitEnd:()V]
MethodAdapter.visitFieldInsn ( int p1, String p2, String p3, String p4 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitFieldInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodAdapter.visitFrame ( int p1, int p2, Object[ ] p3, int p4, Object[ ] p5 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitFrame:(II[Ljava/lang/Object;I[Ljava/lang/Object;)V]
MethodAdapter.visitIincInsn ( int p1, int p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitIincInsn:(II)V]
MethodAdapter.visitInsn ( int p1 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitInsn:(I)V]
MethodAdapter.visitIntInsn ( int p1, int p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitIntInsn:(II)V]
MethodAdapter.visitJumpInsn ( int p1, Label p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitJumpInsn:(ILsl/org/objectweb/asm/Label;)V]
MethodAdapter.visitLabel ( Label p1 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitLabel:(Lsl/org/objectweb/asm/Label;)V]
MethodAdapter.visitLdcInsn ( Object p1 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitLdcInsn:(Ljava/lang/Object;)V]
MethodAdapter.visitLineNumber ( int p1, Label p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitLineNumber:(ILsl/org/objectweb/asm/Label;)V]
MethodAdapter.visitLocalVariable ( String p1, String p2, String p3, Label p4, Label p5, int p6 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitLocalVariable:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lsl/org/objectweb/asm/Label;Lsl/org/objectweb/asm/Label;I)V]
MethodAdapter.visitLookupSwitchInsn ( Label p1, int[ ] p2, Label[ ] p3 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitLookupSwitchInsn:(Lsl/org/objectweb/asm/Label;[I[Lsl/org/objectweb/asm/Label;)V]
MethodAdapter.visitMaxs ( int p1, int p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitMaxs:(II)V]
MethodAdapter.visitMethodInsn ( int p1, String p2, String p3, String p4 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitMethodInsn:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
MethodAdapter.visitMultiANewArrayInsn ( String p1, int p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitMultiANewArrayInsn:(Ljava/lang/String;I)V]
MethodAdapter.visitParameterAnnotation ( int p1, String p2, boolean p3 ) : AnnotationVisitor
[mangled: sl/org/objectweb/asm/MethodAdapter.visitParameterAnnotation:(ILjava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
MethodAdapter.visitTableSwitchInsn ( int p1, int p2, Label p3, Label[ ] p4 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitTableSwitchInsn:(IILsl/org/objectweb/asm/Label;[Lsl/org/objectweb/asm/Label;)V]
MethodAdapter.visitTryCatchBlock ( Label p1, Label p2, Label p3, String p4 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitTryCatchBlock:(Lsl/org/objectweb/asm/Label;Lsl/org/objectweb/asm/Label;Lsl/org/objectweb/asm/Label;Ljava/lang/String;)V]
MethodAdapter.visitTypeInsn ( int p1, String p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitTypeInsn:(ILjava/lang/String;)V]
MethodAdapter.visitVarInsn ( int p1, int p2 ) : void
[mangled: sl/org/objectweb/asm/MethodAdapter.visitVarInsn:(II)V]
springloaded-1.1.5.RELEASE.jar, Utils.class
package org.springsource.loaded
Utils.promoteDefaultOrProtectedToPublic ( int access, boolean isEnum ) [static] : int
[mangled: org/springsource/loaded/Utils.promoteDefaultOrProtectedToPublic:(IZ)I]
to the top
Problems with Data Types, High Severity (376)
asm-3.2.jar
package org.objectweb.asm
[+] AnnotationVisitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationVisitor. |
[+] affected methods (5)
visit ( String, Object )This abstract method is from 'AnnotationVisitor' interface.
visitAnnotation ( String, String )This abstract method is from 'AnnotationVisitor' interface.
visitArray ( String )This abstract method is from 'AnnotationVisitor' interface.
visitEnd ( )This abstract method is from 'AnnotationVisitor' interface.
visitEnum ( String, String, String )This abstract method is from 'AnnotationVisitor' interface.
[+] Attribute (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Attribute. |
[+] affected methods (6)
Attribute ( String )This constructor is from 'Attribute' class.
getLabels ( )This method is from 'Attribute' class.
isCodeAttribute ( )This method is from 'Attribute' class.
isUnknown ( )This method is from 'Attribute' class.
read ( ClassReader, int, int, char[ ], int, Label[ ] )This method is from 'Attribute' class.
write ( ClassWriter, byte[ ], int, int, int )This method is from 'Attribute' class.
[+] ByteVector (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ByteVector. |
[+] affected methods (8)
ByteVector ( )This constructor is from 'ByteVector' class.
ByteVector ( int )This constructor is from 'ByteVector' class.
putByte ( int )This method is from 'ByteVector' class.
putByteArray ( byte[ ], int, int )This method is from 'ByteVector' class.
putInt ( int )This method is from 'ByteVector' class.
putLong ( long )This method is from 'ByteVector' class.
putShort ( int )This method is from 'ByteVector' class.
putUTF8 ( String )This method is from 'ByteVector' class.
[+] ClassAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassAdapter. |
[+] affected methods (10)
ClassAdapter ( ClassVisitor )This constructor is from 'ClassAdapter' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassAdapter' class.
visitAnnotation ( String, boolean )This method is from 'ClassAdapter' class.
visitAttribute ( Attribute )This method is from 'ClassAdapter' class.
visitEnd ( )This method is from 'ClassAdapter' class.
visitField ( int, String, String, String, Object )This method is from 'ClassAdapter' class.
visitInnerClass ( String, String, String, int )This method is from 'ClassAdapter' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ClassAdapter' class.
visitOuterClass ( String, String, String )This method is from 'ClassAdapter' class.
visitSource ( String, String )This method is from 'ClassAdapter' class.
[+] ClassReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassReader. |
[+] affected methods (20)
ClassReader ( byte[ ] )This constructor is from 'ClassReader' class.
ClassReader ( byte[ ], int, int )This constructor is from 'ClassReader' class.
ClassReader ( InputStream )This constructor is from 'ClassReader' class.
ClassReader ( String )This constructor is from 'ClassReader' class.
accept ( ClassVisitor, Attribute[ ], int )This method is from 'ClassReader' class.
accept ( ClassVisitor, int )This method is from 'ClassReader' class.
getAccess ( )This method is from 'ClassReader' class.
getClassName ( )This method is from 'ClassReader' class.
getInterfaces ( )This method is from 'ClassReader' class.
getItem ( int )This method is from 'ClassReader' class.
getSuperName ( )This method is from 'ClassReader' class.
readByte ( int )This method is from 'ClassReader' class.
...
[+] ClassVisitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassVisitor. |
[+] affected methods (9)
visit ( int, int, String, String, String, String[ ] )This abstract method is from 'ClassVisitor' interface.
visitAnnotation ( String, boolean )This abstract method is from 'ClassVisitor' interface.
visitAttribute ( Attribute )This abstract method is from 'ClassVisitor' interface.
visitEnd ( )This abstract method is from 'ClassVisitor' interface.
visitField ( int, String, String, String, Object )This abstract method is from 'ClassVisitor' interface.
visitInnerClass ( String, String, String, int )This abstract method is from 'ClassVisitor' interface.
visitMethod ( int, String, String, String, String[ ] )This abstract method is from 'ClassVisitor' interface.
visitOuterClass ( String, String, String )This abstract method is from 'ClassVisitor' interface.
visitSource ( String, String )This abstract method is from 'ClassVisitor' interface.
[+] ClassWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassWriter. |
[+] affected methods (19)
ClassWriter ( int )This constructor is from 'ClassWriter' class.
ClassWriter ( ClassReader, int )This constructor is from 'ClassWriter' class.
getCommonSuperClass ( String, String )This method is from 'ClassWriter' class.
newClass ( String )This method is from 'ClassWriter' class.
newConst ( Object )This method is from 'ClassWriter' class.
newField ( String, String, String )This method is from 'ClassWriter' class.
newMethod ( String, String, String, boolean )This method is from 'ClassWriter' class.
newNameType ( String, String )This method is from 'ClassWriter' class.
newUTF8 ( String )This method is from 'ClassWriter' class.
toByteArray ( )This method is from 'ClassWriter' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassWriter' class.
visitAnnotation ( String, boolean )This method is from 'ClassWriter' class.
...
[+] FieldVisitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldVisitor. |
[+] affected methods (3)
visitAnnotation ( String, boolean )This abstract method is from 'FieldVisitor' interface.
visitAttribute ( Attribute )This abstract method is from 'FieldVisitor' interface.
visitEnd ( )This abstract method is from 'FieldVisitor' interface.
[+] Label (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Label. |
[+] affected methods (3)
Label ( )This constructor is from 'Label' class.
getOffset ( )This method is from 'Label' class.
toString ( )This method is from 'Label' class.
[+] MethodAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodAdapter. |
[+] affected methods (25)
MethodAdapter ( MethodVisitor )This constructor is from 'MethodAdapter' class.
visitAnnotation ( String, boolean )This method is from 'MethodAdapter' class.
visitAnnotationDefault ( )This method is from 'MethodAdapter' class.
visitAttribute ( Attribute )This method is from 'MethodAdapter' class.
visitCode ( )This method is from 'MethodAdapter' class.
visitEnd ( )This method is from 'MethodAdapter' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodAdapter' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodAdapter' class.
visitIincInsn ( int, int )This method is from 'MethodAdapter' class.
visitInsn ( int )This method is from 'MethodAdapter' class.
visitIntInsn ( int, int )This method is from 'MethodAdapter' class.
visitJumpInsn ( int, Label )This method is from 'MethodAdapter' class.
...
[+] MethodVisitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodVisitor. |
[+] affected methods (24)
visitAnnotation ( String, boolean )This abstract method is from 'MethodVisitor' interface.
visitAnnotationDefault ( )This abstract method is from 'MethodVisitor' interface.
visitAttribute ( Attribute )This abstract method is from 'MethodVisitor' interface.
visitCode ( )This abstract method is from 'MethodVisitor' interface.
visitEnd ( )This abstract method is from 'MethodVisitor' interface.
visitFieldInsn ( int, String, String, String )This abstract method is from 'MethodVisitor' interface.
visitFrame ( int, int, Object[ ], int, Object[ ] )This abstract method is from 'MethodVisitor' interface.
visitIincInsn ( int, int )This abstract method is from 'MethodVisitor' interface.
visitInsn ( int )This abstract method is from 'MethodVisitor' interface.
visitIntInsn ( int, int )This abstract method is from 'MethodVisitor' interface.
visitJumpInsn ( int, Label )This abstract method is from 'MethodVisitor' interface.
visitLabel ( Label )This abstract method is from 'MethodVisitor' interface.
...
[+] Type (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Type. |
[+] affected methods (24)
equals ( Object )This method is from 'Type' class.
getArgumentsAndReturnSizes ( String )This method is from 'Type' class.
getArgumentTypes ( Method )This method is from 'Type' class.
getArgumentTypes ( String )This method is from 'Type' class.
getClassName ( )This method is from 'Type' class.
getConstructorDescriptor ( Constructor )This method is from 'Type' class.
getDescriptor ( )This method is from 'Type' class.
getDescriptor ( Class )This method is from 'Type' class.
getDimensions ( )This method is from 'Type' class.
getElementType ( )This method is from 'Type' class.
getInternalName ( )This method is from 'Type' class.
getInternalName ( Class )This method is from 'Type' class.
...
package org.objectweb.asm.signature
[+] SignatureReader (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SignatureReader. |
[+] affected methods (3)
SignatureReader ( String )This constructor is from 'SignatureReader' class.
accept ( SignatureVisitor )This method is from 'SignatureReader' class.
acceptType ( SignatureVisitor )This method is from 'SignatureReader' class.
[+] SignatureVisitor (1)
| Change | Effect |
---|
1 | This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SignatureVisitor. |
[+] affected methods (16)
visitArrayType ( )This abstract method is from 'SignatureVisitor' interface.
visitBaseType ( char )This abstract method is from 'SignatureVisitor' interface.
visitClassBound ( )This abstract method is from 'SignatureVisitor' interface.
visitClassType ( String )This abstract method is from 'SignatureVisitor' interface.
visitEnd ( )This abstract method is from 'SignatureVisitor' interface.
visitExceptionType ( )This abstract method is from 'SignatureVisitor' interface.
visitFormalTypeParameter ( String )This abstract method is from 'SignatureVisitor' interface.
visitInnerClassType ( String )This abstract method is from 'SignatureVisitor' interface.
visitInterface ( )This abstract method is from 'SignatureVisitor' interface.
visitInterfaceBound ( )This abstract method is from 'SignatureVisitor' interface.
visitParameterType ( )This abstract method is from 'SignatureVisitor' interface.
visitReturnType ( )This abstract method is from 'SignatureVisitor' interface.
...
[+] SignatureWriter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SignatureWriter. |
[+] affected methods (18)
SignatureWriter ( )This constructor is from 'SignatureWriter' class.
toString ( )This method is from 'SignatureWriter' class.
visitArrayType ( )This method is from 'SignatureWriter' class.
visitBaseType ( char )This method is from 'SignatureWriter' class.
visitClassBound ( )This method is from 'SignatureWriter' class.
visitClassType ( String )This method is from 'SignatureWriter' class.
visitEnd ( )This method is from 'SignatureWriter' class.
visitExceptionType ( )This method is from 'SignatureWriter' class.
visitFormalTypeParameter ( String )This method is from 'SignatureWriter' class.
visitInnerClassType ( String )This method is from 'SignatureWriter' class.
visitInterface ( )This method is from 'SignatureWriter' class.
visitInterfaceBound ( )This method is from 'SignatureWriter' class.
...
asm-tree-3.2.jar
package org.objectweb.asm.tree
[+] AbstractInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractInsnNode. |
[+] affected methods (7)
AbstractInsnNode ( int )This constructor is from 'AbstractInsnNode' abstract class.
accept ( MethodVisitor )This abstract method is from 'AbstractInsnNode' abstract class.
clone ( Map )This abstract method is from 'AbstractInsnNode' abstract class.
getNext ( )This method is from 'AbstractInsnNode' abstract class.
getOpcode ( )This method is from 'AbstractInsnNode' abstract class.
getPrevious ( )This method is from 'AbstractInsnNode' abstract class.
getType ( )This abstract method is from 'AbstractInsnNode' abstract class.
[+] AnnotationNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AnnotationNode. |
[+] affected methods (7)
AnnotationNode ( String )This constructor is from 'AnnotationNode' class.
accept ( AnnotationVisitor )This method is from 'AnnotationNode' class.
visit ( String, Object )This method is from 'AnnotationNode' class.
visitAnnotation ( String, String )This method is from 'AnnotationNode' class.
visitArray ( String )This method is from 'AnnotationNode' class.
visitEnd ( )This method is from 'AnnotationNode' class.
visitEnum ( String, String, String )This method is from 'AnnotationNode' class.
[+] ClassNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassNode. |
[+] affected methods (8)
ClassNode ( )This constructor is from 'ClassNode' class.
accept ( ClassVisitor )This method is from 'ClassNode' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitField ( int, String, String, String, Object )This method is from 'ClassNode' class.
visitInnerClass ( String, String, String, int )This method is from 'ClassNode' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitOuterClass ( String, String, String )This method is from 'ClassNode' class.
visitSource ( String, String )This method is from 'ClassNode' class.
[+] FieldInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldInsnNode. |
[+] affected methods (5)
FieldInsnNode ( int, String, String, String )This constructor is from 'FieldInsnNode' class.
accept ( MethodVisitor )This method is from 'FieldInsnNode' class.
clone ( Map )This method is from 'FieldInsnNode' class.
getType ( )This method is from 'FieldInsnNode' class.
setOpcode ( int )This method is from 'FieldInsnNode' class.
[+] FieldNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FieldNode. |
[+] affected methods (2)
FieldNode ( int, String, String, String, Object )This constructor is from 'FieldNode' class.
accept ( ClassVisitor )This method is from 'FieldNode' class.
[+] FrameNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class FrameNode. |
[+] affected methods (4)
FrameNode ( int, int, Object[ ], int, Object[ ] )This constructor is from 'FrameNode' class.
accept ( MethodVisitor )This method is from 'FrameNode' class.
clone ( Map )This method is from 'FrameNode' class.
getType ( )This method is from 'FrameNode' class.
[+] IincInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IincInsnNode. |
[+] affected methods (4)
IincInsnNode ( int, int )This constructor is from 'IincInsnNode' class.
accept ( MethodVisitor )This method is from 'IincInsnNode' class.
clone ( Map )This method is from 'IincInsnNode' class.
getType ( )This method is from 'IincInsnNode' class.
[+] InnerClassNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InnerClassNode. |
[+] affected methods (2)
InnerClassNode ( String, String, String, int )This constructor is from 'InnerClassNode' class.
accept ( ClassVisitor )This method is from 'InnerClassNode' class.
[+] InsnList (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InsnList. |
[+] affected methods (23)
InsnList ( )This constructor is from 'InsnList' class.
accept ( MethodVisitor )This method is from 'InsnList' class.
add ( AbstractInsnNode )This method is from 'InsnList' class.
add ( InsnList )This method is from 'InsnList' class.
clear ( )This method is from 'InsnList' class.
contains ( AbstractInsnNode )This method is from 'InsnList' class.
get ( int )This method is from 'InsnList' class.
getFirst ( )This method is from 'InsnList' class.
getLast ( )This method is from 'InsnList' class.
indexOf ( AbstractInsnNode )This method is from 'InsnList' class.
insert ( AbstractInsnNode )This method is from 'InsnList' class.
insert ( AbstractInsnNode, AbstractInsnNode )This method is from 'InsnList' class.
...
[+] InsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InsnNode. |
[+] affected methods (4)
InsnNode ( int )This constructor is from 'InsnNode' class.
accept ( MethodVisitor )This method is from 'InsnNode' class.
clone ( Map )This method is from 'InsnNode' class.
getType ( )This method is from 'InsnNode' class.
[+] IntInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IntInsnNode. |
[+] affected methods (5)
IntInsnNode ( int, int )This constructor is from 'IntInsnNode' class.
accept ( MethodVisitor )This method is from 'IntInsnNode' class.
clone ( Map )This method is from 'IntInsnNode' class.
getType ( )This method is from 'IntInsnNode' class.
setOpcode ( int )This method is from 'IntInsnNode' class.
[+] JumpInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JumpInsnNode. |
[+] affected methods (5)
JumpInsnNode ( int, LabelNode )This constructor is from 'JumpInsnNode' class.
accept ( MethodVisitor )This method is from 'JumpInsnNode' class.
clone ( Map )This method is from 'JumpInsnNode' class.
getType ( )This method is from 'JumpInsnNode' class.
setOpcode ( int )This method is from 'JumpInsnNode' class.
[+] LabelNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LabelNode. |
[+] affected methods (7)
LabelNode ( )This constructor is from 'LabelNode' class.
LabelNode ( Label )This constructor is from 'LabelNode' class.
accept ( MethodVisitor )This method is from 'LabelNode' class.
clone ( Map )This method is from 'LabelNode' class.
getLabel ( )This method is from 'LabelNode' class.
getType ( )This method is from 'LabelNode' class.
resetLabel ( )This method is from 'LabelNode' class.
[+] LdcInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LdcInsnNode. |
[+] affected methods (4)
LdcInsnNode ( Object )This constructor is from 'LdcInsnNode' class.
accept ( MethodVisitor )This method is from 'LdcInsnNode' class.
clone ( Map )This method is from 'LdcInsnNode' class.
getType ( )This method is from 'LdcInsnNode' class.
[+] LineNumberNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LineNumberNode. |
[+] affected methods (4)
LineNumberNode ( int, LabelNode )This constructor is from 'LineNumberNode' class.
accept ( MethodVisitor )This method is from 'LineNumberNode' class.
clone ( Map )This method is from 'LineNumberNode' class.
getType ( )This method is from 'LineNumberNode' class.
[+] LocalVariableNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LocalVariableNode. |
[+] affected methods (2)
LocalVariableNode ( String, String, String, LabelNode, LabelNode, int )This constructor is from 'LocalVariableNode' class.
accept ( MethodVisitor )This method is from 'LocalVariableNode' class.
[+] LookupSwitchInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class LookupSwitchInsnNode. |
[+] affected methods (4)
LookupSwitchInsnNode ( LabelNode, int[ ], LabelNode[ ] )This constructor is from 'LookupSwitchInsnNode' class.
accept ( MethodVisitor )This method is from 'LookupSwitchInsnNode' class.
clone ( Map )This method is from 'LookupSwitchInsnNode' class.
getType ( )This method is from 'LookupSwitchInsnNode' class.
[+] MemberNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemberNode. |
[+] affected methods (4)
MemberNode ( )This constructor is from 'MemberNode' abstract class.
visitAnnotation ( String, boolean )This method is from 'MemberNode' abstract class.
visitAttribute ( Attribute )This method is from 'MemberNode' abstract class.
visitEnd ( )This method is from 'MemberNode' abstract class.
[+] MethodInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodInsnNode. |
[+] 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.
[+] MethodNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodNode. |
[+] affected methods (26)
MethodNode ( )This constructor is from 'MethodNode' class.
MethodNode ( int, String, String, String, String[ ] )This constructor is from 'MethodNode' class.
accept ( ClassVisitor )This method is from 'MethodNode' class.
accept ( MethodVisitor )This method is from 'MethodNode' class.
getLabelNode ( Label )This method is from 'MethodNode' class.
visitAnnotationDefault ( )This method is from 'MethodNode' class.
visitCode ( )This method is from 'MethodNode' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodNode' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodNode' class.
visitIincInsn ( int, int )This method is from 'MethodNode' class.
visitInsn ( int )This method is from 'MethodNode' class.
visitIntInsn ( int, int )This method is from 'MethodNode' class.
...
[+] MultiANewArrayInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MultiANewArrayInsnNode. |
[+] affected methods (4)
MultiANewArrayInsnNode ( String, int )This constructor is from 'MultiANewArrayInsnNode' class.
accept ( MethodVisitor )This method is from 'MultiANewArrayInsnNode' class.
clone ( Map )This method is from 'MultiANewArrayInsnNode' class.
getType ( )This method is from 'MultiANewArrayInsnNode' class.
[+] TableSwitchInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TableSwitchInsnNode. |
[+] affected methods (4)
TableSwitchInsnNode ( int, int, LabelNode, LabelNode[ ] )This constructor is from 'TableSwitchInsnNode' class.
accept ( MethodVisitor )This method is from 'TableSwitchInsnNode' class.
clone ( Map )This method is from 'TableSwitchInsnNode' class.
getType ( )This method is from 'TableSwitchInsnNode' class.
[+] TryCatchBlockNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TryCatchBlockNode. |
[+] affected methods (2)
TryCatchBlockNode ( LabelNode, LabelNode, LabelNode, String )This constructor is from 'TryCatchBlockNode' class.
accept ( MethodVisitor )This method is from 'TryCatchBlockNode' class.
[+] TypeInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TypeInsnNode. |
[+] affected methods (5)
TypeInsnNode ( int, String )This constructor is from 'TypeInsnNode' class.
accept ( MethodVisitor )This method is from 'TypeInsnNode' class.
clone ( Map )This method is from 'TypeInsnNode' class.
getType ( )This method is from 'TypeInsnNode' class.
setOpcode ( int )This method is from 'TypeInsnNode' class.
[+] VarInsnNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class VarInsnNode. |
[+] affected methods (5)
VarInsnNode ( int, int )This constructor is from 'VarInsnNode' class.
accept ( MethodVisitor )This method is from 'VarInsnNode' class.
clone ( Map )This method is from 'VarInsnNode' class.
getType ( )This method is from 'VarInsnNode' class.
setOpcode ( int )This method is from 'VarInsnNode' class.
grails-aether-2.3.8.jar
package org.codehaus.groovy.grails.resolve.maven.aether
[+] AetherArtifactResultReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191868 has been renamed to __timeStamp__239_neverHappen1400773715385. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191868 in AetherArtifactResultReport. |
[+] affected methods (19)
AetherArtifactResultReport ( String, List )This constructor is from 'AetherArtifactResultReport' class.
__.swapInit ( )This method is from 'AetherArtifactResultReport' class.
getAllArtifacts ( )This method is from 'AetherArtifactResultReport' class.
getArtifactResults ( )This method is from 'AetherArtifactResultReport' class.
getClasspath ( )This method is from 'AetherArtifactResultReport' class.
getFiles ( )This method is from 'AetherArtifactResultReport' class.
getJarFiles ( )This method is from 'AetherArtifactResultReport' class.
getMetaClass ( )This method is from 'AetherArtifactResultReport' class.
getPluginZips ( )This method is from 'AetherArtifactResultReport' class.
getProperty ( String )This method is from 'AetherArtifactResultReport' class.
getResolvedArtifacts ( )This method is from 'AetherArtifactResultReport' class.
getResolveError ( )This method is from 'AetherArtifactResultReport' class.
...
[+] AetherDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191874 has been renamed to __timeStamp__239_neverHappen1400773715393. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191874 in AetherDependencyManager. |
[+] affected methods (91)
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.
addProxy ( String, String, String, String, String )This method is from 'AetherDependencyManager' class.
...
[+] AetherDependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191900 has been renamed to __timeStamp__239_neverHappen1400773715427. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191900 in AetherDependencyReport. |
[+] 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_neverHappen1398330191906 has been renamed to __timeStamp__239_neverHappen1400773715433. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191906 in AetherExcludeResolver. |
[+] affected methods (10)
AetherExcludeResolver ( AetherDependencyManager )This constructor is from 'AetherExcludeResolver' class.
__.swapInit ( )This method is from 'AetherExcludeResolver' class.
getDependencyManager ( )This method is from 'AetherExcludeResolver' class.
getMetaClass ( )This method is from 'AetherExcludeResolver' class.
getProperty ( String )This method is from 'AetherExcludeResolver' class.
invokeMethod ( String, Object )This method is from 'AetherExcludeResolver' class.
resolveExcludes ( )This method is from 'AetherExcludeResolver' class.
setDependencyManager ( AetherDependencyManager )This method is from 'AetherExcludeResolver' class.
setMetaClass ( MetaClass )This method is from 'AetherExcludeResolver' class.
setProperty ( String, Object )This method is from 'AetherExcludeResolver' class.
[+] AetherGraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191955 has been renamed to __timeStamp__239_neverHappen1400773715489. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191955 in AetherGraphNode. |
[+] 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_neverHappen1398330191910 has been renamed to __timeStamp__239_neverHappen1400773715437. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191910 in AetherDsl. |
[+] affected methods (81)
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_neverHappen1398330191919 has been renamed to __timeStamp__239_neverHappen1400773715448. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191919 in DependenciesConfiguration. |
[+] affected methods (57)
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.
addDependency ( Map, String )This method is from 'DependenciesConfiguration' class.
addDependency ( Map, String, Closure )This method is from 'DependenciesConfiguration' class.
addDependency ( Dependency, String )This method is from 'DependenciesConfiguration' class.
addDependency ( Dependency )This method is from 'DependenciesConfiguration' class.
addDependency ( Dependency, Closure )This method is from 'DependenciesConfiguration' class.
...
[+] DependencyConfiguration (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191928 has been renamed to __timeStamp__239_neverHappen1400773715458. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191928 in DependencyConfiguration. |
[+] affected methods (36)
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'.
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.
getArtifact ( )This method is from 'DependencyConfiguration' class.
getDependency ( )This method is from 'DependencyConfiguration' class.
...
[+] GrailsAetherCoreDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191957 has been renamed to __timeStamp__239_neverHappen1400773715492. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191957 in GrailsAetherCoreDependencies. |
[+] 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_neverHappen1398330191961 has been renamed to __timeStamp__239_neverHappen1400773715498. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191961 in PluginConfiguration. |
[+] 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_neverHappen1398330191933 has been renamed to __timeStamp__239_neverHappen1400773715463. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191933 in RepositoriesConfiguration. |
[+] affected methods (84)
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_neverHappen1398330191944 has been renamed to __timeStamp__239_neverHappen1400773715474. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191944 in RepositoryConfiguration. |
[+] 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_neverHappen1398330191965 has been renamed to __timeStamp__239_neverHappen1400773715503. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191965 in GrailsConsoleLogger. |
[+] affected methods (15)
GrailsConsoleLogger ( int )This constructor is from 'GrailsConsoleLogger' class.
__.swapInit ( )This method is from 'GrailsConsoleLogger' class.
debug ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
error ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
fatalError ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
getChildLogger ( String )This method is from 'GrailsConsoleLogger' class.
getGrailsConsole ( )This method is from 'GrailsConsoleLogger' class.
getMetaClass ( )This method is from 'GrailsConsoleLogger' class.
getProperty ( String )This method is from 'GrailsConsoleLogger' class.
info ( String, Throwable )This method is from 'GrailsConsoleLogger' class.
invokeMethod ( String, Object )This method is from 'GrailsConsoleLogger' class.
setGrailsConsole ( GrailsConsole )This method is from 'GrailsConsoleLogger' class.
...
[+] GrailsConsoleLoggerManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191964 has been renamed to __timeStamp__239_neverHappen1400773715501. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191964 in GrailsConsoleLoggerManager. |
[+] affected methods (17)
getLoggerManager ( )Return value of this method has type 'GrailsConsoleLoggerManager'.
setLoggerManager ( GrailsConsoleLoggerManager )1st parameter 'p1' of this method has type 'GrailsConsoleLoggerManager'.
GrailsConsoleLoggerManager ( )This constructor is from 'GrailsConsoleLoggerManager' class.
__.swapInit ( )This method is from 'GrailsConsoleLoggerManager' class.
getActiveLoggerCount ( )This method is from 'GrailsConsoleLoggerManager' class.
getLogger ( )This method is from 'GrailsConsoleLoggerManager' class.
getLoggerForComponent ( String, String )This method is from 'GrailsConsoleLoggerManager' class.
getMetaClass ( )This method is from 'GrailsConsoleLoggerManager' class.
getProperty ( String )This method is from 'GrailsConsoleLoggerManager' class.
getThreshold ( )This method is from 'GrailsConsoleLoggerManager' class.
invokeMethod ( String, Object )This method is from 'GrailsConsoleLoggerManager' class.
returnComponentLogger ( String, String )This method is from 'GrailsConsoleLoggerManager' class.
...
[+] GrailsModelResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330191948 has been renamed to __timeStamp__239_neverHappen1400773715479. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191948 in GrailsModelResolver. |
[+] 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_neverHappen1398330191968 has been renamed to __timeStamp__239_neverHappen1400773715506. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191968 in MultipleTopLevelJavaScopeSelector. |
[+] 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_neverHappen1398330191971 has been renamed to __timeStamp__239_neverHappen1400773715509. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330191971 in ScopeAwareNearestVersionSelector. |
[+] 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.3.8.jar
package grails.async
[+] PromiseList (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330212812 has been renamed to __timeStamp__239_neverHappen1400773721918. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330212812 in PromiseList. |
[+] affected methods (20)
PromiseList ( )This constructor is from 'PromiseList' class.
__.swapInit ( )This method is from 'PromiseList' class.
add ( Promise )This method is from 'PromiseList' class.
add ( Closure )This method is from 'PromiseList' class.
add ( Object )This method is from 'PromiseList' class.
get ( )This method is from 'PromiseList' class.
get ( )This method is from 'PromiseList' class.
get ( long, TimeUnit )This method is from 'PromiseList' class.
get ( long, TimeUnit )This method is from 'PromiseList' class.
getMetaClass ( )This method is from 'PromiseList' class.
getProperty ( String )This method is from 'PromiseList' class.
invokeMethod ( String, Object )This method is from 'PromiseList' class.
...
[+] PromiseMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330212815 has been renamed to __timeStamp__239_neverHappen1400773721921. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330212815 in PromiseMap. |
[+] affected methods (29)
PromiseMap ( )This constructor is from 'PromiseMap' class.
PromiseMap ( Map )This constructor is from 'PromiseMap' class.
__.swapInit ( )This method is from 'PromiseMap' class.
containsKey ( Object )This method is from 'PromiseMap' class.
get ( )This method is from 'PromiseMap' class.
get ( )This method is from 'PromiseMap' class.
get ( long, TimeUnit )This method is from 'PromiseMap' class.
get ( long, TimeUnit )This method is from 'PromiseMap' class.
get ( Object )This method is from 'PromiseMap' class.
getAt ( Object )This method is from 'PromiseMap' class.
getMetaClass ( )This method is from 'PromiseMap' class.
getProperty ( String )This method is from 'PromiseMap' class.
...
package org.grails.async.factory
[+] BoundPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330212995 has been renamed to __timeStamp__239_neverHappen1400773721930. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330212995 in BoundPromise. |
[+] affected methods (15)
BoundPromise ( Object )This constructor is from 'BoundPromise' class.
__.swapInit ( )This method is from 'BoundPromise' class.
get ( )This method is from 'BoundPromise' class.
get ( long, TimeUnit )This method is from 'BoundPromise' class.
getMetaClass ( )This method is from 'BoundPromise' class.
getProperty ( String )This method is from 'BoundPromise' class.
getValue ( )This method is from 'BoundPromise' class.
invokeMethod ( String, Object )This method is from 'BoundPromise' class.
leftShift ( Closure )This method is from 'BoundPromise' class.
onComplete ( Closure )This method is from 'BoundPromise' class.
onError ( Closure )This method is from 'BoundPromise' class.
setMetaClass ( MetaClass )This method is from 'BoundPromise' class.
...
[+] SynchronousPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330212997 has been renamed to __timeStamp__239_neverHappen1400773721932. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330212997 in SynchronousPromise. |
[+] affected methods (17)
SynchronousPromise ( Closure )This constructor is from 'SynchronousPromise' class.
__.swapInit ( )This method is from 'SynchronousPromise' class.
get ( )This method is from 'SynchronousPromise' class.
get ( long, TimeUnit )This method is from 'SynchronousPromise' class.
getCallable ( )This method is from 'SynchronousPromise' class.
getMetaClass ( )This method is from 'SynchronousPromise' class.
getProperty ( String )This method is from 'SynchronousPromise' class.
getValue ( )This method is from 'SynchronousPromise' class.
invokeMethod ( String, Object )This method is from 'SynchronousPromise' class.
leftShift ( Closure )This method is from 'SynchronousPromise' class.
onComplete ( Closure )This method is from 'SynchronousPromise' class.
onError ( Closure )This method is from 'SynchronousPromise' class.
...
[+] SynchronousPromiseFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330213013 has been renamed to __timeStamp__239_neverHappen1400773722123. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330213013 in SynchronousPromiseFactory. |
[+] affected methods (12)
SynchronousPromiseFactory ( )This constructor is from 'SynchronousPromiseFactory' class.
__.swapInit ( )This method is from 'SynchronousPromiseFactory' class.
createPromise ( Closure[ ] )This method is from 'SynchronousPromiseFactory' class.
getMetaClass ( )This method is from 'SynchronousPromiseFactory' class.
getProperty ( String )This method is from 'SynchronousPromiseFactory' class.
invokeMethod ( String, Object )This method is from 'SynchronousPromiseFactory' class.
onComplete ( List, Closure )This method is from 'SynchronousPromiseFactory' class.
onError ( List, Closure )This method is from 'SynchronousPromiseFactory' class.
setMetaClass ( MetaClass )This method is from 'SynchronousPromiseFactory' class.
setProperty ( String, Object )This method is from 'SynchronousPromiseFactory' class.
waitAll ( List )This method is from 'SynchronousPromiseFactory' class.
waitAll ( List, long, TimeUnit )This method is from 'SynchronousPromiseFactory' class.
...
package org.grails.async.factory.gpars
[+] GparsPromise (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330213000 has been renamed to __timeStamp__239_neverHappen1400773721934. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330213000 in GparsPromise. |
[+] affected methods (16)
GparsPromise ( Closure )This constructor is from 'GparsPromise' class.
GparsPromise ( Promise )This constructor is from 'GparsPromise' class.
__.swapInit ( )This method is from 'GparsPromise' class.
get ( )This method is from 'GparsPromise' class.
get ( long, TimeUnit )This method is from 'GparsPromise' class.
getInternalPromise ( )This method is from 'GparsPromise' class.
getMetaClass ( )This method is from 'GparsPromise' class.
getProperty ( String )This method is from 'GparsPromise' class.
invokeMethod ( String, Object )This method is from 'GparsPromise' class.
leftShift ( Closure )This method is from 'GparsPromise' class.
onComplete ( Closure )This method is from 'GparsPromise' class.
onError ( Closure )This method is from 'GparsPromise' class.
...
[+] GparsPromiseFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330213018 has been renamed to __timeStamp__239_neverHappen1400773722127. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330213018 in GparsPromiseFactory. |
[+] affected methods (17)
GparsPromiseFactory ( )This constructor is from 'GparsPromiseFactory' class.
__.swapInit ( )This method is from 'GparsPromiseFactory' class.
createBoundPromise ( Object )This method is from 'GparsPromiseFactory' class.
createPromise ( Closure[ ] )This method is from 'GparsPromiseFactory' class.
getGPARS_PRESENT ( )This method is from 'GparsPromiseFactory' class.
getMetaClass ( )This method is from 'GparsPromiseFactory' class.
getProperty ( String )This method is from 'GparsPromiseFactory' class.
invokeMethod ( String, Object )This method is from 'GparsPromiseFactory' class.
isGPARS_PRESENT ( )This method is from 'GparsPromiseFactory' class.
isGparsAvailable ( )This method is from 'GparsPromiseFactory' class.
onComplete ( List, Closure )This method is from 'GparsPromiseFactory' class.
onError ( List, Closure )This method is from 'GparsPromiseFactory' class.
...
[+] LoggingPoolFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330213003 has been renamed to __timeStamp__239_neverHappen1400773721937. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330213003 in LoggingPoolFactory. |
[+] affected methods (11)
LoggingPoolFactory ( )This constructor is from 'LoggingPoolFactory' class.
__.swapInit ( )This method is from 'LoggingPoolFactory' class.
createPool ( )This method is from 'LoggingPoolFactory' class.
createPool ( int )This method is from 'LoggingPoolFactory' class.
createPool ( boolean )This method is from 'LoggingPoolFactory' class.
createPool ( boolean, int )This method is from 'LoggingPoolFactory' class.
getMetaClass ( )This method is from 'LoggingPoolFactory' class.
getProperty ( String )This method is from 'LoggingPoolFactory' class.
invokeMethod ( String, Object )This method is from 'LoggingPoolFactory' class.
setMetaClass ( MetaClass )This method is from 'LoggingPoolFactory' class.
setProperty ( String, Object )This method is from 'LoggingPoolFactory' class.
...
grails-bootstrap-2.3.8.jar
package grails.build.interactive.completors
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190212 has been renamed to __timeStamp__239_neverHappen1400773713908. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190212 in CreateController. |
[+] affected methods (4)
CreateController ( )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
getCommandName ( )This method is from 'CreateController' class.
shouldInclude ( Resource )This method is from 'CreateController' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190218 has been renamed to __timeStamp__239_neverHappen1400773713910. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190218 in CreateIntegrationTest. |
[+] affected methods (3)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
getCommandName ( )This method is from 'CreateIntegrationTest' class.
[+] CreateScaffoldController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190220 has been renamed to __timeStamp__239_neverHappen1400773713913. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190220 in CreateScaffoldController. |
[+] affected methods (4)
CreateScaffoldController ( )This constructor is from 'CreateScaffoldController' class.
__.swapInit ( )This method is from 'CreateScaffoldController' class.
getCommandName ( )This method is from 'CreateScaffoldController' class.
shouldInclude ( Resource )This method is from 'CreateScaffoldController' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190222 has been renamed to __timeStamp__239_neverHappen1400773713916. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190222 in CreateService. |
[+] affected methods (4)
CreateService ( )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
getCommandName ( )This method is from 'CreateService' class.
shouldInclude ( Resource )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190224 has been renamed to __timeStamp__239_neverHappen1400773713920. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190224 in CreateTagLib. |
[+] affected methods (4)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
getCommandName ( )This method is from 'CreateTagLib' class.
shouldInclude ( Resource )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190227 has been renamed to __timeStamp__239_neverHappen1400773713922. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190227 in CreateUnitTest. |
[+] affected methods (3)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
getCommandName ( )This method is from 'CreateUnitTest' class.
[+] EscapingFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189909 has been renamed to __timeStamp__239_neverHappen1400773713629. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189909 in EscapingFileNameCompletor. |
[+] affected methods (8)
EscapingFileNameCompletor ( )This constructor is from 'EscapingFileNameCompletor' class.
__.swapInit ( )This method is from 'EscapingFileNameCompletor' class.
complete ( String, int, List )This method is from 'EscapingFileNameCompletor' class.
getMetaClass ( )This method is from 'EscapingFileNameCompletor' class.
getProperty ( String )This method is from 'EscapingFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'EscapingFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'EscapingFileNameCompletor' class.
setProperty ( String, Object )This method is from 'EscapingFileNameCompletor' class.
[+] GenerateAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190229 has been renamed to __timeStamp__239_neverHappen1400773713925. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190229 in GenerateAll. |
[+] affected methods (4)
GenerateAll ( )This constructor is from 'GenerateAll' class.
__.swapInit ( )This method is from 'GenerateAll' class.
getCommandName ( )This method is from 'GenerateAll' class.
shouldInclude ( Resource )This method is from 'GenerateAll' class.
[+] GenerateAsyncController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190231 has been renamed to __timeStamp__239_neverHappen1400773713928. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190231 in GenerateAsyncController. |
[+] affected methods (4)
GenerateAsyncController ( )This constructor is from 'GenerateAsyncController' class.
__.swapInit ( )This method is from 'GenerateAsyncController' class.
getCommandName ( )This method is from 'GenerateAsyncController' class.
shouldInclude ( Resource )This method is from 'GenerateAsyncController' class.
[+] GenerateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190233 has been renamed to __timeStamp__239_neverHappen1400773713931. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190233 in GenerateController. |
[+] affected methods (4)
GenerateController ( )This constructor is from 'GenerateController' class.
__.swapInit ( )This method is from 'GenerateController' class.
getCommandName ( )This method is from 'GenerateController' class.
shouldInclude ( Resource )This method is from 'GenerateController' class.
[+] GenerateViews (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190236 has been renamed to __timeStamp__239_neverHappen1400773713933. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190236 in GenerateViews. |
[+] affected methods (4)
GenerateViews ( )This constructor is from 'GenerateViews' class.
__.swapInit ( )This method is from 'GenerateViews' class.
getCommandName ( )This method is from 'GenerateViews' class.
shouldInclude ( Resource )This method is from 'GenerateViews' class.
[+] Open (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189912 has been renamed to __timeStamp__239_neverHappen1400773713633. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189912 in Open. |
[+] affected methods (7)
Open ( )This constructor is from 'Open' class.
__.swapInit ( )This method is from 'Open' class.
getMetaClass ( )This method is from 'Open' class.
getProperty ( String )This method is from 'Open' class.
invokeMethod ( String, Object )This method is from 'Open' class.
setMetaClass ( MetaClass )This method is from 'Open' class.
setProperty ( String, Object )This method is from 'Open' class.
[+] RegexCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189225 has been renamed to __timeStamp__239_neverHappen1400773712753. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189225 in RegexCompletor. |
[+] affected methods (11)
RegexCompletor ( String )This constructor is from 'RegexCompletor' class.
RegexCompletor ( Pattern )This constructor is from 'RegexCompletor' class.
__.swapInit ( )This method is from 'RegexCompletor' class.
complete ( String, int, List )This method is from 'RegexCompletor' class.
getMetaClass ( )This method is from 'RegexCompletor' class.
getPattern ( )This method is from 'RegexCompletor' class.
getProperty ( String )This method is from 'RegexCompletor' class.
invokeMethod ( String, Object )This method is from 'RegexCompletor' class.
setMetaClass ( MetaClass )This method is from 'RegexCompletor' class.
setPattern ( Pattern )This method is from 'RegexCompletor' class.
setProperty ( String, Object )This method is from 'RegexCompletor' class.
...
[+] SimpleOrFileNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189241 has been renamed to __timeStamp__239_neverHappen1400773712768. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189241 in SimpleOrFileNameCompletor. |
[+] affected methods (9)
SimpleOrFileNameCompletor ( String[ ] )This constructor is from 'SimpleOrFileNameCompletor' class.
SimpleOrFileNameCompletor ( List )This constructor is from 'SimpleOrFileNameCompletor' class.
__.swapInit ( )This method is from 'SimpleOrFileNameCompletor' class.
complete ( String, int, List )This method is from 'SimpleOrFileNameCompletor' class.
getMetaClass ( )This method is from 'SimpleOrFileNameCompletor' class.
getProperty ( String )This method is from 'SimpleOrFileNameCompletor' class.
invokeMethod ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
setMetaClass ( MetaClass )This method is from 'SimpleOrFileNameCompletor' class.
setProperty ( String, Object )This method is from 'SimpleOrFileNameCompletor' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190238 has been renamed to __timeStamp__239_neverHappen1400773713935. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190238 in TestApp. |
[+] affected methods (3)
TestApp ( )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
getCommandName ( )This method is from 'TestApp' class.
package grails.ui.console
[+] GrailsSwingConsole (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190241 has been renamed to __timeStamp__239_neverHappen1400773713937. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190241 in GrailsSwingConsole. |
[+] 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_neverHappen1398330189918 has been renamed to __timeStamp__239_neverHappen1400773713639. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189918 in BuildSettings. |
[+] affected methods (445)
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_neverHappen1398330189249 has been renamed to __timeStamp__239_neverHappen1400773712777. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189249 in CosineSimilarity. |
[+] affected methods (9)
CosineSimilarity ( )This constructor is from 'CosineSimilarity' class.
__.swapInit ( )This method is from 'CosineSimilarity' class.
getMetaClass ( )This method is from 'CosineSimilarity' class.
getProperty ( String )This method is from 'CosineSimilarity' class.
invokeMethod ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object )This method is from 'CosineSimilarity' class.
mostSimilar ( String, Object, double )This method is from 'CosineSimilarity' class.
setMetaClass ( MetaClass )This method is from 'CosineSimilarity' class.
setProperty ( String, Object )This method is from 'CosineSimilarity' class.
[+] GrailsMain (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190245 has been renamed to __timeStamp__239_neverHappen1400773713942. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190245 in GrailsMain. |
[+] affected methods (5)
GrailsMain ( )This constructor is from 'GrailsMain' class.
GrailsMain ( Binding )This constructor is from 'GrailsMain' class.
__.swapInit ( )This method is from 'GrailsMain' class.
main ( String[ ] )This method is from 'GrailsMain' class.
run ( )This method is from 'GrailsMain' class.
[+] PluginBuildSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189265 has been renamed to __timeStamp__239_neverHappen1400773712796. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189265 in PluginBuildSettings. |
[+] affected methods (187)
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_neverHappen1398330189423 has been renamed to __timeStamp__239_neverHappen1400773712995. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189423 in ScriptNameResolver. |
[+] affected methods (8)
ScriptNameResolver ( )This constructor is from 'ScriptNameResolver' class.
__.swapInit ( )This method is from 'ScriptNameResolver' class.
getMetaClass ( )This method is from 'ScriptNameResolver' class.
getProperty ( String )This method is from 'ScriptNameResolver' class.
invokeMethod ( String, Object )This method is from 'ScriptNameResolver' class.
resolvesTo ( String, String )This method is from 'ScriptNameResolver' class.
setMetaClass ( MetaClass )This method is from 'ScriptNameResolver' class.
setProperty ( String, Object )This method is from 'ScriptNameResolver' class.
package org.codehaus.groovy.grails.cli.fork
[+] ExecutionContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189547 has been renamed to __timeStamp__239_neverHappen1400773713176. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189547 in ExecutionContext. |
[+] affected methods (66)
ExecutionContext ( )This constructor is from 'ExecutionContext' class.
ExecutionContext ( ForkedGrailsProcess )This constructor is from 'ExecutionContext' class.
__.swapInit ( )This method is from 'ExecutionContext' class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'ExecutionContext' class.
getAgentJar ( )This method is from 'ExecutionContext' class.
getArgsMap ( )This method is from 'ExecutionContext' class.
getBaseDir ( )This method is from 'ExecutionContext' class.
getBuildDependencies ( )This method is from 'ExecutionContext' class.
getClassesDir ( )This method is from 'ExecutionContext' class.
getDaemonPort ( )This method is from 'ExecutionContext' class.
getEnv ( )This method is from 'ExecutionContext' class.
getForkConfig ( )This method is from 'ExecutionContext' class.
...
[+] ForkedGrailsProcess (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189431 has been renamed to __timeStamp__239_neverHappen1400773713005. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189431 in ForkedGrailsProcess. |
[+] affected methods (88)
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_neverHappen1398330189568 has been renamed to __timeStamp__239_neverHappen1400773713209. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189568 in ForkedGrailsProcessConfig. |
[+] affected methods (21)
ForkedGrailsProcessConfig ( )This constructor is from 'ForkedGrailsProcessConfig' class.
ForkedGrailsProcessConfig ( Object )This constructor is from 'ForkedGrailsProcessConfig' class.
__.swapInit ( )This method is from 'ForkedGrailsProcessConfig' class.
asMap ( )This method is from 'ForkedGrailsProcessConfig' class.
getDebug ( )This method is from 'ForkedGrailsProcessConfig' class.
getForked ( )This method is from 'ForkedGrailsProcessConfig' class.
getMaxMemory ( )This method is from 'ForkedGrailsProcessConfig' class.
getMaxPerm ( )This method is from 'ForkedGrailsProcessConfig' class.
getMetaClass ( )This method is from 'ForkedGrailsProcessConfig' class.
getMinMemory ( )This method is from 'ForkedGrailsProcessConfig' class.
getProperty ( String )This method is from 'ForkedGrailsProcessConfig' class.
invokeMethod ( String, Object )This method is from 'ForkedGrailsProcessConfig' class.
...
[+] ForkedGrailsProjectClassExecutor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190027 has been renamed to __timeStamp__239_neverHappen1400773713735. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190027 in ForkedGrailsProjectClassExecutor. |
[+] 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_neverHappen1398330189576 has been renamed to __timeStamp__239_neverHappen1400773713221. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189576 in IncludeTargets. |
[+] affected methods (13)
IncludeTargets ( ClassLoader, Binding )This constructor is from 'IncludeTargets' class.
__.swapInit ( )This method is from 'IncludeTargets' class.
getBinding ( )This method is from 'IncludeTargets' class.
getClassLoader ( )This method is from 'IncludeTargets' class.
getMetaClass ( )This method is from 'IncludeTargets' class.
getProperty ( String )This method is from 'IncludeTargets' class.
invokeMethod ( String, Object )This method is from 'IncludeTargets' class.
leftShift ( File )This method is from 'IncludeTargets' class.
leftShift ( Class )This method is from 'IncludeTargets' class.
setBinding ( Binding )This method is from 'IncludeTargets' class.
setClassLoader ( ClassLoader )This method is from 'IncludeTargets' class.
setMetaClass ( MetaClass )This method is from 'IncludeTargets' class.
...
package org.codehaus.groovy.grails.cli.fork.compile
[+] ForkedGrailsCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190248 has been renamed to __timeStamp__239_neverHappen1400773713946. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190248 in ForkedGrailsCompiler. |
[+] 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_neverHappen1398330190253 has been renamed to __timeStamp__239_neverHappen1400773713952. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190253 in ForkedGrailsTestRunner. |
[+] 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_neverHappen1398330190043 has been renamed to __timeStamp__239_neverHappen1400773713749. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190043 in TestExecutionContext. |
[+] affected methods (4)
TestExecutionContext ( )This constructor is from 'TestExecutionContext' class.
TestExecutionContext ( ForkedGrailsProcess )This constructor is from 'TestExecutionContext' class.
__.swapInit ( )This method is from 'TestExecutionContext' class.
buildMinimalIsolatedClasspath ( BuildSettings )This method is from 'TestExecutionContext' class.
package org.codehaus.groovy.grails.cli.interactive
[+] GrailsInteractiveCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190049 has been renamed to __timeStamp__239_neverHappen1400773713754. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190049 in GrailsInteractiveCompletor. |
[+] affected methods (96)
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_neverHappen1398330189584 has been renamed to __timeStamp__239_neverHappen1400773713229. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189584 in InteractiveMode. |
[+] affected methods (83)
InteractiveMode ( BuildSettings, GrailsScriptRunner )This constructor is from 'InteractiveMode' class.
__.swapInit ( )This method is from 'InteractiveMode' class.
addStatus ( String )This method is from 'InteractiveMode' class.
append ( String )This method is from 'InteractiveMode' class.
bang ( )This method is from 'InteractiveMode' class.
echoStatus ( )This method is from 'InteractiveMode' class.
error ( String )This method is from 'InteractiveMode' class.
error ( String, String )This method is from 'InteractiveMode' class.
error ( String, Throwable )This method is from 'InteractiveMode' class.
error ( Throwable )This method is from 'InteractiveMode' class.
execute ( String )This method is from 'InteractiveMode' class.
exit ( )This method is from 'InteractiveMode' class.
...
package org.codehaus.groovy.grails.cli.interactive.completors
[+] ClassNameCompletor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190057 has been renamed to __timeStamp__239_neverHappen1400773713761. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190057 in ClassNameCompletor. |
[+] affected methods (12)
ClassNameCompletor ( )This constructor is from 'ClassNameCompletor' abstract class.
__.swapInit ( )This method is from 'ClassNameCompletor' abstract class.
complete ( String, int, List )This method is from 'ClassNameCompletor' abstract class.
getBuildSettings ( )This method is from 'ClassNameCompletor' abstract class.
getCommandName ( )This abstract method is from 'ClassNameCompletor' abstract class.
getMetaClass ( )This method is from 'ClassNameCompletor' abstract class.
getProperty ( String )This method is from 'ClassNameCompletor' abstract class.
invokeMethod ( String, Object )This method is from 'ClassNameCompletor' abstract class.
setBuildSettings ( BuildSettings )This method is from 'ClassNameCompletor' abstract class.
setMetaClass ( MetaClass )This method is from 'ClassNameCompletor' abstract class.
setProperty ( String, Object )This method is from 'ClassNameCompletor' abstract class.
shouldInclude ( Resource )This method is from 'ClassNameCompletor' abstract class.
...
package org.codehaus.groovy.grails.cli.maven
[+] DependencyInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189643 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189643 in DependencyInfo. |
[+] affected methods (18)
DependencyInfo ( )This constructor is from 'DependencyInfo' class.
__.swapInit ( )This method is from 'DependencyInfo' class.
getGroup ( )This method is from 'DependencyInfo' class.
getMetaClass ( )This method is from 'DependencyInfo' class.
getName ( )This method is from 'DependencyInfo' class.
getProperty ( String )This method is from 'DependencyInfo' class.
getScope ( )This method is from 'DependencyInfo' class.
getType ( )This method is from 'DependencyInfo' class.
getVersion ( )This method is from 'DependencyInfo' class.
invokeMethod ( String, Object )This method is from 'DependencyInfo' class.
setGroup ( String )This method is from 'DependencyInfo' class.
setMetaClass ( MetaClass )This method is from 'DependencyInfo' class.
...
[+] MavenMultiProjectGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190062 has been renamed to __timeStamp__239_neverHappen1400773713766. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190062 in MavenMultiProjectGenerator. |
[+] affected methods (10)
MavenMultiProjectGenerator ( BuildSettings )This constructor is from 'MavenMultiProjectGenerator' class.
__.swapInit ( )This method is from 'MavenMultiProjectGenerator' class.
generate ( String, String, String )This method is from 'MavenMultiProjectGenerator' class.
getMetaClass ( )This method is from 'MavenMultiProjectGenerator' class.
getPomGenerator ( )This method is from 'MavenMultiProjectGenerator' class.
getProperty ( String )This method is from 'MavenMultiProjectGenerator' class.
invokeMethod ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
setMetaClass ( MetaClass )This method is from 'MavenMultiProjectGenerator' class.
setPomGenerator ( MavenPomGenerator )This method is from 'MavenMultiProjectGenerator' class.
setProperty ( String, Object )This method is from 'MavenMultiProjectGenerator' class.
[+] MavenPomGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190075 has been renamed to __timeStamp__239_neverHappen1400773713775. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190075 in MavenPomGenerator. |
[+] affected methods (20)
getPomGenerator ( )Return value of this method has type 'MavenPomGenerator'.
setPomGenerator ( MavenPomGenerator )1st parameter 'p1' of this method has type 'MavenPomGenerator'.
MavenPomGenerator ( BuildSettings )This constructor is from 'MavenPomGenerator' class.
__.swapInit ( )This method is from 'MavenPomGenerator' class.
createModel ( String, Metadata )This method is from 'MavenPomGenerator' class.
createModel ( String, Metadata, GrailsPluginInfo )This method is from 'MavenPomGenerator' class.
createModel ( String, File )This method is from 'MavenPomGenerator' class.
generate ( String )This method is from 'MavenPomGenerator' class.
generate ( String, File, Map )This method is from 'MavenPomGenerator' class.
generatePom ( File, String, Map )This method is from 'MavenPomGenerator' class.
generateWithParent ( String )This method is from 'MavenPomGenerator' class.
getDependenciesForScope ( DependencyManager, String )This method is from 'MavenPomGenerator' class.
...
package org.codehaus.groovy.grails.cli.support
[+] ChildFirstURLClassLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190309 has been renamed to __timeStamp__239_neverHappen1400773714048. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190309 in ChildFirstURLClassLoader. |
[+] 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_neverHappen1398330190804 has been renamed to __timeStamp__239_neverHappen1400773714378. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190804 in UaaEnabler. |
[+] affected methods (16)
UaaEnabler ( BuildSettings, PluginBuildSettings )This constructor is from 'UaaEnabler' class.
__.swapInit ( )This method is from 'UaaEnabler' class.
enable ( boolean )This method is from 'UaaEnabler' class.
getBuildSettings ( )This method is from 'UaaEnabler' class.
getClassLoader ( )This method is from 'UaaEnabler' class.
getMetaClass ( )This method is from 'UaaEnabler' class.
getPluginBuildSettings ( )This method is from 'UaaEnabler' class.
getProperty ( String )This method is from 'UaaEnabler' class.
invokeMethod ( String, Object )This method is from 'UaaEnabler' class.
isAvailable ( )This method is from 'UaaEnabler' class.
isEnabled ( )This method is from 'UaaEnabler' class.
setBuildSettings ( BuildSettings )This method is from 'UaaEnabler' class.
...
[+] UaaIntegrationSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190839 has been renamed to __timeStamp__239_neverHappen1400773714417. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190839 in UaaIntegrationSupport. |
[+] affected methods (8)
UaaIntegrationSupport ( )This constructor is from 'UaaIntegrationSupport' class.
__.swapInit ( )This method is from 'UaaIntegrationSupport' class.
findPlugin ( Object, String )This method is from 'UaaIntegrationSupport' class.
getMetaClass ( )This method is from 'UaaIntegrationSupport' class.
getProperty ( String )This method is from 'UaaIntegrationSupport' class.
invokeMethod ( String, Object )This method is from 'UaaIntegrationSupport' class.
setMetaClass ( MetaClass )This method is from 'UaaIntegrationSupport' class.
setProperty ( String, Object )This method is from 'UaaIntegrationSupport' class.
package org.codehaus.groovy.grails.exceptions
[+] DefaultStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189654 has been renamed to __timeStamp__239_neverHappen1400773713319. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189654 in DefaultStackTracePrinter. |
[+] affected methods (16)
DefaultStackTracePrinter ( )This constructor is from 'DefaultStackTracePrinter' class.
__.swapInit ( )This method is from 'DefaultStackTracePrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultStackTracePrinter' class.
getMetaClass ( )This method is from 'DefaultStackTracePrinter' class.
getProperty ( String )This method is from 'DefaultStackTracePrinter' class.
invokeMethod ( String, Object )This method is from 'DefaultStackTracePrinter' class.
makeRelativeIfPossible ( String )This method is from 'DefaultStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'DefaultStackTracePrinter' class.
printCausedByMessage ( PrintWriter, Throwable )This method is from 'DefaultStackTracePrinter' class.
printFailureLocation ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
printHeader ( PrintWriter, String )This method is from 'DefaultStackTracePrinter' class.
printLastEntry ( PrintWriter, String, String, String )This method is from 'DefaultStackTracePrinter' class.
...
package org.codehaus.groovy.grails.io.support
[+] ByteArrayResource (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189672 has been renamed to __timeStamp__239_neverHappen1400773713345. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189672 in ByteArrayResource. |
[+] affected methods (22)
ByteArrayResource ( byte[ ] )This constructor is from 'ByteArrayResource' class.
ByteArrayResource ( byte[ ], String )This constructor is from 'ByteArrayResource' class.
__.swapInit ( )This method is from 'ByteArrayResource' class.
contentLength ( )This method is from 'ByteArrayResource' class.
createRelative ( String )This method is from 'ByteArrayResource' class.
exists ( )This method is from 'ByteArrayResource' class.
getBytes ( )This method is from 'ByteArrayResource' class.
getDescription ( )This method is from 'ByteArrayResource' class.
getFile ( )This method is from 'ByteArrayResource' class.
getFilename ( )This method is from 'ByteArrayResource' class.
getInputStream ( )This method is from 'ByteArrayResource' class.
getMetaClass ( )This method is from 'ByteArrayResource' class.
...
package org.codehaus.groovy.grails.plugins
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189678 has been renamed to __timeStamp__239_neverHappen1400773713354. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189678 in GrailsPluginUtils. |
[+] affected methods (52)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
clearCaches ( )This method is from 'GrailsPluginUtils' class.
getArtefactResources ( String )This method is from 'GrailsPluginUtils' class.
getArtefactResourcesForOne ( String )This method is from 'GrailsPluginUtils' class.
getAvailableScripts ( String, String, String )This method is from 'GrailsPluginUtils' class.
getBasePluginDescriptor ( String )This method is from 'GrailsPluginUtils' class.
getDescriptorForPlugin ( Resource )This method is from 'GrailsPluginUtils' class.
getGlobalPluginsPath ( )This method is from 'GrailsPluginUtils' class.
getGRAILS_HOME ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( )This method is from 'GrailsPluginUtils' class.
getImplicitPluginDirectories ( String )This method is from 'GrailsPluginUtils' class.
...
[+] GrailsVersionUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189693 has been renamed to __timeStamp__239_neverHappen1400773713379. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189693 in GrailsVersionUtils. |
[+] affected methods (14)
GrailsVersionUtils ( )This constructor is from 'GrailsVersionUtils' class.
__.swapInit ( )This method is from 'GrailsVersionUtils' class.
getLowerVersion ( String )This method is from 'GrailsVersionUtils' class.
getMetaClass ( )This method is from 'GrailsVersionUtils' class.
getPluginName ( Class )This method is from 'GrailsVersionUtils' class.
getPluginVersion ( Class )This method is from 'GrailsVersionUtils' class.
getProperty ( String )This method is from 'GrailsVersionUtils' class.
getUpperVersion ( String )This method is from 'GrailsVersionUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsVersionUtils' class.
isValidVersion ( String, String )This method is from 'GrailsVersionUtils' class.
isVersionGreaterThan ( String, String )This method is from 'GrailsVersionUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsVersionUtils' class.
...
[+] PluginInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190092 has been renamed to __timeStamp__239_neverHappen1400773713798. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190092 in PluginInfo. |
[+] affected methods (23)
PluginInfo ( Resource, PluginBuildSettings )This constructor is from 'PluginInfo' class.
__.swapInit ( )This method is from 'PluginInfo' class.
getAdditionalMetadata ( )This method is from 'PluginInfo' class.
getAt ( String )This method is from 'PluginInfo' class.
getDescriptor ( )This method is from 'PluginInfo' class.
getFullName ( )This method is from 'PluginInfo' class.
getMetadata ( )This method is from 'PluginInfo' class.
getName ( )This method is from 'PluginInfo' class.
getPluginBuildSettings ( )This method is from 'PluginInfo' class.
getPluginDir ( )This method is from 'PluginInfo' class.
getPluginDirectory ( )This method is from 'PluginInfo' class.
getProperties ( )This method is from 'PluginInfo' class.
...
[+] VersionComparator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189706 has been renamed to __timeStamp__239_neverHappen1400773713402. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189706 in VersionComparator. |
[+] affected methods (12)
VersionComparator ( )This constructor is from 'VersionComparator' class.
__.swapInit ( )This method is from 'VersionComparator' class.
compare ( Object, Object )This method is from 'VersionComparator' class.
compare ( String, String )This method is from 'VersionComparator' class.
deSnapshot ( String )This method is from 'VersionComparator' class.
equals ( Object )This method is from 'VersionComparator' class.
getMetaClass ( )This method is from 'VersionComparator' class.
getProperty ( String )This method is from 'VersionComparator' class.
invokeMethod ( String, Object )This method is from 'VersionComparator' class.
isSnapshot ( String )This method is from 'VersionComparator' class.
setMetaClass ( MetaClass )This method is from 'VersionComparator' class.
setProperty ( String, Object )This method is from 'VersionComparator' class.
...
package org.codehaus.groovy.grails.plugins.build.scopes
[+] PluginScopeInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189720 has been renamed to __timeStamp__239_neverHappen1400773713429. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189720 in PluginScopeInfo. |
[+] affected methods (30)
addPluginScopeInfoForDirAndInfo ( PluginScopeInfo, GrailsPluginInfo, Resource )1st parameter 'compileInfo' of this method has type 'PluginScopeInfo'.
getBuildScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getCompileScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getProvidedScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
getTestScopePluginInfo ( )Return value of this method has type 'PluginScopeInfo'.
registerPluginZipWithScope ( File, PluginScopeInfo )2nd parameter 'scopeInfo' of this method has type 'PluginScopeInfo'.
setBuildScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setCompileScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setProvidedScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
setTestScopePluginInfo ( PluginScopeInfo )1st parameter 'p1' of this method has type 'PluginScopeInfo'.
PluginScopeInfo ( String )This constructor is from 'PluginScopeInfo' class.
__.swapInit ( )This method is from 'PluginScopeInfo' class.
...
package org.codehaus.groovy.grails.resolve
[+] Dependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189726 has been renamed to __timeStamp__239_neverHappen1400773713436. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189726 in Dependency. |
[+] affected methods (54)
Dependency ( String, String, String, String[ ] )This constructor is from 'Dependency' class.
Dependency ( String, String, String, boolean, String[ ] )This constructor is from 'Dependency' class.
__.swapInit ( )This method is from 'Dependency' class.
canEqual ( Object )This method is from 'Dependency' class.
equals ( Object )This method is from 'Dependency' class.
exclude ( String )This method is from 'Dependency' class.
exclude ( String, String )This method is from 'Dependency' class.
getClassifier ( )This method is from 'Dependency' class.
getExcludeArray ( )This method is from 'Dependency' class.
getExcludes ( )This method is from 'Dependency' class.
getExported ( )This method is from 'Dependency' class.
getExtension ( )This method is from 'Dependency' class.
...
[+] DependencyManager (1)
| Change | Effect |
---|
1 | Abstract method resolveDependency ( Dependency ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method resolveDependency(Dependency) in DependencyManager. |
[+] affected methods (37)
configureDependencyManager ( )Return value of this method has type 'DependencyManager'.
createNewDependencyManager ( )Return value of this method has type 'DependencyManager'.
getDependencyManager ( )Return value of this method has type 'DependencyManager'.
handleInlinePlugin ( String, File, DependencyManager )3rd parameter 'dependencyManager' of this method has type 'DependencyManager'.
setDependencyManager ( DependencyManager )1st parameter 'p1' of this method has type 'DependencyManager'.
getDependenciesForScope ( DependencyManager, String )1st parameter 'dependencyManager' of this method has type 'DependencyManager'.
getDependenciesForScope ( DependencyManager, String, String )1st parameter 'dependencyManager' of this method has type 'DependencyManager'.
getDependenciesForScope ( DependencyManager, String, String, String )1st parameter 'dependencyManager' of this method has type 'DependencyManager'.
createCopy ( BuildSettings )This abstract method is from 'DependencyManager' interface.
downloadPluginInfo ( String, String )This abstract method is from 'DependencyManager' interface.
downloadPluginList ( File )This abstract method is from 'DependencyManager' interface.
getAllDependencies ( )This abstract method is from 'DependencyManager' interface.
...
[+] DependencyManagerConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189741 has been renamed to __timeStamp__239_neverHappen1400773713454. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189741 in DependencyManagerConfigurer. |
[+] affected methods (18)
DependencyManagerConfigurer ( )This constructor is from 'DependencyManagerConfigurer' class.
__.swapInit ( )This method is from 'DependencyManagerConfigurer' class.
configureAether ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
configureDefaultPluginResolver ( Object )This method is from 'DependencyManagerConfigurer' class.
configureGlobalFrameworkDependencies ( GrailsIvyDependencies, Object )This method is from 'DependencyManagerConfigurer' class.
configureIvy ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
configureRepoAuthentication ( Object, DependencyManager )This method is from 'DependencyManagerConfigurer' class.
createAetherDependencyManager ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
createIvyDependencyManager ( BuildSettings )This method is from 'DependencyManagerConfigurer' class.
getDependencyConfig ( Object, IvyDependencyManager )This method is from 'DependencyManagerConfigurer' class.
getMetaClass ( )This method is from 'DependencyManagerConfigurer' class.
getProperty ( String )This method is from 'DependencyManagerConfigurer' class.
...
[+] DependencyManagerUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189760 has been renamed to __timeStamp__239_neverHappen1400773713475. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189760 in DependencyManagerUtils. |
[+] affected methods (8)
DependencyManagerUtils ( )This constructor is from 'DependencyManagerUtils' abstract class.
__.swapInit ( )This method is from 'DependencyManagerUtils' abstract class.
downloadPluginList ( File )This method is from 'DependencyManagerUtils' abstract class.
getMetaClass ( )This method is from 'DependencyManagerUtils' abstract class.
getProperty ( String )This method is from 'DependencyManagerUtils' abstract class.
invokeMethod ( String, Object )This method is from 'DependencyManagerUtils' abstract class.
setMetaClass ( MetaClass )This method is from 'DependencyManagerUtils' abstract class.
setProperty ( String, Object )This method is from 'DependencyManagerUtils' abstract class.
[+] EnhancedDefaultDependencyDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190100 has been renamed to __timeStamp__239_neverHappen1400773713805. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190100 in EnhancedDefaultDependencyDescriptor. |
[+] affected methods (41)
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
configureDependencyDescriptor ( EnhancedDefaultDependencyDescriptor, String, boolean )1st parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
registerPluginDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addArtifacts ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'dependencyDescriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
addDependency ( String, EnhancedDefaultDependencyDescriptor )2nd parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
handleExport ( EnhancedDefaultDependencyDescriptor, Boolean )1st parameter 'descriptor' of this method has type 'EnhancedDefaultDependencyDescriptor'.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
EnhancedDefaultDependencyDescriptor ( ModuleRevisionId, boolean, boolean, String )This constructor is from 'EnhancedDefaultDependencyDescriptor' class.
__.swapInit ( )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
addRuleForModuleId ( ModuleId, String, String )This method is from 'EnhancedDefaultDependencyDescriptor' class.
...
[+] GrailsIvyDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190114 has been renamed to __timeStamp__239_neverHappen1400773713818. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190114 in GrailsIvyDependencies. |
[+] affected methods (12)
configureGlobalFrameworkDependencies ( GrailsIvyDependencies, Object )1st parameter 'coreDependencies' of this method has type 'GrailsIvyDependencies'.
GrailsIvyDependencies ( String )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String, boolean )This constructor is from 'GrailsIvyDependencies' class.
GrailsIvyDependencies ( String, String, boolean, boolean )This constructor is from 'GrailsIvyDependencies' class.
__.swapInit ( )This method is from 'GrailsIvyDependencies' class.
createDeclaration ( )This method is from 'GrailsIvyDependencies' class.
getMetaClass ( )This method is from 'GrailsIvyDependencies' class.
getProperty ( String )This method is from 'GrailsIvyDependencies' class.
invokeMethod ( String, Object )This method is from 'GrailsIvyDependencies' class.
setMetaClass ( MetaClass )This method is from 'GrailsIvyDependencies' class.
setProperty ( String, Object )This method is from 'GrailsIvyDependencies' class.
...
[+] IvyDependencyManager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190128 has been renamed to __timeStamp__239_neverHappen1400773713830. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190128 in IvyDependencyManager. |
[+] affected methods (101)
createCopy ( BuildSettings )Return value of this method has type 'IvyDependencyManager'.
DependencyConfigurationConfigurer ( DependencyConfigurationContext )Field 'context.dependencyManager' in 1st parameter 'context' of this method has type 'IvyDependencyManager'.
createInheritedContext ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
forApplication ( IvyDependencyManager )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
forPlugin ( IvyDependencyManager, String )1st parameter 'dependencyManager' of this method has type 'IvyDependencyManager'.
getExcludeRules ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
getGrailsCoreDependencies ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
getParentScope ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
isOffline ( )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setExcludeRules ( ExcludeRule[ ] )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setOffline ( boolean )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
setParentScope ( String )Field 'this.dependencyManager' in the object of this method has type 'IvyDependencyManager'.
...
[+] IvyDependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189770 has been renamed to __timeStamp__239_neverHappen1400773713484. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189770 in IvyDependencyReport. |
[+] affected methods (21)
IvyDependencyReport ( String, ResolveReport )This constructor is from 'IvyDependencyReport' class.
__.swapInit ( )This method is from 'IvyDependencyReport' class.
getAllArtifacts ( )This method is from 'IvyDependencyReport' class.
getClasspath ( )This method is from 'IvyDependencyReport' class.
getJarFiles ( )This method is from 'IvyDependencyReport' class.
getMetaClass ( )This method is from 'IvyDependencyReport' class.
getPluginZips ( )This method is from 'IvyDependencyReport' class.
getProperty ( String )This method is from 'IvyDependencyReport' class.
getResolvedArtifacts ( )This method is from 'IvyDependencyReport' class.
getResolveError ( )This method is from 'IvyDependencyReport' class.
getResolveReport ( )This method is from 'IvyDependencyReport' class.
getScope ( )This method is from 'IvyDependencyReport' class.
...
[+] PluginInstallEngine (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189783 has been renamed to __timeStamp__239_neverHappen1400773713530. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189783 in PluginInstallEngine. |
[+] 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_neverHappen1398330189859 has been renamed to __timeStamp__239_neverHappen1400773713579. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189859 in PluginResolveEngine. |
[+] 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_neverHappen1398330189882 has been renamed to __timeStamp__239_neverHappen1400773713601. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189882 in ResolvedArtifactReport. |
[+] affected methods (17)
ResolvedArtifactReport ( )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency )This constructor is from 'ResolvedArtifactReport' class.
ResolvedArtifactReport ( Dependency, File )This constructor is from 'ResolvedArtifactReport' class.
__.swapInit ( )This method is from 'ResolvedArtifactReport' class.
canEqual ( Object )This method is from 'ResolvedArtifactReport' class.
equals ( Object )This method is from 'ResolvedArtifactReport' class.
getDependency ( )This method is from 'ResolvedArtifactReport' class.
getFile ( )This method is from 'ResolvedArtifactReport' class.
getMetaClass ( )This method is from 'ResolvedArtifactReport' class.
getProperty ( String )This method is from 'ResolvedArtifactReport' class.
hashCode ( )This method is from 'ResolvedArtifactReport' class.
invokeMethod ( String, Object )This method is from 'ResolvedArtifactReport' class.
...
[+] ResolveException (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190305 has been renamed to __timeStamp__239_neverHappen1400773714042. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190305 in ResolveException. |
[+] affected methods (10)
ResolveException ( ResolveReport )This constructor is from 'ResolveException' class.
__.swapInit ( )This method is from 'ResolveException' class.
getMessage ( )This method is from 'ResolveException' class.
getMetaClass ( )This method is from 'ResolveException' class.
getProperty ( String )This method is from 'ResolveException' class.
getResolveReport ( )This method is from 'ResolveException' class.
invokeMethod ( String, Object )This method is from 'ResolveException' class.
setMetaClass ( MetaClass )This method is from 'ResolveException' class.
setProperty ( String, Object )This method is from 'ResolveException' class.
setResolveReport ( ResolveReport )This method is from 'ResolveException' class.
package org.codehaus.groovy.grails.resolve.config
[+] DependencyConfigurationConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190261 has been renamed to __timeStamp__239_neverHappen1400773713961. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190261 in DependencyConfigurationConfigurer. |
[+] affected methods (27)
DependencyConfigurationConfigurer ( DependencyConfigurationContext )This constructor is from 'DependencyConfigurationConfigurer' class.
__.swapInit ( )This method is from 'DependencyConfigurationConfigurer' class.
cacheDir ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( String )This method is from 'DependencyConfigurationConfigurer' class.
checksums ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
credentials ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
defaultDependenciesProvided ( boolean )This method is from 'DependencyConfigurationConfigurer' class.
dependencies ( Closure )This method is from 'DependencyConfigurationConfigurer' class.
getLegacyResolve ( )This method is from 'DependencyConfigurationConfigurer' class.
getPluginMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getRepositoryMode ( )This method is from 'DependencyConfigurationConfigurer' class.
getWILDCARD ( )This method is from 'DependencyConfigurationConfigurer' class.
...
[+] InheritanceConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190271 has been renamed to __timeStamp__239_neverHappen1400773713972. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190271 in InheritanceConfigurer. |
[+] affected methods (4)
InheritanceConfigurer ( DependencyConfigurationContext )This constructor is from 'InheritanceConfigurer' class.
__.swapInit ( )This method is from 'InheritanceConfigurer' class.
excludes ( String[ ] )This method is from 'InheritanceConfigurer' class.
excludes ( Map )This method is from 'InheritanceConfigurer' class.
[+] RepositoriesConfigurer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190275 has been renamed to __timeStamp__239_neverHappen1400773713976. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190275 in RepositoriesConfigurer. |
[+] affected methods (17)
RepositoriesConfigurer ( DependencyConfigurationContext )This constructor is from 'RepositoriesConfigurer' class.
__.swapInit ( )This method is from 'RepositoriesConfigurer' class.
ebr ( )This method is from 'RepositoriesConfigurer' class.
flatDir ( Map )This method is from 'RepositoriesConfigurer' class.
grailsCentral ( )This method is from 'RepositoriesConfigurer' class.
grailsHome ( )This method is from 'RepositoriesConfigurer' class.
grailsPlugins ( )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String )This method is from 'RepositoriesConfigurer' class.
grailsRepo ( String, String )This method is from 'RepositoriesConfigurer' class.
inherit ( boolean )This method is from 'RepositoriesConfigurer' class.
inherits ( boolean )This method is from 'RepositoriesConfigurer' class.
mavenCentral ( )This method is from 'RepositoriesConfigurer' class.
...
package org.codehaus.groovy.grails.resolve.ivy
[+] IvyExcludeResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189891 has been renamed to __timeStamp__239_neverHappen1400773713610. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189891 in IvyExcludeResolver. |
[+] affected methods (10)
IvyExcludeResolver ( IvyDependencyManager )This constructor is from 'IvyExcludeResolver' class.
__.swapInit ( )This method is from 'IvyExcludeResolver' class.
getDependencyManager ( )This method is from 'IvyExcludeResolver' class.
getMetaClass ( )This method is from 'IvyExcludeResolver' class.
getProperty ( String )This method is from 'IvyExcludeResolver' class.
invokeMethod ( String, Object )This method is from 'IvyExcludeResolver' class.
resolveExcludes ( )This method is from 'IvyExcludeResolver' class.
setDependencyManager ( IvyDependencyManager )This method is from 'IvyExcludeResolver' class.
setMetaClass ( MetaClass )This method is from 'IvyExcludeResolver' class.
setProperty ( String, Object )This method is from 'IvyExcludeResolver' class.
[+] IvyGraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330190208 has been renamed to __timeStamp__239_neverHappen1400773713904. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330190208 in IvyGraphNode. |
[+] affected methods (3)
IvyGraphNode ( ResolveReport )This constructor is from 'IvyGraphNode' class.
__.swapInit ( )This method is from 'IvyGraphNode' class.
createGraph ( GraphNode, Collection, String[ ] )This method is from 'IvyGraphNode' class.
package org.codehaus.groovy.grails.resolve.reporting
[+] GraphNode (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189898 has been renamed to __timeStamp__239_neverHappen1400773713616. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189898 in GraphNode. |
[+] affected methods (19)
createGraph ( GraphNode, Collection, String[ ] )1st parameter 'current' of this method has type 'GraphNode'.
createGraph ( GraphNode, List, List )1st parameter 'current' of this method has type 'GraphNode'.
render ( GraphNode )1st parameter 'p1' of this abstract method has type 'GraphNode'.
GraphNode ( Dependency )This constructor is from 'GraphNode' class.
__.swapInit ( )This method is from 'GraphNode' class.
getChildren ( )This method is from 'GraphNode' class.
getDependency ( )This method is from 'GraphNode' class.
getMetaClass ( )This method is from 'GraphNode' class.
getProperty ( String )This method is from 'GraphNode' class.
getResolved ( )This method is from 'GraphNode' class.
invokeMethod ( String, Object )This method is from 'GraphNode' class.
setChildren ( Collection )This method is from 'GraphNode' class.
...
[+] SimpleGraphRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330189901 has been renamed to __timeStamp__239_neverHappen1400773713620. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330189901 in SimpleGraphRenderer. |
[+] affected methods (16)
SimpleGraphRenderer ( String, String )This constructor is from 'SimpleGraphRenderer' class.
__.swapInit ( )This method is from 'SimpleGraphRenderer' class.
getAnsiEnabled ( )This method is from 'SimpleGraphRenderer' class.
getDescription ( )This method is from 'SimpleGraphRenderer' class.
getMetaClass ( )This method is from 'SimpleGraphRenderer' class.
getProperty ( String )This method is from 'SimpleGraphRenderer' class.
getScope ( )This method is from 'SimpleGraphRenderer' class.
invokeMethod ( String, Object )This method is from 'SimpleGraphRenderer' class.
isAnsiEnabled ( )This method is from 'SimpleGraphRenderer' class.
render ( GraphNode )This method is from 'SimpleGraphRenderer' class.
render ( GraphNode, Writer )This method is from 'SimpleGraphRenderer' class.
setAnsiEnabled ( boolean )This method is from 'SimpleGraphRenderer' class.
...
grails-core-2.3.8.jar
package grails.validation
[+] ValidationErrors (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243165 has been renamed to __timeStamp__239_neverHappen1400773728268. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243165 in ValidationErrors. |
[+] affected methods (10)
ValidationErrors ( Object )This constructor is from 'ValidationErrors' class.
ValidationErrors ( Object, String )This constructor is from 'ValidationErrors' class.
__.swapInit ( )This method is from 'ValidationErrors' class.
getAt ( String )This method is from 'ValidationErrors' class.
getMetaClass ( )This method is from 'ValidationErrors' class.
getProperty ( String )This method is from 'ValidationErrors' class.
invokeMethod ( String, Object )This method is from 'ValidationErrors' class.
putAt ( String, String )This method is from 'ValidationErrors' class.
setMetaClass ( MetaClass )This method is from 'ValidationErrors' class.
setProperty ( String, Object )This method is from 'ValidationErrors' class.
package org.codehaus.groovy.grails.commons
[+] GrailsArrayUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242891 has been renamed to __timeStamp__239_neverHappen1400773727978. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242891 in GrailsArrayUtils. |
[+] affected methods (19)
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.
getMetaClass ( )This method is from 'GrailsArrayUtils' abstract class.
getProperty ( String )This method is from 'GrailsArrayUtils' abstract class.
invokeMethod ( String, Object )This method is from 'GrailsArrayUtils' abstract class.
setMetaClass ( MetaClass )This method is from 'GrailsArrayUtils' abstract class.
setProperty ( String, Object )This method is from 'GrailsArrayUtils' abstract class.
subarray ( Object, int, int )This method is from 'GrailsArrayUtils' abstract class.
...
[+] GrailsStringUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243004 has been renamed to __timeStamp__239_neverHappen1400773728102. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243004 in GrailsStringUtils. |
[+] affected methods (12)
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.
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.
substringBefore ( String, String )This method is from 'GrailsStringUtils' abstract class.
trimStart ( String, String )This method is from 'GrailsStringUtils' abstract class.
...
package org.codehaus.groovy.grails.commons.cfg
[+] ConfigurationHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242896 has been renamed to __timeStamp__239_neverHappen1400773727981. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242896 in ConfigurationHelper. |
[+] affected methods (19)
ConfigurationHelper ( )This constructor is from 'ConfigurationHelper' class.
__.swapInit ( )This method is from 'ConfigurationHelper' class.
clearCachedConfig ( DefaultGrailsApplication )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_neverHappen1398330242904 has been renamed to __timeStamp__239_neverHappen1400773727993. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242904 in MapBasedSmartPropertyOverrideConfigurer. |
[+] affected methods (16)
MapBasedSmartPropertyOverrideConfigurer ( GrailsApplication )This constructor is from 'MapBasedSmartPropertyOverrideConfigurer' class.
__.swapInit ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
applyPropertyValue ( ConfigurableListableBeanFactory, String, String, Object )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getApplication ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getBeansConfig ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getClassLoader ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getMetaClass ( )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getProperty ( String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinition ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
getTargetBeanDefinitionForFactoryBean ( ConfigurableListableBeanFactory, String, BeanDefinition, Class )This method is from 'MapBasedSmartPropertyOverrideConfigurer' class.
...
package org.codehaus.groovy.grails.commons.metaclass
[+] MetaClassEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243005 has been renamed to __timeStamp__239_neverHappen1400773728104. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243005 in MetaClassEnhancer. |
[+] affected methods (9)
MetaClassEnhancer ( )This constructor is from 'MetaClassEnhancer' class.
__.swapInit ( )This method is from 'MetaClassEnhancer' class.
enhance ( MetaClass )This method is from 'MetaClassEnhancer' class.
enhanceAll ( Iterable )This method is from 'MetaClassEnhancer' class.
getMetaClass ( )This method is from 'MetaClassEnhancer' class.
getProperty ( String )This method is from 'MetaClassEnhancer' class.
invokeMethod ( String, Object )This method is from 'MetaClassEnhancer' class.
setMetaClass ( MetaClass )This method is from 'MetaClassEnhancer' class.
setProperty ( String, Object )This method is from 'MetaClassEnhancer' class.
[+] PropertyExpression (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242908 has been renamed to __timeStamp__239_neverHappen1400773728000. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242908 in PropertyExpression. |
[+] affected methods (8)
PropertyExpression ( String )This constructor is from 'PropertyExpression' class.
__.swapInit ( )This method is from 'PropertyExpression' class.
getMetaClass ( )This method is from 'PropertyExpression' class.
getProperty ( String )This method is from 'PropertyExpression' class.
getValue ( )This method is from 'PropertyExpression' class.
invokeMethod ( String, Object )This method is from 'PropertyExpression' class.
setMetaClass ( MetaClass )This method is from 'PropertyExpression' class.
setProperty ( String, Object )This method is from 'PropertyExpression' class.
package org.codehaus.groovy.grails.compiler
[+] GrailsProjectCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243008 has been renamed to __timeStamp__239_neverHappen1400773728106. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243008 in GrailsProjectCompiler. |
[+] affected methods (74)
GrailsProjectCompiler ( PluginBuildSettings )This constructor is from 'GrailsProjectCompiler' class.
GrailsProjectCompiler ( PluginBuildSettings, ClassLoader )This constructor is from 'GrailsProjectCompiler' class.
__.swapInit ( )This method is from 'GrailsProjectCompiler' class.
compile ( )This method is from 'GrailsProjectCompiler' class.
compile ( Object )This method is from 'GrailsProjectCompiler' class.
compileAll ( )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String )This method is from 'GrailsProjectCompiler' class.
compileGroovyPages ( String, Object )This method is from 'GrailsProjectCompiler' class.
compilePluginDescriptor ( File, File )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( )This method is from 'GrailsProjectCompiler' class.
compilePlugins ( Object )This method is from 'GrailsProjectCompiler' class.
configureClasspath ( )This method is from 'GrailsProjectCompiler' class.
...
package org.codehaus.groovy.grails.documentation
[+] DocumentationContext (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242909 has been renamed to __timeStamp__239_neverHappen1400773728002. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242909 in DocumentationContext. |
[+] affected methods (26)
DocumentationContext ( )This constructor is from 'DocumentationContext' class.
__.swapInit ( )This method is from 'DocumentationContext' class.
document ( String )This method is from 'DocumentationContext' class.
documentMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
documentProperty ( String, Class, String )This method is from 'DocumentationContext' class.
documentStaticMethod ( String, Class, String, Class[ ] )This method is from 'DocumentationContext' class.
getArtefactType ( )This method is from 'DocumentationContext' class.
getCurrentDocumentation ( )This method is from 'DocumentationContext' class.
getInstance ( )This method is from 'DocumentationContext' class.
getMetaClass ( )This method is from 'DocumentationContext' class.
getMethods ( )This method is from 'DocumentationContext' class.
getProperties ( )This method is from 'DocumentationContext' class.
...
[+] DocumentedElement (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242914 has been renamed to __timeStamp__239_neverHappen1400773728010. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242914 in DocumentedElement. |
[+] affected methods (15)
DocumentedElement ( )This constructor is from 'DocumentedElement' class.
__.swapInit ( )This method is from 'DocumentedElement' class.
getArtefact ( )This method is from 'DocumentedElement' class.
getMetaClass ( )This method is from 'DocumentedElement' class.
getName ( )This method is from 'DocumentedElement' class.
getProperty ( String )This method is from 'DocumentedElement' class.
getText ( )This method is from 'DocumentedElement' class.
getType ( )This method is from 'DocumentedElement' class.
invokeMethod ( String, Object )This method is from 'DocumentedElement' class.
setArtefact ( String )This method is from 'DocumentedElement' class.
setMetaClass ( MetaClass )This method is from 'DocumentedElement' class.
setName ( String )This method is from 'DocumentedElement' class.
...
[+] DocumentedMethod (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243046 has been renamed to __timeStamp__239_neverHappen1400773728146. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243046 in DocumentedMethod. |
[+] affected methods (5)
DocumentedMethod ( )This constructor is from 'DocumentedMethod' class.
__.swapInit ( )This method is from 'DocumentedMethod' class.
getArguments ( )This method is from 'DocumentedMethod' class.
setArguments ( Class[ ] )This method is from 'DocumentedMethod' class.
toString ( )This method is from 'DocumentedMethod' class.
[+] DocumentedProperty (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243047 has been renamed to __timeStamp__239_neverHappen1400773728147. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243047 in DocumentedProperty. |
[+] affected methods (5)
DocumentedProperty ( )This constructor is from 'DocumentedProperty' class.
__.swapInit ( )This method is from 'DocumentedProperty' class.
getType ( )This method is from 'DocumentedProperty' class.
setType ( Class )This method is from 'DocumentedProperty' class.
toString ( )This method is from 'DocumentedProperty' class.
package org.codehaus.groovy.grails.exceptions
[+] DefaultErrorsPrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243049 has been renamed to __timeStamp__239_neverHappen1400773728148. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243049 in DefaultErrorsPrinter. |
[+] affected methods (14)
DefaultErrorsPrinter ( )This constructor is from 'DefaultErrorsPrinter' class.
DefaultErrorsPrinter ( ResourceLocator )This constructor is from 'DefaultErrorsPrinter' class.
__.swapInit ( )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'DefaultErrorsPrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'DefaultErrorsPrinter' class.
getFileName ( StackTraceElement )This method is from 'DefaultErrorsPrinter' class.
getFileNameInfo ( Throwable, Resource )This method is from 'DefaultErrorsPrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'DefaultErrorsPrinter' class.
getResourceLocator ( )This method is from 'DefaultErrorsPrinter' class.
getRootCause ( Throwable )This method is from 'DefaultErrorsPrinter' class.
...
package org.codehaus.groovy.grails.orm.support
[+] GrailsTransactionTemplate (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242915 has been renamed to __timeStamp__239_neverHappen1400773728012. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242915 in GrailsTransactionTemplate. |
[+] affected methods (10)
GrailsTransactionTemplate ( PlatformTransactionManager )This constructor is from 'GrailsTransactionTemplate' class.
GrailsTransactionTemplate ( PlatformTransactionManager, TransactionAttribute )This constructor is from 'GrailsTransactionTemplate' class.
GrailsTransactionTemplate ( PlatformTransactionManager, TransactionDefinition )This constructor is from 'GrailsTransactionTemplate' class.
__.swapInit ( )This method is from 'GrailsTransactionTemplate' class.
execute ( Closure )This method is from 'GrailsTransactionTemplate' class.
getMetaClass ( )This method is from 'GrailsTransactionTemplate' class.
getProperty ( String )This method is from 'GrailsTransactionTemplate' class.
invokeMethod ( String, Object )This method is from 'GrailsTransactionTemplate' class.
setMetaClass ( MetaClass )This method is from 'GrailsTransactionTemplate' class.
setProperty ( String, Object )This method is from 'GrailsTransactionTemplate' class.
package org.codehaus.groovy.grails.plugins
[+] CoreGrailsPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242920 has been renamed to __timeStamp__239_neverHappen1400773728019. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242920 in CoreGrailsPlugin. |
[+] affected methods (17)
CoreGrailsPlugin ( )This constructor is from 'CoreGrailsPlugin' class.
__.swapInit ( )This method is from 'CoreGrailsPlugin' class.
getDoWithDynamicMethods ( )This method is from 'CoreGrailsPlugin' class.
getDoWithSpring ( )This method is from 'CoreGrailsPlugin' class.
getMetaClass ( )This method is from 'CoreGrailsPlugin' class.
getOnChange ( )This method is from 'CoreGrailsPlugin' class.
getProperty ( String )This method is from 'CoreGrailsPlugin' class.
getVersion ( )This method is from 'CoreGrailsPlugin' class.
getWatchedResources ( )This method is from 'CoreGrailsPlugin' class.
invokeMethod ( String, Object )This method is from 'CoreGrailsPlugin' class.
setDoWithDynamicMethods ( Object )This method is from 'CoreGrailsPlugin' class.
setDoWithSpring ( Object )This method is from 'CoreGrailsPlugin' class.
...
[+] Servlet3AsyncWebXmlProcessor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242932 has been renamed to __timeStamp__239_neverHappen1400773728033. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242932 in Servlet3AsyncWebXmlProcessor. |
[+] affected methods (8)
Servlet3AsyncWebXmlProcessor ( )This constructor is from 'Servlet3AsyncWebXmlProcessor' class.
__.swapInit ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getMetaClass ( )This method is from 'Servlet3AsyncWebXmlProcessor' class.
getProperty ( String )This method is from 'Servlet3AsyncWebXmlProcessor' class.
invokeMethod ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
process ( Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setMetaClass ( MetaClass )This method is from 'Servlet3AsyncWebXmlProcessor' class.
setProperty ( String, Object )This method is from 'Servlet3AsyncWebXmlProcessor' class.
package org.codehaus.groovy.grails.plugins.publishing
[+] DefaultPluginPublisher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242935 has been renamed to __timeStamp__239_neverHappen1400773728035. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242935 in DefaultPluginPublisher. |
[+] affected methods (19)
DefaultPluginPublisher ( File, String, String )This constructor is from 'DefaultPluginPublisher' class.
DefaultPluginPublisher ( String, String )This constructor is from 'DefaultPluginPublisher' class.
__.swapInit ( )This method is from 'DefaultPluginPublisher' class.
getBaseDir ( )This method is from 'DefaultPluginPublisher' class.
getMetaClass ( )This method is from 'DefaultPluginPublisher' class.
getPluginMetadata ( String )This method is from 'DefaultPluginPublisher' class.
getProperty ( String )This method is from 'DefaultPluginPublisher' class.
getRepositoryURL ( )This method is from 'DefaultPluginPublisher' class.
getRevision ( )This method is from 'DefaultPluginPublisher' class.
invokeMethod ( String, Object )This method is from 'DefaultPluginPublisher' class.
parsePluginList ( Resource )This method is from 'DefaultPluginPublisher' class.
publishRelease ( String, Resource )This method is from 'DefaultPluginPublisher' class.
...
[+] PluginDescriptorGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242944 has been renamed to __timeStamp__239_neverHappen1400773728044. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242944 in PluginDescriptorGenerator. |
[+] affected methods (21)
PluginDescriptorGenerator ( BuildSettings, Object, List )This constructor is from 'PluginDescriptorGenerator' class.
PluginDescriptorGenerator ( BuildSettings, String, Resource[ ] )This constructor is from 'PluginDescriptorGenerator' class.
__.swapInit ( )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, IndentPrinter )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, MarkupBuilder )This method is from 'PluginDescriptorGenerator' class.
generatePluginXml ( Object, Writer )This method is from 'PluginDescriptorGenerator' class.
getAntPathMatcher ( )This method is from 'PluginDescriptorGenerator' class.
getBuildSettings ( )This method is from 'PluginDescriptorGenerator' class.
getExcludes ( )This method is from 'PluginDescriptorGenerator' class.
getMetaClass ( )This method is from 'PluginDescriptorGenerator' class.
getPluginName ( )This method is from 'PluginDescriptorGenerator' class.
getProperty ( String )This method is from 'PluginDescriptorGenerator' class.
...
[+] PluginPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242952 has been renamed to __timeStamp__239_neverHappen1400773728051. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242952 in PluginPackager. |
[+] affected methods (27)
PluginPackager ( BuildSettings, Object, Resource[ ], File, GrailsBuildEventListener, BuildSettings )This constructor is from 'PluginPackager' class.
__.swapInit ( )This method is from 'PluginPackager' class.
findIncludesAndExcludes ( Object )This method is from 'PluginPackager' class.
generatePluginXml ( File )This method is from 'PluginPackager' class.
getAnt ( )This method is from 'PluginPackager' class.
getBasedir ( )This method is from 'PluginPackager' class.
getEventListener ( )This method is from 'PluginPackager' class.
getGrailsSettings ( )This method is from 'PluginPackager' class.
getHasApplicationDependencies ( )This method is from 'PluginPackager' class.
getJarFiles ( )This method is from 'PluginPackager' class.
getMetaClass ( )This method is from 'PluginPackager' class.
getProperty ( String )This method is from 'PluginPackager' class.
...
package org.codehaus.groovy.grails.plugins.support
[+] GrailsPluginUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242976 has been renamed to __timeStamp__239_neverHappen1400773728076. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242976 in GrailsPluginUtils. |
[+] affected methods (9)
GrailsPluginUtils ( )This constructor is from 'GrailsPluginUtils' class.
__.swapInit ( )This method is from 'GrailsPluginUtils' class.
getGrailsVersion ( )This method is from 'GrailsPluginUtils' class.
getMetaClass ( )This method is from 'GrailsPluginUtils' class.
getProperty ( String )This method is from 'GrailsPluginUtils' class.
invokeMethod ( String, Object )This method is from 'GrailsPluginUtils' class.
setGrailsVersion ( Object )This method is from 'GrailsPluginUtils' class.
setMetaClass ( MetaClass )This method is from 'GrailsPluginUtils' class.
setProperty ( String, Object )This method is from 'GrailsPluginUtils' class.
[+] WatchPattern (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242977 has been renamed to __timeStamp__239_neverHappen1400773728077. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242977 in WatchPattern. |
[+] affected methods (16)
WatchPattern ( )This constructor is from 'WatchPattern' class.
__.swapInit ( )This method is from 'WatchPattern' class.
getDirectory ( )This method is from 'WatchPattern' class.
getExtension ( )This method is from 'WatchPattern' class.
getFile ( )This method is from 'WatchPattern' class.
getMetaClass ( )This method is from 'WatchPattern' class.
getPattern ( )This method is from 'WatchPattern' class.
getProperty ( String )This method is from 'WatchPattern' class.
invokeMethod ( String, Object )This method is from 'WatchPattern' class.
matchesPath ( String )This method is from 'WatchPattern' class.
setDirectory ( File )This method is from 'WatchPattern' class.
setExtension ( String )This method is from 'WatchPattern' class.
...
package org.codehaus.groovy.grails.project.creation
[+] GrailsProjectCleaner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243054 has been renamed to __timeStamp__239_neverHappen1400773728153. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243054 in GrailsProjectCleaner. |
[+] affected methods (20)
GrailsProjectCleaner ( BuildSettings, GrailsBuildEventListener )This constructor is from 'GrailsProjectCleaner' class.
__.swapInit ( )This method is from 'GrailsProjectCleaner' class.
clean ( )This method is from 'GrailsProjectCleaner' class.
clean ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanAll ( )This method is from 'GrailsProjectCleaner' class.
cleanAll ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanCompiledSources ( )This method is from 'GrailsProjectCleaner' class.
cleanCompiledSources ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanTestReports ( )This method is from 'GrailsProjectCleaner' class.
cleanTestReports ( boolean )This method is from 'GrailsProjectCleaner' class.
cleanWarFile ( )This method is from 'GrailsProjectCleaner' class.
cleanWarFile ( boolean )This method is from 'GrailsProjectCleaner' class.
...
package org.codehaus.groovy.grails.project.loader
[+] GrailsProjectLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243060 has been renamed to __timeStamp__239_neverHappen1400773728159. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243060 in GrailsProjectLoader. |
[+] affected methods (29)
GrailsProjectLoader ( BuildSettings )This constructor is from 'GrailsProjectLoader' class.
GrailsProjectLoader ( GrailsProjectPackager )This constructor is from 'GrailsProjectLoader' class.
__.swapInit ( )This method is from 'GrailsProjectLoader' class.
configureApplication ( )This method is from 'GrailsProjectLoader' class.
configureJndi ( GrailsApplication )This method is from 'GrailsProjectLoader' class.
defineParentBeans ( WebBeanBuilder )This method is from 'GrailsProjectLoader' class.
getApplicationContext ( )This method is from 'GrailsProjectLoader' class.
getApplicationLoaded ( )This method is from 'GrailsProjectLoader' class.
getMetaClass ( )This method is from 'GrailsProjectLoader' class.
getParentContext ( )This method is from 'GrailsProjectLoader' class.
getPluginManager ( )This method is from 'GrailsProjectLoader' class.
getProjectPackager ( )This method is from 'GrailsProjectLoader' class.
...
package org.codehaus.groovy.grails.project.packaging
[+] GrailsProjectPackager (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243069 has been renamed to __timeStamp__239_neverHappen1400773728168. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243069 in GrailsProjectPackager. |
[+] 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_neverHappen1398330243109 has been renamed to __timeStamp__239_neverHappen1400773728210. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243109 in GrailsProjectWarCreator. |
[+] affected methods (35)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )2nd parameter 'warCreator' of this method has type 'GrailsProjectWarCreator'.
getWarCreator ( )Return value of this method has type 'GrailsProjectWarCreator'.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager )This constructor is from 'GrailsProjectWarCreator' class.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager, AntBuilder )This constructor is from 'GrailsProjectWarCreator' class.
GrailsProjectWarCreator ( BuildSettings, GrailsBuildEventListener, GrailsProjectPackager, AntBuilder, boolean )This constructor is from 'GrailsProjectWarCreator' class.
__.swapInit ( )This method is from 'GrailsProjectWarCreator' class.
cleanUpAfterWar ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( )This method is from 'GrailsProjectWarCreator' class.
configureWarName ( String )This method is from 'GrailsProjectWarCreator' class.
createDescriptor ( )This method is from 'GrailsProjectWarCreator' class.
createDescriptorInternal ( Object, Object )This method is from 'GrailsProjectWarCreator' class.
getAdditionalEventArgs ( )This method is from 'GrailsProjectWarCreator' class.
...
package org.codehaus.groovy.grails.project.plugins
[+] GrailsProjectPluginLoader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243144 has been renamed to __timeStamp__239_neverHappen1400773728243. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243144 in GrailsProjectPluginLoader. |
[+] affected methods (12)
GrailsProjectPluginLoader ( GrailsApplication, ClassLoader, BuildSettings, GrailsBuildEventListener )This constructor is from 'GrailsProjectPluginLoader' class.
__.swapInit ( )This method is from 'GrailsProjectPluginLoader' class.
getClassLoader ( )This method is from 'GrailsProjectPluginLoader' class.
getGrailsApplication ( )This method is from 'GrailsProjectPluginLoader' class.
getMetaClass ( )This method is from 'GrailsProjectPluginLoader' class.
getProperty ( String )This method is from 'GrailsProjectPluginLoader' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectPluginLoader' class.
loadPlugins ( )This method is from 'GrailsProjectPluginLoader' class.
setClassLoader ( ClassLoader )This method is from 'GrailsProjectPluginLoader' class.
setGrailsApplication ( GrailsApplication )This method is from 'GrailsProjectPluginLoader' class.
setMetaClass ( MetaClass )This method is from 'GrailsProjectPluginLoader' class.
setProperty ( String, Object )This method is from 'GrailsProjectPluginLoader' class.
...
package org.codehaus.groovy.grails.project.ui
[+] GrailsProjectConsole (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243151 has been renamed to __timeStamp__239_neverHappen1400773728251. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243151 in GrailsProjectConsole. |
[+] 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.
...
package org.codehaus.groovy.grails.support
[+] DevelopmentShutdownHook (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242979 has been renamed to __timeStamp__239_neverHappen1400773728079. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242979 in DevelopmentShutdownHook. |
[+] affected methods (10)
DevelopmentShutdownHook ( )This constructor is from 'DevelopmentShutdownHook' class.
__.swapInit ( )This method is from 'DevelopmentShutdownHook' class.
getConsole ( )This method is from 'DevelopmentShutdownHook' class.
getMetaClass ( )This method is from 'DevelopmentShutdownHook' class.
getProperty ( String )This method is from 'DevelopmentShutdownHook' class.
invokeMethod ( String, Object )This method is from 'DevelopmentShutdownHook' class.
setApplicationContext ( ApplicationContext )This method is from 'DevelopmentShutdownHook' class.
setConsole ( Object )This method is from 'DevelopmentShutdownHook' class.
setMetaClass ( MetaClass )This method is from 'DevelopmentShutdownHook' class.
setProperty ( String, Object )This method is from 'DevelopmentShutdownHook' class.
[+] IncludeExcludeSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242981 has been renamed to __timeStamp__239_neverHappen1400773728081. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242981 in IncludeExcludeSupport. |
[+] affected methods (18)
IncludeExcludeSupport ( )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List )This constructor is from 'IncludeExcludeSupport' class.
IncludeExcludeSupport ( List, List )This constructor is from 'IncludeExcludeSupport' class.
__.swapInit ( )This method is from 'IncludeExcludeSupport' class.
excludes ( List, Object )This method is from 'IncludeExcludeSupport' class.
getDefaultExcludes ( )This method is from 'IncludeExcludeSupport' class.
getDefaultIncludes ( )This method is from 'IncludeExcludeSupport' class.
getEXCLUDES_PROPERTY ( )This method is from 'IncludeExcludeSupport' class.
getINCLUDES_PROPERTY ( )This method is from 'IncludeExcludeSupport' class.
getMetaClass ( )This method is from 'IncludeExcludeSupport' class.
getProperty ( String )This method is from 'IncludeExcludeSupport' class.
includes ( List, Object )This method is from 'IncludeExcludeSupport' class.
...
[+] PersistenceContextInterceptorExecutor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242983 has been renamed to __timeStamp__239_neverHappen1400773728083. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242983 in PersistenceContextInterceptorExecutor. |
[+] affected methods (13)
PersistenceContextInterceptorExecutor ( Collection )This constructor is from 'PersistenceContextInterceptorExecutor' class.
__.swapInit ( )This method is from 'PersistenceContextInterceptorExecutor' class.
destroyPersistenceContext ( )This method is from 'PersistenceContextInterceptorExecutor' class.
destroyPersistenceContext ( ApplicationContext )This method is from 'PersistenceContextInterceptorExecutor' class.
getMetaClass ( )This method is from 'PersistenceContextInterceptorExecutor' class.
getPersistenceContextInterceptors ( )This method is from 'PersistenceContextInterceptorExecutor' class.
getProperty ( String )This method is from 'PersistenceContextInterceptorExecutor' class.
initPersistenceContext ( )This method is from 'PersistenceContextInterceptorExecutor' class.
initPersistenceContext ( ApplicationContext )This method is from 'PersistenceContextInterceptorExecutor' class.
invokeMethod ( String, Object )This method is from 'PersistenceContextInterceptorExecutor' class.
setMetaClass ( MetaClass )This method is from 'PersistenceContextInterceptorExecutor' class.
setPersistenceContextInterceptors ( Collection )This method is from 'PersistenceContextInterceptorExecutor' class.
...
package org.codehaus.groovy.grails.support.encoding
[+] CodecMetaClassSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242985 has been renamed to __timeStamp__239_neverHappen1400773728085. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242985 in CodecMetaClassSupport. |
[+] affected methods (12)
CodecMetaClassSupport ( )This constructor is from 'CodecMetaClassSupport' class.
__.swapInit ( )This method is from 'CodecMetaClassSupport' class.
addMetaMethod ( String, Closure )This method is from 'CodecMetaClassSupport' class.
configureCodecMethods ( GrailsCodecClass )This method is from 'CodecMetaClassSupport' class.
getDECODE_PREFIX ( )This method is from 'CodecMetaClassSupport' class.
getEMPTY_ARGS ( )This method is from 'CodecMetaClassSupport' class.
getENCODE_AS_PREFIX ( )This method is from 'CodecMetaClassSupport' class.
getMetaClass ( )This method is from 'CodecMetaClassSupport' class.
getProperty ( String )This method is from 'CodecMetaClassSupport' class.
invokeMethod ( String, Object )This method is from 'CodecMetaClassSupport' class.
setMetaClass ( MetaClass )This method is from 'CodecMetaClassSupport' class.
setProperty ( String, Object )This method is from 'CodecMetaClassSupport' class.
...
package org.codehaus.groovy.grails.transaction.transform
[+] TransactionalTransform (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330242994 has been renamed to __timeStamp__239_neverHappen1400773728093. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330242994 in TransactionalTransform. |
[+] affected methods (14)
TransactionalTransform ( )This constructor is from 'TransactionalTransform' class.
__.swapInit ( )This method is from 'TransactionalTransform' class.
applyTransactionalAttributeSettings ( AnnotationNode, VariableExpression, BlockStatement )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.
invokeMethod ( String, Object )This method is from 'TransactionalTransform' class.
moveOriginalCodeToNewMethod ( SourceUnit, ClassNode, MethodNode )This method is from 'TransactionalTransform' class.
setMetaClass ( MetaClass )This method is from 'TransactionalTransform' class.
setProperty ( String, Object )This method is from 'TransactionalTransform' class.
visit ( ASTNode[ ], SourceUnit )This method is from 'TransactionalTransform' class.
weaveTransactionalBehavior ( SourceUnit, ClassNode, AnnotationNode )This method is from 'TransactionalTransform' class.
...
package org.codehaus.groovy.grails.validation
[+] ConstraintEvalUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330243002 has been renamed to __timeStamp__239_neverHappen1400773728100. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330243002 in ConstraintEvalUtils. |
[+] affected methods (9)
ConstraintEvalUtils ( )This constructor is from 'ConstraintEvalUtils' class.
__.swapInit ( )This method is from 'ConstraintEvalUtils' class.
clearDefaultConstraints ( )This method is from 'ConstraintEvalUtils' class.
getDefaultConstraints ( ConfigObject )This method is from 'ConstraintEvalUtils' class.
getMetaClass ( )This method is from 'ConstraintEvalUtils' class.
getProperty ( String )This method is from 'ConstraintEvalUtils' class.
invokeMethod ( String, Object )This method is from 'ConstraintEvalUtils' class.
setMetaClass ( MetaClass )This method is from 'ConstraintEvalUtils' class.
setProperty ( String, Object )This method is from 'ConstraintEvalUtils' class.
grails-databinding-2.3.8.jar
package org.grails.databinding
[+] ClosureValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272466 has been renamed to __timeStamp__239_neverHappen1400773737638. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272466 in ClosureValueConverter. |
[+] affected methods (13)
ClosureValueConverter ( )This constructor is from 'ClosureValueConverter' class.
__.swapInit ( )This method is from 'ClosureValueConverter' class.
canConvert ( Object )This method is from 'ClosureValueConverter' class.
convert ( Object )This method is from 'ClosureValueConverter' class.
getConverterClosure ( )This method is from 'ClosureValueConverter' class.
getMetaClass ( )This method is from 'ClosureValueConverter' class.
getProperty ( String )This method is from 'ClosureValueConverter' class.
getTargetType ( )This method is from 'ClosureValueConverter' class.
invokeMethod ( String, Object )This method is from 'ClosureValueConverter' class.
setConverterClosure ( Closure )This method is from 'ClosureValueConverter' class.
setMetaClass ( MetaClass )This method is from 'ClosureValueConverter' class.
setProperty ( String, Object )This method is from 'ClosureValueConverter' class.
...
[+] IndexedPropertyReferenceDescriptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272467 has been renamed to __timeStamp__239_neverHappen1400773737639. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272467 in IndexedPropertyReferenceDescriptor. |
[+] affected methods (14)
processIndexedProperty ( Object, MetaProperty, IndexedPropertyReferenceDescriptor, Object, DataBindingSource, DataBindingListener, Object )3rd parameter 'indexedPropertyReferenceDescriptor' of this method has type 'IndexedPropertyReferenceDescriptor'.
IndexedPropertyReferenceDescriptor ( )This constructor is from 'IndexedPropertyReferenceDescriptor' class.
__.swapInit ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getIndex ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getMetaClass ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
getProperty ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
getPropertyName ( )This method is from 'IndexedPropertyReferenceDescriptor' class.
invokeMethod ( String, Object )This method is from 'IndexedPropertyReferenceDescriptor' class.
setIndex ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
setMetaClass ( MetaClass )This method is from 'IndexedPropertyReferenceDescriptor' class.
setProperty ( String, Object )This method is from 'IndexedPropertyReferenceDescriptor' class.
setPropertyName ( String )This method is from 'IndexedPropertyReferenceDescriptor' class.
...
[+] SimpleDataBinder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272469 has been renamed to __timeStamp__239_neverHappen1400773737641. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272469 in SimpleDataBinder. |
[+] 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_neverHappen1398330272494 has been renamed to __timeStamp__239_neverHappen1400773737663. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272494 in SimpleMapDataBindingSource. |
[+] affected methods (17)
SimpleMapDataBindingSource ( Map )This constructor is from 'SimpleMapDataBindingSource' class.
__.swapInit ( )This method is from 'SimpleMapDataBindingSource' class.
containsProperty ( String )This method is from 'SimpleMapDataBindingSource' class.
getAt ( String )This method is from 'SimpleMapDataBindingSource' class.
getDataSourceAware ( )This method is from 'SimpleMapDataBindingSource' class.
getIdentifierValue ( )This method is from 'SimpleMapDataBindingSource' class.
getMetaClass ( )This method is from 'SimpleMapDataBindingSource' class.
getProperty ( String )This method is from 'SimpleMapDataBindingSource' class.
getPropertyNames ( )This method is from 'SimpleMapDataBindingSource' class.
getPropertyValue ( String )This method is from 'SimpleMapDataBindingSource' class.
hasIdentifier ( )This method is from 'SimpleMapDataBindingSource' class.
invokeMethod ( String, Object )This method is from 'SimpleMapDataBindingSource' class.
...
package org.grails.databinding.converters
[+] AbstractStructuredDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272495 has been renamed to __timeStamp__239_neverHappen1400773737664. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272495 in AbstractStructuredDateBindingEditor. |
[+] affected methods (12)
AbstractStructuredDateBindingEditor ( )This constructor is from 'AbstractStructuredDateBindingEditor' abstract class.
__.swapInit ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
assemble ( String, DataBindingSource )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getDate ( Calendar )This abstract method is from 'AbstractStructuredDateBindingEditor' abstract class.
getMetaClass ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getOptionalFields ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getProperty ( String )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getPropertyValue ( Object, String, DataBindingSource )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
getRequiredFields ( )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
setProperty ( String, Object )This method is from 'AbstractStructuredDateBindingEditor' abstract class.
...
[+] DateConversionHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272497 has been renamed to __timeStamp__239_neverHappen1400773737666. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272497 in DateConversionHelper. |
[+] affected methods (12)
DateConversionHelper ( )This constructor is from 'DateConversionHelper' class.
__.swapInit ( )This method is from 'DateConversionHelper' class.
canConvert ( Object )This method is from 'DateConversionHelper' class.
convert ( Object )This method is from 'DateConversionHelper' class.
getFormatStrings ( )This method is from 'DateConversionHelper' class.
getMetaClass ( )This method is from 'DateConversionHelper' class.
getProperty ( String )This method is from 'DateConversionHelper' class.
getTargetType ( )This method is from 'DateConversionHelper' class.
invokeMethod ( String, Object )This method is from 'DateConversionHelper' class.
setFormatStrings ( List )This method is from 'DateConversionHelper' class.
setMetaClass ( MetaClass )This method is from 'DateConversionHelper' class.
setProperty ( String, Object )This method is from 'DateConversionHelper' class.
...
[+] FormattedDateValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272499 has been renamed to __timeStamp__239_neverHappen1400773737668. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272499 in FormattedDateValueConverter. |
[+] affected methods (9)
FormattedDateValueConverter ( )This constructor is from 'FormattedDateValueConverter' class.
__.swapInit ( )This method is from 'FormattedDateValueConverter' class.
convert ( Object, String )This method is from 'FormattedDateValueConverter' class.
getMetaClass ( )This method is from 'FormattedDateValueConverter' class.
getProperty ( String )This method is from 'FormattedDateValueConverter' class.
getTargetType ( )This method is from 'FormattedDateValueConverter' class.
invokeMethod ( String, Object )This method is from 'FormattedDateValueConverter' class.
setMetaClass ( MetaClass )This method is from 'FormattedDateValueConverter' class.
setProperty ( String, Object )This method is from 'FormattedDateValueConverter' class.
[+] StructuredCalendarBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272509 has been renamed to __timeStamp__239_neverHappen1400773737678. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272509 in StructuredCalendarBindingEditor. |
[+] affected methods (4)
StructuredCalendarBindingEditor ( )This constructor is from 'StructuredCalendarBindingEditor' class.
__.swapInit ( )This method is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredCalendarBindingEditor' class.
[+] StructuredDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272510 has been renamed to __timeStamp__239_neverHappen1400773737679. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272510 in StructuredDateBindingEditor. |
[+] affected methods (4)
StructuredDateBindingEditor ( )This constructor is from 'StructuredDateBindingEditor' class.
__.swapInit ( )This method is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredDateBindingEditor' class.
[+] StructuredSqlDateBindingEditor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272510 has been renamed to __timeStamp__239_neverHappen1400773737680. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272510 in StructuredSqlDateBindingEditor. |
[+] affected methods (4)
StructuredSqlDateBindingEditor ( )This constructor is from 'StructuredSqlDateBindingEditor' class.
__.swapInit ( )This method is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
getDate ( Calendar )This method is from 'StructuredSqlDateBindingEditor' class.
[+] TimeZoneConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272500 has been renamed to __timeStamp__239_neverHappen1400773737669. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272500 in TimeZoneConverter. |
[+] 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_neverHappen1398330272501 has been renamed to __timeStamp__239_neverHappen1400773737670. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272501 in GPathResultCollectionDataBindingSource. |
[+] affected methods (8)
GPathResultCollectionDataBindingSource ( GPathResult )This constructor is from 'GPathResultCollectionDataBindingSource' class.
__.swapInit ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getDataBindingSources ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getMetaClass ( )This method is from 'GPathResultCollectionDataBindingSource' class.
getProperty ( String )This method is from 'GPathResultCollectionDataBindingSource' class.
invokeMethod ( String, Object )This method is from 'GPathResultCollectionDataBindingSource' class.
setMetaClass ( MetaClass )This method is from 'GPathResultCollectionDataBindingSource' class.
setProperty ( String, Object )This method is from 'GPathResultCollectionDataBindingSource' class.
[+] GPathResultMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330272502 has been renamed to __timeStamp__239_neverHappen1400773737671. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330272502 in GPathResultMap. |
[+] affected methods (21)
GPathResultMap ( GPathResult )This constructor is from 'GPathResultMap' class.
__.swapInit ( )This method is from 'GPathResultMap' class.
clear ( )This method is from 'GPathResultMap' class.
containsKey ( Object )This method is from 'GPathResultMap' class.
containsValue ( Object )This method is from 'GPathResultMap' class.
entrySet ( )This method is from 'GPathResultMap' class.
get ( Object )This method is from 'GPathResultMap' class.
getMetaClass ( )This method is from 'GPathResultMap' class.
getProperty ( String )This method is from 'GPathResultMap' class.
getPropertyNameForNode ( Node )This method is from 'GPathResultMap' class.
getPropertyNameForNodeChild ( NodeChild )This method is from 'GPathResultMap' class.
invokeMethod ( String, Object )This method is from 'GPathResultMap' class.
...
grails-datastore-core-3.0.6.RELEASE.jar
package org.grails.datastore.mapping.config.groovy
[+] MappingConfigurationBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936635 has been renamed to __timeStamp__239_neverHappen1399453337038. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936635 in MappingConfigurationBuilder. |
[+] affected methods (14)
MappingConfigurationBuilder ( Object, Class )This constructor is from 'MappingConfigurationBuilder' class.
__.swapInit ( )This method is from 'MappingConfigurationBuilder' class.
evaluate ( Closure )This method is from 'MappingConfigurationBuilder' class.
getMetaClass ( )This method is from 'MappingConfigurationBuilder' class.
getProperties ( )This method is from 'MappingConfigurationBuilder' class.
getProperty ( String )This method is from 'MappingConfigurationBuilder' class.
getPropertyClass ( )This method is from 'MappingConfigurationBuilder' class.
getTarget ( )This method is from 'MappingConfigurationBuilder' class.
invokeMethod ( String, Object )This method is from 'MappingConfigurationBuilder' class.
setMetaClass ( MetaClass )This method is from 'MappingConfigurationBuilder' class.
setProperties ( Map )This method is from 'MappingConfigurationBuilder' class.
setProperty ( String, Object )This method is from 'MappingConfigurationBuilder' class.
...
package org.grails.datastore.mapping.dirty.checking
[+] DirtyCheckingSupport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936668 has been renamed to __timeStamp__239_neverHappen1399453337072. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936668 in DirtyCheckingSupport. |
[+] affected methods (8)
DirtyCheckingSupport ( )This constructor is from 'DirtyCheckingSupport' class.
__.swapInit ( )This method is from 'DirtyCheckingSupport' class.
areAssociationsDirty ( Session, PersistentEntity, Object )This method is from 'DirtyCheckingSupport' class.
getMetaClass ( )This method is from 'DirtyCheckingSupport' class.
getProperty ( String )This method is from 'DirtyCheckingSupport' class.
invokeMethod ( String, Object )This method is from 'DirtyCheckingSupport' class.
setMetaClass ( MetaClass )This method is from 'DirtyCheckingSupport' class.
setProperty ( String, Object )This method is from 'DirtyCheckingSupport' class.
package org.grails.datastore.mapping.model.types.conversion
[+] DoubleToFloatConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936704 has been renamed to __timeStamp__239_neverHappen1399453337092. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936704 in DoubleToFloatConverter. |
[+] affected methods (9)
DoubleToFloatConverter ( )This constructor is from 'DoubleToFloatConverter' class.
__.swapInit ( )This method is from 'DoubleToFloatConverter' class.
convert ( Double )This method is from 'DoubleToFloatConverter' class.
convert ( Object )This method is from 'DoubleToFloatConverter' class.
getMetaClass ( )This method is from 'DoubleToFloatConverter' class.
getProperty ( String )This method is from 'DoubleToFloatConverter' class.
invokeMethod ( String, Object )This method is from 'DoubleToFloatConverter' class.
setMetaClass ( MetaClass )This method is from 'DoubleToFloatConverter' class.
setProperty ( String, Object )This method is from 'DoubleToFloatConverter' class.
[+] IntArrayToIntegerArrayConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936709 has been renamed to __timeStamp__239_neverHappen1399453337096. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936709 in IntArrayToIntegerArrayConverter. |
[+] affected methods (9)
IntArrayToIntegerArrayConverter ( )This constructor is from 'IntArrayToIntegerArrayConverter' class.
__.swapInit ( )This method is from 'IntArrayToIntegerArrayConverter' class.
convert ( int[ ] )This method is from 'IntArrayToIntegerArrayConverter' class.
convert ( Object )This method is from 'IntArrayToIntegerArrayConverter' class.
getMetaClass ( )This method is from 'IntArrayToIntegerArrayConverter' class.
getProperty ( String )This method is from 'IntArrayToIntegerArrayConverter' class.
invokeMethod ( String, Object )This method is from 'IntArrayToIntegerArrayConverter' class.
setMetaClass ( MetaClass )This method is from 'IntArrayToIntegerArrayConverter' class.
setProperty ( String, Object )This method is from 'IntArrayToIntegerArrayConverter' class.
[+] IntegerToByteConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936712 has been renamed to __timeStamp__239_neverHappen1399453337100. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936712 in IntegerToByteConverter. |
[+] affected methods (9)
IntegerToByteConverter ( )This constructor is from 'IntegerToByteConverter' class.
__.swapInit ( )This method is from 'IntegerToByteConverter' class.
convert ( Integer )This method is from 'IntegerToByteConverter' class.
convert ( Object )This method is from 'IntegerToByteConverter' class.
getMetaClass ( )This method is from 'IntegerToByteConverter' class.
getProperty ( String )This method is from 'IntegerToByteConverter' class.
invokeMethod ( String, Object )This method is from 'IntegerToByteConverter' class.
setMetaClass ( MetaClass )This method is from 'IntegerToByteConverter' class.
setProperty ( String, Object )This method is from 'IntegerToByteConverter' class.
[+] IntegerToShortConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936716 has been renamed to __timeStamp__239_neverHappen1399453337103. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936716 in IntegerToShortConverter. |
[+] affected methods (9)
IntegerToShortConverter ( )This constructor is from 'IntegerToShortConverter' class.
__.swapInit ( )This method is from 'IntegerToShortConverter' class.
convert ( Integer )This method is from 'IntegerToShortConverter' class.
convert ( Object )This method is from 'IntegerToShortConverter' class.
getMetaClass ( )This method is from 'IntegerToShortConverter' class.
getProperty ( String )This method is from 'IntegerToShortConverter' class.
invokeMethod ( String, Object )This method is from 'IntegerToShortConverter' class.
setMetaClass ( MetaClass )This method is from 'IntegerToShortConverter' class.
setProperty ( String, Object )This method is from 'IntegerToShortConverter' class.
[+] LongArrayToLongArrayConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936720 has been renamed to __timeStamp__239_neverHappen1399453337107. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936720 in LongArrayToLongArrayConverter. |
[+] affected methods (9)
LongArrayToLongArrayConverter ( )This constructor is from 'LongArrayToLongArrayConverter' class.
__.swapInit ( )This method is from 'LongArrayToLongArrayConverter' class.
convert ( long[ ] )This method is from 'LongArrayToLongArrayConverter' class.
convert ( Object )This method is from 'LongArrayToLongArrayConverter' class.
getMetaClass ( )This method is from 'LongArrayToLongArrayConverter' class.
getProperty ( String )This method is from 'LongArrayToLongArrayConverter' class.
invokeMethod ( String, Object )This method is from 'LongArrayToLongArrayConverter' class.
setMetaClass ( MetaClass )This method is from 'LongArrayToLongArrayConverter' class.
setProperty ( String, Object )This method is from 'LongArrayToLongArrayConverter' class.
[+] StringToBigDecimalConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936723 has been renamed to __timeStamp__239_neverHappen1399453337110. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936723 in StringToBigDecimalConverter. |
[+] affected methods (9)
StringToBigDecimalConverter ( )This constructor is from 'StringToBigDecimalConverter' class.
__.swapInit ( )This method is from 'StringToBigDecimalConverter' class.
convert ( Object )This method is from 'StringToBigDecimalConverter' class.
convert ( String )This method is from 'StringToBigDecimalConverter' class.
getMetaClass ( )This method is from 'StringToBigDecimalConverter' class.
getProperty ( String )This method is from 'StringToBigDecimalConverter' class.
invokeMethod ( String, Object )This method is from 'StringToBigDecimalConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToBigDecimalConverter' class.
setProperty ( String, Object )This method is from 'StringToBigDecimalConverter' class.
[+] StringToBigIntegerConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936729 has been renamed to __timeStamp__239_neverHappen1399453337114. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936729 in StringToBigIntegerConverter. |
[+] affected methods (9)
StringToBigIntegerConverter ( )This constructor is from 'StringToBigIntegerConverter' class.
__.swapInit ( )This method is from 'StringToBigIntegerConverter' class.
convert ( Object )This method is from 'StringToBigIntegerConverter' class.
convert ( String )This method is from 'StringToBigIntegerConverter' class.
getMetaClass ( )This method is from 'StringToBigIntegerConverter' class.
getProperty ( String )This method is from 'StringToBigIntegerConverter' class.
invokeMethod ( String, Object )This method is from 'StringToBigIntegerConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToBigIntegerConverter' class.
setProperty ( String, Object )This method is from 'StringToBigIntegerConverter' class.
[+] StringToCurrencyConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936734 has been renamed to __timeStamp__239_neverHappen1399453337117. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936734 in StringToCurrencyConverter. |
[+] affected methods (9)
StringToCurrencyConverter ( )This constructor is from 'StringToCurrencyConverter' class.
__.swapInit ( )This method is from 'StringToCurrencyConverter' class.
convert ( Object )This method is from 'StringToCurrencyConverter' class.
convert ( String )This method is from 'StringToCurrencyConverter' class.
getMetaClass ( )This method is from 'StringToCurrencyConverter' class.
getProperty ( String )This method is from 'StringToCurrencyConverter' class.
invokeMethod ( String, Object )This method is from 'StringToCurrencyConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToCurrencyConverter' class.
setProperty ( String, Object )This method is from 'StringToCurrencyConverter' class.
[+] StringToLocaleConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936739 has been renamed to __timeStamp__239_neverHappen1399453337120. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936739 in StringToLocaleConverter. |
[+] affected methods (9)
StringToLocaleConverter ( )This constructor is from 'StringToLocaleConverter' class.
__.swapInit ( )This method is from 'StringToLocaleConverter' class.
convert ( Object )This method is from 'StringToLocaleConverter' class.
convert ( String )This method is from 'StringToLocaleConverter' class.
getMetaClass ( )This method is from 'StringToLocaleConverter' class.
getProperty ( String )This method is from 'StringToLocaleConverter' class.
invokeMethod ( String, Object )This method is from 'StringToLocaleConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToLocaleConverter' class.
setProperty ( String, Object )This method is from 'StringToLocaleConverter' class.
[+] StringToShortConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936745 has been renamed to __timeStamp__239_neverHappen1399453337124. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936745 in StringToShortConverter. |
[+] affected methods (9)
StringToShortConverter ( )This constructor is from 'StringToShortConverter' class.
__.swapInit ( )This method is from 'StringToShortConverter' class.
convert ( Object )This method is from 'StringToShortConverter' class.
convert ( String )This method is from 'StringToShortConverter' class.
getMetaClass ( )This method is from 'StringToShortConverter' class.
getProperty ( String )This method is from 'StringToShortConverter' class.
invokeMethod ( String, Object )This method is from 'StringToShortConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToShortConverter' class.
setProperty ( String, Object )This method is from 'StringToShortConverter' class.
[+] StringToTimeZoneConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936748 has been renamed to __timeStamp__239_neverHappen1399453337127. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936748 in StringToTimeZoneConverter. |
[+] affected methods (9)
StringToTimeZoneConverter ( )This constructor is from 'StringToTimeZoneConverter' class.
__.swapInit ( )This method is from 'StringToTimeZoneConverter' class.
convert ( Object )This method is from 'StringToTimeZoneConverter' class.
convert ( String )This method is from 'StringToTimeZoneConverter' class.
getMetaClass ( )This method is from 'StringToTimeZoneConverter' class.
getProperty ( String )This method is from 'StringToTimeZoneConverter' class.
invokeMethod ( String, Object )This method is from 'StringToTimeZoneConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToTimeZoneConverter' class.
setProperty ( String, Object )This method is from 'StringToTimeZoneConverter' class.
[+] StringToURLConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398263936751 has been renamed to __timeStamp__239_neverHappen1399453337130. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398263936751 in StringToURLConverter. |
[+] affected methods (9)
StringToURLConverter ( )This constructor is from 'StringToURLConverter' class.
__.swapInit ( )This method is from 'StringToURLConverter' class.
convert ( Object )This method is from 'StringToURLConverter' class.
convert ( String )This method is from 'StringToURLConverter' class.
getMetaClass ( )This method is from 'StringToURLConverter' class.
getProperty ( String )This method is from 'StringToURLConverter' class.
invokeMethod ( String, Object )This method is from 'StringToURLConverter' class.
setMetaClass ( MetaClass )This method is from 'StringToURLConverter' class.
setProperty ( String, Object )This method is from 'StringToURLConverter' class.
package org.grails.datastore.mapping.query.api
[+] Criteria (24)
| Change | Effect |
---|
1 | Abstract method and ( Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method and(Closure) in Criteria. |
2 | Abstract method eqAll ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method eqAll(String, Closure) in Criteria. |
3 | Abstract method exists ( QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method exists(QueryableCriteria) in Criteria. |
4 | Abstract method geAll ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method geAll(String, Closure) in Criteria. |
5 | Abstract method geSome ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method geSome(String, Closure) in Criteria. |
6 | Abstract method geSome ( String, QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method geSome(String, QueryableCriteria) in Criteria. |
7 | Abstract method gtAll ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gtAll(String, Closure) in Criteria. |
8 | Abstract method gtSome ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gtSome(String, Closure) in Criteria. |
9 | Abstract method gtSome ( String, QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method gtSome(String, QueryableCriteria) in Criteria. |
10 | Abstract method in ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in(String, Closure) in Criteria. |
11 | Abstract method in ( String, QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method in(String, QueryableCriteria) in Criteria. |
12 | Abstract method inList ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method inList(String, Closure) in Criteria. |
13 | Abstract method inList ( String, QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method inList(String, QueryableCriteria) in Criteria. |
14 | Abstract method leAll ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method leAll(String, Closure) in Criteria. |
15 | Abstract method leSome ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method leSome(String, Closure) in Criteria. |
16 | Abstract method leSome ( String, QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method leSome(String, QueryableCriteria) in Criteria. |
17 | Abstract method ltAll ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method ltAll(String, Closure) in Criteria. |
18 | Abstract method ltSome ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method ltSome(String, Closure) in Criteria. |
19 | Abstract method ltSome ( String, QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method ltSome(String, QueryableCriteria) in Criteria. |
20 | Abstract method not ( Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method not(Closure) in Criteria. |
21 | Abstract method notExists ( QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method notExists(QueryableCriteria) in Criteria. |
22 | Abstract method notIn ( String, Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method notIn(String, Closure) in Criteria. |
23 | Abstract method notIn ( String, QueryableCriteria ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method notIn(String, QueryableCriteria) in Criteria. |
24 | Abstract method or ( Closure ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method or(Closure) in Criteria. |
[+] affected methods (148)
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'.
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'.
geProperty ( String, String )Return value of this method has type 'Criteria'.
...
[+] QueryableCriteria (1)
| Change | Effect |
---|
1 | Abstract method getAlias ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getAlias() in QueryableCriteria. |
[+] affected methods (32)
eqAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
geAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
gtAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
leAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
ltAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
eqAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
geAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
gtAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
leAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
ltAll ( String, QueryableCriteria )2nd parameter 'propertyValue' of this method has type 'QueryableCriteria'.
deleteAll ( QueryableCriteria )1st parameter 'criteria' of this method has type 'QueryableCriteria'.
updateAll ( QueryableCriteria, Map )1st parameter 'criteria' of this method has type 'QueryableCriteria'.
...
grails-datastore-gorm-3.0.6.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325983628 of type long has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325983628 in DetachedCriteria. |
[+] affected methods (113)
DetachedCriteria ( Class )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.
asType ( Class )This method is from 'DetachedCriteria' class.
between ( String, Object, Object )This method is from 'DetachedCriteria' class.
build ( Closure )This method is from 'DetachedCriteria' class.
buildLazy ( Closure )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
count ( )This method is from 'DetachedCriteria' class.
...
package org.codehaus.groovy.grails.compiler.gorm
[+] DirtyCheckingTransformer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325983793 has been renamed to __timeStamp__239_neverHappen1399453434453. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325983793 in DirtyCheckingTransformer. |
[+] affected methods (17)
DirtyCheckingTransformer ( )This constructor is from 'DirtyCheckingTransformer' class.
__.swapInit ( )This method is from 'DirtyCheckingTransformer' class.
createMarkDirtyMethodCall ( MethodNode, String )This method is from 'DirtyCheckingTransformer' class.
getArtefactTypes ( )This method is from 'DirtyCheckingTransformer' class.
getGetterAndSetterForPropertyName ( LinkedHashMap, String )This method is from 'DirtyCheckingTransformer' class.
getMetaClass ( )This method is from 'DirtyCheckingTransformer' class.
getProperty ( String )This method is from 'DirtyCheckingTransformer' class.
DirtyCheckingTransformer.GetterAndSetter ( DirtyCheckingTransformer )1st parameter 'p1' of this method has type 'DirtyCheckingTransformer'.
invokeMethod ( String, Object )This method is from 'DirtyCheckingTransformer' class.
performInjection ( SourceUnit, ClassNode )This method is from 'DirtyCheckingTransformer' class.
performInjection ( SourceUnit, GeneratorContext, ClassNode )This method is from 'DirtyCheckingTransformer' class.
performInjectionOnAnnotatedClass ( SourceUnit, ClassNode )This method is from 'DirtyCheckingTransformer' class.
...
[+] DirtyCheckTransformation (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325983887 has been renamed to __timeStamp__239_neverHappen1399453434526. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325983887 in DirtyCheckTransformation. |
[+] affected methods (8)
DirtyCheckTransformation ( )This constructor is from 'DirtyCheckTransformation' class.
__.swapInit ( )This method is from 'DirtyCheckTransformation' class.
getMetaClass ( )This method is from 'DirtyCheckTransformation' class.
getProperty ( String )This method is from 'DirtyCheckTransformation' class.
invokeMethod ( String, Object )This method is from 'DirtyCheckTransformation' class.
setMetaClass ( MetaClass )This method is from 'DirtyCheckTransformation' class.
setProperty ( String, Object )This method is from 'DirtyCheckTransformation' class.
visit ( ASTNode[ ], SourceUnit )This method is from 'DirtyCheckTransformation' class.
package org.grails.datastore.gorm
[+] AbstractDatastoreApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325983900 has been renamed to __timeStamp__239_neverHappen1399453434535. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325983900 in AbstractDatastoreApi. |
[+] affected methods (9)
AbstractDatastoreApi ( Datastore )This constructor is from 'AbstractDatastoreApi' abstract class.
__.swapInit ( )This method is from 'AbstractDatastoreApi' abstract class.
execute ( SessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
execute ( VoidSessionCallback )This method is from 'AbstractDatastoreApi' abstract class.
getMetaClass ( )This method is from 'AbstractDatastoreApi' abstract class.
getProperty ( String )This method is from 'AbstractDatastoreApi' abstract class.
invokeMethod ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
setMetaClass ( MetaClass )This method is from 'AbstractDatastoreApi' abstract class.
setProperty ( String, Object )This method is from 'AbstractDatastoreApi' abstract class.
[+] AbstractGormApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984539 has been renamed to __timeStamp__239_neverHappen1399453435489. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984539 in AbstractGormApi. |
[+] affected methods (8)
AbstractGormApi ( Class, Datastore )This constructor is from 'AbstractGormApi' abstract class.
__.swapInit ( )This method is from 'AbstractGormApi' abstract class.
getEXCLUDES ( )This method is from 'AbstractGormApi' abstract class.
getExtendedMethods ( )This method is from 'AbstractGormApi' abstract class.
getMethods ( )This method is from 'AbstractGormApi' abstract class.
initializeMethods ( Object )This method is from 'AbstractGormApi' abstract class.
registerApiInstance ( Class, Class, AbstractGormApi, boolean )3rd parameter 'apiProvider' of this method has type 'AbstractGormApi'.
registerInstanceMethod ( Class, ExpandoMetaClass, AbstractGormApi, String, Class[ ] )3rd parameter 'apiProvider' of this method has type 'AbstractGormApi'.
[+] GormEnhancer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325983908 has been renamed to __timeStamp__239_neverHappen1399453434542. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325983908 in GormEnhancer. |
[+] affected methods (38)
GormEnhancer ( Datastore )This constructor is from 'GormEnhancer' class.
GormEnhancer ( Datastore, PlatformTransactionManager )This constructor is from 'GormEnhancer' class.
__.swapInit ( )This method is from 'GormEnhancer' class.
addAssociationMethods ( PersistentEntity )This method is from 'GormEnhancer' class.
addInstanceMethods ( PersistentEntity, boolean )This method is from 'GormEnhancer' class.
addNamedQueryMethods ( PersistentEntity )This method is from 'GormEnhancer' class.
addObjectToCollection ( Association, Object, Object )This method is from 'GormEnhancer' class.
addStaticMethods ( PersistentEntity, boolean )This method is from 'GormEnhancer' class.
createDynamicFinders ( )This method is from 'GormEnhancer' class.
doesRealMethodExist ( MetaClass, String, Class[ ], boolean )This method is from 'GormEnhancer' class.
enhance ( )This method is from 'GormEnhancer' class.
enhance ( PersistentEntity )This method is from 'GormEnhancer' class.
...
[+] GormInstanceApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984580 has been renamed to __timeStamp__239_neverHappen1399453435566. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984580 in GormInstanceApi. |
[+] affected methods (31)
getInstanceApi ( Class )Return value of this method has type 'GormInstanceApi'.
GormInstanceApi ( Class, Datastore )This constructor is from 'GormInstanceApi' class.
__.swapInit ( )This method is from 'GormInstanceApi' class.
attach ( Object )This method is from 'GormInstanceApi' class.
delete ( Object )This method is from 'GormInstanceApi' class.
delete ( Object, Map )This method is from 'GormInstanceApi' class.
discard ( Object )This method is from 'GormInstanceApi' class.
doSave ( Object, Map, Session )This method is from 'GormInstanceApi' class.
doSave ( Object, Map, Session, boolean )This method is from 'GormInstanceApi' class.
getDirtyPropertyNames ( Object )This method is from 'GormInstanceApi' class.
getFailOnError ( )This method is from 'GormInstanceApi' class.
getPersistentValue ( Object, String )This method is from 'GormInstanceApi' class.
...
[+] GormStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984619 has been renamed to __timeStamp__239_neverHappen1399453435604. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984619 in GormStaticApi. |
[+] affected methods (86)
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_neverHappen1398325984686 has been renamed to __timeStamp__239_neverHappen1399453435713. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984686 in GormValidationApi. |
[+] affected methods (15)
getValidationApi ( Class )Return value of this method has type 'GormValidationApi'.
GormValidationApi ( Class, Datastore )This constructor is from 'GormValidationApi' class.
__.swapInit ( )This method is from 'GormValidationApi' class.
clearErrors ( Object )This method is from 'GormValidationApi' class.
getBeforeValidateHelper ( )This method is from 'GormValidationApi' class.
getErrors ( Object )This method is from 'GormValidationApi' class.
getValidator ( )This method is from 'GormValidationApi' class.
hasErrors ( Object )This method is from 'GormValidationApi' class.
setBeforeValidateHelper ( BeforeValidateHelper )This method is from 'GormValidationApi' class.
setErrors ( Object, Errors )This method is from 'GormValidationApi' class.
setValidator ( Validator )This method is from 'GormValidationApi' class.
validate ( Object )This method is from 'GormValidationApi' class.
...
package org.grails.datastore.gorm.async
[+] AsyncQuery (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325983998 has been renamed to __timeStamp__239_neverHappen1399453434618. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325983998 in AsyncQuery. |
[+] affected methods (27)
getAsync ( )Return value of this method has type 'AsyncQuery'.
AsyncQuery ( GormOperations )This constructor is from 'AsyncQuery' class.
__.swapInit ( )This method is from 'AsyncQuery' class.
count ( )This method is from 'AsyncQuery' class.
count ( Map )This method is from 'AsyncQuery' class.
count ( Map, Closure )This method is from 'AsyncQuery' class.
deleteAll ( )This method is from 'AsyncQuery' class.
find ( )This method is from 'AsyncQuery' class.
find ( Map )This method is from 'AsyncQuery' class.
find ( Map, Closure )This method is from 'AsyncQuery' class.
get ( )This method is from 'AsyncQuery' class.
get ( Map )This method is from 'AsyncQuery' class.
...
[+] GormAsyncStaticApi (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984088 has been renamed to __timeStamp__239_neverHappen1399453434708. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984088 in GormAsyncStaticApi. |
[+] affected methods (92)
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_neverHappen1398325984441 has been renamed to __timeStamp__239_neverHappen1399453435286. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984441 in AbstractMappingContextFactoryBean. |
[+] affected methods (22)
AbstractMappingContextFactoryBean ( )This constructor is from 'AbstractMappingContextFactoryBean' abstract class.
__.swapInit ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
createMappingContext ( )This abstract method is from 'AbstractMappingContextFactoryBean' abstract class.
getApplicationContext ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getDefaultExternal ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getGrailsApplication ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMappingStrategy ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getMetaClass ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObject ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getObjectType ( )This method is from 'AbstractMappingContextFactoryBean' abstract class.
getProperty ( String )This method is from 'AbstractMappingContextFactoryBean' abstract class.
...
package org.grails.datastore.gorm.bootstrap
[+] AbstractDatastoreInitializer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984451 has been renamed to __timeStamp__239_neverHappen1399453435306. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984451 in AbstractDatastoreInitializer. |
[+] affected methods (28)
AbstractDatastoreInitializer ( )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Class[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( String[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( ClassLoader, String[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Collection )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Properties, Class[ ] )This constructor is from 'AbstractDatastoreInitializer' abstract class.
AbstractDatastoreInitializer ( Properties, Collection )This constructor is from 'AbstractDatastoreInitializer' abstract class.
__.swapInit ( )This method is from 'AbstractDatastoreInitializer' abstract class.
configureForBeanDefinitionRegistry ( BeanDefinitionRegistry )This method is from 'AbstractDatastoreInitializer' abstract class.
getBeanDefinitions ( BeanDefinitionRegistry )This abstract method is from 'AbstractDatastoreInitializer' abstract class.
getCommonConfiguration ( BeanDefinitionRegistry )This method is from 'AbstractDatastoreInitializer' abstract class.
getConfiguration ( )This method is from 'AbstractDatastoreInitializer' abstract class.
...
package org.grails.datastore.gorm.proxy
[+] GroovyProxyFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984480 has been renamed to __timeStamp__239_neverHappen1399453435360. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984480 in GroovyProxyFactory. |
[+] affected methods (12)
GroovyProxyFactory ( )This constructor is from 'GroovyProxyFactory' class.
__.swapInit ( )This method is from 'GroovyProxyFactory' class.
createProxy ( Session, Class, Serializable )This method is from 'GroovyProxyFactory' class.
getIdentifier ( Object )This method is from 'GroovyProxyFactory' class.
getMetaClass ( )This method is from 'GroovyProxyFactory' class.
getProperty ( String )This method is from 'GroovyProxyFactory' class.
invokeMethod ( String, Object )This method is from 'GroovyProxyFactory' class.
isInitialized ( Object )This method is from 'GroovyProxyFactory' class.
isProxy ( Object )This method is from 'GroovyProxyFactory' class.
setMetaClass ( MetaClass )This method is from 'GroovyProxyFactory' class.
setProperty ( String, Object )This method is from 'GroovyProxyFactory' class.
unwrap ( Object )This method is from 'GroovyProxyFactory' class.
...
package org.grails.datastore.gorm.query
[+] GormOperations (2)
| Change | Effect |
---|
1 | Abstract method exists ( ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method exists() in interface GormOperations. |
2 | Abstract method exists ( Closure ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method exists(Closure) in interface GormOperations. |
[+] affected methods (19)
AsyncQuery ( GormOperations )1st parameter 'p1' of this method has type 'GormOperations'.
getGormOperations ( )Return value of this method has type 'GormOperations'.
setGormOperations ( GormOperations )1st parameter 'p1' of this method has type 'GormOperations'.
count ( )This abstract method is from 'GormOperations' interface.
count ( Map )This abstract method is from 'GormOperations' interface.
count ( Map, Closure )This abstract method is from 'GormOperations' interface.
deleteAll ( )This abstract method is from 'GormOperations' interface.
find ( )This abstract method is from 'GormOperations' interface.
find ( Map )This abstract method is from 'GormOperations' interface.
find ( Map, Closure )This abstract method is from 'GormOperations' interface.
get ( )This abstract method is from 'GormOperations' interface.
get ( Map )This abstract method is from 'GormOperations' interface.
...
[+] NamedCriteriaProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984505 has been renamed to __timeStamp__239_neverHappen1399453435413. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984505 in NamedCriteriaProxy. |
[+] affected methods (28)
NamedCriteriaProxy ( )This constructor is from 'NamedCriteriaProxy' class.
__.swapInit ( )This method is from 'NamedCriteriaProxy' class.
call ( Object[ ] )This method is from 'NamedCriteriaProxy' class.
count ( )This method is from 'NamedCriteriaProxy' class.
count ( Closure )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map )This method is from 'NamedCriteriaProxy' class.
findAllWhere ( Map, Boolean )This method is from 'NamedCriteriaProxy' class.
findWhere ( Object )This method is from 'NamedCriteriaProxy' class.
get ( )This method is from 'NamedCriteriaProxy' class.
get ( Object )This method is from 'NamedCriteriaProxy' class.
getCriteriaClosure ( )This method is from 'NamedCriteriaProxy' class.
getEntity ( )This method is from 'NamedCriteriaProxy' class.
...
[+] NamedQueriesBuilder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984496 has been renamed to __timeStamp__239_neverHappen1399453435395. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984496 in NamedQueriesBuilder. |
[+] affected methods (19)
NamedQueriesBuilder ( PersistentEntity, List )This constructor is from 'NamedQueriesBuilder' class.
__.swapInit ( )This method is from 'NamedQueriesBuilder' class.
createNamedCriteriaProxy ( Closure )This method is from 'NamedQueriesBuilder' class.
evaluate ( Closure )This method is from 'NamedQueriesBuilder' class.
getClassesToAugment ( )This method is from 'NamedQueriesBuilder' class.
getEntity ( )This method is from 'NamedQueriesBuilder' class.
getFinders ( )This method is from 'NamedQueriesBuilder' class.
getInitialized ( )This method is from 'NamedQueriesBuilder' class.
getMetaClass ( )This method is from 'NamedQueriesBuilder' class.
getProperty ( String )This method is from 'NamedQueriesBuilder' class.
handleMethodMissing ( String, Object )This method is from 'NamedQueriesBuilder' class.
invokeMethod ( String, Object )This method is from 'NamedQueriesBuilder' class.
...
package org.grails.datastore.gorm.query.criteria
[+] DetachedAssociationCriteria (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984547 has been renamed to __timeStamp__239_neverHappen1399453435505. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984547 in DetachedAssociationCriteria. |
[+] affected methods (4)
DetachedAssociationCriteria ( Class, Association )This constructor is from 'DetachedAssociationCriteria' class.
__.swapInit ( )This method is from 'DetachedAssociationCriteria' class.
getAssociation ( )This method is from 'DetachedAssociationCriteria' class.
setAssociation ( Association )This method is from 'DetachedAssociationCriteria' class.
package org.grails.datastore.gorm.utils
[+] InstanceProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984533 has been renamed to __timeStamp__239_neverHappen1399453435473. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984533 in InstanceProxy. |
[+] affected methods (13)
InstanceProxy ( )This constructor is from 'InstanceProxy' class.
__.swapInit ( )This method is from 'InstanceProxy' class.
getAt ( String )This method is from 'InstanceProxy' class.
getInstance ( )This method is from 'InstanceProxy' class.
getMetaClass ( )This method is from 'InstanceProxy' class.
getProperty ( String )This method is from 'InstanceProxy' class.
getTarget ( )This method is from 'InstanceProxy' class.
invokeMethod ( String, Object )This method is from 'InstanceProxy' class.
putAt ( String, Object )This method is from 'InstanceProxy' class.
setInstance ( Object )This method is from 'InstanceProxy' class.
setMetaClass ( MetaClass )This method is from 'InstanceProxy' class.
setProperty ( String, Object )This method is from 'InstanceProxy' class.
...
package org.grails.datastore.gorm.validation.constraints
[+] UniqueConstraint (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984552 has been renamed to __timeStamp__239_neverHappen1399453435526. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984552 in UniqueConstraint. |
[+] affected methods (14)
UniqueConstraint ( Datastore )This constructor is from 'UniqueConstraint' class.
__.swapInit ( )This method is from 'UniqueConstraint' class.
getDatastore ( )This method is from 'UniqueConstraint' class.
getMetaClass ( )This method is from 'UniqueConstraint' class.
getName ( )This method is from 'UniqueConstraint' class.
getProperty ( String )This method is from 'UniqueConstraint' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraint' class.
isValid ( )This method is from 'UniqueConstraint' class.
processValidate ( Object, Object, Errors )This method is from 'UniqueConstraint' class.
setDatastore ( Datastore )This method is from 'UniqueConstraint' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraint' class.
setProperty ( String, Object )This method is from 'UniqueConstraint' class.
...
[+] UniqueConstraintFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398325984536 has been renamed to __timeStamp__239_neverHappen1399453435482. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398325984536 in UniqueConstraintFactory. |
[+] affected methods (10)
UniqueConstraintFactory ( Datastore )This constructor is from 'UniqueConstraintFactory' class.
__.swapInit ( )This method is from 'UniqueConstraintFactory' class.
getDatastore ( )This method is from 'UniqueConstraintFactory' class.
getMetaClass ( )This method is from 'UniqueConstraintFactory' class.
getProperty ( String )This method is from 'UniqueConstraintFactory' class.
invokeMethod ( String, Object )This method is from 'UniqueConstraintFactory' class.
newInstance ( )This method is from 'UniqueConstraintFactory' class.
setDatastore ( Datastore )This method is from 'UniqueConstraintFactory' class.
setMetaClass ( MetaClass )This method is from 'UniqueConstraintFactory' class.
setProperty ( String, Object )This method is from 'UniqueConstraintFactory' class.
grails-datastore-simple-3.0.6.RELEASE.jar
package org.grails.datastore.mapping.simple.engine
[+] SimpleMapEntityPersister (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398264323253 has been renamed to __timeStamp__239_neverHappen1399453725344. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398264323253 in SimpleMapEntityPersister. |
[+] affected methods (49)
SimpleMapEntityPersister ( MappingContext, PersistentEntity, Session, SimpleMapDatastore, ApplicationEventPublisher )This constructor is from 'SimpleMapEntityPersister' class.
__.swapInit ( )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createNewEntry ( String )This method is from 'SimpleMapEntityPersister' class.
createQuery ( )This method is from 'SimpleMapEntityPersister' class.
deleteEntries ( String, List )This method is from 'SimpleMapEntityPersister' class.
deleteEntry ( String, Object, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
discriminatePersistentEntity ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Object )This method is from 'SimpleMapEntityPersister' class.
generateIdentifier ( PersistentEntity, Map )This method is from 'SimpleMapEntityPersister' class.
getAssociationIndexer ( Object, Association )This method is from 'SimpleMapEntityPersister' class.
...
package org.grails.datastore.mapping.simple.query
[+] SimpleMapQuery (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398264323061 has been renamed to __timeStamp__239_neverHappen1399453724959. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398264323061 in SimpleMapQuery. |
[+] affected methods (31)
SimpleMapQuery ( SimpleMapSession, PersistentEntity, SimpleMapEntityPersister )This constructor is from 'SimpleMapQuery' class.
__.swapInit ( )This method is from 'SimpleMapQuery' class.
executeAssociationSubQuery ( Object, PersistentEntity, Query.Junction, PersistentProperty )This method is from 'SimpleMapQuery' class.
executeLikeWithRegex ( SimpleMapEntityPersister, PersistentProperty, Object )This method is from 'SimpleMapQuery' class.
executeQuery ( PersistentEntity, Query.Junction )This method is from 'SimpleMapQuery' class.
executeSubQuery ( Object, Object )This method is from 'SimpleMapQuery' class.
executeSubQueryInternal ( Object, Object )This method is from 'SimpleMapQuery' class.
getAssociationQueryHandlers ( )This method is from 'SimpleMapQuery' class.
getDatastore ( )This method is from 'SimpleMapQuery' class.
getFamily ( PersistentEntity )This method is from 'SimpleMapQuery' class.
getFunctionHandlers ( )This method is from 'SimpleMapQuery' class.
getHandlers ( )This method is from 'SimpleMapQuery' class.
...
[+] SimpleMapResultList (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398264323059 has been renamed to __timeStamp__239_neverHappen1399453724956. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398264323059 in SimpleMapResultList. |
[+] affected methods (11)
SimpleMapResultList ( SimpleMapQuery )This constructor is from 'SimpleMapResultList' class.
__.swapInit ( )This method is from 'SimpleMapResultList' class.
getMetaClass ( )This method is from 'SimpleMapResultList' class.
getProperty ( String )This method is from 'SimpleMapResultList' class.
getQuery ( )This method is from 'SimpleMapResultList' class.
getResults ( )This method is from 'SimpleMapResultList' class.
invokeMethod ( String, Object )This method is from 'SimpleMapResultList' class.
setMetaClass ( MetaClass )This method is from 'SimpleMapResultList' class.
setProperty ( String, Object )This method is from 'SimpleMapResultList' class.
setQuery ( SimpleMapQuery )This method is from 'SimpleMapResultList' class.
setResults ( List )This method is from 'SimpleMapResultList' class.
...
grails-scripts-2.3.8.jar
[+] _GrailsArgParsing (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514232 has been renamed to __timeStamp__239_neverHappen1400773798159. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514232 in _GrailsArgParsing. |
[+] affected methods (5)
_GrailsArgParsing ( )This constructor is from '_GrailsArgParsing' class.
_GrailsArgParsing ( Binding )This constructor is from '_GrailsArgParsing' class.
__.swapInit ( )This method is from '_GrailsArgParsing' class.
main ( String[ ] )This method is from '_GrailsArgParsing' class.
run ( )This method is from '_GrailsArgParsing' class.
[+] _GrailsBootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514233 has been renamed to __timeStamp__239_neverHappen1400773798160. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514233 in _GrailsBootstrap. |
[+] affected methods (5)
_GrailsBootstrap ( )This constructor is from '_GrailsBootstrap' class.
_GrailsBootstrap ( Binding )This constructor is from '_GrailsBootstrap' class.
__.swapInit ( )This method is from '_GrailsBootstrap' class.
main ( String[ ] )This method is from '_GrailsBootstrap' class.
run ( )This method is from '_GrailsBootstrap' class.
[+] _GrailsClasspath (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514236 has been renamed to __timeStamp__239_neverHappen1400773798163. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514236 in _GrailsClasspath. |
[+] affected methods (5)
_GrailsClasspath ( )This constructor is from '_GrailsClasspath' class.
_GrailsClasspath ( Binding )This constructor is from '_GrailsClasspath' class.
__.swapInit ( )This method is from '_GrailsClasspath' class.
main ( String[ ] )This method is from '_GrailsClasspath' class.
run ( )This method is from '_GrailsClasspath' class.
[+] _GrailsClean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514237 has been renamed to __timeStamp__239_neverHappen1400773798165. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514237 in _GrailsClean. |
[+] affected methods (5)
_GrailsClean ( )This constructor is from '_GrailsClean' class.
_GrailsClean ( Binding )This constructor is from '_GrailsClean' class.
__.swapInit ( )This method is from '_GrailsClean' class.
main ( String[ ] )This method is from '_GrailsClean' class.
run ( )This method is from '_GrailsClean' class.
[+] _GrailsCompile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514239 has been renamed to __timeStamp__239_neverHappen1400773798167. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514239 in _GrailsCompile. |
[+] affected methods (5)
_GrailsCompile ( )This constructor is from '_GrailsCompile' class.
_GrailsCompile ( Binding )This constructor is from '_GrailsCompile' class.
__.swapInit ( )This method is from '_GrailsCompile' class.
main ( String[ ] )This method is from '_GrailsCompile' class.
run ( )This method is from '_GrailsCompile' class.
[+] _GrailsCreateArtifacts (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514244 has been renamed to __timeStamp__239_neverHappen1400773798172. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514244 in _GrailsCreateArtifacts. |
[+] affected methods (5)
_GrailsCreateArtifacts ( )This constructor is from '_GrailsCreateArtifacts' class.
_GrailsCreateArtifacts ( Binding )This constructor is from '_GrailsCreateArtifacts' class.
__.swapInit ( )This method is from '_GrailsCreateArtifacts' class.
main ( String[ ] )This method is from '_GrailsCreateArtifacts' class.
run ( )This method is from '_GrailsCreateArtifacts' class.
[+] _GrailsCreateProject (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514252 has been renamed to __timeStamp__239_neverHappen1400773798178. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514252 in _GrailsCreateProject. |
[+] affected methods (6)
_GrailsCreateProject ( )This constructor is from '_GrailsCreateProject' class.
_GrailsCreateProject ( Binding )This constructor is from '_GrailsCreateProject' class.
__.swapInit ( )This method is from '_GrailsCreateProject' class.
main ( String[ ] )This method is from '_GrailsCreateProject' class.
resetBaseDirectory ( String )This method is from '_GrailsCreateProject' class.
run ( )This method is from '_GrailsCreateProject' class.
[+] _GrailsDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514257 has been renamed to __timeStamp__239_neverHappen1400773798183. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514257 in _GrailsDocs. |
[+] affected methods (9)
_GrailsDocs ( )This constructor is from '_GrailsDocs' class.
_GrailsDocs ( Binding )This constructor is from '_GrailsDocs' class.
__.swapInit ( )This method is from '_GrailsDocs' class.
configureAliases ( )This method is from '_GrailsDocs' class.
main ( String[ ] )This method is from '_GrailsDocs' class.
readApiLinks ( )This method is from '_GrailsDocs' class.
readDocProperties ( DocPublisher )This method is from '_GrailsDocs' class.
readPluginMetadataForDocs ( DocPublisher )This method is from '_GrailsDocs' class.
run ( )This method is from '_GrailsDocs' class.
[+] _GrailsEvents (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514730 has been renamed to __timeStamp__239_neverHappen1400773798199. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514730 in _GrailsEvents. |
[+] affected methods (5)
_GrailsEvents ( )This constructor is from '_GrailsEvents' class.
_GrailsEvents ( Binding )This constructor is from '_GrailsEvents' class.
__.swapInit ( )This method is from '_GrailsEvents' class.
main ( String[ ] )This method is from '_GrailsEvents' class.
run ( )This method is from '_GrailsEvents' class.
[+] _GrailsInit (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514733 has been renamed to __timeStamp__239_neverHappen1400773798201. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514733 in _GrailsInit. |
[+] affected methods (5)
_GrailsInit ( )This constructor is from '_GrailsInit' class.
_GrailsInit ( Binding )This constructor is from '_GrailsInit' class.
__.swapInit ( )This method is from '_GrailsInit' class.
main ( String[ ] )This method is from '_GrailsInit' class.
run ( )This method is from '_GrailsInit' class.
[+] _GrailsPackage (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514736 has been renamed to __timeStamp__239_neverHappen1400773798206. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514736 in _GrailsPackage. |
[+] affected methods (5)
_GrailsPackage ( )This constructor is from '_GrailsPackage' class.
_GrailsPackage ( Binding )This constructor is from '_GrailsPackage' class.
__.swapInit ( )This method is from '_GrailsPackage' class.
main ( String[ ] )This method is from '_GrailsPackage' class.
run ( )This method is from '_GrailsPackage' class.
[+] _GrailsPluginDev (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514739 has been renamed to __timeStamp__239_neverHappen1400773798211. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514739 in _GrailsPluginDev. |
[+] affected methods (5)
_GrailsPluginDev ( )This constructor is from '_GrailsPluginDev' class.
_GrailsPluginDev ( Binding )This constructor is from '_GrailsPluginDev' class.
__.swapInit ( )This method is from '_GrailsPluginDev' class.
main ( String[ ] )This method is from '_GrailsPluginDev' class.
run ( )This method is from '_GrailsPluginDev' class.
[+] _GrailsPlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514762 has been renamed to __timeStamp__239_neverHappen1400773798236. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514762 in _GrailsPlugins. |
[+] affected methods (5)
_GrailsPlugins ( )This constructor is from '_GrailsPlugins' class.
_GrailsPlugins ( Binding )This constructor is from '_GrailsPlugins' class.
__.swapInit ( )This method is from '_GrailsPlugins' class.
main ( String[ ] )This method is from '_GrailsPlugins' class.
run ( )This method is from '_GrailsPlugins' class.
[+] _GrailsProxy (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514762 has been renamed to __timeStamp__239_neverHappen1400773798237. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514762 in _GrailsProxy. |
[+] affected methods (5)
_GrailsProxy ( )This constructor is from '_GrailsProxy' class.
_GrailsProxy ( Binding )This constructor is from '_GrailsProxy' class.
__.swapInit ( )This method is from '_GrailsProxy' class.
main ( String[ ] )This method is from '_GrailsProxy' class.
run ( )This method is from '_GrailsProxy' class.
[+] _GrailsRun (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514763 has been renamed to __timeStamp__239_neverHappen1400773798238. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514763 in _GrailsRun. |
[+] affected methods (5)
_GrailsRun ( )This constructor is from '_GrailsRun' class.
_GrailsRun ( Binding )This constructor is from '_GrailsRun' class.
__.swapInit ( )This method is from '_GrailsRun' class.
main ( String[ ] )This method is from '_GrailsRun' class.
run ( )This method is from '_GrailsRun' class.
[+] _GrailsSettings (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514780 has been renamed to __timeStamp__239_neverHappen1400773798262. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514780 in _GrailsSettings. |
[+] affected methods (5)
_GrailsSettings ( )This constructor is from '_GrailsSettings' class.
_GrailsSettings ( Binding )This constructor is from '_GrailsSettings' class.
__.swapInit ( )This method is from '_GrailsSettings' class.
main ( String[ ] )This method is from '_GrailsSettings' class.
run ( )This method is from '_GrailsSettings' class.
[+] _GrailsTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514786 has been renamed to __timeStamp__239_neverHappen1400773798267. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514786 in _GrailsTest. |
[+] affected methods (5)
_GrailsTest ( )This constructor is from '_GrailsTest' class.
_GrailsTest ( Binding )This constructor is from '_GrailsTest' class.
__.swapInit ( )This method is from '_GrailsTest' class.
main ( String[ ] )This method is from '_GrailsTest' class.
run ( )This method is from '_GrailsTest' class.
[+] _GrailsWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514797 has been renamed to __timeStamp__239_neverHappen1400773798277. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514797 in _GrailsWar. |
[+] affected methods (5)
_GrailsWar ( )This constructor is from '_GrailsWar' class.
_GrailsWar ( Binding )This constructor is from '_GrailsWar' class.
__.swapInit ( )This method is from '_GrailsWar' class.
main ( String[ ] )This method is from '_GrailsWar' class.
run ( )This method is from '_GrailsWar' class.
[+] _GrailsWrapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514799 has been renamed to __timeStamp__239_neverHappen1400773798279. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514799 in _GrailsWrapper. |
[+] affected methods (5)
_GrailsWrapper ( )This constructor is from '_GrailsWrapper' class.
_GrailsWrapper ( Binding )This constructor is from '_GrailsWrapper' class.
__.swapInit ( )This method is from '_GrailsWrapper' class.
main ( String[ ] )This method is from '_GrailsWrapper' class.
run ( )This method is from '_GrailsWrapper' class.
[+] _PackagePlugins (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514801 has been renamed to __timeStamp__239_neverHappen1400773798281. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514801 in _PackagePlugins. |
[+] affected methods (5)
_PackagePlugins ( )This constructor is from '_PackagePlugins' class.
_PackagePlugins ( Binding )This constructor is from '_PackagePlugins' class.
__.swapInit ( )This method is from '_PackagePlugins' class.
main ( String[ ] )This method is from '_PackagePlugins' class.
run ( )This method is from '_PackagePlugins' class.
[+] _PluginDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514802 has been renamed to __timeStamp__239_neverHappen1400773798282. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514802 in _PluginDependencies. |
[+] affected methods (6)
_PluginDependencies ( )This constructor is from '_PluginDependencies' class.
_PluginDependencies ( Binding )This constructor is from '_PluginDependencies' class.
__.swapInit ( )This method is from '_PluginDependencies' class.
main ( String[ ] )This method is from '_PluginDependencies' class.
resetClasspath ( )This method is from '_PluginDependencies' class.
run ( )This method is from '_PluginDependencies' class.
[+] AddProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514806 has been renamed to __timeStamp__239_neverHappen1400773798286. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514806 in AddProxy_. |
[+] affected methods (6)
AddProxy_ ( )This constructor is from 'AddProxy_' class.
AddProxy_ ( Binding )This constructor is from 'AddProxy_' class.
__.swapInit ( )This method is from 'AddProxy_' class.
main ( String[ ] )This method is from 'AddProxy_' class.
msg ( )This method is from 'AddProxy_' class.
run ( )This method is from 'AddProxy_' class.
[+] Alias (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514807 has been renamed to __timeStamp__239_neverHappen1400773798287. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514807 in Alias. |
[+] affected methods (11)
Alias ( )This constructor is from 'Alias' class.
Alias ( Binding )This constructor is from 'Alias' class.
__.swapInit ( )This method is from 'Alias' class.
configureAlias ( )This method is from 'Alias' class.
listAliases ( )This method is from 'Alias' class.
loadProperties ( )This method is from 'Alias' class.
main ( String[ ] )This method is from 'Alias' class.
removeAlias ( )This method is from 'Alias' class.
run ( )This method is from 'Alias' class.
showAlias ( )This method is from 'Alias' class.
usage ( )This method is from 'Alias' class.
...
[+] Bootstrap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514809 has been renamed to __timeStamp__239_neverHappen1400773798289. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514809 in Bootstrap. |
[+] affected methods (5)
Bootstrap ( )This constructor is from 'Bootstrap' class.
Bootstrap ( Binding )This constructor is from 'Bootstrap' class.
__.swapInit ( )This method is from 'Bootstrap' class.
main ( String[ ] )This method is from 'Bootstrap' class.
run ( )This method is from 'Bootstrap' class.
[+] BugReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514810 has been renamed to __timeStamp__239_neverHappen1400773798290. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514810 in BugReport. |
[+] affected methods (5)
BugReport ( )This constructor is from 'BugReport' class.
BugReport ( Binding )This constructor is from 'BugReport' class.
__.swapInit ( )This method is from 'BugReport' class.
main ( String[ ] )This method is from 'BugReport' class.
run ( )This method is from 'BugReport' class.
[+] Clean (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514811 has been renamed to __timeStamp__239_neverHappen1400773798291. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514811 in Clean. |
[+] affected methods (5)
Clean ( )This constructor is from 'Clean' class.
Clean ( Binding )This constructor is from 'Clean' class.
__.swapInit ( )This method is from 'Clean' class.
main ( String[ ] )This method is from 'Clean' class.
run ( )This method is from 'Clean' class.
[+] CleanAll (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514812 has been renamed to __timeStamp__239_neverHappen1400773798292. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514812 in CleanAll. |
[+] affected methods (5)
CleanAll ( )This constructor is from 'CleanAll' class.
CleanAll ( Binding )This constructor is from 'CleanAll' class.
__.swapInit ( )This method is from 'CleanAll' class.
main ( String[ ] )This method is from 'CleanAll' class.
run ( )This method is from 'CleanAll' class.
[+] ClearProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514812 has been renamed to __timeStamp__239_neverHappen1400773798292. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514812 in ClearProxy_. |
[+] affected methods (5)
ClearProxy_ ( )This constructor is from 'ClearProxy_' class.
ClearProxy_ ( Binding )This constructor is from 'ClearProxy_' class.
__.swapInit ( )This method is from 'ClearProxy_' class.
main ( String[ ] )This method is from 'ClearProxy_' class.
run ( )This method is from 'ClearProxy_' class.
[+] Compile (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514813 has been renamed to __timeStamp__239_neverHappen1400773798293. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514813 in Compile. |
[+] affected methods (5)
Compile ( )This constructor is from 'Compile' class.
Compile ( Binding )This constructor is from 'Compile' class.
__.swapInit ( )This method is from 'Compile' class.
main ( String[ ] )This method is from 'Compile' class.
run ( )This method is from 'Compile' class.
[+] Console (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514814 has been renamed to __timeStamp__239_neverHappen1400773798294. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514814 in Console. |
[+] affected methods (5)
Console ( )This constructor is from 'Console' class.
Console ( Binding )This constructor is from 'Console' class.
__.swapInit ( )This method is from 'Console' class.
main ( String[ ] )This method is from 'Console' class.
run ( )This method is from 'Console' class.
[+] CreateApp_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514816 has been renamed to __timeStamp__239_neverHappen1400773798296. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514816 in CreateApp_. |
[+] affected methods (5)
CreateApp_ ( )This constructor is from 'CreateApp_' class.
CreateApp_ ( Binding )This constructor is from 'CreateApp_' class.
__.swapInit ( )This method is from 'CreateApp_' class.
main ( String[ ] )This method is from 'CreateApp_' class.
run ( )This method is from 'CreateApp_' class.
[+] CreateController (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514817 has been renamed to __timeStamp__239_neverHappen1400773798296. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514817 in CreateController. |
[+] affected methods (5)
CreateController ( )This constructor is from 'CreateController' class.
CreateController ( Binding )This constructor is from 'CreateController' class.
__.swapInit ( )This method is from 'CreateController' class.
main ( String[ ] )This method is from 'CreateController' class.
run ( )This method is from 'CreateController' class.
[+] CreateDomainClass (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514818 has been renamed to __timeStamp__239_neverHappen1400773798297. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514818 in CreateDomainClass. |
[+] affected methods (5)
CreateDomainClass ( )This constructor is from 'CreateDomainClass' class.
CreateDomainClass ( Binding )This constructor is from 'CreateDomainClass' class.
__.swapInit ( )This method is from 'CreateDomainClass' class.
main ( String[ ] )This method is from 'CreateDomainClass' class.
run ( )This method is from 'CreateDomainClass' class.
[+] CreateFilters (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514819 has been renamed to __timeStamp__239_neverHappen1400773798298. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514819 in CreateFilters. |
[+] affected methods (5)
CreateFilters ( )This constructor is from 'CreateFilters' class.
CreateFilters ( Binding )This constructor is from 'CreateFilters' class.
__.swapInit ( )This method is from 'CreateFilters' class.
main ( String[ ] )This method is from 'CreateFilters' class.
run ( )This method is from 'CreateFilters' class.
[+] CreateIntegrationTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514820 has been renamed to __timeStamp__239_neverHappen1400773798299. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514820 in CreateIntegrationTest. |
[+] affected methods (5)
CreateIntegrationTest ( )This constructor is from 'CreateIntegrationTest' class.
CreateIntegrationTest ( Binding )This constructor is from 'CreateIntegrationTest' class.
__.swapInit ( )This method is from 'CreateIntegrationTest' class.
main ( String[ ] )This method is from 'CreateIntegrationTest' class.
run ( )This method is from 'CreateIntegrationTest' class.
[+] CreateMultiProjectBuild_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514821 has been renamed to __timeStamp__239_neverHappen1400773798300. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514821 in CreateMultiProjectBuild_. |
[+] affected methods (6)
CreateMultiProjectBuild_ ( )This constructor is from 'CreateMultiProjectBuild_' class.
CreateMultiProjectBuild_ ( Binding )This constructor is from 'CreateMultiProjectBuild_' class.
__.swapInit ( )This method is from 'CreateMultiProjectBuild_' class.
main ( String[ ] )This method is from 'CreateMultiProjectBuild_' class.
msg ( )This method is from 'CreateMultiProjectBuild_' class.
run ( )This method is from 'CreateMultiProjectBuild_' class.
[+] CreatePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514823 has been renamed to __timeStamp__239_neverHappen1400773798301. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514823 in CreatePlugin_. |
[+] affected methods (5)
CreatePlugin_ ( )This constructor is from 'CreatePlugin_' class.
CreatePlugin_ ( Binding )This constructor is from 'CreatePlugin_' class.
__.swapInit ( )This method is from 'CreatePlugin_' class.
main ( String[ ] )This method is from 'CreatePlugin_' class.
run ( )This method is from 'CreatePlugin_' class.
[+] CreatePom (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514823 has been renamed to __timeStamp__239_neverHappen1400773798302. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514823 in CreatePom. |
[+] affected methods (6)
CreatePom ( )This constructor is from 'CreatePom' class.
CreatePom ( Binding )This constructor is from 'CreatePom' class.
__.swapInit ( )This method is from 'CreatePom' class.
main ( String[ ] )This method is from 'CreatePom' class.
msg ( )This method is from 'CreatePom' class.
run ( )This method is from 'CreatePom' class.
[+] CreateScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514824 has been renamed to __timeStamp__239_neverHappen1400773798303. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514824 in CreateScript. |
[+] affected methods (5)
CreateScript ( )This constructor is from 'CreateScript' class.
CreateScript ( Binding )This constructor is from 'CreateScript' class.
__.swapInit ( )This method is from 'CreateScript' class.
main ( String[ ] )This method is from 'CreateScript' class.
run ( )This method is from 'CreateScript' class.
[+] CreateService (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514825 has been renamed to __timeStamp__239_neverHappen1400773798304. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514825 in CreateService. |
[+] affected methods (5)
CreateService ( )This constructor is from 'CreateService' class.
CreateService ( Binding )This constructor is from 'CreateService' class.
__.swapInit ( )This method is from 'CreateService' class.
main ( String[ ] )This method is from 'CreateService' class.
run ( )This method is from 'CreateService' class.
[+] CreateTagLib (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514826 has been renamed to __timeStamp__239_neverHappen1400773798305. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514826 in CreateTagLib. |
[+] affected methods (5)
CreateTagLib ( )This constructor is from 'CreateTagLib' class.
CreateTagLib ( Binding )This constructor is from 'CreateTagLib' class.
__.swapInit ( )This method is from 'CreateTagLib' class.
main ( String[ ] )This method is from 'CreateTagLib' class.
run ( )This method is from 'CreateTagLib' class.
[+] CreateUnitTest (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514827 has been renamed to __timeStamp__239_neverHappen1400773798306. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514827 in CreateUnitTest. |
[+] affected methods (5)
CreateUnitTest ( )This constructor is from 'CreateUnitTest' class.
CreateUnitTest ( Binding )This constructor is from 'CreateUnitTest' class.
__.swapInit ( )This method is from 'CreateUnitTest' class.
main ( String[ ] )This method is from 'CreateUnitTest' class.
run ( )This method is from 'CreateUnitTest' class.
[+] DependencyReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514828 has been renamed to __timeStamp__239_neverHappen1400773798306. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514828 in DependencyReport. |
[+] affected methods (5)
DependencyReport ( )This constructor is from 'DependencyReport' class.
DependencyReport ( Binding )This constructor is from 'DependencyReport' class.
__.swapInit ( )This method is from 'DependencyReport' class.
main ( String[ ] )This method is from 'DependencyReport' class.
run ( )This method is from 'DependencyReport' class.
[+] Doc (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514829 has been renamed to __timeStamp__239_neverHappen1400773798308. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514829 in Doc. |
[+] affected methods (5)
Doc ( )This constructor is from 'Doc' class.
Doc ( Binding )This constructor is from 'Doc' class.
__.swapInit ( )This method is from 'Doc' class.
main ( String[ ] )This method is from 'Doc' class.
run ( )This method is from 'Doc' class.
[+] Help_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514830 has been renamed to __timeStamp__239_neverHappen1400773798308. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514830 in Help_. |
[+] affected methods (7)
Help_ ( )This constructor is from 'Help_' class.
Help_ ( Binding )This constructor is from 'Help_' class.
__.swapInit ( )This method is from 'Help_' class.
getHelpFile ( File )This method is from 'Help_' class.
main ( String[ ] )This method is from 'Help_' class.
run ( )This method is from 'Help_' class.
shouldGenerateHelp ( File )This method is from 'Help_' class.
[+] HelpEvaluatingCategory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514231 has been renamed to __timeStamp__239_neverHappen1400773798158. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514231 in HelpEvaluatingCategory. |
[+] affected methods (14)
HelpEvaluatingCategory ( )This constructor is from 'HelpEvaluatingCategory' class.
__.swapInit ( )This method is from 'HelpEvaluatingCategory' class.
getDefaultDescription ( Object )This method is from 'HelpEvaluatingCategory' class.
getDefaultTask ( )This method is from 'HelpEvaluatingCategory' class.
getHelpText ( )This method is from 'HelpEvaluatingCategory' class.
getMetaClass ( )This method is from 'HelpEvaluatingCategory' class.
getProperty ( String )This method is from 'HelpEvaluatingCategory' class.
invokeMethod ( String, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTarget ( Object, Object )This method is from 'HelpEvaluatingCategory' class.
setDefaultTask ( Object )This method is from 'HelpEvaluatingCategory' class.
setHelpText ( Object )This method is from 'HelpEvaluatingCategory' class.
setMetaClass ( MetaClass )This method is from 'HelpEvaluatingCategory' class.
...
[+] Init (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514839 has been renamed to __timeStamp__239_neverHappen1400773798317. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514839 in Init. |
[+] affected methods (5)
Init ( )This constructor is from 'Init' class.
Init ( Binding )This constructor is from 'Init' class.
__.swapInit ( )This method is from 'Init' class.
main ( String[ ] )This method is from 'Init' class.
run ( )This method is from 'Init' class.
[+] InstallAppTemplates_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514840 has been renamed to __timeStamp__239_neverHappen1400773798318. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514840 in InstallAppTemplates_. |
[+] affected methods (6)
InstallAppTemplates_ ( )This constructor is from 'InstallAppTemplates_' class.
InstallAppTemplates_ ( Binding )This constructor is from 'InstallAppTemplates_' class.
__.swapInit ( )This method is from 'InstallAppTemplates_' class.
copyTemplateJar ( String, File )This method is from 'InstallAppTemplates_' class.
main ( String[ ] )This method is from 'InstallAppTemplates_' class.
run ( )This method is from 'InstallAppTemplates_' class.
[+] InstallDependency (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514841 has been renamed to __timeStamp__239_neverHappen1400773798319. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514841 in InstallDependency. |
[+] affected methods (5)
InstallDependency ( )This constructor is from 'InstallDependency' class.
InstallDependency ( Binding )This constructor is from 'InstallDependency' class.
__.swapInit ( )This method is from 'InstallDependency' class.
main ( String[ ] )This method is from 'InstallDependency' class.
run ( )This method is from 'InstallDependency' class.
[+] InstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514845 has been renamed to __timeStamp__239_neverHappen1400773798321. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514845 in InstallPlugin. |
[+] affected methods (5)
InstallPlugin ( )This constructor is from 'InstallPlugin' class.
InstallPlugin ( Binding )This constructor is from 'InstallPlugin' class.
__.swapInit ( )This method is from 'InstallPlugin' class.
main ( String[ ] )This method is from 'InstallPlugin' class.
run ( )This method is from 'InstallPlugin' class.
[+] InstallTemplates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514847 has been renamed to __timeStamp__239_neverHappen1400773798323. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514847 in InstallTemplates. |
[+] affected methods (5)
InstallTemplates ( )This constructor is from 'InstallTemplates' class.
InstallTemplates ( Binding )This constructor is from 'InstallTemplates' class.
__.swapInit ( )This method is from 'InstallTemplates' class.
main ( String[ ] )This method is from 'InstallTemplates' class.
run ( )This method is from 'InstallTemplates' class.
[+] IntegrateWith (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514848 has been renamed to __timeStamp__239_neverHappen1400773798324. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514848 in IntegrateWith. |
[+] affected methods (5)
IntegrateWith ( )This constructor is from 'IntegrateWith' class.
IntegrateWith ( Binding )This constructor is from 'IntegrateWith' class.
__.swapInit ( )This method is from 'IntegrateWith' class.
main ( String[ ] )This method is from 'IntegrateWith' class.
run ( )This method is from 'IntegrateWith' class.
[+] Interactive (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514860 has been renamed to __timeStamp__239_neverHappen1400773798331. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514860 in Interactive. |
[+] affected methods (5)
Interactive ( )This constructor is from 'Interactive' class.
Interactive ( Binding )This constructor is from 'Interactive' class.
__.swapInit ( )This method is from 'Interactive' class.
main ( String[ ] )This method is from 'Interactive' class.
run ( )This method is from 'Interactive' class.
[+] ListPlugins_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514861 has been renamed to __timeStamp__239_neverHappen1400773798332. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514861 in ListPlugins_. |
[+] affected methods (5)
ListPlugins_ ( )This constructor is from 'ListPlugins_' class.
ListPlugins_ ( Binding )This constructor is from 'ListPlugins_' class.
__.swapInit ( )This method is from 'ListPlugins_' class.
main ( String[ ] )This method is from 'ListPlugins_' class.
run ( )This method is from 'ListPlugins_' class.
[+] ListPluginUpdates (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514864 has been renamed to __timeStamp__239_neverHappen1400773798335. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514864 in ListPluginUpdates. |
[+] affected methods (5)
ListPluginUpdates ( )This constructor is from 'ListPluginUpdates' class.
ListPluginUpdates ( Binding )This constructor is from 'ListPluginUpdates' class.
__.swapInit ( )This method is from 'ListPluginUpdates' class.
main ( String[ ] )This method is from 'ListPluginUpdates' class.
run ( )This method is from 'ListPluginUpdates' class.
[+] MigrateDocs (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514868 has been renamed to __timeStamp__239_neverHappen1400773798340. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514868 in MigrateDocs. |
[+] affected methods (5)
MigrateDocs ( )This constructor is from 'MigrateDocs' class.
MigrateDocs ( Binding )This constructor is from 'MigrateDocs' class.
__.swapInit ( )This method is from 'MigrateDocs' class.
main ( String[ ] )This method is from 'MigrateDocs' class.
run ( )This method is from 'MigrateDocs' class.
[+] Package (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514869 has been renamed to __timeStamp__239_neverHappen1400773798341. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514869 in Package. |
[+] affected methods (5)
Package ( )This constructor is from 'Package' class.
Package ( Binding )This constructor is from 'Package' class.
__.swapInit ( )This method is from 'Package' class.
main ( String[ ] )This method is from 'Package' class.
run ( )This method is from 'Package' class.
[+] PackagePlugin_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514870 has been renamed to __timeStamp__239_neverHappen1400773798342. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514870 in PackagePlugin_. |
[+] affected methods (5)
PackagePlugin_ ( )This constructor is from 'PackagePlugin_' class.
PackagePlugin_ ( Binding )This constructor is from 'PackagePlugin_' class.
__.swapInit ( )This method is from 'PackagePlugin_' class.
main ( String[ ] )This method is from 'PackagePlugin_' class.
run ( )This method is from 'PackagePlugin_' class.
[+] PluginInfo_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514870 has been renamed to __timeStamp__239_neverHappen1400773798342. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514870 in PluginInfo_. |
[+] affected methods (5)
PluginInfo_ ( )This constructor is from 'PluginInfo_' class.
PluginInfo_ ( Binding )This constructor is from 'PluginInfo_' class.
__.swapInit ( )This method is from 'PluginInfo_' class.
main ( String[ ] )This method is from 'PluginInfo_' class.
run ( )This method is from 'PluginInfo_' class.
[+] RefreshDependencies (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514871 has been renamed to __timeStamp__239_neverHappen1400773798343. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514871 in RefreshDependencies. |
[+] affected methods (5)
RefreshDependencies ( )This constructor is from 'RefreshDependencies' class.
RefreshDependencies ( Binding )This constructor is from 'RefreshDependencies' class.
__.swapInit ( )This method is from 'RefreshDependencies' class.
main ( String[ ] )This method is from 'RefreshDependencies' class.
run ( )This method is from 'RefreshDependencies' class.
[+] RemoveProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514876 has been renamed to __timeStamp__239_neverHappen1400773798349. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514876 in RemoveProxy_. |
[+] affected methods (6)
RemoveProxy_ ( )This constructor is from 'RemoveProxy_' class.
RemoveProxy_ ( Binding )This constructor is from 'RemoveProxy_' class.
__.swapInit ( )This method is from 'RemoveProxy_' class.
main ( String[ ] )This method is from 'RemoveProxy_' class.
msg ( )This method is from 'RemoveProxy_' class.
run ( )This method is from 'RemoveProxy_' class.
[+] RunApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514877 has been renamed to __timeStamp__239_neverHappen1400773798350. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514877 in RunApp. |
[+] affected methods (5)
RunApp ( )This constructor is from 'RunApp' class.
RunApp ( Binding )This constructor is from 'RunApp' class.
__.swapInit ( )This method is from 'RunApp' class.
main ( String[ ] )This method is from 'RunApp' class.
run ( )This method is from 'RunApp' class.
[+] RunScript (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514878 has been renamed to __timeStamp__239_neverHappen1400773798351. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514878 in RunScript. |
[+] affected methods (6)
RunScript ( )This constructor is from 'RunScript' class.
RunScript ( Binding )This constructor is from 'RunScript' class.
__.swapInit ( )This method is from 'RunScript' class.
executeScript ( Object, Object )This method is from 'RunScript' class.
main ( String[ ] )This method is from 'RunScript' class.
run ( )This method is from 'RunScript' class.
[+] RunWar (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514879 has been renamed to __timeStamp__239_neverHappen1400773798353. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514879 in RunWar. |
[+] affected methods (5)
RunWar ( )This constructor is from 'RunWar' class.
RunWar ( Binding )This constructor is from 'RunWar' class.
__.swapInit ( )This method is from 'RunWar' class.
main ( String[ ] )This method is from 'RunWar' class.
run ( )This method is from 'RunWar' class.
[+] SetProxy_ (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514880 has been renamed to __timeStamp__239_neverHappen1400773798354. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514880 in SetProxy_. |
[+] affected methods (5)
SetProxy_ ( )This constructor is from 'SetProxy_' class.
SetProxy_ ( Binding )This constructor is from 'SetProxy_' class.
__.swapInit ( )This method is from 'SetProxy_' class.
main ( String[ ] )This method is from 'SetProxy_' class.
run ( )This method is from 'SetProxy_' class.
[+] SetVersion (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514883 has been renamed to __timeStamp__239_neverHappen1400773798357. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514883 in SetVersion. |
[+] affected methods (5)
SetVersion ( )This constructor is from 'SetVersion' class.
SetVersion ( Binding )This constructor is from 'SetVersion' class.
__.swapInit ( )This method is from 'SetVersion' class.
main ( String[ ] )This method is from 'SetVersion' class.
run ( )This method is from 'SetVersion' class.
[+] Shell (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514884 has been renamed to __timeStamp__239_neverHappen1400773798359. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514884 in Shell. |
[+] affected methods (5)
Shell ( )This constructor is from 'Shell' class.
Shell ( Binding )This constructor is from 'Shell' class.
__.swapInit ( )This method is from 'Shell' class.
main ( String[ ] )This method is from 'Shell' class.
run ( )This method is from 'Shell' class.
[+] Stats (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514887 has been renamed to __timeStamp__239_neverHappen1400773798361. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514887 in Stats. |
[+] affected methods (5)
Stats ( )This constructor is from 'Stats' class.
Stats ( Binding )This constructor is from 'Stats' class.
__.swapInit ( )This method is from 'Stats' class.
main ( String[ ] )This method is from 'Stats' class.
run ( )This method is from 'Stats' class.
[+] StopApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514891 has been renamed to __timeStamp__239_neverHappen1400773798366. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514891 in StopApp. |
[+] affected methods (5)
StopApp ( )This constructor is from 'StopApp' class.
StopApp ( Binding )This constructor is from 'StopApp' class.
__.swapInit ( )This method is from 'StopApp' class.
main ( String[ ] )This method is from 'StopApp' class.
run ( )This method is from 'StopApp' class.
[+] TestApp (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514892 has been renamed to __timeStamp__239_neverHappen1400773798367. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514892 in TestApp. |
[+] affected methods (5)
TestApp ( )This constructor is from 'TestApp' class.
TestApp ( Binding )This constructor is from 'TestApp' class.
__.swapInit ( )This method is from 'TestApp' class.
main ( String[ ] )This method is from 'TestApp' class.
run ( )This method is from 'TestApp' class.
[+] UninstallPlugin (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514893 has been renamed to __timeStamp__239_neverHappen1400773798368. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514893 in UninstallPlugin. |
[+] affected methods (5)
UninstallPlugin ( )This constructor is from 'UninstallPlugin' class.
UninstallPlugin ( Binding )This constructor is from 'UninstallPlugin' class.
__.swapInit ( )This method is from 'UninstallPlugin' class.
main ( String[ ] )This method is from 'UninstallPlugin' class.
run ( )This method is from 'UninstallPlugin' class.
[+] Upgrade (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514894 has been renamed to __timeStamp__239_neverHappen1400773798369. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514894 in Upgrade. |
[+] affected methods (5)
Upgrade ( )This constructor is from 'Upgrade' class.
Upgrade ( Binding )This constructor is from 'Upgrade' class.
__.swapInit ( )This method is from 'Upgrade' class.
main ( String[ ] )This method is from 'Upgrade' class.
run ( )This method is from 'Upgrade' class.
[+] UrlMappingsReport (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514901 has been renamed to __timeStamp__239_neverHappen1400773798377. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514901 in UrlMappingsReport. |
[+] affected methods (5)
UrlMappingsReport ( )This constructor is from 'UrlMappingsReport' class.
UrlMappingsReport ( Binding )This constructor is from 'UrlMappingsReport' class.
__.swapInit ( )This method is from 'UrlMappingsReport' class.
main ( String[ ] )This method is from 'UrlMappingsReport' class.
run ( )This method is from 'UrlMappingsReport' class.
[+] War (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514903 has been renamed to __timeStamp__239_neverHappen1400773798379. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514903 in War. |
[+] affected methods (5)
War ( )This constructor is from 'War' class.
War ( Binding )This constructor is from 'War' class.
__.swapInit ( )This method is from 'War' class.
main ( String[ ] )This method is from 'War' class.
run ( )This method is from 'War' class.
[+] Wrapper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330514904 has been renamed to __timeStamp__239_neverHappen1400773798380. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330514904 in Wrapper. |
[+] affected methods (5)
Wrapper ( )This constructor is from 'Wrapper' class.
Wrapper ( Binding )This constructor is from 'Wrapper' class.
__.swapInit ( )This method is from 'Wrapper' class.
main ( String[ ] )This method is from 'Wrapper' class.
run ( )This method is from 'Wrapper' class.
grails-spring-2.3.8.jar
package grails.spring
[+] DynamicElementReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330239811 has been renamed to __timeStamp__239_neverHappen1400773724817. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330239811 in DynamicElementReader. |
[+] affected methods (27)
createDynamicElementReader ( String, boolean )Return value of this method has type 'DynamicElementReader'.
DynamicElementReader ( String )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler )This constructor is from 'DynamicElementReader' class.
DynamicElementReader ( String, Map, NamespaceHandler, ParserContext )This constructor is from 'DynamicElementReader' class.
__.swapInit ( )This method is from 'DynamicElementReader' class.
afterInvocation ( )This method is from 'DynamicElementReader' class.
getBeanConfiguration ( )This method is from 'DynamicElementReader' class.
getBeanDecorator ( )This method is from 'DynamicElementReader' class.
getEntityResolver ( )This method is from 'DynamicElementReader' class.
getErrorHandler ( )This method is from 'DynamicElementReader' class.
getFirstCall ( )This method is from 'DynamicElementReader' class.
...
grails-web-2.3.8.jar
package grails.gsp
[+] PageRenderer (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299780 has been renamed to __timeStamp__239_neverHappen1400773747185. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299780 in PageRenderer. |
[+] affected methods (17)
PageRenderer ( GroovyPagesTemplateEngine )This constructor is from 'PageRenderer' class.
__.swapInit ( )This method is from 'PageRenderer' class.
findResource ( String )This method is from 'PageRenderer' class.
getApplicationContext ( )This method is from 'PageRenderer' class.
getGroovyPageLocator ( )This method is from 'PageRenderer' class.
getMetaClass ( )This method is from 'PageRenderer' class.
getProperty ( String )This method is from 'PageRenderer' class.
getServletContext ( )This method is from 'PageRenderer' class.
invokeMethod ( String, Object )This method is from 'PageRenderer' class.
render ( Map )This method is from 'PageRenderer' class.
renderTo ( Map, OutputStream )This method is from 'PageRenderer' class.
renderTo ( Map, Writer )This method is from 'PageRenderer' class.
...
package org.codehaus.groovy.grails.project.container
[+] GrailsProjectRunner (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299930 has been renamed to __timeStamp__239_neverHappen1400773747342. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299930 in GrailsProjectRunner. |
[+] affected methods (22)
GrailsProjectRunner ( GrailsProjectPackager, GrailsProjectWarCreator, ClassLoader )This constructor is from 'GrailsProjectRunner' class.
__.swapInit ( )This method is from 'GrailsProjectRunner' class.
getMetaClass ( )This method is from 'GrailsProjectRunner' class.
getProjectPackager ( )This method is from 'GrailsProjectRunner' class.
getProperty ( String )This method is from 'GrailsProjectRunner' class.
getServerContextPath ( )This method is from 'GrailsProjectRunner' class.
getUrl ( )This method is from 'GrailsProjectRunner' class.
getUrlHttps ( )This method is from 'GrailsProjectRunner' class.
getUsingSecureServer ( )This method is from 'GrailsProjectRunner' class.
getWarCreator ( )This method is from 'GrailsProjectRunner' class.
invokeMethod ( String, Object )This method is from 'GrailsProjectRunner' class.
isServerRunning ( )This method is from 'GrailsProjectRunner' class.
...
package org.codehaus.groovy.grails.web.binding
[+] BindEventListenerAdapter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299938 has been renamed to __timeStamp__239_neverHappen1400773747350. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299938 in BindEventListenerAdapter. |
[+] 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_neverHappen1398330299795 has been renamed to __timeStamp__239_neverHappen1400773747199. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299795 in DataBindingEventMulticastListener. |
[+] affected methods (13)
DataBindingEventMulticastListener ( List )This constructor is from 'DataBindingEventMulticastListener' class.
__.swapInit ( )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
afterBinding ( Object, String, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, Object )This method is from 'DataBindingEventMulticastListener' class.
beforeBinding ( Object, String, Object, Object )This method is from 'DataBindingEventMulticastListener' class.
bindingError ( BindingError, Object )This method is from 'DataBindingEventMulticastListener' class.
getMetaClass ( )This method is from 'DataBindingEventMulticastListener' class.
getProperty ( String )This method is from 'DataBindingEventMulticastListener' class.
invokeMethod ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
setMetaClass ( MetaClass )This method is from 'DataBindingEventMulticastListener' class.
setProperty ( String, Object )This method is from 'DataBindingEventMulticastListener' class.
...
[+] GrailsWebDataBinder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299940 has been renamed to __timeStamp__239_neverHappen1400773747352. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299940 in GrailsWebDataBinder. |
[+] 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_neverHappen1398330299960 has been renamed to __timeStamp__239_neverHappen1400773747370. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299960 in GrailsWebDataBindingListener. |
[+] affected methods (9)
GrailsWebDataBindingListener ( MessageSource )This constructor is from 'GrailsWebDataBindingListener' class.
__.swapInit ( )This method is from 'GrailsWebDataBindingListener' class.
bindingError ( BindingError, Object )This method is from 'GrailsWebDataBindingListener' class.
getMetaClass ( )This method is from 'GrailsWebDataBindingListener' class.
getProperty ( String )This method is from 'GrailsWebDataBindingListener' class.
getPropertyName ( String, String, String )This method is from 'GrailsWebDataBindingListener' class.
invokeMethod ( String, Object )This method is from 'GrailsWebDataBindingListener' class.
setMetaClass ( MetaClass )This method is from 'GrailsWebDataBindingListener' class.
setProperty ( String, Object )This method is from 'GrailsWebDataBindingListener' class.
[+] SpringConversionServiceAdapter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299797 has been renamed to __timeStamp__239_neverHappen1400773747202. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299797 in SpringConversionServiceAdapter. |
[+] affected methods (9)
SpringConversionServiceAdapter ( )This constructor is from 'SpringConversionServiceAdapter' class.
__.swapInit ( )This method is from 'SpringConversionServiceAdapter' class.
canConvert ( Class, Class )This method is from 'SpringConversionServiceAdapter' class.
convert ( Object, Class )This method is from 'SpringConversionServiceAdapter' class.
getMetaClass ( )This method is from 'SpringConversionServiceAdapter' class.
getProperty ( String )This method is from 'SpringConversionServiceAdapter' class.
invokeMethod ( String, Object )This method is from 'SpringConversionServiceAdapter' class.
setMetaClass ( MetaClass )This method is from 'SpringConversionServiceAdapter' class.
setProperty ( String, Object )This method is from 'SpringConversionServiceAdapter' class.
package org.codehaus.groovy.grails.web.binding.bindingsource
[+] DefaultDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299798 has been renamed to __timeStamp__239_neverHappen1400773747203. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299798 in DefaultDataBindingSourceCreator. |
[+] affected methods (12)
DefaultDataBindingSourceCreator ( )This constructor is from 'DefaultDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'DefaultDataBindingSourceCreator' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceCreator' class.
createDataBindingSource ( Object, HttpServletRequest )This method is from 'DefaultDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceCreator' class.
getMetaClass ( )This method is from 'DefaultDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'DefaultDataBindingSourceCreator' class.
getProperty ( String )This method is from 'DefaultDataBindingSourceCreator' class.
getTargetType ( )This method is from 'DefaultDataBindingSourceCreator' class.
invokeMethod ( String, Object )This method is from 'DefaultDataBindingSourceCreator' class.
setMetaClass ( MetaClass )This method is from 'DefaultDataBindingSourceCreator' class.
setProperty ( String, Object )This method is from 'DefaultDataBindingSourceCreator' class.
...
[+] DefaultDataBindingSourceRegistry (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299962 has been renamed to __timeStamp__239_neverHappen1400773747372. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299962 in DefaultDataBindingSourceRegistry. |
[+] affected methods (10)
DefaultDataBindingSourceRegistry ( )This constructor is from 'DefaultDataBindingSourceRegistry' class.
__.swapInit ( )This method is from 'DefaultDataBindingSourceRegistry' class.
addDataBindingSourceCreator ( DataBindingSourceCreator )This method is from 'DefaultDataBindingSourceRegistry' class.
createCacheKey ( Class, MimeType )This method is from 'DefaultDataBindingSourceRegistry' class.
createCacheKey ( Class, MimeType )This method is from 'DefaultDataBindingSourceRegistry' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
getDataBindingSourceCreator ( MimeType, Class, Object )This method is from 'DefaultDataBindingSourceRegistry' class.
initialize ( )This method is from 'DefaultDataBindingSourceRegistry' class.
setDataBindingSourceCreators ( DataBindingSourceCreator[ ] )This method is from 'DefaultDataBindingSourceRegistry' class.
[+] HalGPathResultMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299964 has been renamed to __timeStamp__239_neverHappen1400773747374. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299964 in HalGPathResultMap. |
[+] affected methods (5)
HalGPathResultMap ( GPathResult )This constructor is from 'HalGPathResultMap' class.
__.swapInit ( )This method is from 'HalGPathResultMap' class.
get ( Object )This method is from 'HalGPathResultMap' class.
getPropertyNameForNode ( Node )This method is from 'HalGPathResultMap' class.
getPropertyNameForNodeChild ( NodeChild )This method is from 'HalGPathResultMap' class.
[+] HalJsonDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299999 has been renamed to __timeStamp__239_neverHappen1400773747408. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299999 in HalJsonDataBindingSourceCreator. |
[+] affected methods (5)
HalJsonDataBindingSourceCreator ( )This constructor is from 'HalJsonDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'HalJsonDataBindingSourceCreator' class.
createJsonObjectMap ( JsonElement )This method is from 'HalJsonDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'HalJsonDataBindingSourceCreator' class.
HalJsonDataBindingSourceCreator.HalJsonObjectMap ( HalJsonDataBindingSourceCreator, JsonObject, Gson )1st parameter 'jsonObject' of this method has type 'HalJsonDataBindingSourceCreator'.
[+] HalXmlDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330300000 has been renamed to __timeStamp__239_neverHappen1400773747409. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330300000 in HalXmlDataBindingSourceCreator. |
[+] affected methods (4)
HalXmlDataBindingSourceCreator ( )This constructor is from 'HalXmlDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'HalXmlDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'HalXmlDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'HalXmlDataBindingSourceCreator' class.
[+] JsonDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299984 has been renamed to __timeStamp__239_neverHappen1400773747393. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299984 in JsonDataBindingSourceCreator. |
[+] affected methods (13)
JsonDataBindingSourceCreator ( )This constructor is from 'JsonDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'JsonDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'JsonDataBindingSourceCreator' class.
createBindingSourceCreationException ( Exception )This method is from 'JsonDataBindingSourceCreator' class.
createCollectionBindingSource ( Reader )This method is from 'JsonDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'JsonDataBindingSourceCreator' class.
createJsonObjectMap ( JsonElement )This method is from 'JsonDataBindingSourceCreator' class.
getGson ( )This method is from 'JsonDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'JsonDataBindingSourceCreator' class.
getValueForJsonElement ( JsonElement, Gson )This method is from 'JsonDataBindingSourceCreator' class.
JsonDataBindingSourceCreator.JsonArrayList ( JsonDataBindingSourceCreator, JsonArray, Gson )1st parameter 'jsonArray' of this method has type 'JsonDataBindingSourceCreator'.
JsonDataBindingSourceCreator.JsonObjectMap ( JsonDataBindingSourceCreator, JsonObject, Gson )1st parameter 'jsonObject' of this method has type 'JsonDataBindingSourceCreator'.
...
[+] XmlDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299987 has been renamed to __timeStamp__239_neverHappen1400773747395. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299987 in XmlDataBindingSourceCreator. |
[+] affected methods (8)
XmlDataBindingSourceCreator ( )This constructor is from 'XmlDataBindingSourceCreator' class.
__.swapInit ( )This method is from 'XmlDataBindingSourceCreator' class.
createBindingSource ( Reader )This method is from 'XmlDataBindingSourceCreator' class.
createBindingSourceCreationException ( Exception )This method is from 'XmlDataBindingSourceCreator' class.
createCollectionBindingSource ( Reader )This method is from 'XmlDataBindingSourceCreator' class.
createCollectionDataBindingSource ( MimeType, Class, Object )This method is from 'XmlDataBindingSourceCreator' class.
createDataBindingSource ( MimeType, Class, Object )This method is from 'XmlDataBindingSourceCreator' class.
getMimeTypes ( )This method is from 'XmlDataBindingSourceCreator' class.
package org.codehaus.groovy.grails.web.binding.converters
[+] ByteArrayMultipartFileValueConverter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299807 has been renamed to __timeStamp__239_neverHappen1400773747212. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299807 in ByteArrayMultipartFileValueConverter. |
[+] affected methods (10)
ByteArrayMultipartFileValueConverter ( )This constructor is from 'ByteArrayMultipartFileValueConverter' class.
__.swapInit ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
canConvert ( Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
convert ( Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
getMetaClass ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
getProperty ( String )This method is from 'ByteArrayMultipartFileValueConverter' class.
getTargetType ( )This method is from 'ByteArrayMultipartFileValueConverter' class.
invokeMethod ( String, Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
setMetaClass ( MetaClass )This method is from 'ByteArrayMultipartFileValueConverter' class.
setProperty ( String, Object )This method is from 'ByteArrayMultipartFileValueConverter' class.
package org.codehaus.groovy.grails.web.errors
[+] ErrorsViewStackTracePrinter (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299989 has been renamed to __timeStamp__239_neverHappen1400773747397. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299989 in ErrorsViewStackTracePrinter. |
[+] affected methods (10)
ErrorsViewStackTracePrinter ( ResourceLocator )This constructor is from 'ErrorsViewStackTracePrinter' class.
__.swapInit ( )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetEnd ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetErrorLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetLine ( int, Object )This method is from 'ErrorsViewStackTracePrinter' class.
formatCodeSnippetStart ( Resource, int )This method is from 'ErrorsViewStackTracePrinter' class.
getLineNumberInfo ( Throwable, int )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrint ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
prettyPrintCodeSnippet ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
shouldSkipNextCause ( Throwable )This method is from 'ErrorsViewStackTracePrinter' class.
package org.codehaus.groovy.grails.web.i18n
[+] ParamsAwareLocaleChangeInterceptor (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299992 has been renamed to __timeStamp__239_neverHappen1400773747400. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299992 in ParamsAwareLocaleChangeInterceptor. |
[+] affected methods (10)
ParamsAwareLocaleChangeInterceptor ( )This constructor is from 'ParamsAwareLocaleChangeInterceptor' class.
__.swapInit ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getMetaClass ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getParamName ( )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
getProperty ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
invokeMethod ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
preHandle ( HttpServletRequest, HttpServletResponse, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setMetaClass ( MetaClass )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setParamName ( String )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
setProperty ( String, Object )This method is from 'ParamsAwareLocaleChangeInterceptor' class.
package org.codehaus.groovy.grails.web.mapping
[+] ControllerActionConventions (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299809 has been renamed to __timeStamp__239_neverHappen1400773747213. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299809 in ControllerActionConventions. |
[+] affected methods (21)
ControllerActionConventions ( )This constructor is from 'ControllerActionConventions' class.
__.swapInit ( )This method is from 'ControllerActionConventions' class.
getACTION_CREATE ( )This method is from 'ControllerActionConventions' class.
getACTION_DELETE ( )This method is from 'ControllerActionConventions' class.
getACTION_EDIT ( )This method is from 'ControllerActionConventions' class.
getACTION_INDEX ( )This method is from 'ControllerActionConventions' class.
getACTION_SAVE ( )This method is from 'ControllerActionConventions' class.
getACTION_SHOW ( )This method is from 'ControllerActionConventions' class.
getACTION_UPDATE ( )This method is from 'ControllerActionConventions' class.
getMetaClass ( )This method is from 'ControllerActionConventions' class.
getProperty ( String )This method is from 'ControllerActionConventions' class.
invokeMethod ( String, Object )This method is from 'ControllerActionConventions' class.
...
[+] DefaultLinkGenerator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299810 has been renamed to __timeStamp__239_neverHappen1400773747215. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299810 in DefaultLinkGenerator. |
[+] 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.
...
[+] ForwardUrlMappingInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299969 has been renamed to __timeStamp__239_neverHappen1400773747378. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299969 in ForwardUrlMappingInfo. |
[+] affected methods (32)
ForwardUrlMappingInfo ( )This constructor is from 'ForwardUrlMappingInfo' class.
__.swapInit ( )This method is from 'ForwardUrlMappingInfo' class.
getActionName ( )This method is from 'ForwardUrlMappingInfo' class.
getControllerName ( )This method is from 'ForwardUrlMappingInfo' class.
getHttpMethod ( )This method is from 'ForwardUrlMappingInfo' class.
getId ( )This method is from 'ForwardUrlMappingInfo' class.
getMetaClass ( )This method is from 'ForwardUrlMappingInfo' class.
getNamespace ( )This method is from 'ForwardUrlMappingInfo' class.
getParameters ( )This method is from 'ForwardUrlMappingInfo' class.
getPluginName ( )This method is from 'ForwardUrlMappingInfo' class.
getProperty ( String )This method is from 'ForwardUrlMappingInfo' class.
getURI ( )This method is from 'ForwardUrlMappingInfo' class.
...
package org.codehaus.groovy.grails.web.mime
[+] MimeType (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299820 has been renamed to __timeStamp__239_neverHappen1400773747224. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299820 in MimeType. |
[+] affected methods (53)
createCollectionDataBindingSource ( MimeType, Class, Object )1st parameter 'p1' of this abstract method has type 'MimeType'.
createDataBindingSource ( MimeType, Class, Object )1st parameter 'p1' of this abstract method has type 'MimeType'.
createCollectionDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
createDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
createCacheKey ( Class, MimeType )2nd parameter 'p2' of this method has type 'MimeType'.
createCacheKey ( Class, MimeType )2nd parameter 'mimeType' of this method has type 'MimeType'.
createCollectionDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
createDataBindingSource ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
DefaultDataBindingSourceRegistry.DataBindingSourceCreatorCacheKey ( Class, MimeType )2nd parameter 'p2' of this method has type 'MimeType'.
getMimeType ( )Return value of this method has type 'MimeType'.
setMimeType ( MimeType )1st parameter 'p1' of this method has type 'MimeType'.
getDataBindingSourceCreator ( MimeType, Class, Object )1st parameter 'mimeType' of this method has type 'MimeType'.
...
package org.codehaus.groovy.grails.web.pages
[+] GroovyPageCompiler (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299825 has been renamed to __timeStamp__239_neverHappen1400773747229. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299825 in GroovyPageCompiler. |
[+] affected methods (31)
GroovyPageCompiler ( )This constructor is from 'GroovyPageCompiler' class.
__.swapInit ( )This method is from 'GroovyPageCompiler' class.
compile ( )This method is from 'GroovyPageCompiler' class.
compileGSP ( File, File, String, String )This method is from 'GroovyPageCompiler' class.
generateJavaName ( String )This method is from 'GroovyPageCompiler' class.
getClassLoader ( )This method is from 'GroovyPageCompiler' class.
getCompilerConfig ( )This method is from 'GroovyPageCompiler' class.
getEncoding ( )This method is from 'GroovyPageCompiler' class.
getGeneratedGroovyPagesDirectory ( )This method is from 'GroovyPageCompiler' class.
getMetaClass ( )This method is from 'GroovyPageCompiler' class.
getOperation ( )This method is from 'GroovyPageCompiler' class.
getPackagePrefix ( )This method is from 'GroovyPageCompiler' class.
...
[+] GroovyPageCompilerTask (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330300002 has been renamed to __timeStamp__239_neverHappen1400773747410. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330300002 in GroovyPageCompilerTask. |
[+] affected methods (27)
GroovyPageCompilerTask ( )This constructor is from 'GroovyPageCompilerTask' class.
__.swapInit ( )This method is from 'GroovyPageCompilerTask' class.
createClasspath ( )This method is from 'GroovyPageCompilerTask' class.
execute ( )This method is from 'GroovyPageCompilerTask' class.
getClasspath ( )This method is from 'GroovyPageCompilerTask' class.
getDestdir ( )This method is from 'GroovyPageCompilerTask' class.
getEncoding ( )This method is from 'GroovyPageCompilerTask' class.
getMetaClass ( )This method is from 'GroovyPageCompilerTask' class.
getPackagename ( )This method is from 'GroovyPageCompilerTask' class.
getProperty ( String )This method is from 'GroovyPageCompilerTask' class.
getServerpath ( )This method is from 'GroovyPageCompilerTask' class.
getSrcdir ( )This method is from 'GroovyPageCompilerTask' class.
...
[+] GroovyPageConfig (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299834 has been renamed to __timeStamp__239_neverHappen1400773747241. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299834 in GroovyPageConfig. |
[+] affected methods (10)
GroovyPageConfig ( Map )This constructor is from 'GroovyPageConfig' class.
__.swapInit ( )This method is from 'GroovyPageConfig' class.
getCodecSettings ( GrailsPluginInfo, String )This method is from 'GroovyPageConfig' class.
getFlatConfig ( )This method is from 'GroovyPageConfig' class.
getMetaClass ( )This method is from 'GroovyPageConfig' class.
getProperty ( String )This method is from 'GroovyPageConfig' class.
invokeMethod ( String, Object )This method is from 'GroovyPageConfig' class.
setFlatConfig ( Map )This method is from 'GroovyPageConfig' class.
setMetaClass ( MetaClass )This method is from 'GroovyPageConfig' class.
setProperty ( String, Object )This method is from 'GroovyPageConfig' class.
[+] GroovyPagesMetaUtils (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299838 has been renamed to __timeStamp__239_neverHappen1400773747244. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299838 in GroovyPagesMetaUtils. |
[+] affected methods (12)
GroovyPagesMetaUtils ( )This constructor is from 'GroovyPagesMetaUtils' class.
__.swapInit ( )This method is from 'GroovyPagesMetaUtils' class.
addTagLibMethodToMetaClass ( GroovyObject, MetaMethod, MetaClass )This method is from 'GroovyPagesMetaUtils' class.
getMetaClass ( )This method is from 'GroovyPagesMetaUtils' class.
getProperty ( String )This method is from 'GroovyPagesMetaUtils' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
methodMissingForTagLib ( MetaClass, Class, TagLibraryLookup, String, String, Object, boolean )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( MetaClass, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingForGSP ( Class, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
registerMethodMissingWorkaroundsForDefaultNamespace ( MetaClass, TagLibraryLookup )This method is from 'GroovyPagesMetaUtils' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesMetaUtils' class.
setProperty ( String, Object )This method is from 'GroovyPagesMetaUtils' class.
...
package org.codehaus.groovy.grails.web.pages.ext.jsp
[+] GroovyPagesJspFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299971 has been renamed to __timeStamp__239_neverHappen1400773747380. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299971 in GroovyPagesJspFactory. |
[+] affected methods (11)
GroovyPagesJspFactory ( )This constructor is from 'GroovyPagesJspFactory' abstract class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory' abstract class.
getEngineInfo ( )This method is from 'GroovyPagesJspFactory' abstract class.
getMetaClass ( )This method is from 'GroovyPagesJspFactory' abstract class.
getPageContext ( Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean )This method is from 'GroovyPagesJspFactory' abstract class.
getProperty ( String )This method is from 'GroovyPagesJspFactory' abstract class.
getSpecificationVersion ( )This abstract method is from 'GroovyPagesJspFactory' abstract class.
invokeMethod ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
releasePageContext ( PageContext )This method is from 'GroovyPagesJspFactory' abstract class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesJspFactory' abstract class.
setProperty ( String, Object )This method is from 'GroovyPagesJspFactory' abstract class.
...
[+] GroovyPagesJspFactory21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330300427 has been renamed to __timeStamp__239_neverHappen1400773747791. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330300427 in GroovyPagesJspFactory21. |
[+] affected methods (4)
GroovyPagesJspFactory21 ( )This constructor is from 'GroovyPagesJspFactory21' class.
__.swapInit ( )This method is from 'GroovyPagesJspFactory21' class.
getJspApplicationContext ( ServletContext )This method is from 'GroovyPagesJspFactory21' class.
getSpecificationVersion ( )This method is from 'GroovyPagesJspFactory21' class.
[+] GroovyPagesPageContext21 (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330300429 has been renamed to __timeStamp__239_neverHappen1400773747793. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330300429 in GroovyPagesPageContext21. |
[+] affected methods (8)
GroovyPagesPageContext21 ( )This constructor is from 'GroovyPagesPageContext21' class.
__.swapInit ( )This method is from 'GroovyPagesPageContext21' class.
getELContext ( )This method is from 'GroovyPagesPageContext21' class.
getMetaClass ( )This method is from 'GroovyPagesPageContext21' class.
getProperty ( String )This method is from 'GroovyPagesPageContext21' class.
invokeMethod ( String, Object )This method is from 'GroovyPagesPageContext21' class.
setMetaClass ( MetaClass )This method is from 'GroovyPagesPageContext21' class.
setProperty ( String, Object )This method is from 'GroovyPagesPageContext21' class.
[+] JspFragmentImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299972 has been renamed to __timeStamp__239_neverHappen1400773747381. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299972 in JspFragmentImpl. |
[+] affected methods (13)
JspFragmentImpl ( GroovyPagesPageContext, FastStringWriter )This constructor is from 'JspFragmentImpl' class.
__.swapInit ( )This method is from 'JspFragmentImpl' class.
getBody ( )This method is from 'JspFragmentImpl' class.
getJspContext ( )This method is from 'JspFragmentImpl' class.
getMetaClass ( )This method is from 'JspFragmentImpl' class.
getPageContext ( )This method is from 'JspFragmentImpl' class.
getProperty ( String )This method is from 'JspFragmentImpl' class.
invoke ( Writer )This method is from 'JspFragmentImpl' class.
invokeMethod ( String, Object )This method is from 'JspFragmentImpl' class.
setBody ( FastStringWriter )This method is from 'JspFragmentImpl' class.
setMetaClass ( MetaClass )This method is from 'JspFragmentImpl' class.
setPageContext ( GroovyPagesPageContext )This method is from 'JspFragmentImpl' class.
...
[+] JspTagImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299885 has been renamed to __timeStamp__239_neverHappen1400773747256. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299885 in JspTagImpl. |
[+] affected methods (26)
JspTagImpl ( Class )This constructor is from 'JspTagImpl' class.
__.swapInit ( )This method is from 'JspTagImpl' class.
doTag ( Writer, Map )This method is from 'JspTagImpl' class.
doTag ( Writer, Map, Closure )This method is from 'JspTagImpl' class.
getBody ( )This method is from 'JspTagImpl' class.
getIteration ( )This method is from 'JspTagImpl' class.
getLOG ( )This method is from 'JspTagImpl' class.
getMetaClass ( )This method is from 'JspTagImpl' class.
getProperty ( String )This method is from 'JspTagImpl' class.
getTagClass ( )This method is from 'JspTagImpl' class.
getTryCatchFinally ( )This method is from 'JspTagImpl' class.
handleSimpleTag ( SimpleTag, Map, GroovyPagesPageContext, Writer, Closure )This method is from 'JspTagImpl' class.
...
[+] JspTagLibImpl (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299893 has been renamed to __timeStamp__239_neverHappen1400773747267. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299893 in JspTagLibImpl. |
[+] affected methods (9)
JspTagLibImpl ( String, Map )This constructor is from 'JspTagLibImpl' class.
__.swapInit ( )This method is from 'JspTagLibImpl' class.
getMetaClass ( )This method is from 'JspTagLibImpl' class.
getProperty ( String )This method is from 'JspTagLibImpl' class.
getTag ( String )This method is from 'JspTagLibImpl' class.
getURI ( )This method is from 'JspTagLibImpl' class.
invokeMethod ( String, Object )This method is from 'JspTagLibImpl' class.
setMetaClass ( MetaClass )This method is from 'JspTagLibImpl' class.
setProperty ( String, Object )This method is from 'JspTagLibImpl' class.
[+] PageContextFactory (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299896 has been renamed to __timeStamp__239_neverHappen1400773747270. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299896 in PageContextFactory. |
[+] affected methods (10)
PageContextFactory ( )This constructor is from 'PageContextFactory' class.
__.swapInit ( )This method is from 'PageContextFactory' class.
getCurrent ( )This method is from 'PageContextFactory' class.
getMetaClass ( )This method is from 'PageContextFactory' class.
getPageContextClass ( )This method is from 'PageContextFactory' class.
getProperty ( String )This method is from 'PageContextFactory' class.
invokeMethod ( String, Object )This method is from 'PageContextFactory' class.
setMetaClass ( MetaClass )This method is from 'PageContextFactory' class.
setPageContextClass ( Class )This method is from 'PageContextFactory' class.
setProperty ( String, Object )This method is from 'PageContextFactory' class.
[+] TagLibraryResolver (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299905 has been renamed to __timeStamp__239_neverHappen1400773747282. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299905 in TagLibraryResolver. |
[+] affected methods (20)
TagLibraryResolver ( )This constructor is from 'TagLibraryResolver' class.
__.swapInit ( )This method is from 'TagLibraryResolver' class.
getGrailsApplication ( )This method is from 'TagLibraryResolver' class.
getJarsFromServletContext ( )This method is from 'TagLibraryResolver' class.
getMetaClass ( )This method is from 'TagLibraryResolver' class.
getProperty ( String )This method is from 'TagLibraryResolver' class.
getServletContext ( )This method is from 'TagLibraryResolver' class.
getTldFromServletContext ( String )This method is from 'TagLibraryResolver' class.
getWebXmlFromServletContext ( )This method is from 'TagLibraryResolver' class.
invokeMethod ( String, Object )This method is from 'TagLibraryResolver' class.
resolveRootLoader ( )This method is from 'TagLibraryResolver' class.
resolveTagLibrary ( String )This method is from 'TagLibraryResolver' class.
...
[+] TldReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299975 has been renamed to __timeStamp__239_neverHappen1400773747384. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299975 in TldReader. |
[+] affected methods (14)
TldReader ( )This constructor is from 'TldReader' class.
__.swapInit ( )This method is from 'TldReader' class.
characters ( char[ ], int, int )This method is from 'TldReader' class.
endElement ( String, String, String )This method is from 'TldReader' class.
getBuf ( )This method is from 'TldReader' class.
getListeners ( )This method is from 'TldReader' class.
getMetaClass ( )This method is from 'TldReader' class.
getProperty ( String )This method is from 'TldReader' class.
getTags ( )This method is from 'TldReader' class.
invokeMethod ( String, Object )This method is from 'TldReader' class.
setBuf ( StringBuilder )This method is from 'TldReader' class.
setMetaClass ( MetaClass )This method is from 'TldReader' class.
...
[+] WebXmlTagLibraryReader (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299977 has been renamed to __timeStamp__239_neverHappen1400773747386. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299977 in WebXmlTagLibraryReader. |
[+] affected methods (15)
WebXmlTagLibraryReader ( )This constructor is from 'WebXmlTagLibraryReader' class.
__.swapInit ( )This method is from 'WebXmlTagLibraryReader' class.
characters ( char[ ], int, int )This method is from 'WebXmlTagLibraryReader' class.
endElement ( String, String, String )This method is from 'WebXmlTagLibraryReader' class.
getMetaClass ( )This method is from 'WebXmlTagLibraryReader' class.
getProperty ( String )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB ( )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB_LOC ( )This method is from 'WebXmlTagLibraryReader' class.
getTAG_TAGLIB_URI ( )This method is from 'WebXmlTagLibraryReader' class.
getTagLocations ( )This method is from 'WebXmlTagLibraryReader' class.
invokeMethod ( String, Object )This method is from 'WebXmlTagLibraryReader' class.
setMetaClass ( MetaClass )This method is from 'WebXmlTagLibraryReader' class.
...
package org.codehaus.groovy.grails.web.servlet.mvc
[+] SynchronizerTokensHolder (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299913 has been renamed to __timeStamp__239_neverHappen1400773747290. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299913 in SynchronizerTokensHolder. |
[+] affected methods (16)
SynchronizerTokensHolder ( )This constructor is from 'SynchronizerTokensHolder' class.
__.swapInit ( )This method is from 'SynchronizerTokensHolder' class.
generateToken ( String )This method is from 'SynchronizerTokensHolder' class.
getCurrentTokens ( )This method is from 'SynchronizerTokensHolder' class.
getMetaClass ( )This method is from 'SynchronizerTokensHolder' class.
getProperty ( String )This method is from 'SynchronizerTokensHolder' class.
getTokens ( String )This method is from 'SynchronizerTokensHolder' class.
invokeMethod ( String, Object )This method is from 'SynchronizerTokensHolder' class.
isEmpty ( )This method is from 'SynchronizerTokensHolder' class.
isValid ( String, String )This method is from 'SynchronizerTokensHolder' class.
resetToken ( String )This method is from 'SynchronizerTokensHolder' class.
resetToken ( String, String )This method is from 'SynchronizerTokensHolder' class.
...
package org.codehaus.groovy.grails.web.taglib
[+] NamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299979 has been renamed to __timeStamp__239_neverHappen1400773747388. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299979 in NamespacedTagDispatcher. |
[+] affected methods (5)
lookupNamespaceDispatcher ( String )Return value of this method has type 'NamespacedTagDispatcher'.
NamespacedTagDispatcher ( String, Class, GrailsApplication, TagLibraryLookup )This constructor is from 'NamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'NamespacedTagDispatcher' class.
initializeMetaClass ( )This method is from 'NamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'NamespacedTagDispatcher' class.
[+] TemplateNamespacedTagDispatcher (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299994 has been renamed to __timeStamp__239_neverHappen1400773747402. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299994 in TemplateNamespacedTagDispatcher. |
[+] affected methods (4)
TemplateNamespacedTagDispatcher ( Class, GrailsApplication, TagLibraryLookup )This constructor is from 'TemplateNamespacedTagDispatcher' class.
__.swapInit ( )This method is from 'TemplateNamespacedTagDispatcher' class.
argsToAttrs ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
methodMissing ( String, Object )This method is from 'TemplateNamespacedTagDispatcher' class.
package org.codehaus.groovy.grails.web.util
[+] ClassAndMimeTypeRegistry (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299916 has been renamed to __timeStamp__239_neverHappen1400773747328. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299916 in ClassAndMimeTypeRegistry. |
[+] affected methods (14)
ClassAndMimeTypeRegistry ( )This constructor is from 'ClassAndMimeTypeRegistry' abstract class.
__.swapInit ( )This method is from 'ClassAndMimeTypeRegistry' abstract class.
addToRegisteredObjects ( Class, MimeTypeProvider )This method is from 'ClassAndMimeTypeRegistry' abstract class.
createCacheKey ( Class, MimeType )This abstract method is from 'ClassAndMimeTypeRegistry' abstract class.
findMatchingObjectForMimeType ( MimeType, Object )This method is from 'ClassAndMimeTypeRegistry' abstract class.
findRegisteredObjectForType ( Class, MimeType )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getMetaClass ( )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getProperty ( String )This method is from 'ClassAndMimeTypeRegistry' abstract class.
getRegisteredObjects ( Class )This method is from 'ClassAndMimeTypeRegistry' abstract class.
invokeMethod ( String, Object )This method is from 'ClassAndMimeTypeRegistry' abstract class.
registerDefault ( MimeType, MimeTypeProvider )This method is from 'ClassAndMimeTypeRegistry' abstract class.
removeFromCache ( Class, MimeType )This method is from 'ClassAndMimeTypeRegistry' abstract class.
...
[+] TypeConvertingMap (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299997 has been renamed to __timeStamp__239_neverHappen1400773747406. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299997 in TypeConvertingMap. |
[+] affected methods (21)
TypeConvertingMap ( )This constructor is from 'TypeConvertingMap' class.
TypeConvertingMap ( Map )This constructor is from 'TypeConvertingMap' class.
__.swapInit ( )This method is from 'TypeConvertingMap' class.
boolean ( String )This method is from 'TypeConvertingMap' class.
boolean ( String, Boolean )This method is from 'TypeConvertingMap' class.
byte ( String )This method is from 'TypeConvertingMap' class.
byte ( String, Integer )This method is from 'TypeConvertingMap' class.
char ( String )This method is from 'TypeConvertingMap' class.
char ( String, Character )This method is from 'TypeConvertingMap' class.
char ( String, Integer )This method is from 'TypeConvertingMap' class.
clone ( )This method is from 'TypeConvertingMap' class.
double ( String )This method is from 'TypeConvertingMap' class.
...
[+] WithCodecHelper (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299922 has been renamed to __timeStamp__239_neverHappen1400773747334. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299922 in WithCodecHelper. |
[+] affected methods (12)
WithCodecHelper ( )This constructor is from 'WithCodecHelper' class.
__.swapInit ( )This method is from 'WithCodecHelper' class.
createOutputStackAttributesBuilder ( Object, GrailsApplication )This method is from 'WithCodecHelper' class.
getMetaClass ( )This method is from 'WithCodecHelper' class.
getProperty ( String )This method is from 'WithCodecHelper' class.
invokeMethod ( String, Object )This method is from 'WithCodecHelper' class.
lookupEncoder ( GrailsApplication, String )This method is from 'WithCodecHelper' class.
makeSettingsCanonical ( Object )This method is from 'WithCodecHelper' class.
mergeSettingsAndMakeCanonical ( Object, Map )This method is from 'WithCodecHelper' class.
setMetaClass ( MetaClass )This method is from 'WithCodecHelper' class.
setProperty ( String, Object )This method is from 'WithCodecHelper' class.
withCodec ( GrailsApplication, Object, Closure )This method is from 'WithCodecHelper' class.
...
package org.grails.databinding.bindingsource
[+] AbstractRequestBodyDataBindingSourceCreator (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1398330299981 has been renamed to __timeStamp__239_neverHappen1400773747389. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299981 in AbstractRequestBodyDataBindingSourceCreator. |
[+] 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_neverHappen1398330299928 has been renamed to __timeStamp__239_neverHappen1400773747340. | Recompilation of a client program may be terminated with the message: cannot find variable __timeStamp__239_neverHappen1398330299928 in AbstractStructuredBindingEditor. |
[+] 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.
...
springloaded-1.1.5.RELEASE.jar
package org.springsource.loaded
[+] EmptyClassVisitor (1)
| Change | Effect |
---|
1 | Removed super-interface sl.org.objectweb.asm.ClassVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class EmptyClassVisitor. |
[+] affected methods (10)
EmptyClassVisitor ( )This constructor is from 'EmptyClassVisitor' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'EmptyClassVisitor' class.
visitAnnotation ( String, boolean )This method is from 'EmptyClassVisitor' class.
visitAttribute ( Attribute )This method is from 'EmptyClassVisitor' class.
visitEnd ( )This method is from 'EmptyClassVisitor' class.
visitField ( int, String, String, String, Object )This method is from 'EmptyClassVisitor' class.
visitInnerClass ( String, String, String, int )This method is from 'EmptyClassVisitor' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'EmptyClassVisitor' class.
visitOuterClass ( String, String, String )This method is from 'EmptyClassVisitor' class.
visitSource ( String, String )This method is from 'EmptyClassVisitor' class.
package org.springsource.loaded.test.infra
[+] ClassPrinter (1)
| Change | Effect |
---|
1 | Removed super-interface sl.org.objectweb.asm.ClassVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class ClassPrinter. |
[+] affected methods (18)
ClassPrinter ( PrintStream )This constructor is from 'ClassPrinter' class.
ClassPrinter ( PrintStream, boolean )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.
...
[+] MethodPrinter (1)
| Change | Effect |
---|
1 | Removed super-interface sl.org.objectweb.asm.MethodVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class MethodPrinter. |
[+] affected methods (25)
MethodPrinter ( PrintStream )This constructor is from 'MethodPrinter' class.
visitAnnotation ( String, boolean )This method is from 'MethodPrinter' class.
visitAnnotationDefault ( )This method is from 'MethodPrinter' class.
visitAttribute ( Attribute )This method is from 'MethodPrinter' class.
visitCode ( )This method is from 'MethodPrinter' class.
visitEnd ( )This method is from 'MethodPrinter' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodPrinter' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodPrinter' class.
visitIincInsn ( int, int )This method is from 'MethodPrinter' class.
visitInsn ( int )This method is from 'MethodPrinter' class.
visitIntInsn ( int, int )This method is from 'MethodPrinter' class.
visitJumpInsn ( int, Label )This method is from 'MethodPrinter' class.
...
package sl.org.objectweb.asm
[+] AnnotationVisitor (1)
| Change | Effect |
---|
1 | This interface became class. | Recompilation of a client program may be terminated with the message: interface expected. |
[+] affected methods (21)
visitAnnotation ( String, boolean )Return value of this method has type 'AnnotationVisitor'.
visitAnnotation ( String, boolean )Return value of this method has type 'AnnotationVisitor'.
visitAnnotation ( String, boolean )Return value of this method has type 'AnnotationVisitor'.
visitAnnotationDefault ( )Return value of this method has type 'AnnotationVisitor'.
visitParameterAnnotation ( int, String, boolean )Return value of this method has type 'AnnotationVisitor'.
visit ( String, Object )This abstract method is from 'AnnotationVisitor' interface.
visitAnnotation ( String, String )This abstract method is from 'AnnotationVisitor' interface.
visitArray ( String )This abstract method is from 'AnnotationVisitor' interface.
visitEnd ( )This abstract method is from 'AnnotationVisitor' interface.
visitEnum ( String, String, String )This abstract method is from 'AnnotationVisitor' interface.
visitAnnotation ( String, boolean )Return value of this abstract method has type 'AnnotationVisitor'.
visitAnnotation ( String, boolean )Return value of this method has type 'AnnotationVisitor'.
...
[+] ClassAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ClassAdapter. |
[+] affected methods (10)
ClassAdapter ( ClassVisitor )This constructor is from 'ClassAdapter' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassAdapter' class.
visitAnnotation ( String, boolean )This method is from 'ClassAdapter' class.
visitAttribute ( Attribute )This method is from 'ClassAdapter' class.
visitEnd ( )This method is from 'ClassAdapter' class.
visitField ( int, String, String, String, Object )This method is from 'ClassAdapter' class.
visitInnerClass ( String, String, String, int )This method is from 'ClassAdapter' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ClassAdapter' class.
visitOuterClass ( String, String, String )This method is from 'ClassAdapter' class.
visitSource ( String, String )This method is from 'ClassAdapter' class.
[+] ClassVisitor (1)
| Change | Effect |
---|
1 | This interface became class. | Recompilation of a client program may be terminated with the message: interface expected. |
[+] affected methods (15)
accept ( ClassVisitor, Attribute[ ], int )1st parameter 'p1' of this method has type 'ClassVisitor'.
accept ( ClassVisitor, int )1st parameter 'p1' of this method has type 'ClassVisitor'.
visit ( int, int, String, String, String, String[ ] )This abstract method is from 'ClassVisitor' interface.
visitAnnotation ( String, boolean )This abstract method is from 'ClassVisitor' interface.
visitAttribute ( Attribute )This abstract method is from 'ClassVisitor' interface.
visitEnd ( )This abstract method is from 'ClassVisitor' interface.
visitField ( int, String, String, String, Object )This abstract method is from 'ClassVisitor' interface.
visitInnerClass ( String, String, String, int )This abstract method is from 'ClassVisitor' interface.
visitMethod ( int, String, String, String, String[ ] )This abstract method is from 'ClassVisitor' interface.
visitOuterClass ( String, String, String )This abstract method is from 'ClassVisitor' interface.
visitSource ( String, String )This abstract method is from 'ClassVisitor' interface.
accept ( ClassVisitor )1st parameter 'p1' of this method has type 'ClassVisitor'.
...
[+] ClassWriter (1)
| Change | Effect |
---|
1 | Removed super-interface ClassVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class ClassWriter. |
[+] affected methods (20)
write ( ClassWriter, byte[ ], int, int, int )1st parameter 'p1' of this method has type 'ClassWriter'.
ClassWriter ( int )This constructor is from 'ClassWriter' class.
ClassWriter ( ClassReader, int )This constructor is from 'ClassWriter' class.
getCommonSuperClass ( String, String )This method is from 'ClassWriter' class.
newClass ( String )This method is from 'ClassWriter' class.
newConst ( Object )This method is from 'ClassWriter' class.
newField ( String, String, String )This method is from 'ClassWriter' class.
newMethod ( String, String, String, boolean )This method is from 'ClassWriter' class.
newNameType ( String, String )This method is from 'ClassWriter' class.
newUTF8 ( String )This method is from 'ClassWriter' class.
toByteArray ( )This method is from 'ClassWriter' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassWriter' class.
...
[+] FieldVisitor (1)
| Change | Effect |
---|
1 | This interface became class. | Recompilation of a client program may be terminated with the message: interface expected. |
[+] affected methods (9)
visitField ( int, String, String, String, Object )Return value of this method has type 'FieldVisitor'.
visitField ( int, String, String, String, Object )Return value of this method has type 'FieldVisitor'.
visitField ( int, String, String, String, Object )Return value of this method has type 'FieldVisitor'.
visitField ( int, String, String, String, Object )Return value of this abstract method has type 'FieldVisitor'.
visitField ( int, String, String, String, Object )Return value of this method has type 'FieldVisitor'.
visitAnnotation ( String, boolean )This abstract method is from 'FieldVisitor' interface.
visitAttribute ( Attribute )This abstract method is from 'FieldVisitor' interface.
visitEnd ( )This abstract method is from 'FieldVisitor' interface.
visitField ( int, String, String, String, Object )Return value of this method has type 'FieldVisitor'.
[+] MethodAdapter (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MethodAdapter. |
[+] affected methods (25)
MethodAdapter ( MethodVisitor )This constructor is from 'MethodAdapter' class.
visitAnnotation ( String, boolean )This method is from 'MethodAdapter' class.
visitAnnotationDefault ( )This method is from 'MethodAdapter' class.
visitAttribute ( Attribute )This method is from 'MethodAdapter' class.
visitCode ( )This method is from 'MethodAdapter' class.
visitEnd ( )This method is from 'MethodAdapter' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodAdapter' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodAdapter' class.
visitIincInsn ( int, int )This method is from 'MethodAdapter' class.
visitInsn ( int )This method is from 'MethodAdapter' class.
visitIntInsn ( int, int )This method is from 'MethodAdapter' class.
visitJumpInsn ( int, Label )This method is from 'MethodAdapter' class.
...
[+] MethodVisitor (1)
| Change | Effect |
---|
1 | This interface became class. | Recompilation of a client program may be terminated with the message: interface expected. |
[+] affected methods (61)
visitMethod ( int, String, String, String, String[ ] )Return value of this method has type 'MethodVisitor'.
visitMethod ( int, String, String, String, String[ ] )Return value of this method has type 'MethodVisitor'.
visitMethod ( int, String, String, String, String[ ] )Return value of this method has type 'MethodVisitor'.
visitMethod ( int, String, String, String, String[ ] )Return value of this method has type 'MethodVisitor'.
visitMethod ( int, String, String, String, String[ ] )Return value of this method has type 'MethodVisitor'.
addCorrectReturnInstruction ( MethodVisitor, Utils.ReturnType, boolean )1st parameter 'mv' of this method has type 'MethodVisitor'.
collapseStackToArray ( MethodVisitor, String )1st parameter 'mv' of this method has type 'MethodVisitor'.
createLoadsBasedOnDescriptor ( MethodVisitor, String, int )1st parameter 'mv' of this method has type 'MethodVisitor'.
generateInstructionsToUnpackArrayAccordingToDescriptor ( MethodVisitor, String, int )1st parameter 'mv' of this method has type 'MethodVisitor'.
insertBoxInsns ( MethodVisitor, char )1st parameter 'mv' of this method has type 'MethodVisitor'.
insertBoxInsns ( MethodVisitor, String )1st parameter 'mv' of this method has type 'MethodVisitor'.
insertPopsForAllParameters ( MethodVisitor, String )1st parameter 'mv' of this method has type 'MethodVisitor'.
...
package sl.org.objectweb.asm.signature
[+] SignatureVisitor (1)
| Change | Effect |
---|
1 | This interface became class. | Recompilation of a client program may be terminated with the message: interface expected. |
[+] affected methods (27)
accept ( SignatureVisitor )1st parameter 'p1' of this method has type 'SignatureVisitor'.
acceptType ( SignatureVisitor )1st parameter 'p1' of this method has type 'SignatureVisitor'.
visitArrayType ( )This abstract method is from 'SignatureVisitor' interface.
visitBaseType ( char )This abstract method is from 'SignatureVisitor' interface.
visitClassBound ( )This abstract method is from 'SignatureVisitor' interface.
visitClassType ( String )This abstract method is from 'SignatureVisitor' interface.
visitEnd ( )This abstract method is from 'SignatureVisitor' interface.
visitExceptionType ( )This abstract method is from 'SignatureVisitor' interface.
visitFormalTypeParameter ( String )This abstract method is from 'SignatureVisitor' interface.
visitInnerClassType ( String )This abstract method is from 'SignatureVisitor' interface.
visitInterface ( )This abstract method is from 'SignatureVisitor' interface.
visitInterfaceBound ( )This abstract method is from 'SignatureVisitor' interface.
...
[+] SignatureWriter (1)
| Change | Effect |
---|
1 | Removed super-interface SignatureVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class SignatureWriter. |
[+] affected methods (18)
SignatureWriter ( )This constructor is from 'SignatureWriter' class.
toString ( )This method is from 'SignatureWriter' class.
visitArrayType ( )This method is from 'SignatureWriter' class.
visitBaseType ( char )This method is from 'SignatureWriter' class.
visitClassBound ( )This method is from 'SignatureWriter' class.
visitClassType ( String )This method is from 'SignatureWriter' class.
visitEnd ( )This method is from 'SignatureWriter' class.
visitExceptionType ( )This method is from 'SignatureWriter' class.
visitFormalTypeParameter ( String )This method is from 'SignatureWriter' class.
visitInnerClassType ( String )This method is from 'SignatureWriter' class.
visitInterface ( )This method is from 'SignatureWriter' class.
visitInterfaceBound ( )This method is from 'SignatureWriter' class.
...
package sl.org.objectweb.asm.tree
[+] AnnotationNode (1)
| Change | Effect |
---|
1 | Removed super-interface sl.org.objectweb.asm.AnnotationVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class AnnotationNode. |
[+] affected methods (8)
annotationNodeFormat ( AnnotationNode )1st parameter 'o' of this method has type 'AnnotationNode'.
AnnotationNode ( String )This constructor is from 'AnnotationNode' class.
accept ( AnnotationVisitor )This method is from 'AnnotationNode' class.
visit ( String, Object )This method is from 'AnnotationNode' class.
visitAnnotation ( String, String )This method is from 'AnnotationNode' class.
visitArray ( String )This method is from 'AnnotationNode' class.
visitEnd ( )This method is from 'AnnotationNode' class.
visitEnum ( String, String, String )This method is from 'AnnotationNode' class.
[+] ClassNode (1)
| Change | Effect |
---|
1 | Removed super-interface sl.org.objectweb.asm.ClassVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class ClassNode. |
[+] affected methods (8)
ClassNode ( )This constructor is from 'ClassNode' class.
accept ( ClassVisitor )This method is from 'ClassNode' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitField ( int, String, String, String, Object )This method is from 'ClassNode' class.
visitInnerClass ( String, String, String, int )This method is from 'ClassNode' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitOuterClass ( String, String, String )This method is from 'ClassNode' class.
visitSource ( String, String )This method is from 'ClassNode' class.
[+] FieldNode (1)
| Change | Effect |
---|
1 | Removed super-interface sl.org.objectweb.asm.FieldVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class FieldNode. |
[+] affected methods (3)
fieldNodeFormat ( FieldNode )1st parameter 'fieldNode' of this method has type 'FieldNode'.
FieldNode ( int, String, String, String, Object )This constructor is from 'FieldNode' class.
accept ( ClassVisitor )This method is from 'FieldNode' class.
[+] InsnList (1)
| Change | Effect |
---|
1 | Field check of type boolean has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable check in InsnList. |
[+] affected methods (49)
InsnList ( )This constructor is from 'InsnList' class.
accept ( MethodVisitor )This method is from 'InsnList' class.
add ( AbstractInsnNode )This method is from 'InsnList' class.
add ( InsnList )1st parameter 'p1' of this method has type 'InsnList'.
clear ( )This method is from 'InsnList' class.
contains ( AbstractInsnNode )This method is from 'InsnList' class.
get ( int )This method is from 'InsnList' class.
getFirst ( )This method is from 'InsnList' class.
getLast ( )This method is from 'InsnList' class.
indexOf ( AbstractInsnNode )This method is from 'InsnList' class.
insert ( AbstractInsnNode )This method is from 'InsnList' class.
insert ( AbstractInsnNode, AbstractInsnNode )This method is from 'InsnList' class.
...
[+] MemberNode (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class MemberNode. |
[+] affected methods (4)
MemberNode ( )This constructor is from 'MemberNode' abstract class.
visitAnnotation ( String, boolean )This method is from 'MemberNode' abstract class.
visitAttribute ( Attribute )This method is from 'MemberNode' abstract class.
visitEnd ( )This method is from 'MemberNode' abstract class.
[+] MethodNode (1)
| Change | Effect |
---|
1 | Removed super-interface sl.org.objectweb.asm.MethodVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class MethodNode. |
[+] affected methods (26)
MethodNode ( )This constructor is from 'MethodNode' class.
MethodNode ( int, String, String, String, String[ ] )This constructor is from 'MethodNode' class.
accept ( ClassVisitor )This method is from 'MethodNode' class.
accept ( MethodVisitor )This method is from 'MethodNode' class.
getLabelNode ( Label )This method is from 'MethodNode' class.
visitAnnotationDefault ( )This method is from 'MethodNode' class.
visitCode ( )This method is from 'MethodNode' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodNode' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodNode' class.
visitIincInsn ( int, int )This method is from 'MethodNode' class.
visitInsn ( int )This method is from 'MethodNode' class.
visitIntInsn ( int, int )This method is from 'MethodNode' class.
...
to the top
Problems with Data Types, Medium Severity (7)
springloaded-1.1.5.RELEASE.jar
package org.springsource.loaded.agent
[+] ClassVisitingConstructorAppender (1)
| Change | Effect |
---|
1 | Superclass has been changed from sl.org.objectweb.asm.ClassAdapter to sl.org.objectweb.asm.ClassVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ClassVisitingConstructorAppender. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
ClassVisitingConstructorAppender ( String, String )This constructor is from 'ClassVisitingConstructorAppender' class.
getBytes ( )This method is from 'ClassVisitingConstructorAppender' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ClassVisitingConstructorAppender' class.
[+] FalseReturner (1)
| Change | Effect |
---|
1 | Superclass has been changed from sl.org.objectweb.asm.ClassAdapter to sl.org.objectweb.asm.ClassVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in FalseReturner. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (4)
FalseReturner ( String )This constructor is from 'FalseReturner' class.
getBytes ( )This method is from 'FalseReturner' class.
m ( )This method is from 'FalseReturner' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'FalseReturner' class.
[+] ModifyDefineInClassLoaderForClassArtifactsType (1)
| Change | Effect |
---|
1 | Superclass has been changed from sl.org.objectweb.asm.ClassAdapter to sl.org.objectweb.asm.ClassVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ModifyDefineInClassLoaderForClassArtifactsType. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (4)
ModifyDefineInClassLoaderForClassArtifactsType ( )This constructor is from 'ModifyDefineInClassLoaderForClassArtifactsType' class.
getBytes ( )This method is from 'ModifyDefineInClassLoaderForClassArtifactsType' class.
modify ( ClassLoader, String, byte[ ] )This method is from 'ModifyDefineInClassLoaderForClassArtifactsType' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ModifyDefineInClassLoaderForClassArtifactsType' class.
[+] NonFinalizer (1)
| Change | Effect |
---|
1 | Superclass has been changed from sl.org.objectweb.asm.ClassAdapter to sl.org.objectweb.asm.ClassVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in NonFinalizer. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
NonFinalizer ( String )This constructor is from 'NonFinalizer' class.
getBytes ( )This method is from 'NonFinalizer' class.
visitField ( int, String, String, String, Object )This method is from 'NonFinalizer' class.
package sl.org.objectweb.asm.tree
[+] ClassNode (1)
| Change | Effect |
---|
1 | Superclass has been changed from MemberNode to sl.org.objectweb.asm.ClassVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in ClassNode. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (8)
ClassNode ( )This constructor is from 'ClassNode' class.
accept ( ClassVisitor )This method is from 'ClassNode' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitField ( int, String, String, String, Object )This method is from 'ClassNode' class.
visitInnerClass ( String, String, String, int )This method is from 'ClassNode' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitOuterClass ( String, String, String )This method is from 'ClassNode' class.
visitSource ( String, String )This method is from 'ClassNode' class.
[+] FieldNode (1)
| Change | Effect |
---|
1 | Superclass has been changed from MemberNode to sl.org.objectweb.asm.FieldVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in FieldNode. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (3)
fieldNodeFormat ( FieldNode )1st parameter 'fieldNode' of this method has type 'FieldNode'.
FieldNode ( int, String, String, String, Object )This constructor is from 'FieldNode' class.
accept ( ClassVisitor )This method is from 'FieldNode' class.
[+] MethodNode (1)
| Change | Effect |
---|
1 | Superclass has been changed from MemberNode to sl.org.objectweb.asm.MethodVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in MethodNode. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (26)
MethodNode ( )This constructor is from 'MethodNode' class.
MethodNode ( int, String, String, String, String[ ] )This constructor is from 'MethodNode' class.
accept ( ClassVisitor )This method is from 'MethodNode' class.
accept ( MethodVisitor )This method is from 'MethodNode' class.
getLabelNode ( Label )This method is from 'MethodNode' class.
visitAnnotationDefault ( )This method is from 'MethodNode' class.
visitCode ( )This method is from 'MethodNode' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodNode' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodNode' class.
visitIincInsn ( int, int )This method is from 'MethodNode' class.
visitInsn ( int )This method is from 'MethodNode' class.
visitIntInsn ( int, int )This method is from 'MethodNode' class.
...
to the top
Problems with Methods, Medium Severity (9)
springloaded-1.1.5.RELEASE.jar, ClassWriter
package sl.org.objectweb.asm
[+] ClassWriter.visit ( int p1, int p2, String p3, String p4, String p5, String[ ] p6 ) : void (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visit(int, int, String, String, String, String[]) in client class C cannot override visit(int, int, String, String, String, String[]) in ClassWriter; overridden method is final. |
[+] ClassWriter.visitAnnotation ( String p1, boolean p2 ) : AnnotationVisitor (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitAnnotation:(Ljava/lang/String;Z)Lsl/org/objectweb/asm/AnnotationVisitor;]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitAnnotation(String, boolean) in client class C cannot override visitAnnotation(String, boolean) in ClassWriter; overridden method is final. |
[+] ClassWriter.visitAttribute ( Attribute p1 ) : void (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitAttribute:(Lsl/org/objectweb/asm/Attribute;)V]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitAttribute(Attribute) in client class C cannot override visitAttribute(Attribute) in ClassWriter; overridden method is final. |
[+] ClassWriter.visitEnd ( ) : void (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitEnd:()V]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitEnd() in client class C cannot override visitEnd() in ClassWriter; overridden method is final. |
[+] ClassWriter.visitField ( int p1, String p2, String p3, String p4, Object p5 ) : FieldVisitor (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lsl/org/objectweb/asm/FieldVisitor;]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitField(int, String, String, String, Object) in client class C cannot override visitField(int, String, String, String, Object) in ClassWriter; overridden method is final. |
[+] ClassWriter.visitInnerClass ( String p1, String p2, String p3, int p4 ) : void (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitInnerClass(String, String, String, int) in client class C cannot override visitInnerClass(String, String, String, int) in ClassWriter; overridden method is final. |
[+] ClassWriter.visitMethod ( int p1, String p2, String p3, String p4, String[ ] p5 ) : MethodVisitor (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lsl/org/objectweb/asm/MethodVisitor;]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitMethod(int, String, String, String, String[]) in client class C cannot override visitMethod(int, String, String, String, String[]) in ClassWriter; overridden method is final. |
[+] ClassWriter.visitOuterClass ( String p1, String p2, String p3 ) : void (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitOuterClass(String, String, String) in client class C cannot override visitOuterClass(String, String, String) in ClassWriter; overridden method is final. |
[+] ClassWriter.visitSource ( String p1, String p2 ) : void (1)
[mangled: sl/org/objectweb/asm/ClassWriter.visitSource:(Ljava/lang/String;Ljava/lang/String;)V]
| Change | Effect |
---|
1 | Method became final.
| Recompilation of a client program may be terminated with the message: visitSource(String, String) in client class C cannot override visitSource(String, String) in sl.org.objectweb.asm.ClassWriter; overridden method is final. |
to the top
Problems with Data Types, Low Severity (6)
springloaded-1.1.5.RELEASE.jar
package org.springsource.loaded
[+] EmptyClassVisitor (1)
| Change | Effect |
---|
1 | Added super-class sl.org.objectweb.asm.ClassVisitor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (10)
EmptyClassVisitor ( )This constructor is from 'EmptyClassVisitor' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'EmptyClassVisitor' class.
visitAnnotation ( String, boolean )This method is from 'EmptyClassVisitor' class.
visitAttribute ( Attribute )This method is from 'EmptyClassVisitor' class.
visitEnd ( )This method is from 'EmptyClassVisitor' class.
visitField ( int, String, String, String, Object )This method is from 'EmptyClassVisitor' class.
visitInnerClass ( String, String, String, int )This method is from 'EmptyClassVisitor' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'EmptyClassVisitor' class.
visitOuterClass ( String, String, String )This method is from 'EmptyClassVisitor' class.
visitSource ( String, String )This method is from 'EmptyClassVisitor' class.
package org.springsource.loaded.test.infra
[+] ClassPrinter (1)
| Change | Effect |
---|
1 | Added super-class sl.org.objectweb.asm.ClassVisitor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (18)
ClassPrinter ( PrintStream )This constructor is from 'ClassPrinter' class.
ClassPrinter ( PrintStream, boolean )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.
...
[+] MethodPrinter (1)
| Change | Effect |
---|
1 | Added super-class sl.org.objectweb.asm.MethodVisitor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (25)
MethodPrinter ( PrintStream )This constructor is from 'MethodPrinter' class.
visitAnnotation ( String, boolean )This method is from 'MethodPrinter' class.
visitAnnotationDefault ( )This method is from 'MethodPrinter' class.
visitAttribute ( Attribute )This method is from 'MethodPrinter' class.
visitCode ( )This method is from 'MethodPrinter' class.
visitEnd ( )This method is from 'MethodPrinter' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodPrinter' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodPrinter' class.
visitIincInsn ( int, int )This method is from 'MethodPrinter' class.
visitInsn ( int )This method is from 'MethodPrinter' class.
visitIntInsn ( int, int )This method is from 'MethodPrinter' class.
visitJumpInsn ( int, Label )This method is from 'MethodPrinter' class.
...
package sl.org.objectweb.asm
[+] ClassWriter (1)
| Change | Effect |
---|
1 | Added super-class ClassVisitor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (20)
write ( ClassWriter, byte[ ], int, int, int )1st parameter 'p1' of this method has type 'ClassWriter'.
ClassWriter ( int )This constructor is from 'ClassWriter' class.
ClassWriter ( ClassReader, int )This constructor is from 'ClassWriter' class.
getCommonSuperClass ( String, String )This method is from 'ClassWriter' class.
newClass ( String )This method is from 'ClassWriter' class.
newConst ( Object )This method is from 'ClassWriter' class.
newField ( String, String, String )This method is from 'ClassWriter' class.
newMethod ( String, String, String, boolean )This method is from 'ClassWriter' class.
newNameType ( String, String )This method is from 'ClassWriter' class.
newUTF8 ( String )This method is from 'ClassWriter' class.
toByteArray ( )This method is from 'ClassWriter' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassWriter' class.
...
package sl.org.objectweb.asm.signature
[+] SignatureWriter (1)
| Change | Effect |
---|
1 | Added super-class SignatureVisitor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (18)
SignatureWriter ( )This constructor is from 'SignatureWriter' class.
toString ( )This method is from 'SignatureWriter' class.
visitArrayType ( )This method is from 'SignatureWriter' class.
visitBaseType ( char )This method is from 'SignatureWriter' class.
visitClassBound ( )This method is from 'SignatureWriter' class.
visitClassType ( String )This method is from 'SignatureWriter' class.
visitEnd ( )This method is from 'SignatureWriter' class.
visitExceptionType ( )This method is from 'SignatureWriter' class.
visitFormalTypeParameter ( String )This method is from 'SignatureWriter' class.
visitInnerClassType ( String )This method is from 'SignatureWriter' class.
visitInterface ( )This method is from 'SignatureWriter' class.
visitInterfaceBound ( )This method is from 'SignatureWriter' class.
...
package sl.org.objectweb.asm.tree
[+] AnnotationNode (1)
| Change | Effect |
---|
1 | Added super-class sl.org.objectweb.asm.AnnotationVisitor. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (8)
annotationNodeFormat ( AnnotationNode )1st parameter 'o' of this method has type 'AnnotationNode'.
AnnotationNode ( String )This constructor is from 'AnnotationNode' class.
accept ( AnnotationVisitor )This method is from 'AnnotationNode' class.
visit ( String, Object )This method is from 'AnnotationNode' class.
visitAnnotation ( String, String )This method is from 'AnnotationNode' class.
visitArray ( String )This method is from 'AnnotationNode' class.
visitEnd ( )This method is from 'AnnotationNode' class.
visitEnum ( String, String, String )This method is from 'AnnotationNode' class.
to the top
Other Changes in Data Types (31)
grails-bootstrap-2.3.8.jar
package org.codehaus.groovy.grails.cli.maven
[+] DependencyInfo (1)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1400773713305 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1400773713305 is ambiguous. |
[+] affected methods (18)
DependencyInfo ( )This constructor is from 'DependencyInfo' class.
__.swapInit ( )This method is from 'DependencyInfo' class.
getGroup ( )This method is from 'DependencyInfo' class.
getMetaClass ( )This method is from 'DependencyInfo' class.
getName ( )This method is from 'DependencyInfo' class.
getProperty ( String )This method is from 'DependencyInfo' class.
getScope ( )This method is from 'DependencyInfo' class.
getType ( )This method is from 'DependencyInfo' class.
getVersion ( )This method is from 'DependencyInfo' class.
invokeMethod ( String, Object )This method is from 'DependencyInfo' class.
setGroup ( String )This method is from 'DependencyInfo' class.
setMetaClass ( MetaClass )This method is from 'DependencyInfo' class.
...
package org.codehaus.groovy.grails.resolve
[+] GrailsCoreDependencies (1)
| Change | Effect |
---|
1 | Field junitVersion has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to junitVersion is ambiguous. |
[+] affected methods (17)
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-datastore-gorm-3.0.6.RELEASE.jar
package grails.gorm
[+] DetachedCriteria (3)
| Change | Effect |
---|
1 | Field __timeStamp__239_neverHappen1399453434232 has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to __timeStamp__239_neverHappen1399453434232 is ambiguous. |
2 | Field alias has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to alias is ambiguous. |
3 | Field associationCriteriaMap has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to associationCriteriaMap is ambiguous. |
[+] affected methods (113)
DetachedCriteria ( Class )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.
asType ( Class )This method is from 'DetachedCriteria' class.
between ( String, Object, Object )This method is from 'DetachedCriteria' class.
build ( Closure )This method is from 'DetachedCriteria' class.
buildLazy ( Closure )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
clone ( )This method is from 'DetachedCriteria' class.
count ( )This method is from 'DetachedCriteria' class.
...
springloaded-1.1.5.RELEASE.jar
package org.springsource.loaded
[+] GlobalConfiguration (2)
| Change | Effect |
---|
1 | Field enumLimit has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to enumLimit is ambiguous. |
2 | Field isJava18orHigher has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to isJava18orHigher is ambiguous. |
[+] affected methods (1)
GlobalConfiguration ( )This constructor is from 'GlobalConfiguration' class.
package sl.org.objectweb.asm
[+] Type (1)
| Change | Effect |
---|
1 | Field METHOD has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to METHOD is ambiguous. |
[+] affected methods (25)
toClass ( Type, ClassLoader )1st parameter 'type' of this method has type 'Type'.
equals ( Object )This method is from 'Type' class.
getArgumentsAndReturnSizes ( String )This method is from 'Type' class.
getArgumentTypes ( Method )This method is from 'Type' class.
getArgumentTypes ( String )This method is from 'Type' class.
getClassName ( )This method is from 'Type' class.
getConstructorDescriptor ( Constructor )This method is from 'Type' class.
getDescriptor ( )This method is from 'Type' class.
getDescriptor ( Class )This method is from 'Type' class.
getDimensions ( )This method is from 'Type' class.
getElementType ( )This method is from 'Type' class.
getInternalName ( )This method is from 'Type' class.
...
package sl.org.objectweb.asm.tree
[+] AbstractInsnNode (3)
| Change | Effect |
---|
1 | Field INVOKE_DYNAMIC_INSN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to INVOKE_DYNAMIC_INSN is ambiguous. |
2 | Field invisibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleTypeAnnotations is ambiguous. |
3 | Field visibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleTypeAnnotations is ambiguous. |
[+] affected methods (35)
AbstractInsnNode ( int )This constructor is from 'AbstractInsnNode' abstract class.
accept ( MethodVisitor )This abstract method is from 'AbstractInsnNode' abstract class.
clone ( Map )This abstract method is from 'AbstractInsnNode' abstract class.
getNext ( )This method is from 'AbstractInsnNode' abstract class.
getOpcode ( )This method is from 'AbstractInsnNode' abstract class.
getPrevious ( )This method is from 'AbstractInsnNode' abstract class.
getType ( )This abstract method is from 'AbstractInsnNode' abstract class.
clone ( Map )Return value of this method has type 'AbstractInsnNode'.
clone ( Map )Return value of this method has type 'AbstractInsnNode'.
clone ( Map )Return value of this method has type 'AbstractInsnNode'.
add ( AbstractInsnNode )1st parameter 'p1' of this method has type 'AbstractInsnNode'.
contains ( AbstractInsnNode )1st parameter 'p1' of this method has type 'AbstractInsnNode'.
...
[+] ClassNode (5)
| Change | Effect |
---|
1 | Field attrs has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to attrs is ambiguous. |
2 | Field invisibleAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleAnnotations is ambiguous. |
3 | Field invisibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleTypeAnnotations is ambiguous. |
4 | Field visibleAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleAnnotations is ambiguous. |
5 | Field visibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleTypeAnnotations is ambiguous. |
[+] affected methods (8)
ClassNode ( )This constructor is from 'ClassNode' class.
accept ( ClassVisitor )This method is from 'ClassNode' class.
visit ( int, int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitField ( int, String, String, String, Object )This method is from 'ClassNode' class.
visitInnerClass ( String, String, String, int )This method is from 'ClassNode' class.
visitMethod ( int, String, String, String, String[ ] )This method is from 'ClassNode' class.
visitOuterClass ( String, String, String )This method is from 'ClassNode' class.
visitSource ( String, String )This method is from 'ClassNode' class.
[+] FieldNode (5)
| Change | Effect |
---|
1 | Field attrs has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to attrs is ambiguous. |
2 | Field invisibleAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleAnnotations is ambiguous. |
3 | Field invisibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleTypeAnnotations is ambiguous. |
4 | Field visibleAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleAnnotations is ambiguous. |
5 | Field visibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleTypeAnnotations is ambiguous. |
[+] affected methods (3)
fieldNodeFormat ( FieldNode )1st parameter 'fieldNode' of this method has type 'FieldNode'.
FieldNode ( int, String, String, String, Object )This constructor is from 'FieldNode' class.
accept ( ClassVisitor )This method is from 'FieldNode' class.
[+] MethodNode (8)
| Change | Effect |
---|
1 | Field attrs has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to attrs is ambiguous. |
2 | Field invisibleAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleAnnotations is ambiguous. |
3 | Field invisibleLocalVariableAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleLocalVariableAnnotations is ambiguous. |
4 | Field invisibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleTypeAnnotations is ambiguous. |
5 | Field parameters has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to parameters is ambiguous. |
6 | Field visibleAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleAnnotations is ambiguous. |
7 | Field visibleLocalVariableAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleLocalVariableAnnotations is ambiguous. |
8 | Field visibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleTypeAnnotations is ambiguous. |
[+] affected methods (26)
MethodNode ( )This constructor is from 'MethodNode' class.
MethodNode ( int, String, String, String, String[ ] )This constructor is from 'MethodNode' class.
accept ( ClassVisitor )This method is from 'MethodNode' class.
accept ( MethodVisitor )This method is from 'MethodNode' class.
getLabelNode ( Label )This method is from 'MethodNode' class.
visitAnnotationDefault ( )This method is from 'MethodNode' class.
visitCode ( )This method is from 'MethodNode' class.
visitFieldInsn ( int, String, String, String )This method is from 'MethodNode' class.
visitFrame ( int, int, Object[ ], int, Object[ ] )This method is from 'MethodNode' class.
visitIincInsn ( int, int )This method is from 'MethodNode' class.
visitInsn ( int )This method is from 'MethodNode' class.
visitIntInsn ( int, int )This method is from 'MethodNode' class.
...
[+] TryCatchBlockNode (2)
| Change | Effect |
---|
1 | Field invisibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to invisibleTypeAnnotations is ambiguous. |
2 | Field visibleTypeAnnotations has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to visibleTypeAnnotations is ambiguous. |
[+] affected methods (2)
TryCatchBlockNode ( LabelNode, LabelNode, LabelNode, String )This constructor is from 'TryCatchBlockNode' class.
accept ( MethodVisitor )This method is from 'TryCatchBlockNode' class.
to the top
Java ARchives (25)
asm-3.2.jar
asm-tree-3.2.jar
grails-aether-2.3.8.jar
grails-app-files.jar
grails-async-2.3.8.jar
grails-bootstrap-2.3.8.jar
grails-core-2.3.8.jar
grails-databinding-2.3.8.jar
grails-datastore-core-3.0.6.RELEASE.jar
grails-datastore-gorm-3.0.6.RELEASE.jar
grails-datastore-simple-3.0.6.RELEASE.jar
grails-gdoc-engine-1.0.1.jar
grails-integration-files.jar
grails-logging-2.3.8.jar
grails-plugin-files.jar
grails-resources-2.3.8.jar
grails-scripts-2.3.8.jar
grails-shared-files.jar
grails-spring-2.3.8.jar
grails-web-2.3.8.jar
grails-wrapper-2.3.8.jar
grails-wrapper-runtime-2.3.8.jar
grails-wrapper-support-2.3.8.jar
grails-wrapper-support.jar
springloaded-1.1.5.RELEASE.jar
to the top