85a0b72e3e518cd56c63be99b7b7571bd2250434
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token renamed to public asToken() : Token in class net.bytebuddy.description.field.FieldDescription | From | To | |
Rename Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token renamed to public asToken() : Token in class net.bytebuddy.description.method.ParameterDescription.AbstractParameterDescription | From | To | |
Rename Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token renamed to public asToken() : Token in class net.bytebuddy.description.method.ParameterDescription | From | To | |
Rename Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token renamed to public asToken() : Token in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription | From | To | |
Rename Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token renamed to public asToken() : Token in class net.bytebuddy.description.method.MethodDescription | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public asTypeList() : GenericTypeList from class net.bytebuddy.description.method.ParameterList.Explicit to public asTypeList() : GenericTypeList from class net.bytebuddy.description.method.ParameterList.AbstractBase | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type token : Token to token : FieldDescription.Token in method public Latent(declaringType TypeDescription, token FieldDescription.Token) in class net.bytebuddy.description.field.FieldDescription.Latent | From | To | |
Move Method | 1 | ||
Move Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token from class net.bytebuddy.description.field.FieldDescription.AbstractFieldDescription to public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token from class net.bytebuddy.description.field.FieldDescription.Token | From | To | |
Rename Variable | 1 | ||
Rename Variable methodDescription : MethodDescription to fieldDescription : MethodDescription in method public asTokenList() : ByteCodeElement.Token.TokenList<MethodDescription.Token> in class net.bytebuddy.description.method.MethodList.AbstractBase | From | To | |
Inline Method | 2 | ||
Inline Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : List<FieldDescription.Token> inlined to public asTokenList() : ByteCodeElement.Token.TokenList<FieldDescription.Token> in class net.bytebuddy.description.field.FieldList.AbstractBase | From | To | |
Inline Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : List<MethodDescription.Token> inlined to public asTokenList() : ByteCodeElement.Token.TokenList<MethodDescription.Token> in class net.bytebuddy.description.method.MethodList.AbstractBase | From | To | |
Change Return Type | 11 | ||
Change Return Type List<FieldDescription.Token> to ByteCodeElement.Token.TokenList<FieldDescription.Token> in method public asTokenList() : ByteCodeElement.Token.TokenList<FieldDescription.Token> in class net.bytebuddy.description.field.FieldList.AbstractBase | From | To | |
Change Return Type List<MethodDescription.Token> to ByteCodeElement.Token.TokenList<MethodDescription.Token> in method public asTokenList() : ByteCodeElement.Token.TokenList<MethodDescription.Token> in class net.bytebuddy.description.method.MethodList.Empty | From | To | |
Change Return Type List<ParameterDescription.Token> to TokenList<ParameterDescription.Token> in method public getParameterTokens() : TokenList<ParameterDescription.Token> in class net.bytebuddy.description.method.MethodDescription.Token | From | To | |
Change Return Type List<FieldDescription.Token> to ByteCodeElement.Token.TokenList<FieldDescription.Token> in method public asTokenList() : ByteCodeElement.Token.TokenList<FieldDescription.Token> in class net.bytebuddy.description.field.FieldList | From | To | |
Change Return Type List<FieldDescription.Token> to ByteCodeElement.Token.TokenList<FieldDescription.Token> in method public asTokenList() : ByteCodeElement.Token.TokenList<FieldDescription.Token> in class net.bytebuddy.description.field.FieldList.Empty | From | To | |
Change Return Type List<? extends AnnotationDescription> to AnnotationList in method public getAnnotations() : AnnotationList in class net.bytebuddy.description.method.ParameterDescription.Token | From | To | |
Change Return Type List<? extends GenericTypeDescription> to GenericTypeList in method public getExceptionTypes() : GenericTypeList in class net.bytebuddy.description.method.MethodDescription.Token | From | To | |
Change Return Type List<? extends AnnotationDescription> to AnnotationList in method public getAnnotations() : AnnotationList in class net.bytebuddy.description.field.FieldDescription.Token | From | To | |
Change Return Type List<MethodDescription.Token> to ByteCodeElement.Token.TokenList<MethodDescription.Token> in method public asTokenList() : ByteCodeElement.Token.TokenList<MethodDescription.Token> in class net.bytebuddy.description.method.MethodList | From | To | |
Change Return Type List<MethodDescription.Token> to ByteCodeElement.Token.TokenList<MethodDescription.Token> in method public asTokenList() : ByteCodeElement.Token.TokenList<MethodDescription.Token> in class net.bytebuddy.description.method.MethodList.AbstractBase | From | To | |
Change Return Type List<? extends AnnotationDescription> to AnnotationList in method public getAnnotations() : AnnotationList in class net.bytebuddy.description.method.MethodDescription.Token | From | To | |
Rename Class | 1 | ||
Rename Class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Erasing renamed to net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.ForErasure | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class net.bytebuddy.description.type.generic.GenericTypeDescription.ForTypeVariable.Detached moved and renamed to net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForDetachment.DetachedTypeVariable | From | To | |
Move And Rename Class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.NoOp moved and renamed to net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForAttachment.OfFormalVariable | From | To | |
Move And Rename Class net.bytebuddy.description.type.generic.GenericTypeDescription.ForTypeVariable.Latent moved and renamed to net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForAttachment.AttachedTypeVariable | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type declaredAnnotations : List<? extends AnnotationDescription> to declaredAnnotations : List<AnnotationDescription> in class net.bytebuddy.description.method.MethodDescription.Latent | From | To | |
Change Attribute Type parameterTokens : List<? extends ParameterDescription.Token> to parameterTokens : List<ParameterDescription.Token> in class net.bytebuddy.description.method.MethodDescription.Latent | From | To | |
Change Attribute Type exceptionTypes : List<? extends GenericTypeDescription> to exceptionTypes : List<GenericTypeDescription> in class net.bytebuddy.description.method.MethodDescription.Latent | From | To | |
Change Attribute Type bounds : List<? extends GenericTypeDescription> to bounds : List<GenericTypeDescription> in class net.bytebuddy.description.type.generic.GenericTypeDescription.Visitor.Substitutor.ForAttachment.AttachedTypeVariable | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token extracted from public accept(visitor GenericTypeDescription.Visitor<? extends GenericTypeDescription>) : Token in class net.bytebuddy.description.method.MethodDescription.AbstractMethodDescription & moved to class net.bytebuddy.description.method.MethodDescription.Token | From | To |