|
Rename Method public isIn() : boolean renamed to public isActive() : boolean in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Rename Method public getCurrentTransaction() : Scope renamed to public getCurrentStack() : InterceptorGroupTransaction in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroup |
From |
To |
|
Rename Method public addScopeInterceptorIfDeclared(methodName String, args String[], interceptor Interceptor, scopeDefinition ScopeDefinition) : int renamed to public addGroupInterceptor(methodName String, args String[], interceptor Interceptor, definition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistClass |
From |
To |
|
Rename Method public isIn() : boolean renamed to public isActive() : boolean in class com.navercorp.pinpoint.profiler.plugin.DefaultInterceptorStack |
From |
To |
|
Rename Method public getClassEditorBuilder(targetClassName String) : ClassFileTransformerBuilder renamed to public getClassFileTransformerBuilder(targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Rename Method public getScope(scopeDefinition ScopeDefinition) : Scope renamed to public getInterceptorGroupTransaction(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistByteCodeInstrumentor |
From |
To |
|
Rename Method public addScopeInterceptorIfDeclared(methodName String, args String[], interceptor Interceptor, scopeDefinition ScopeDefinition) : int renamed to public addGroupInterceptor(methodName String, args String[], interceptor Interceptor, scopeDefinition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.bootstrap.instrument.InstrumentClass |
From |
To |
|
Rename Method public getClassEditorBuilder(targetClassName String) : ClassFileTransformerBuilder renamed to public getClassFileTransformerBuilder(targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.bootstrap.plugin.ProfilerPluginSetupContext |
From |
To |
|
Rename Method public tryLeave(point ExecutionPoint) : boolean renamed to public canLeave(point ExecutionPolicy) : boolean in class com.navercorp.pinpoint.profiler.plugin.DefaultInterceptorStack |
From |
To |
|
Rename Method public isIn() : boolean renamed to public isActive() : boolean in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Rename Method private wrapScopeInterceptor(interceptor Interceptor, scope Scope) : Interceptor renamed to private wrapGroupInterceptor(interceptor Interceptor, transaction InterceptorGroupTransaction) : Interceptor in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistClass |
From |
To |
|
Rename Method public tryLeave(point ExecutionPoint) : boolean renamed to public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Rename Method public addScopeInterceptor(methodName String, args String[], interceptor Interceptor, scopeDefinition ScopeDefinition) : int renamed to public addGroupInterceptorIfDeclared(methodName String, args String[], interceptor Interceptor, groupDefinition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistClass |
From |
To |
|
Rename Method public getScope(scopeName String) : Scope renamed to public getInterceptorGroupTransaction(scopeName String) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistByteCodeInstrumentor |
From |
To |
|
Rename Method public leaved(point ExecutionPoint) : void renamed to public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Rename Method public addScopeInterceptor(methodName String, args String[], interceptor Interceptor, scopeDefinition ScopeDefinition) : int renamed to public addGroupInterceptorIfDeclared(methodName String, args String[], interceptor Interceptor, scopeDefinition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.bootstrap.instrument.InstrumentClass |
From |
To |
|
Rename Method public tryLeave(point ExecutionPoint) : boolean renamed to public canLeave(policy ExecutionPolicy) : boolean in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Rename Method public getCurrentTransaction() : Scope renamed to public getCurrentStack() : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.plugin.DefaultInterceptorGroup |
From |
To |
|
Rename Method public getScope(scopeName String) : Scope renamed to public getInterceptorGroupTransaction(scopeName String) : InterceptorGroupTransaction in class com.navercorp.pinpoint.bootstrap.instrument.ByteCodeInstrumentor |
From |
To |
|
Rename Method public tryLeave(point ExecutionPoint) : boolean renamed to public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Rename Method public getScope(scopeDefinition ScopeDefinition) : Scope renamed to public getInterceptorGroupTransaction(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.bootstrap.instrument.ByteCodeInstrumentor |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to definition : InterceptorGroupDefinition in method public addGroupInterceptor(methodName String, args String[], interceptor Interceptor, definition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistClass |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public addGroupInterceptor(methodName String, args String[], interceptor Interceptor, scopeDefinition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.bootstrap.instrument.InstrumentClass |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public DebugGroupDelegateStaticInterceptor(delegate StaticAroundInterceptor, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.interceptor.DebugGroupDelegateStaticInterceptor |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private newHttpUriRequestInterceptor(classLoader ClassLoader, protectedDomain ProtectionDomain, isHasCallbackParam boolean, scope InterceptorGroupTransaction) : Interceptor in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.HttpClient4Modifier |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public GroupedStaticAroundInterceptor(delegate StaticAroundInterceptor, group InterceptorGroup, point ExecutionPolicy) in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedStaticAroundInterceptor |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public tryEnter(point ExecutionPolicy) : boolean in class com.navercorp.pinpoint.profiler.plugin.DefaultInterceptorStack |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to groupDefinition : InterceptorGroupDefinition in method public addGroupInterceptorIfDeclared(methodName String, args String[], interceptor Interceptor, groupDefinition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistClass |
From |
To |
|
Change Parameter Type scope : Scope to transaction : InterceptorGroupTransaction in method private wrapGroupInterceptor(interceptor Interceptor, transaction InterceptorGroupTransaction) : Interceptor in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistClass |
From |
To |
|
Change Parameter Type point : ExecutionPoint to policy : ExecutionPolicy in method public tryEnter(policy ExecutionPolicy) : boolean in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private newHttpRequestInterceptor(classLoader ClassLoader, protectedDomain ProtectionDomain, isHasCallbackParam boolean, scope InterceptorGroupTransaction) : Interceptor in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.HttpClient4Modifier |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public getInterceptorGroupTransaction(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistByteCodeInstrumentor |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public canLeave(point ExecutionPolicy) : boolean in class com.navercorp.pinpoint.profiler.plugin.DefaultInterceptorStack |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public HttpRequestExecuteInterceptor(isHasCallbackParam boolean, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.interceptor.HttpRequestExecuteInterceptor |
From |
To |
|
Change Parameter Type point : ExecutionPoint to policy : ExecutionPolicy in method public canLeave(policy ExecutionPolicy) : boolean in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Change Parameter Type executionPoint : ExecutionPoint to executionPoint : ExecutionPolicy in method public AnnotatedInterceptorInjector(pluginContext DefaultProfilerPluginContext, interceptorName String, constructorArguments Object[], groupName String, executionPoint ExecutionPolicy) in class com.navercorp.pinpoint.profiler.plugin.interceptor.AnnotatedInterceptorInjector |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public DriverConnectInterceptor(scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.modifier.db.interceptor.DriverConnectInterceptor |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private addHttpUriRequestApi(classLoader ClassLoader, protectedDomain ProtectionDomain, aClass InstrumentClass, scope InterceptorGroupTransaction) : void in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.HttpClient4Modifier |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public getInterceptorGroupTransaction(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.bootstrap.instrument.ByteCodeInstrumentor |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public GroupDelegateSimpleInterceptor(delegate SimpleAroundInterceptor, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.interceptor.GroupDelegateSimpleInterceptor |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private addHttpRequestApi(classLoader ClassLoader, protectedDomain ProtectionDomain, aClass InstrumentClass, scope InterceptorGroupTransaction) : void in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.HttpClient4Modifier |
From |
To |
|
Change Parameter Type point : ExecutionPoint to policy : ExecutionPolicy in method public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public GroupedInterceptorFactory(next InterceptorFactory, group InterceptorGroup, point ExecutionPolicy) in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedInterceptorFactory |
From |
To |
|
Change Parameter Type point : ExecutionPoint to policy : ExecutionPolicy in method public tryEnter(policy ExecutionPolicy) : boolean in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public group(groupName String, point ExecutionPolicy) : void in class com.navercorp.pinpoint.profiler.plugin.transformer.DefaultClassFileTransformerBuilder.AnnotatedInterceptorInjectorBuilder |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method private createScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private newHttpRequestInterceptor(classLoader ClassLoader, protectedDomain ProtectionDomain, isHasCallbackParam boolean, scope InterceptorGroupTransaction) : Interceptor in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.ClosableHttpClientModifier |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public DriverConnectInterceptor(recordConnection boolean, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.modifier.db.interceptor.DriverConnectInterceptor |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public GroupDelegateStaticInterceptor(delegate StaticAroundInterceptor, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.interceptor.GroupDelegateStaticInterceptor |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public addGroupInterceptorIfDeclared(methodName String, args String[], interceptor Interceptor, scopeDefinition InterceptorGroupDefinition) : int in class com.navercorp.pinpoint.bootstrap.instrument.InstrumentClass |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private addHttpRequestApi(classLoader ClassLoader, protectedDomain ProtectionDomain, aClass InstrumentClass, scope InterceptorGroupTransaction) : void in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.ClosableHttpClientModifier |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public group(groupName String, point ExecutionPolicy) : void in class com.navercorp.pinpoint.bootstrap.plugin.transformer.InterceptorBuilder |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public ThreadLocalScope(scopeDefinition InterceptorGroupDefinition) in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public HttpUriRequestExecuteInterceptor(isHasCallbackParam boolean, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.interceptor.HttpUriRequestExecuteInterceptor |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public leave(point ExecutionPolicy) : void in class com.navercorp.pinpoint.profiler.plugin.DefaultInterceptorStack |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private addHttpUriRequestApi(classLoader ClassLoader, protectedDomain ProtectionDomain, aClass InstrumentClass, scope InterceptorGroupTransaction) : void in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.ClosableHttpClientModifier |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public AbstractHttpRequestExecuteWithDivergence(childClazz Class<? extends AbstractHttpRequestExecuteWithDivergence>, isHasCallbackParam boolean, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.interceptor.AbstractHttpRequestExecuteWithDivergence |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method private newHttpUriRequestInterceptor(classLoader ClassLoader, protectedDomain ProtectionDomain, isHasCallbackParam boolean, scope InterceptorGroupTransaction) : Interceptor in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.ClosableHttpClientModifier |
From |
To |
|
Change Parameter Type scope : Scope to scope : InterceptorGroupTransaction in method public DebugGroupDelegateSimpleInterceptor(delegate SimpleAroundInterceptor, scope InterceptorGroupTransaction) in class com.navercorp.pinpoint.profiler.interceptor.DebugGroupDelegateSimpleInterceptor |
From |
To |
|
Change Parameter Type point : ExecutionPoint to policy : ExecutionPolicy in method public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public getScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool |
From |
To |
|
Change Parameter Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public getScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ScopePool |
From |
To |
|
Change Parameter Type point : ExecutionPoint to point : ExecutionPolicy in method public GroupedSimpleAroundInterceptor(delegate SimpleAroundInterceptor, group InterceptorGroup, point ExecutionPolicy) in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedSimpleAroundInterceptor |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAfterWithoutBefore() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public after(target Object, className String, methodName String, parameterDescription String, args Object[], result Object, throwable Throwable) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedStaticAroundInterceptor |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public test0() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAttachment3() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public before(target Object, className String, methodName String, parameterDescription String, args Object[]) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedStaticAroundInterceptor |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public test1() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public testAttachment() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testSetAttachmentFail2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public testSetAttachmentFail() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testGetAttachmentFail2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public before(target Object, args Object[]) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedSimpleAroundInterceptor |
From |
To |
|
Rename Variable scope : Scope to transaction : InterceptorGroupTransaction in method public testAttachment2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testGetAttachmentFail() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testRemoveAttachmentFail() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testRemoveAttachmentFail2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAfterWithoutBefore2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Rename Variable scope : Scope to transacton : InterceptorGroupTransaction in method public after(target Object, args Object[], result Object, throwable Throwable) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedSimpleAroundInterceptor |
From |
To |
|
Rename Variable scope : Group to interceptorGroup : Group in method private createInterceptorFactory(interceptorType Class<? extends Interceptor>) : InterceptorFactory in class com.navercorp.pinpoint.profiler.plugin.interceptor.AnnotatedInterceptorInjector |
From |
To |
|
Rename Variable scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAfterWithoutBefore3() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Return Type MethodEditorBuilder to MethodTransformerBuilder in method public editMethod(name String, parameterTypeNames String...) : MethodTransformerBuilder in class com.navercorp.pinpoint.bootstrap.plugin.transformer.BaseClassFileTransformerBuilder |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getInterceptorGroupTransaction(scopeName String) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistByteCodeInstrumentor |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public createScope() : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ScopeFactory |
From |
To |
|
Change Return Type MethodEditorBuilder to MethodTransformerBuilder in method public editMethod(name String, parameterTypeNames String...) : MethodTransformerBuilder in class com.navercorp.pinpoint.profiler.plugin.transformer.DefaultClassFileTransformerBuilder |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method private createScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getCurrentStack() : InterceptorGroupTransaction in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroup |
From |
To |
|
Change Return Type boolean to void in method public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.bootstrap.interceptor.group.InterceptorGroupTransaction |
From |
To |
|
Change Return Type ConstructorEditorBuilder to ConstructorTransformerBuilder in method public editConstructor(parameterTypeNames String...) : ConstructorTransformerBuilder in class com.navercorp.pinpoint.bootstrap.plugin.transformer.BaseClassFileTransformerBuilder |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getInterceptorGroupTransaction(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistByteCodeInstrumentor |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getInterceptorGroupTransaction(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.bootstrap.instrument.ByteCodeInstrumentor |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool |
From |
To |
|
Change Return Type ConstructorEditorBuilder to ConstructorTransformerBuilder in method public editConstructor(parameterTypeNames String...) : ConstructorTransformerBuilder in class com.navercorp.pinpoint.profiler.plugin.transformer.DefaultClassFileTransformerBuilder |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method protected getLocalScope() : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Return Type MethodEditorBuilder to MethodTransformerBuilder in method public editMethods(filter MethodFilter) : MethodTransformerBuilder in class com.navercorp.pinpoint.bootstrap.plugin.transformer.BaseClassFileTransformerBuilder |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getInterceptorGroupTransaction(scopeName String) : InterceptorGroupTransaction in class com.navercorp.pinpoint.bootstrap.instrument.ByteCodeInstrumentor |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ScopePool |
From |
To |
|
Change Return Type Scope to InterceptorGroupTransaction in method public getCurrentStack() : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.plugin.DefaultInterceptorGroup |
From |
To |
|
Change Return Type boolean to void in method public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Return Type MethodEditorBuilder to MethodTransformerBuilder in method public editMethods(filter MethodFilter) : MethodTransformerBuilder in class com.navercorp.pinpoint.profiler.plugin.transformer.DefaultClassFileTransformerBuilder |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testGetAttachmentFail() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type startAsyncMethodEditor : MethodEditorBuilder to startAsyncMethodEditor : MethodTransformerBuilder in method private addRequestEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type constructorEditorBuilder : ConstructorEditorBuilder to constructorEditorBuilder : ConstructorTransformerBuilder in method private addJedisPipelineClassEditors(context ProfilerPluginSetupContext, config RedisPluginConfig) : void in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public getName() : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopeTest |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAfterWithoutBefore3() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public getScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool |
From |
To |
|
Change Variable Type newScope : Scope to newScope : InterceptorGroupTransaction in method public getScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public test0() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public testAttachment() : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePoolTest |
From |
To |
|
Change Variable Type recycleMethodEditorBuilder : MethodEditorBuilder to recycleMethodEditorBuilder : MethodTransformerBuilder in method private addRequestEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type constructorEditorBuilderArg3 : ConstructorEditorBuilder to constructorEditorBuilderArg3 : ConstructorTransformerBuilder in method private addJedisExtendedClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig, targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public testSetAttachmentFail() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testGetAttachmentFail2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type startEditor : MethodEditorBuilder to startEditor : MethodTransformerBuilder in method private addWebappLoaderEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type initializeEditor : MethodEditorBuilder to initializeEditor : MethodTransformerBuilder in method private addTomcatConnectorEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.db.mysql.MySQLNonRegisteringDriverModifier |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method private bindVariableIntercept(preparedStatement InstrumentClass, classLoader ClassLoader, protectedDomain ProtectionDomain) : void in class com.navercorp.pinpoint.profiler.modifier.db.cubrid.CubridPreparedStatementModifier |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.HttpClient4Modifier |
From |
To |
|
Change Variable Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public getInterceptorGroupTransaction(scopeName String) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.interceptor.bci.JavaAssistByteCodeInstrumentor |
From |
To |
|
Change Variable Type setClientMethodEditorBuilder : MethodEditorBuilder to setClientMethodEditorBuilder : MethodTransformerBuilder in method private addJedisPipelineClassEditors(context ProfilerPluginSetupContext, config RedisPluginConfig) : void in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testRemoveAttachmentFail() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAfterWithoutBefore2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type scope : Scope to transacton : InterceptorGroupTransaction in method public after(target Object, args Object[], result Object, throwable Throwable) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedSimpleAroundInterceptor |
From |
To |
|
Change Variable Type localScope : Scope to localScope : InterceptorGroupTransaction in method public isActive() : boolean in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Variable Type constructorEditorBuilderArg2 : ConstructorEditorBuilder to constructorEditorBuilderArg2 : ConstructorTransformerBuilder in method private addJedisExtendedClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig, targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.db.oracle.OracleDriverModifier |
From |
To |
|
Change Variable Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.ClosableHttpClientModifier |
From |
To |
|
Change Variable Type doPostBuilder : MethodEditorBuilder to doPostBuilder : MethodTransformerBuilder in method private addHttpServletEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.servlet.ServletPlugin |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public pushPopError() : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopeTest |
From |
To |
|
Change Variable Type that : DefaultScopeDefinition to that : DefaultInterceptorGroupDefinition in method public equals(o Object) : boolean in class com.navercorp.pinpoint.bootstrap.instrument.DefaultInterceptorGroupDefinition |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public pushPop() : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopeTest |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public testAttachment2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type localScope : Scope to localScope : InterceptorGroupTransaction in method public getOrCreateAttachment(factory AttachmentFactory) : Object in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public testGetOrCreate() : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePoolTest |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testRemoveAttachmentFail2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type doGetBuilder : MethodEditorBuilder to doGetBuilder : MethodTransformerBuilder in method private addHttpServletEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.servlet.ServletPlugin |
From |
To |
|
Change Variable Type constructorEditorBuilderArg1 : ConstructorEditorBuilder to constructorEditorBuilderArg1 : ConstructorTransformerBuilder in method private addJedisClientClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig) : void in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type methodEditorBuilder : MethodEditorBuilder to methodEditorBuilder : MethodTransformerBuilder in method private addJedisPipelineBaseExtendedClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig, targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.ClosableHttpClientModifier |
From |
To |
|
Change Variable Type constructorEditorBuilderArg1 : ConstructorEditorBuilder to constructorEditorBuilderArg1 : ConstructorTransformerBuilder in method private addJedisExtendedClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig, targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type initInternalEditor : MethodEditorBuilder to initInternalEditor : MethodTransformerBuilder in method private addTomcatConnectorEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method private bindVariableIntercept(preparedStatement InstrumentClass, classLoader ClassLoader, protectedDomain ProtectionDomain) : void in class com.navercorp.pinpoint.profiler.modifier.db.mysql.MySQLPreparedStatementJDBC4Modifier |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAfterWithoutBefore() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public after(target Object, className String, methodName String, parameterDescription String, args Object[], result Object, throwable Throwable) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedStaticAroundInterceptor |
From |
To |
|
Change Variable Type startInternalEditor : MethodEditorBuilder to startInternalEditor : MethodTransformerBuilder in method private addWebappLoaderEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public before(target Object, className String, methodName String, parameterDescription String, args Object[]) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedStaticAroundInterceptor |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public testAttachment() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type startInternalEditor : MethodEditorBuilder to startInternalEditor : MethodTransformerBuilder in method private addStandardServiceEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testSetAttachmentFail2() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type exist : Scope to exist : InterceptorGroupTransaction in method public getScope(scopeDefinition InterceptorGroupDefinition) : InterceptorGroupTransaction in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePool |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public before(target Object, args Object[]) : void in class com.navercorp.pinpoint.profiler.plugin.interceptor.GroupedSimpleAroundInterceptor |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.db.cubrid.CubridDriverModifier |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method private bindVariableIntercept(preparedStatement InstrumentClass, classLoader ClassLoader, protectedDomain ProtectionDomain) : void in class com.navercorp.pinpoint.profiler.modifier.db.oracle.OraclePreparedStatementModifierDelegate |
From |
To |
|
Change Variable Type constructorEditorBuilderArg5 : ConstructorEditorBuilder to constructorEditorBuilderArg5 : ConstructorTransformerBuilder in method private addJedisExtendedClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig, targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type localScope : Scope to localScope : InterceptorGroupTransaction in method public setAttachment(attachment Object) : Object in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Variable Type executionPoint : ExecutionPoint to executionPoint : ExecutionPolicy in method private createInterceptorFactory(interceptorType Class<? extends Interceptor>) : InterceptorFactory in class com.navercorp.pinpoint.profiler.plugin.interceptor.AnnotatedInterceptorInjector |
From |
To |
|
Change Variable Type ib : MethodEditorBuilder to ib : MethodTransformerBuilder in method public test() : void in class com.navercorp.pinpoint.profiler.plugin.DefaultClassEditorBuilderTest |
From |
To |
|
Change Variable Type localScope : Scope to localScope : InterceptorGroupTransaction in method public leave(policy ExecutionPolicy) : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Variable Type localScope : Scope to localScope : InterceptorGroupTransaction in method public removeAttachment() : Object in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Variable Type localScope : Scope to localScope : InterceptorGroupTransaction in method public tryEnter(policy ExecutionPolicy) : boolean in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method private bindVariableIntercept(preparedStatement InstrumentClass, classLoader ClassLoader, protectedDomain ProtectionDomain) : void in class com.navercorp.pinpoint.profiler.modifier.db.mysql.MySQLPreparedStatementModifier |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public testGetScope() : void in class com.navercorp.pinpoint.profiler.util.ThreadLocalScopePoolTest |
From |
To |
|
Change Variable Type scopeDefinition : ScopeDefinition to scopeDefinition : InterceptorGroupDefinition in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.connector.httpclient4.HttpClient4Modifier |
From |
To |
|
Change Variable Type methodEditorBuilder : MethodEditorBuilder to methodEditorBuilder : MethodTransformerBuilder in method private addJedisExtendedClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig, targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type scope : Scope to trnasaction : InterceptorGroupTransaction in method public testAttachment3() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type scope : Scope to transaction : InterceptorGroupTransaction in method public test1() : void in class com.navercorp.pinpoint.profiler.util.DefaultScopeTest |
From |
To |
|
Change Variable Type constructorEditorBuilderArg2 : ConstructorEditorBuilder to constructorEditorBuilderArg2 : ConstructorTransformerBuilder in method private addJedisClientClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig) : void in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type startEditor : MethodEditorBuilder to startEditor : MethodTransformerBuilder in method private addStandardServiceEditor(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method public modify(classLoader ClassLoader, javassistClassName String, protectedDomain ProtectionDomain, classFileBuffer byte[]) : byte[] in class com.navercorp.pinpoint.profiler.modifier.db.jtds.JtdsDriverModifier |
From |
To |
|
Change Variable Type constructorEditorBuilderArg4 : ConstructorEditorBuilder to constructorEditorBuilderArg4 : ConstructorTransformerBuilder in method private addJedisExtendedClassEditor(context ProfilerPluginSetupContext, config RedisPluginConfig, targetClassName String) : ClassFileTransformerBuilder in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Change Variable Type localScope : Scope to localScope : InterceptorGroupTransaction in method public getAttachment() : Object in class com.navercorp.pinpoint.profiler.util.ThreadLocalScope |
From |
To |
|
Change Variable Type scope : Scope to scope : InterceptorGroupTransaction in method private bindVariableIntercept(preparedStatement InstrumentClass, classLoader ClassLoader, protectedDomain ProtectionDomain) : void in class com.navercorp.pinpoint.profiler.modifier.db.jtds.JtdsPreparedStatementModifier |
From |
To |