|
Rename Method public takesArguments(typeDescription GenericTypeDescription...) : ElementMatcher.Junction<T> renamed to public takesGenericArguments(typeDescription GenericTypeDescription...) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Method public takesArguments(matchers ElementMatcher<? super Iterable<? extends GenericTypeDescription>>) : ElementMatcher.Junction<T> renamed to public takesGenericArguments(matchers ElementMatcher<? super Iterable<? extends GenericTypeDescription>>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Method public returns(matcher ElementMatcher<? super GenericTypeDescription>) : ElementMatcher.Junction<T> renamed to public returnsGeneric(matcher ElementMatcher<? super GenericTypeDescription>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Method public takesArguments(type Type...) : ElementMatcher.Junction<T> renamed to public takesGenericArguments(type Type...) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Method public takesArguments(typeDescriptions Iterable<? extends GenericTypeDescription>) : ElementMatcher.Junction<T> renamed to public takesGenericArguments(typeDescriptions Iterable<? extends GenericTypeDescription>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Method public declaresException(exceptionMatcher ElementMatcher<? super Iterable<? extends GenericTypeDescription>>) : ElementMatcher.Junction<T> renamed to public declaresGenericException(exceptionMatcher ElementMatcher<? super Iterable<? extends GenericTypeDescription>>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Change Return Type TypeList to GenericTypeList in method public asTypeList() : GenericTypeList in class net.bytebuddy.pool.TypePool.LazyTypeDescription.LazyMethodDescription.LazyParameterList |
From |
To |
|
Change Return Type TypeList to GenericTypeList in method public asTypeList() : GenericTypeList in class net.bytebuddy.description.method.ParameterList.Explicit |
From |
To |
|
Change Return Type TypeList to GenericTypeList in method public asTypeList() : GenericTypeList in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmConstructor |
From |
To |
|
Change Return Type TypeList to GenericTypeList in method public asTypeList() : GenericTypeList in class net.bytebuddy.description.method.ParameterList |
From |
To |
|
Change Return Type TypeList to GenericTypeList in method public asTypeList() : GenericTypeList in class net.bytebuddy.description.method.ParameterList.Empty |
From |
To |
|
Change Return Type TypeList to GenericTypeList in method public asTypeList() : GenericTypeList in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable.OfLegacyVmMethod |
From |
To |
|
Change Return Type TypeList to GenericTypeList in method public asTypeList() : GenericTypeList in class net.bytebuddy.description.method.ParameterList.ForLoadedExecutable |
From |
To |
|
Change Attribute Type sourceTypeList : TypeList to sourceTypeList : GenericTypeList in class net.bytebuddy.implementation.bind.annotation.AbstractAnnotationBinderTest |
From |
To |
|
Change Attribute Type typeList : TypeList to typeList : GenericTypeList in class net.bytebuddy.implementation.bytecode.constant.MethodConstantTest |
From |
To |
|
Change Attribute Type typeList : TypeList to typeList : GenericTypeList in class net.bytebuddy.matcher.MethodParameterTypeMatcherTest |
From |
To |
|
Change Attribute Type parameterMatcher : ElementMatcher<? super List<? extends TypeDescription>> to parameterMatcher : ElementMatcher<? super List<? extends GenericTypeDescription>> in class net.bytebuddy.matcher.MethodParameterTypeMatcherTest |
From |
To |
|
Change Attribute Type parameterTypes : TypeList to parameterTypes : GenericTypeList in class net.bytebuddy.dynamic.scaffold.subclass.SubclassImplementationTargetTest |
From |
To |
|
Change Attribute Type parameterMatcher : ElementMatcher<? super TypeList> to parameterMatcher : ElementMatcher<? super GenericTypeList> in class net.bytebuddy.matcher.MethodParameterTypeMatcher |
From |
To |