|
Rename Parameter fieldMatcher : ElementMatcher<? super FieldDescription> to matcher : ElementMatcher<? super FieldDescription> in method public declaresField(matcher ElementMatcher<? super FieldDescription>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Parameter dynamicValues : List<DynamicValue<?>> to userFactories : List<? extends Dispatcher.OffsetMapping.Factory> in method protected to(typeDescription TypeDescription, classFileLocator ClassFileLocator, userFactories List<? extends Dispatcher.OffsetMapping.Factory>) : Advice in class net.bytebuddy.asm.Advice |
From |
To |
|
Rename Parameter methodMatcher : ElementMatcher<? super MethodDescription> to matcher : ElementMatcher<? super MethodDescription> in method public declaresMethod(matcher ElementMatcher<? super MethodDescription>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Parameter exceptionMatcher : ElementMatcher<? super Iterable<? extends TypeDescription.Generic>> to matcher : ElementMatcher<? super Iterable<? extends TypeDescription.Generic>> in method public declaresGenericException(matcher ElementMatcher<? super Iterable<? extends TypeDescription.Generic>>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |