|
Rename Parameter ignoredTypes : ElementMatcher<? super TypeDescription> to typeMatcher : ElementMatcher<? super TypeDescription> in method public ignore(typeMatcher ElementMatcher<? super TypeDescription>) : Ignored in class net.bytebuddy.agent.builder.AgentBuilder.Default |
From |
To |
|
Rename Parameter ignoredClassLoaders : ElementMatcher<? super ClassLoader> to classLoaderMatcher : ElementMatcher<? super ClassLoader> in method public ignore(typeMatcher ElementMatcher<? super TypeDescription>, classLoaderMatcher ElementMatcher<? super ClassLoader>) : Ignored in class net.bytebuddy.agent.builder.AgentBuilder.Default |
From |
To |
|
Rename Parameter ignoredTypes : ElementMatcher<? super TypeDescription> to typeMatcher : ElementMatcher<? super TypeDescription> in method public ignore(typeMatcher ElementMatcher<? super TypeDescription>, classLoaderMatcher ElementMatcher<? super ClassLoader>) : Ignored in class net.bytebuddy.agent.builder.AgentBuilder.Default |
From |
To |