4e507969334d7828942d86f4a216ef99d764e821
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type key : String to key : Object in method public get(key Object) : Object in class com.navercorp.pinpoint.rpc.server.DefaultChannelProperties | From | To | |
Change Parameter Type key : String to key : Object in method public get(key Object) : Object in class com.navercorp.pinpoint.rpc.server.ChannelProperties | From | To | |
Move Method | 3 | ||
Move Method private newSupportCommandList(supportCommandList List<Integer>) : List<TCommandType> from class com.navercorp.pinpoint.collector.cluster.ThriftAgentConnection to public newSupportCommandList(supportCommandList List<Integer>) : List<TCommandType> from class com.navercorp.pinpoint.collector.cluster.SupportedCommandUtils | From | To | |
Move Method public newChannelProperties(properties Map<Object,Object>) : ChannelProperties from class com.navercorp.pinpoint.rpc.server.DefaultChannelProperties to public newChannelProperties(properties Map<Object,Object>) : ChannelProperties from class com.navercorp.pinpoint.rpc.server.ChannelPropertiesFactory | From | To | |
Move Method private newSupportCommandList(supportCommandServiceKeyList List<Integer>) : List<TCommandType> from class com.navercorp.pinpoint.collector.cluster.GrpcAgentConnection to public newSupportCommandList(supportCommandList List<Integer>) : List<TCommandType> from class com.navercorp.pinpoint.collector.cluster.SupportedCommandUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type properties : Map<String,Object> to properties : Map<Object,Object> in class com.navercorp.pinpoint.rpc.server.DefaultChannelProperties | From | To | |
Rename Parameter | 1 | ||
Rename Parameter supportCommandServiceKeyList : List<Integer> to supportCommandList : List<Integer> in method public newSupportCommandList(supportCommandList List<Integer>) : List<TCommandType> in class com.navercorp.pinpoint.collector.cluster.SupportedCommandUtils | From | To |