|
Change Return Type Iterator<GenericTypeDescription> to Iterator<TypeDefinition> in method public iterator() : Iterator<TypeDefinition> in class net.bytebuddy.description.type.generic.GenericTypeDescription.ForGenericArray |
From |
To |
|
Change Return Type Iterator<GenericTypeDescription> to Iterator<TypeDefinition> in method public iterator() : Iterator<TypeDefinition> in class net.bytebuddy.description.type.generic.GenericTypeDescription.LazyProjection |
From |
To |
|
Change Return Type Iterator<GenericTypeDescription> to Iterator<TypeDefinition> in method public iterator() : Iterator<TypeDefinition> in class net.bytebuddy.description.type.TypeDescription.AbstractBase |
From |
To |
|
Change Return Type Iterator<GenericTypeDescription> to Iterator<TypeDefinition> in method public iterator() : Iterator<TypeDefinition> in class net.bytebuddy.description.type.generic.GenericTypeDescription.ForNonGenericType |
From |
To |
|
Change Return Type GenericTypeDescription to TypeDefinition in method public next() : TypeDefinition in class net.bytebuddy.description.type.TypeDefinition.SuperTypeIterator |
From |
To |
|
Change Return Type Iterator<GenericTypeDescription> to Iterator<TypeDefinition> in method public iterator() : Iterator<TypeDefinition> in class net.bytebuddy.description.type.generic.GenericTypeDescription.ForParameterizedType |
From |
To |
|
Change Return Type Iterator<GenericTypeDescription> to Iterator<TypeDefinition> in method public iterator() : Iterator<TypeDefinition> in class net.bytebuddy.description.type.generic.GenericTypeDescription.ForTypeVariable |
From |
To |
|
Change Return Type Iterator<GenericTypeDescription> to Iterator<TypeDefinition> in method public iterator() : Iterator<TypeDefinition> in class net.bytebuddy.description.type.generic.GenericTypeDescription.ForWildcardType |
From |
To |
|
Change Variable Type currentType : GenericTypeDescription to currentType : TypeDefinition in method public locate(name String, staticMethod boolean) : FieldDescription in class net.bytebuddy.implementation.FieldAccessor.FieldLocator.ForInstrumentedTypeHierarchy |
From |
To |
|
Change Variable Type iterator : Iterator<GenericTypeDescription> to iterator : Iterator<TypeDefinition> in method public testHierarchyIteration() : void in class net.bytebuddy.description.type.AbstractTypeDescriptionTest |
From |
To |
|
Change Variable Type iterator : Iterator<GenericTypeDescription> to iterator : Iterator<TypeDefinition> in method public testHasNotNext() : void in class net.bytebuddy.description.type.TypeDefinitionSuperTypeIteratorTest |
From |
To |
|
Change Variable Type iterator : Iterator<GenericTypeDescription> to iterator : Iterator<TypeDefinition> in method public testHierarchyEnds() : void in class net.bytebuddy.description.type.AbstractTypeDescriptionTest |
From |
To |
|
Change Variable Type iterator : Iterator<GenericTypeDescription> to iterator : Iterator<TypeDefinition> in method public testGenericArrayOfGenericComponentTypeIterator() : void in class net.bytebuddy.description.type.generic.AbstractGenericTypeDescriptionTest |
From |
To |
|
Change Variable Type currentType : GenericTypeDescription to currentType : TypeDefinition in method private locate(instrumentedType TypeDescription) : FieldDescription in class net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.ArgumentProvider.ForExistingField |
From |
To |
|
Change Variable Type iterator : Iterator<GenericTypeDescription> to iterator : Iterator<TypeDefinition> in method public testGenericArrayTypeIterator() : void in class net.bytebuddy.description.type.generic.AbstractGenericTypeDescriptionTest |
From |
To |
|
Change Variable Type iterator : Iterator<GenericTypeDescription> to iterator : Iterator<TypeDefinition> in method public testParameterizedTypeIterator() : void in class net.bytebuddy.description.type.generic.AbstractGenericTypeDescriptionTest |
From |
To |
|
Change Variable Type currentType : GenericTypeDescription to currentType : TypeDefinition in method private locate(instrumentedType TypeDescription) : FieldDescription in class net.bytebuddy.implementation.MethodCall.ArgumentLoader.ForExistingField |
From |
To |
|
Change Variable Type iterator : Iterator<GenericTypeDescription> to iterator : Iterator<TypeDefinition> in method public testHasNext() : void in class net.bytebuddy.description.type.TypeDefinitionSuperTypeIteratorTest |
From |
To |