75898d1c23d299f3b49c859310e90d2c0a3be728
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 18
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private addPreparedStatementTransformer(setupContext ProfilerPluginSetupContext, config OracleConfig) : void renamed to private addStatementTransformer() : void in class com.navercorp.pinpoint.plugin.jdbc.oracle.OraclePlugin | From | To | |
| Pull Up Method | 2 | ||
| Pull Up Method public DefaultTransformTemplate(pluginSetupContext ProfilerPluginSetupContext) from class com.navercorp.pinpoint.bootstrap.instrument.transformer.DefaultTransformTemplate to public TransformTemplate(instrumentContext InstrumentContext) from class com.navercorp.pinpoint.bootstrap.instrument.transformer.TransformTemplate | From | To | |
| Pull Up Method public transform(className String, transformCallback TransformCallback) : void from class com.navercorp.pinpoint.bootstrap.instrument.transformer.DefaultTransformTemplate to public transform(className String, transformCallback TransformCallback) : void from class com.navercorp.pinpoint.bootstrap.instrument.transformer.TransformTemplate | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type context : ProfilerPluginSetupContext to context : InstrumentContext in method private preparePlugin(plugin ProfilerPlugin, context InstrumentContext) : GuardInstrumentContext in class com.navercorp.pinpoint.profiler.plugin.ProfilerPluginLoader | From | To | |
| Change Parameter Type pluginSetupContext : ProfilerPluginSetupContext to instrumentContext : InstrumentContext in method public TransformTemplate(instrumentContext InstrumentContext) in class com.navercorp.pinpoint.bootstrap.instrument.transformer.TransformTemplate | From | To | |
| Change Parameter Type context : ProfilerPluginSetupContext to context : InstrumentContext in method private preparePlugin(plugin ProfilerPlugin, context InstrumentContext) : void in class com.navercorp.pinpoint.test.MockAgent | From | To | |
| Move Method | 1 | ||
| Move Method public addClassFileTransformer(targetClassName String, transformCallback TransformCallback) : void from class com.navercorp.pinpoint.profiler.plugin.GuardProfilerPluginContext to public addClassFileTransformer(targetClassName String, transformCallback TransformCallback) : void from class com.navercorp.pinpoint.bootstrap.instrument.GuardInstrumentContext | From | To | |
| Rename Variable | 1 | ||
| Rename Variable guard : GuardProfilerPluginContext to guardPluginContext : GuardProfilerPluginContext in method private setupPlugin(jar URL, plugin ProfilerPlugin) : DefaultProfilerPluginContext in class com.navercorp.pinpoint.profiler.plugin.ProfilerPluginLoader | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to GuardInstrumentContext in method private preparePlugin(plugin ProfilerPlugin, context InstrumentContext) : GuardInstrumentContext in class com.navercorp.pinpoint.profiler.plugin.ProfilerPluginLoader | From | To | |
| Extract Interface | 1 | ||
| Extract Interface com.navercorp.pinpoint.bootstrap.instrument.transformer.TransformOperations from classes [com.navercorp.pinpoint.bootstrap.instrument.transformer.TransformTemplate] | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter pluginSetupContext : ProfilerPluginSetupContext to instrumentContext : InstrumentContext in method public TransformTemplate(instrumentContext InstrumentContext) in class com.navercorp.pinpoint.bootstrap.instrument.transformer.TransformTemplate | From | To |