|
Change Parameter Type delegate : DedicatedClassEditor to delegate : ClassRecipe in method public ConditionalClassRecipe(context ProfilerPluginContext, condition ClassCondition, delegate ClassRecipe) in class com.navercorp.pinpoint.profiler.plugin.editor.ConditionalClassRecipe |
From |
To |
|
Change Parameter Type detectors : ServerTypeDetector... to detectors : ApplicationTypeDetector... in method public addApplicationTypeDetector(detectors ApplicationTypeDetector...) : void in class com.navercorp.pinpoint.bootstrap.plugin.ProfilerPluginSetupContext |
From |
To |
|
Change Parameter Type detectors : ServerTypeDetector... to detectors : ApplicationTypeDetector... in method public addApplicationTypeDetector(detectors ApplicationTypeDetector...) : void in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Change Parameter Type serverTypeDetectors : List<ServerTypeDetector> to serverTypeDetectors : List<ApplicationTypeDetector> in method public ApplicationServerTypePluginResolver(serverTypeDetectors List<ApplicationTypeDetector>) in class com.navercorp.pinpoint.bootstrap.resolver.ApplicationServerTypePluginResolver |
From |
To |
|
Change Parameter Type serverTypeDetectors : List<ServerTypeDetector> to serverTypeDetectors : List<ApplicationTypeDetector> in method public ApplicationServerTypePluginResolver(serverTypeDetectors List<ApplicationTypeDetector>, conditionProvider ConditionProvider) in class com.navercorp.pinpoint.bootstrap.resolver.ApplicationServerTypePluginResolver |
From |
To |
|
Change Variable Type registeredDetectors : Map<String,ServerTypeDetector> to registeredDetectors : Map<String,ApplicationTypeDetector> in method public ApplicationServerTypeResolver(plugins List<DefaultProfilerPluginContext>, defaultType ServiceType, orderedDetectors List<String>) in class com.navercorp.pinpoint.profiler.util.ApplicationServerTypeResolver |
From |
To |
|
Change Variable Type detector : ServerTypeDetector to detector : ApplicationTypeDetector in method private getRegisteredServerTypeDetectors(plugins List<DefaultProfilerPluginContext>) : Map<String,ApplicationTypeDetector> in class com.navercorp.pinpoint.profiler.util.ApplicationServerTypeResolver |
From |
To |
|
Change Variable Type detector : ServerTypeDetector to detector : ApplicationTypeDetector in method public addApplicationTypeDetector(detectors ApplicationTypeDetector...) : void in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Change Variable Type currentDetector : ServerTypeDetector to currentDetector : ApplicationTypeDetector in method public resolve() : ServiceType in class com.navercorp.pinpoint.bootstrap.resolver.ApplicationServerTypePluginResolver |
From |
To |
|
Change Variable Type registeredDetectors : Map<String,ServerTypeDetector> to registeredDetectors : Map<String,ApplicationTypeDetector> in method private getRegisteredServerTypeDetectors(plugins List<DefaultProfilerPluginContext>) : Map<String,ApplicationTypeDetector> in class com.navercorp.pinpoint.profiler.util.ApplicationServerTypeResolver |
From |
To |
|
Rename Method public setUp(context ProfilerPluginSetupContext) : void renamed to public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin |
From |
To |
|
Rename Method public setUp(context ProfilerPluginSetupContext) : void renamed to public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.redis.RedisPlugin |
From |
To |
|
Rename Method public setUp(context TypeSetupContext) : void renamed to public setup(context TypeSetupContext) : void in class com.navercorp.pinpoint.plugin.redis.RedisTypeProvider |
From |
To |
|
Rename Method public setUp(context TypeSetupContext) : void renamed to public setup(context TypeSetupContext) : void in class com.navercorp.pinpoint.common.ServiceTypeInitializerTest.TestProvider |
From |
To |
|
Rename Method public newClassEditorBuilder() : ClassEditorBuilder renamed to public getClassEditorBuilder(targetClassName String) : ClassEditorBuilder in class com.navercorp.pinpoint.bootstrap.plugin.ProfilerPluginSetupContext |
From |
To |
|
Rename Method public build() : MethodRecipe renamed to public buildRecipe() : MethodRecipe in class com.navercorp.pinpoint.profiler.plugin.editor.DefaultClassEditorBuilder.AnnotatedInterceptorInjectorBuilder |
From |
To |
|
Rename Method public build() : MethodEditor renamed to public buildRecipe() : MethodEditor in class com.navercorp.pinpoint.profiler.plugin.editor.DefaultClassEditorBuilder.DefaultMethodEditorBuilder |
From |
To |
|
Rename Method public setUp(context TypeSetupContext) : void renamed to public setup(context TypeSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatTypeProvider |
From |
To |
|
Rename Method public getServerTypeDetectors() : List<ServerTypeDetector> renamed to public getApplicationTypeDetectors() : List<ApplicationTypeDetector> in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Rename Method public build() : ClassRecipe renamed to public buildRecipe() : ClassRecipe in class com.navercorp.pinpoint.profiler.plugin.editor.DefaultClassEditorBuilder.TargetAnnotatedInterceptorInjectorBuilder |
From |
To |
|
Rename Method public injectFieldSnooper(fieldName String) : void renamed to public injectFieldAccessor(fieldName String) : void in class com.navercorp.pinpoint.profiler.plugin.editor.DefaultClassEditorBuilder |
From |
To |
|
Rename Method public setUp(context ProfilerPluginSetupContext) : void renamed to public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.bootstrap.plugin.ProfilerPlugin |
From |
To |
|
Rename Method public setUp(context ProfilerPluginSetupContext) : void renamed to public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.servlet.ServletPlugin |
From |
To |
|
Rename Method public addServerTypeDetector(detectors ServerTypeDetector...) : void renamed to public addApplicationTypeDetector(detectors ApplicationTypeDetector...) : void in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Rename Method public setUp(context TypeSetupContext) : void renamed to public setup(context TypeSetupContext) : void in class com.navercorp.pinpoint.common.plugin.TypeProvider |
From |
To |
|
Rename Method public newClassEditorBuilder() : ClassEditorBuilder renamed to public getClassEditorBuilder(targetClassName String) : ClassEditorBuilder in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Rename Method public setUp(context TypeSetupContext) : void renamed to public setup(context TypeSetupContext) : void in class com.navercorp.pinpoint.plugin.servlet.ServletTypeProvider |
From |
To |
|
Rename Method public addServerTypeDetector(detectors ServerTypeDetector...) : void renamed to public addApplicationTypeDetector(detectors ApplicationTypeDetector...) : void in class com.navercorp.pinpoint.bootstrap.plugin.ProfilerPluginSetupContext |
From |
To |
|
Change Return Type Map<String,ServerTypeDetector> to Map<String,ApplicationTypeDetector> in method private getRegisteredServerTypeDetectors(plugins List<DefaultProfilerPluginContext>) : Map<String,ApplicationTypeDetector> in class com.navercorp.pinpoint.profiler.util.ApplicationServerTypeResolver |
From |
To |
|
Change Return Type void to Object in method public attachFrameObject(frameObject Object) : Object in class com.navercorp.pinpoint.profiler.context.SpanEventStackFrame |
From |
To |
|
Change Return Type void to Object in method public attachFrameObject(frameObject Object) : Object in class com.navercorp.pinpoint.profiler.context.StackFrame |
From |
To |
|
Change Return Type void to Object in method public attachFrameObject(frameObject Object) : Object in class com.navercorp.pinpoint.profiler.context.RootStackFrame |
From |
To |
|
Change Return Type byte[] to void in method public edit(classLoader ClassLoader, target InstrumentClass) : void in class com.navercorp.pinpoint.profiler.plugin.editor.ConditionalClassRecipe |
From |
To |
|
Change Return Type List<ServerTypeDetector> to List<ApplicationTypeDetector> in method public getApplicationTypeDetectors() : List<ApplicationTypeDetector> in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |