f3da996c6922cde27363e61e0ab66997c4de27db
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method public onNonGenericType(typeDescription Generic) : Generic from class net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding to public onNonGenericType(typeDescription Generic) : Generic from class net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution | From | To | |
Pull Up Method protected onSimpleType(typeDescription Generic) : Generic from class net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding to protected onSimpleType(typeDescription Generic) : Generic from class net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type annotations : List<AnnotationDescription> to declaredAnnotations : List<? extends AnnotationDescription> in method public WithAnnotationOverlay(typeVariable Generic, declaredAnnotations List<? extends AnnotationDescription>) in class net.bytebuddy.description.type.TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay | From | To | |
Change Parameter Type token : MethodDescription.Token to token : Token in method protected TransformedMethod(instrumentedType TypeDescription, declaringType TypeDefinition, token Token, methodDescription InDefinedShape) in class net.bytebuddy.dynamic.Transformer.ForMethod.TransformedMethod | From | To | |
Change Parameter Type methodDescription : MethodDescription.InDefinedShape to methodDescription : InDefinedShape in method protected TransformedMethod(instrumentedType TypeDescription, declaringType TypeDefinition, token Token, methodDescription InDefinedShape) in class net.bytebuddy.dynamic.Transformer.ForMethod.TransformedMethod | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.ForAttachment.AnnotatedTypeVariable moved and renamed to net.bytebuddy.description.type.TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay | From | To | |
Extract Superclass | 1 | ||
Extract Superclass net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.WithoutTypeSubstitution from classes [net.bytebuddy.description.type.TypeDescription.Generic.Visitor.Substitutor.ForTypeVariableBinding] | From | To | |
Rename Attribute | 1 | ||
Rename Attribute annotations : List<AnnotationDescription> to declaredAnnotations : List<? extends AnnotationDescription> in class net.bytebuddy.description.type.TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type annotations : List<AnnotationDescription> to declaredAnnotations : List<? extends AnnotationDescription> in class net.bytebuddy.description.type.TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay | From | To | |
Rename Parameter | 1 | ||
Rename Parameter annotations : List<AnnotationDescription> to declaredAnnotations : List<? extends AnnotationDescription> in method public WithAnnotationOverlay(typeVariable Generic, declaredAnnotations List<? extends AnnotationDescription>) in class net.bytebuddy.description.type.TypeDescription.Generic.OfTypeVariable.WithAnnotationOverlay | From | To |