911433bb336bcbb717865c3565401544224bf6ae
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 19
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public isIBatisEnabled() : boolean from class com.navercorp.pinpoint.bootstrap.config.DefaultProfilerConfig to public isIBatisEnabled() : boolean from class com.navercorp.pinpoint.plugin.ibatis.IBatisPluginConfig | From | To | |
| Move Method public isMyBatisEnabled() : boolean from class com.navercorp.pinpoint.bootstrap.config.DefaultProfilerConfig to public isMyBatisEnabled() : boolean from class com.navercorp.pinpoint.plugin.mybatis.MyBatisPluginConfig | From | To | |
| Rename Variable | 2 | ||
| Rename Variable profilerConfig : ProfilerConfig to myBatisPluginConfig : MyBatisPluginConfig in method public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin | From | To | |
| Rename Variable profilerConfig : ProfilerConfig to iBatisPluginConfig : IBatisPluginConfig in method public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin | From | To | |
| Rename Class | 1 | ||
| Rename Class com.navercorp.pinpoint.bootstrap.config.ProfilerConfigTest renamed to com.navercorp.pinpoint.bootstrap.config.DefaultProfilerConfigTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute profileInstrumentASM : boolean to profileInstrumentEngine : String in class com.navercorp.pinpoint.bootstrap.config.DefaultProfilerConfig | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type profilerConfig : ProfilerConfig to iBatisPluginConfig : IBatisPluginConfig in method public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.ibatis.IBatisPlugin | From | To | |
| Change Variable Type profilerConfig : ProfilerConfig to myBatisPluginConfig : MyBatisPluginConfig in method public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.mybatis.MyBatisPlugin | From | To | |
| Change Variable Type profilerConfig : ProfilerConfig to profilerConfig : DefaultProfilerConfig in method private getTestClassLoader() : TestClassLoader in class com.navercorp.pinpoint.profiler.interceptor.bci.JavassistClassTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type profileInstrumentASM : boolean to profileInstrumentEngine : String in class com.navercorp.pinpoint.bootstrap.config.DefaultProfilerConfig | From | To |