b2ae6103976bb797a2c1584d7484120e39c0b16b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public testIsAssignableTo() : void renamed to public testMethodHandle() : void in class net.bytebuddy.utility.JavaTypeTest | From | To | |
Rename Method public testIsAssignableFrom() : void renamed to public testMethodTypesLookup() : void in class net.bytebuddy.utility.JavaTypeTest | From | To | |
Rename Method public resolve() : Object renamed to public asConstantPoolValue() : Object in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Rename Method public testIsAssignableToSerializable() : void renamed to public testMethodType() : void in class net.bytebuddy.utility.JavaTypeTest | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public isAssignableTo(typeDescription TypeDescription) : boolean moved from class net.bytebuddy.utility.JavaType to class net.bytebuddy.instrumentation.method.MethodDescription.AbstractMethodDescription & inlined to public isBootstrap() : boolean | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type methodDescription : MethodDescription to methodType : Type in method public MethodTypeConstant(methodType Type) in class net.bytebuddy.instrumentation.method.bytecode.stack.constant.MethodTypeConstant | From | To | |
Rename Variable | 2 | ||
Rename Variable typeLookup : TypeLookup to typeDescription : TypeDescription in method package JavaType(typeName String, modifiers int, interfaces Class<?>...) in class net.bytebuddy.utility.JavaType | From | To | |
Rename Variable wrappedArguments : List<Object> to serializedArguments : List<Object> in method public bootstrap(bootstrapMethod MethodDescription, argument Object...) : WithImplicitTarget in class net.bytebuddy.instrumentation.InvokeDynamic | From | To | |
Change Return Type | 9 | ||
Change Return Type MethodHandleToken to MethodHandle in method public ofSpecial(method Method) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public ofGetter(fieldDescription FieldDescription) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public of(constructor Constructor<?>) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public ofSetter(field Field) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public of(method Method) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public ofGetter(field Field) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public of(methodDescription MethodDescription) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public ofSetter(fieldDescription FieldDescription) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Return Type MethodHandleToken to MethodHandle in method public ofSpecial(methodDescription MethodDescription) : MethodHandle in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class net.bytebuddy.instrumentation.type.TypeDescription.MethodHandleToken.Default moved and renamed to net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Rename Attribute | 1 | ||
Rename Attribute typeLookup : TypeLookup to typeDescription : TypeDescription in class net.bytebuddy.utility.JavaType | From | To | |
Change Variable Type | 2 | ||
Change Variable Type typeLookup : TypeLookup to typeDescription : TypeDescription in method package JavaType(typeName String, modifiers int, interfaces Class<?>...) in class net.bytebuddy.utility.JavaType | From | To | |
Change Variable Type aDefault : Default to aDefault : MethodHandle in method public equals(other Object) : boolean in class net.bytebuddy.utility.JavaInstance.MethodHandle | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type typeLookup : TypeLookup to typeDescription : TypeDescription in class net.bytebuddy.utility.JavaType | From | To | |
Rename Parameter | 3 | ||
Rename Parameter throwable : TypeDescription to exceptionType : TypeDescription in method public throwing(exceptionType TypeDescription) : Instrumentation in class net.bytebuddy.instrumentation.ExceptionMethod | From | To | |
Rename Parameter methodDescription : MethodDescription to methodType : Type in method public MethodTypeConstant(methodType Type) in class net.bytebuddy.instrumentation.method.bytecode.stack.constant.MethodTypeConstant | From | To | |
Rename Parameter throwable : Class<? extends Throwable> to exceptionType : Class<? extends Throwable> in method public throwing(exceptionType Class<? extends Throwable>) : Instrumentation in class net.bytebuddy.instrumentation.ExceptionMethod | From | To |