8b70d2bf991a6687ab50d9e1c1d1963c151abb34
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private parseClientHandlers(clientHandlerMethods List<String>) : Map<String,Set<String>> from class com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin to private parseUserMethods(fullyQualifiedMethodNames List<String>) : Map<String,Set<String>> from class com.navercorp.pinpoint.plugin.user.UserPlugin | From | To | |
Move And Rename Method private addExternalListenerEditor(clientHandlerMethods List<String>) : void from class com.navercorp.pinpoint.plugin.activemq.client.ActiveMQClientPlugin to private addMessageQueueClientHandlerMethods(clientHandlerMethods List<String>) : void from class com.navercorp.pinpoint.plugin.user.UserPlugin | From | To | |
Rename Variable | 3 | ||
Rename Variable fullQualifiedMethodName : String to fullyQualifiedMethodName : String in method private parseUserMethods(fullyQualifiedMethodNames List<String>) : Map<String,Set<String>> in class com.navercorp.pinpoint.plugin.user.UserPlugin | From | To | |
Rename Variable names : Set<String> to methodNames : Set<String> in method private parseUserMethods(fullyQualifiedMethodNames List<String>) : Map<String,Set<String>> in class com.navercorp.pinpoint.plugin.user.UserPlugin | From | To | |
Rename Variable methods : Map<String,Set<String>> to userMethods : Map<String,Set<String>> in method private parseUserMethods(fullyQualifiedMethodNames List<String>) : Map<String,Set<String>> in class com.navercorp.pinpoint.plugin.user.UserPlugin | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.navercorp.pinpoint.plugin.activemq.client.interceptor.ActiveMQExternalListenerInvokeInterceptor moved and renamed to com.navercorp.pinpoint.plugin.user.interceptor.MQExternalClientHandlerInterceptor | From | To | |
Extract Method | 1 | ||
Extract Method private parseUserMethods(fullyQualifiedMethodNames List<String>) : Map<String,Set<String>> extracted from public setup(context ProfilerPluginSetupContext) : void in class com.navercorp.pinpoint.plugin.user.UserPlugin | From | To | |
Rename Parameter | 1 | ||
Rename Parameter clientHandlerMethods : List<String> to fullyQualifiedMethodNames : List<String> in method private parseUserMethods(fullyQualifiedMethodNames List<String>) : Map<String,Set<String>> in class com.navercorp.pinpoint.plugin.user.UserPlugin | From | To |