|
Move And Rename Method protected createStorageFactory() : StorageFactory from class com.navercorp.pinpoint.profiler.DefaultAgent to public get() : StorageFactory from class com.navercorp.pinpoint.profiler.context.provider.StorageFactoryProvider |
From |
To |
|
Move And Rename Method protected createPinpointClientFactory(commandDispatcher CommandDispatcher) : PinpointClientFactory from class com.navercorp.pinpoint.profiler.DefaultAgent to public get() : PinpointClientFactory from class com.navercorp.pinpoint.profiler.context.provider.PinpointClientFactoryProvider |
From |
To |
|
Move And Rename Method private createTraceContext(enhancedDataSender EnhancedDataSender, idGenerator IdGenerator, activeTraceRepository ActiveTraceRepository, pluginMonitorContext PluginMonitorContext) : TraceContext from class com.navercorp.pinpoint.profiler.DefaultAgent to private newTraceContext(profilerConfig ProfilerConfig, storageFactory StorageFactory, serverMetaDataHolder ServerMetaDataHolder, enhancedDataSender EnhancedDataSender, idGenerator IdGenerator, activeTraceRepository ActiveTraceRepository, pluginMonitorContext PluginMonitorContext) : TraceContext from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move And Rename Method protected createServerMetaDataHolder() : ServerMetaDataHolder from class com.navercorp.pinpoint.profiler.DefaultAgent to public get() : ServerMetaDataHolder from class com.navercorp.pinpoint.profiler.context.provider.ServerMetaDataHolderProvider |
From |
To |
|
Change Parameter Type agent : DefaultAgent to applicationContext : ApplicationContext in method public TestClassLoader(applicationContext ApplicationContext) in class com.navercorp.pinpoint.test.classloader.TestClassLoader |
From |
To |
|
Change Parameter Type agent : DefaultAgent to applicationContext : ApplicationContext in method public ProfilerPluginLoader(applicationContext ApplicationContext) in class com.navercorp.pinpoint.profiler.plugin.ProfilerPluginLoader |
From |
To |
|
Change Parameter Type agent : DefaultAgent to applicationContext : ApplicationContext in method public createTestClassLoader(applicationContext ApplicationContext) : TestClassLoader in class com.navercorp.pinpoint.test.classloader.TestClassLoaderFactory |
From |
To |
|
Change Parameter Type agent : DefaultAgent to applicationContext : ApplicationContext in method public ClassFileTransformerDispatcher(applicationContext ApplicationContext, pluginContexts List<DefaultProfilerPluginContext>) in class com.navercorp.pinpoint.profiler.ClassFileTransformerDispatcher |
From |
To |
|
Change Parameter Type agent : DefaultAgent to applicationContext : ApplicationContext in method public DefaultProfilerPluginContext(applicationContext ApplicationContext, classInjector ClassInjector) in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Move Method private createTraceFactory(storageFactory StorageFactory, sampler Sampler, idGenerator IdGenerator, activeTraceRepository ActiveTraceRepository) : TraceFactoryBuilder from class com.navercorp.pinpoint.profiler.DefaultAgent to private createTraceFactory(storageFactory StorageFactory, sampler Sampler, idGenerator IdGenerator, activeTraceRepository ActiveTraceRepository) : TraceFactoryBuilder from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getClassPool() : InstrumentClassPool from class com.navercorp.pinpoint.profiler.DefaultAgent to public getClassPool() : InstrumentClassPool from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method private createPluginMonitorContext() : PluginMonitorContext from class com.navercorp.pinpoint.profiler.DefaultAgent to private createPluginMonitorContext(profilerConfig ProfilerConfig) : PluginMonitorContext from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method private createSampler() : Sampler from class com.navercorp.pinpoint.profiler.DefaultAgent to private createSampler(profilerConfig ProfilerConfig) : Sampler from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getProfilerConfig() : ProfilerConfig from class com.navercorp.pinpoint.bootstrap.DummyAgent to public getProfilerConfig() : ProfilerConfig from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getBootstrapJarPaths() : List<String> from class com.navercorp.pinpoint.profiler.DefaultAgent to public getBootstrapJarPaths() : List<String> from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getClassFileTransformerDispatcher() : ClassFileTransformerDispatcher from class com.navercorp.pinpoint.profiler.DefaultAgent to public getClassFileTransformerDispatcher() : ClassFileTransformerDispatcher from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getDynamicTransformService() : DynamicTransformService from class com.navercorp.pinpoint.profiler.DefaultAgent to public getDynamicTransformService() : DynamicTransformService from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method protected loadPlugins(agentOption AgentOption) : List<DefaultProfilerPluginContext> from class com.navercorp.pinpoint.profiler.DefaultAgent to protected loadPlugins(agentOption AgentOption) : List<DefaultProfilerPluginContext> from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getTraceContext() : TraceContext from class com.navercorp.pinpoint.bootstrap.DummyAgent to public getTraceContext() : TraceContext from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method private closeTcpDataSender() : void from class com.navercorp.pinpoint.profiler.DefaultAgent to private closeTcpDataSender() : void from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method private createActiveTraceRepository() : ActiveTraceRepository from class com.navercorp.pinpoint.profiler.DefaultAgent to private createActiveTraceRepository(profilerConfig ProfilerConfig) : ActiveTraceRepository from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method protected getSpanDataSender() : DataSender from class com.navercorp.pinpoint.profiler.DefaultAgent to public getSpanDataSender() : DataSender from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method private createCommandService(profilerConfig ProfilerConfig, activeTraceRepository ActiveTraceRepository) : CommandDispatcher from class com.navercorp.pinpoint.profiler.DefaultAgent to private createCommandService(profilerConfig ProfilerConfig, activeTraceRepository ActiveTraceRepository) : CommandDispatcher from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getTraceContext() : TraceContext from class com.navercorp.pinpoint.profiler.DefaultAgent to public getTraceContext() : TraceContext from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getAgentInformation() : AgentInformation from class com.navercorp.pinpoint.profiler.DefaultAgent to public getAgentInformation() : AgentInformation from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method private wrapClassFileTransformer(classFileTransformerDispatcher ClassFileTransformer) : ClassFileTransformer from class com.navercorp.pinpoint.profiler.DefaultAgent to private wrapClassFileTransformer(profilerConfig ProfilerConfig, classFileTransformerDispatcher ClassFileTransformer) : ClassFileTransformer from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method private createInstrumentEngine(agentOption AgentOption, interceptorRegistryBinder InterceptorRegistryBinder) : InstrumentClassPool from class com.navercorp.pinpoint.profiler.DefaultAgent to private createInstrumentEngine(profilerConfig ProfilerConfig, agentOption AgentOption, interceptorRegistryBinder InterceptorRegistryBinder) : InstrumentClassPool from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Method public getInstrumentation() : Instrumentation from class com.navercorp.pinpoint.profiler.DefaultAgent to public getInstrumentation() : Instrumentation from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private classPool : InstrumentClassPool from class com.navercorp.pinpoint.profiler.DefaultAgent to private classPool : InstrumentClassPool from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private instrumentation : Instrumentation from class com.navercorp.pinpoint.profiler.DefaultAgent to private instrumentation : Instrumentation from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private client : PinpointClient from class com.navercorp.pinpoint.profiler.DefaultAgent to private client : PinpointClient from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private clientFactory : PinpointClientFactory from class com.navercorp.pinpoint.profiler.DefaultAgent to private clientFactory : PinpointClientFactory from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private agentStatMonitor : AgentStatMonitor from class com.navercorp.pinpoint.profiler.DefaultAgent to private agentStatMonitor : AgentStatMonitor from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private dynamicTransformService : DynamicTransformService from class com.navercorp.pinpoint.profiler.DefaultAgent to private dynamicTransformService : DynamicTransformService from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private tcpDataSender : EnhancedDataSender from class com.navercorp.pinpoint.profiler.DefaultAgent to private tcpDataSender : EnhancedDataSender from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private agentInformation : AgentInformation from class com.navercorp.pinpoint.profiler.DefaultAgent to private agentInformation : AgentInformation from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private agentOption : AgentOption from class com.navercorp.pinpoint.profiler.DefaultAgent to private agentOption : AgentOption from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private spanDataSender : DataSender from class com.navercorp.pinpoint.profiler.DefaultAgent to private spanDataSender : DataSender from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private agentInfoSender : AgentInfoSender from class com.navercorp.pinpoint.profiler.DefaultAgent to private agentInfoSender : AgentInfoSender from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private serverMetaDataHolder : ServerMetaDataHolder from class com.navercorp.pinpoint.profiler.DefaultAgent to private serverMetaDataHolder : ServerMetaDataHolder from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private classFileTransformer : ClassFileTransformerDispatcher from class com.navercorp.pinpoint.profiler.DefaultAgent to private classFileTransformer : ClassFileTransformerDispatcher from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private traceContext : TraceContext from class com.navercorp.pinpoint.profiler.DefaultAgent to private traceContext : TraceContext from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Move Attribute private statDataSender : DataSender from class com.navercorp.pinpoint.profiler.DefaultAgent to private statDataSender : DataSender from class com.navercorp.pinpoint.profiler.context.DefaultApplicationContext |
From |
To |
|
Rename Parameter agent : DefaultAgent to applicationContext : ApplicationContext in method public createTestClassLoader(applicationContext ApplicationContext) : TestClassLoader in class com.navercorp.pinpoint.test.classloader.TestClassLoaderFactory |
From |
To |
|
Rename Parameter agent : DefaultAgent to applicationContext : ApplicationContext in method public ClassFileTransformerDispatcher(applicationContext ApplicationContext, pluginContexts List<DefaultProfilerPluginContext>) in class com.navercorp.pinpoint.profiler.ClassFileTransformerDispatcher |
From |
To |
|
Rename Parameter agent : DefaultAgent to applicationContext : ApplicationContext in method public DefaultProfilerPluginContext(applicationContext ApplicationContext, classInjector ClassInjector) in class com.navercorp.pinpoint.profiler.plugin.DefaultProfilerPluginContext |
From |
To |
|
Rename Parameter agent : DefaultAgent to applicationContext : ApplicationContext in method public TestClassLoader(applicationContext ApplicationContext) in class com.navercorp.pinpoint.test.classloader.TestClassLoader |
From |
To |
|
Rename Parameter agent : DefaultAgent to applicationContext : ApplicationContext in method public ProfilerPluginLoader(applicationContext ApplicationContext) in class com.navercorp.pinpoint.profiler.plugin.ProfilerPluginLoader |
From |
To |