03a2df76ab3a20829c54ccc6fff776dc90a011ff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testFieldsAndMethodMethodDefaultCall() : void renamed to public testFieldsAndMethodsMethodDefaultCall() : void in class net.bytebuddy.ByteBuddyTutorialExamplesTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type loaded : DynamicType.Loaded<SuperConstructorCall> to loaded : DynamicType.Loaded<Object> in method public testSuperConstructorInvocationWithoutArguments() : void in class net.bytebuddy.instrumentation.MethodCallTest | From | To | |
Change Variable Type instance : SuperConstructorCall to instance : Object in method public testSuperConstructorInvocationWithoutArguments() : void in class net.bytebuddy.instrumentation.MethodCallTest | From | To |