8bc15f2cd8b51cb858c927b17ef856f1800de204
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 36
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public checkMainClassShouldReturnForNullParameter() : void renamed to public checkMainClassShouldReturnFalseForNonMatchingMainClass() : void in class com.navercorp.pinpoint.bootstrap.resolver.ConditionProviderTest | From | To | |
| Rename Method public checkMainClassShouldReturnForEmptyParameter() : void renamed to public checkMainClassShouldReturnFalseForEmptyString() : void in class com.navercorp.pinpoint.bootstrap.resolver.ConditionProviderTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable tomcatConfig : TomcatConfiguration to config : TomcatConfiguration in method public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute private REQUIRED_CLASS : String in class com.navercorp.pinpoint.plugin.dubbo.DubboProviderDetector | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute REQUIRED_MAIN_CLASS : String to bootstrapMains : List<String> in class com.navercorp.pinpoint.plugin.tomcat.TomcatDetector | From | To | |
| Inline Variable | 1 | ||
| Inline Variable profilerConfig : ProfilerConfig in method public setup(context ProfilerPluginSetupContext) : void from class com.navercorp.pinpoint.plugin.tomcat.TomcatPlugin | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type REQUIRED_MAIN_CLASS : String to bootstrapMains : List<String> in class com.navercorp.pinpoint.plugin.tomcat.TomcatDetector | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter mainClass : String to candidate : String in method public checkMainClass(candidate String) : boolean in class com.navercorp.pinpoint.bootstrap.resolver.ConditionProvider | From | To |