7ba9d54c0853cd499967fc792076bf5a06522620
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getParameterAnnotations() : List<AnnotationList> renamed to public getParameters() : ParameterList in class net.bytebuddy.instrumentation.method.MethodLookupEngine.OverridenClassMethod | From | To | |
Rename Method public getParameterTypes() : TypeList renamed to public getParameters() : ParameterList in class net.bytebuddy.instrumentation.method.MethodLookupEngine.ConflictingInterfaceMethod | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public getParameterTypes() : TypeList from class net.bytebuddy.instrumentation.method.MethodDescription.ForLoadedMethod to public asTypeList() : TypeList from class net.bytebuddy.instrumentation.method.ParameterList.ForLoadedExecutable.OfLegacyVmMethod | From | To | |
Move And Rename Method public getParameterTypes() : TypeList from class net.bytebuddy.pool.TypePool.LazyTypeDescription.LazyMethodDescription to public asTypeList() : TypeList from class net.bytebuddy.pool.TypePool.LazyTypeDescription.LazyMethodDescription.LazyParameterList | From | To | |
Change Return Type | 2 | ||
Change Return Type TypeList to ParameterList in method public getParameters() : ParameterList in class net.bytebuddy.instrumentation.method.MethodLookupEngine.ConflictingInterfaceMethod | From | To | |
Change Return Type List<AnnotationList> to ParameterList in method public getParameters() : ParameterList in class net.bytebuddy.instrumentation.method.MethodLookupEngine.OverridenClassMethod | From | To | |
Rename Class | 1 | ||
Rename Class net.bytebuddy.Java8DefaultMethodDiscoveryTest renamed to net.bytebuddy.DefaultMethodDiscoveryTest | From | To | |
Extract Variable | 1 | ||
Extract Variable parameterTypes : Type[] in method protected MethodExtractor(modifiers int, internalName String, descriptor String, genericSignature String, exceptionName String[]) from class net.bytebuddy.pool.TypePool.Default.TypeExtractor.MethodExtractor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter forth : int[] to second : int[] in method public third(first Object[], second int[]) : boolean[] in class net.bytebuddy.instrumentation.method.AbstractMethodDescriptionTest.Sample | From | To | |
Rename Parameter third : Object[] to first : Object[] in method public third(first Object[], second int[]) : boolean[] in class net.bytebuddy.instrumentation.method.AbstractMethodDescriptionTest.Sample | From | To |