44076dce73f193404c8272fa22f4519d46b48b40
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 23
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testEquality() : void renamed to public testSortIdentification() : void in class net.bytebuddy.description.type.TypeDefinitionTest | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type typeDescription : GenericTypeDescription... to typeDefinition : TypeDefinition... in method public takesGenericArguments(typeDefinition TypeDefinition...) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
| Change Parameter Type typeDescriptions : List<? extends GenericTypeDescription> to typeDefinitions : List<? extends TypeDefinition> in method public takesGenericArguments(typeDefinitions List<? extends TypeDefinition>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
| Change Parameter Type matcher : ElementMatcher<? super Iterable<? extends TypeDescription>> to matcher : ElementMatcher<? super Iterable<? extends TypeDefinition>> in method public CollectionRawTypeMatcher(matcher ElementMatcher<? super Iterable<? extends TypeDefinition>>) in class net.bytebuddy.matcher.CollectionRawTypeMatcher | From | To | |
| Rename Variable | 5 | ||
| Rename Variable typeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in method public matches(target T) : boolean in class net.bytebuddy.matcher.CollectionRawTypeMatcher | From | To | |
| Rename Variable genericTypeDescription : GenericTypeDescription to typeDescription : GenericTypeDescription in method public testZeroArityIteratesTypesInstance() : void in class net.bytebuddy.description.type.TypeDefinitionTest | From | To | |
| Rename Variable genericTypeDescription : GenericTypeDescription to typeDescription : GenericTypeDescription in method public testZeroArityReturnsInstance() : void in class net.bytebuddy.description.type.TypeDefinitionTest | From | To | |
| Rename Variable typeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in method public takesGenericArguments(typeDefinitions List<? extends TypeDefinition>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
| Rename Variable genericTypeDescription : GenericTypeDescription to typeDescription : GenericTypeDescription in method public testZeroArityIteratesTypesInstanceNonGeneric() : void in class net.bytebuddy.description.type.TypeDefinitionTest | From | To | |
| Change Return Type | 4 | ||
| Change Return Type GenericTypeDescription to TypeDescription in method public getOriginType() : TypeDescription in class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTarget | From | To | |
| Change Return Type GenericTypeDescription to TypeDefinition in method protected abstract identify(typeDescription TypeDescription) : TypeDefinition in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget.OriginTypeResolver | From | To | |
| Change Return Type GenericTypeDescription to TypeDefinition in method public getOriginType() : TypeDefinition in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTarget | From | To | |
| Change Return Type GenericTypeDescription to TypeDefinition in method public getOriginType() : TypeDefinition in class net.bytebuddy.implementation.Implementation.Target | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class net.bytebuddy.description.type.generic.GenericTypeDescriptionTest moved and renamed to net.bytebuddy.description.type.TypeDefinitionTest | From | To | |
| Replace Variable With Attribute | 3 | ||
| Replace Variable With Attribute typeDescription : TypeDescription to genericType : GenericTypeDescription in method public testIllegalParameter() : void in class net.bytebuddy.implementation.bind.annotation.StubValueBinderTest | From | To | |
| Replace Variable With Attribute returnTpeDescription : TypeDescription to returnType : GenericTypeDescription in method public setUp() : void in class net.bytebuddy.implementation.bind.MethodBindingBuilderTest | From | To | |
| Replace Variable With Attribute typeDescription : TypeDescription to genericType : GenericTypeDescription in method public testNonVoidAssignableReturnType() : void in class net.bytebuddy.implementation.bind.annotation.StubValueBinderTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute genericTypeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in class net.bytebuddy.matcher.RawTypeMatcherTest | From | To | |
| Change Variable Type | 6 | ||
| Change Variable Type typeDescription : TypeDescription to genericType : GenericTypeDescription in method public testNonVoidAssignableReturnType() : void in class net.bytebuddy.implementation.bind.annotation.StubValueBinderTest | From | To | |
| Change Variable Type typeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in method public takesGenericArguments(typeDefinitions List<? extends TypeDefinition>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
| Change Variable Type typeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in method public matches(target T) : boolean in class net.bytebuddy.matcher.CollectionRawTypeMatcher | From | To | |
| Change Variable Type typeDescription : TypeDescription to genericType : GenericTypeDescription in method public testIllegalParameter() : void in class net.bytebuddy.implementation.bind.annotation.StubValueBinderTest | From | To | |
| Change Variable Type typeDescription : TypeDescription to typeDescription : GenericTypeDescription in method public testNonGenericArrayType() : void in class net.bytebuddy.description.type.TypeDefinitionTest | From | To | |
| Change Variable Type returnTpeDescription : TypeDescription to returnType : GenericTypeDescription in method public setUp() : void in class net.bytebuddy.implementation.bind.MethodBindingBuilderTest | From | To | |
| Change Attribute Type | 5 | ||
| Change Attribute Type matcher : ElementMatcher<? super Iterable<? extends GenericTypeDescription>> to matcher : ElementMatcher<? super Iterable<? extends TypeDefinition>> in class net.bytebuddy.matcher.CollectionRawTypeMatcherTest | From | To | |
| Change Attribute Type genericTypeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in class net.bytebuddy.matcher.RawTypeMatcherTest | From | To | |
| Change Attribute Type matcher : ElementMatcher<? super Iterable<? extends TypeDescription>> to matcher : ElementMatcher<? super Iterable<? extends TypeDefinition>> in class net.bytebuddy.matcher.CollectionRawTypeMatcher | From | To | |
| Change Attribute Type first : GenericTypeDescription to first : TypeDefinition in class net.bytebuddy.matcher.CollectionRawTypeMatcherTest | From | To | |
| Change Attribute Type second : GenericTypeDescription to second : TypeDefinition in class net.bytebuddy.matcher.CollectionRawTypeMatcherTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter typeDescriptions : List<? extends GenericTypeDescription> to typeDefinitions : List<? extends TypeDefinition> in method public takesGenericArguments(typeDefinitions List<? extends TypeDefinition>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
| Rename Parameter typeDescription : GenericTypeDescription... to typeDefinition : TypeDefinition... in method public takesGenericArguments(typeDefinition TypeDefinition...) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To |