|
Rename Method public onRawType(typeDescription TypeDescription) : SignatureVisitor renamed to public onNonGenericType(typeDescription TypeDescription) : SignatureVisitor in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.ForSignatureVisitor.OfParameter |
From |
To |
|
Rename Method public testUnoundWildcardParameterizedType() : void renamed to public testUnboundWildcardParameterizedType() : void in class net.bytebuddy.description.type.generic.AbstractGenericTypeDescriptionTest |
From |
To |
|
Rename Method protected onComponentType(typeDescription TypeDescription) : TypeDescription renamed to protected onSimpleType(typeDescription TypeDescription) : TypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForDetachment |
From |
To |
|
Rename Method protected onComponentType(typeDescription TypeDescription) : TypeDescription renamed to protected onSimpleType(typeDescription TypeDescription) : TypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForAttachment |
From |
To |
|
Rename Method public onRawType(typeDescription TypeDescription) : SignatureVisitor renamed to public onNonGenericType(typeDescription TypeDescription) : SignatureVisitor in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.ForSignatureVisitor |
From |
To |
|
Rename Method public onRawType(typeDescription TypeDescription) : GenericTypeDescription renamed to public onSimpleType(typeDescription TypeDescription) : TypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForTypeVariableBinding |
From |
To |
|
Rename Method public isSymbolizingTypeVariable() : boolean renamed to public isSymbolicTypeVariable() : boolean in class net.bytebuddy.description.type.generic.GenericTypeDescription.Sort |
From |
To |
|
Rename Method public onRawType(typeDescription TypeDescription) : TypeDescription renamed to public onNonGenericType(typeDescription TypeDescription) : GenericTypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.NoOp |
From |
To |
|
Rename Method public isRawType() : boolean renamed to public isNonGeneric() : boolean in class net.bytebuddy.description.type.generic.GenericTypeDescription.Sort |
From |
To |
|
Change Return Type TypeDescription to GenericTypeDescription in method public onWildcardType(genericTypeDescription GenericTypeDescription) : GenericTypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.NoOp |
From |
To |
|
Change Return Type TypeDescription to GenericTypeDescription in method public onTypeVariable(genericTypeDescription GenericTypeDescription) : GenericTypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.NoOp |
From |
To |
|
Change Return Type TypeDescription to GenericTypeDescription in method public onGenericArray(genericTypeDescription GenericTypeDescription) : GenericTypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.NoOp |
From |
To |
|
Change Return Type TypeDescription to GenericTypeDescription in method public onParameterizedType(genericTypeDescription GenericTypeDescription) : GenericTypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.NoOp |
From |
To |
|
Change Return Type GenericTypeDescription to TypeDescription in method public onSimpleType(typeDescription TypeDescription) : TypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForTypeVariableBinding |
From |
To |
|
Change Return Type TypeDescription to GenericTypeDescription in method public onNonGenericType(typeDescription TypeDescription) : GenericTypeDescription in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.NoOp |
From |
To |