f2421689ce39aaaf4a4937e165a60bfac5714979
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testUnknown() : void renamed to public testUnknownInvokable() : void in class net.bytebuddy.asm.AsmVisitorWrapperForDeclaredMethodsTest | From | To | |
Rename Method public testNotMatched() : void renamed to public testNonMatchedInvokable() : void in class net.bytebuddy.asm.AsmVisitorWrapperForDeclaredMethodsTest | From | To | |
Rename Method public testMatched() : void renamed to public testMatchedInvokable() : void in class net.bytebuddy.asm.AsmVisitorWrapperForDeclaredMethodsTest | From | To | |
Extract Method | 1 | ||
Extract Method public invokable(matcher ElementMatcher<? super MethodDescription>, methodVisitorWrappers List<? extends MethodVisitorWrapper>) : ForDeclaredMethods extracted from public method(matcher ElementMatcher<? super MethodDescription>, methodVisitorWrappers List<? extends MethodVisitorWrapper>) : ForDeclaredMethods in class net.bytebuddy.asm.AsmVisitorWrapper.ForDeclaredMethods | From | To |