2e22d73506ac8fcab821a4c2672a35de75d4d636
Files Diff
- Added: 6
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Class | 1 | ||
| Rename Class com.navercorp.pinpoint.profiler.interceptor.InterceptorRegistryTest renamed to com.navercorp.pinpoint.profiler.interceptor.InterceptorTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute index : StaticAroundInterceptor[] to staticIndex : WeakAtomicReferenceArray<StaticAroundInterceptor> in class com.navercorp.pinpoint.bootstrap.interceptor.InterceptorRegistry | From | To | |
| Rename Attribute max : int to registrySize : int in class com.navercorp.pinpoint.bootstrap.interceptor.InterceptorRegistry | From | To | |
| Extract Method | 1 | ||
| Extract Method public findInterceptor0(key int) : Interceptor extracted from public findInterceptor(key int) : Interceptor in class com.navercorp.pinpoint.bootstrap.interceptor.InterceptorRegistry | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type index : StaticAroundInterceptor[] to staticIndex : WeakAtomicReferenceArray<StaticAroundInterceptor> in class com.navercorp.pinpoint.bootstrap.interceptor.InterceptorRegistry | From | To | |
| Change Attribute Type simpleIndex : SimpleAroundInterceptor[] to simpleIndex : WeakAtomicReferenceArray<SimpleAroundInterceptor> in class com.navercorp.pinpoint.bootstrap.interceptor.InterceptorRegistry | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter max : int to maxRegistrySize : int in method package InterceptorRegistry(maxRegistrySize int) in class com.navercorp.pinpoint.bootstrap.interceptor.InterceptorRegistry | From | To |