|
Rename Method public isOverridable() : boolean renamed to public isVirtual() : boolean in class net.bytebuddy.description.method.MethodDescription |
From |
To |
|
Rename Method public testMatchesOverridable() : void renamed to public testMatchesVirtual() : void in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilderInstrumentableMatcherTest |
From |
To |
|
Rename Method public isOverridable() : boolean renamed to public isVirtual() : boolean in class net.bytebuddy.description.method.MethodDescription.AbstractBase |
From |
To |
|
Rename Method public testIsOverridable() : void renamed to public testIsVirtual() : void in class net.bytebuddy.matcher.ElementMatchersTest |
From |
To |
|
Rename Method public testMatchesOverridable() : void renamed to public testMatchesVirtual() : void in class net.bytebuddy.dynamic.scaffold.inline.InlineImplementationMatcherTest |
From |
To |
|
Rename Method public isOverridable() : ElementMatcher.Junction<T> renamed to public isVirtual() : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers |
From |
To |
|
Rename Method public testMatchesDeclaredMethodIfNotOverridable() : void renamed to public testMatchesDeclaredMethodIfNotVirtual() : void in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilderInstrumentableMatcherTest |
From |
To |
|
Rename Method public testNotMatchesNonOverridableIfNotDeclared() : void renamed to public testNotMatchesNonVirtualIfNotDeclared() : void in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilderInstrumentableMatcherTest |
From |
To |
|
Rename Method public testNotMatchesOverridableIfNotVisible() : void renamed to public testNotMatchesVirtualIfNotVisible() : void in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilderInstrumentableMatcherTest |
From |
To |