7a75daf8d458f9ece469258e17ebf1fa77e0b1eb
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable interceptorId : int to invokerClass : Class<?> in method private addInterceptor0(interceptor Interceptor, group InterceptorGroup, policy ExecutionPolicy, interceptorId int, type Type, isStatic boolean) : void in class com.navercorp.pinpoint.profiler.interceptor.bci.JavassistMethodInfo | From | To | |
| Move Class | 2 | ||
| Move Class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedSimpleAroundInterceptor moved to com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedSimpleAroundInterceptor | From | To | |
| Move Class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedStaticAroundInterceptor moved to com.navercorp.pinpoint.bootstrap.interceptor.group.GroupedStaticAroundInterceptor | From | To | |
| Extract Variable | 1 | ||
| Extract Variable t : Throwable in method private failureToString(failure Failure) : String from class com.navercorp.pinpoint.test.plugin.ForkedPinpointPluginTest.PrintListener | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type simpleInterceptor : SimpleAroundInterceptor to simpleInterceptor : Interceptor in method public findInterceptor(key int) : Interceptor in class com.navercorp.pinpoint.bootstrap.interceptor.DefaultInterceptorRegistryAdaptor | From | To | |
| Change Variable Type interceptorId : int to invokerClass : Class<?> in method private addInterceptor0(interceptor Interceptor, group InterceptorGroup, policy ExecutionPolicy, interceptorId int, type Type, isStatic boolean) : void in class com.navercorp.pinpoint.profiler.interceptor.bci.JavassistMethodInfo | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type simpleIndex : WeakAtomicReferenceArray<SimpleAroundInterceptor> to simpleIndex : WeakAtomicReferenceArray<Interceptor> in class com.navercorp.pinpoint.bootstrap.interceptor.DefaultInterceptorRegistryAdaptor | From | To |