98a4dc31e69ea941236c5d811cc21403590778e7
Files Diff
- Added: 6
- Removed: 14
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type interceptor : Interceptor to interceptor : InterceptorDefinition in method private addAfterInterceptor(interceptor InterceptorDefinition, interceptorId int, localVarsInitialized boolean, originalCodeOffset int) : void in class com.navercorp.pinpoint.profiler.instrument.JavassistMethod | From | To | |
Change Parameter Type interceptor : Interceptor to interceptor : InterceptorDefinition in method private addBeforeInterceptor(interceptor InterceptorDefinition, interceptorId int, pos int) : int in class com.navercorp.pinpoint.profiler.instrument.JavassistMethod | From | To | |
Rename Variable | 1 | ||
Rename Variable interceptor : Interceptor to interceptorDefinition : InterceptorDefinition in method private addInterceptor0(interceptor Interceptor, interceptorId int) : void in class com.navercorp.pinpoint.profiler.instrument.JavassistMethod | From | To | |
Extract Class | 7 | ||
Extract Class com.navercorp.pinpoint.profiler.instrument.interceptor.InterceptorTypeDetector.TypeHandler from class com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedInterceptor0 | From | To | |
Extract Class com.navercorp.pinpoint.profiler.instrument.interceptor.InterceptorTypeDetector.TypeHandler from class com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedInterceptor1 | From | To | |
Extract Class com.navercorp.pinpoint.profiler.instrument.interceptor.InterceptorTypeDetector.TypeHandler from class com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedInterceptor2 | From | To | |
Extract Class com.navercorp.pinpoint.profiler.instrument.interceptor.InterceptorTypeDetector.TypeHandler from class com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedInterceptor3 | From | To | |
Extract Class com.navercorp.pinpoint.profiler.instrument.interceptor.InterceptorTypeDetector.TypeHandler from class com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedInterceptor | From | To | |
Extract Class com.navercorp.pinpoint.profiler.instrument.interceptor.InterceptorTypeDetector.TypeHandler from class com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedInterceptor4 | From | To | |
Extract Class com.navercorp.pinpoint.profiler.instrument.interceptor.InterceptorTypeDetector.TypeHandler from class com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedInterceptor5 | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.navercorp.pinpoint.profiler.instrument.interceptor.InvokeCodeGenerator.Type moved and renamed to com.navercorp.pinpoint.profiler.instrument.interceptor.CaptureType | From | To | |
Extract Variable | 2 | ||
Extract Variable interceptorClassName : String in method private addLocalVariable(name String, type Class<?>) : void from class com.navercorp.pinpoint.profiler.instrument.JavassistMethod | From | To | |
Extract Variable interceptorCtClass : CtClass in method private addLocalVariable(name String, type Class<?>) : void from class com.navercorp.pinpoint.profiler.instrument.JavassistMethod | From | To | |
Change Variable Type | 1 | ||
Change Variable Type interceptor : Interceptor to interceptorDefinition : InterceptorDefinition in method private addInterceptor0(interceptor Interceptor, interceptorId int) : void in class com.navercorp.pinpoint.profiler.instrument.JavassistMethod | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type type : Type to type : InterceptorType in class com.navercorp.pinpoint.profiler.instrument.interceptor.InvokeCodeGenerator | From | To |