97d834080ad41534c4d79e233f93b456bde9532f
Files Diff
- Added: 1
- Removed: 3
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 1 | ||
| Push Down Method public create(flushData List<SpanEvent>) : SpanChunk from class com.navercorp.pinpoint.profiler.context.SpanChunkFactory to public create(flushData List<SpanEvent>) : SpanChunk from class com.navercorp.pinpoint.profiler.context.DefaultSpanChunkFactory | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type agentInformation : AgentInformation to spanChunkFactory : SpanChunkFactory in method public StorageFactoryProvider(profilerConfig ProfilerConfig, spanDataSender DataSender, spanChunkFactory SpanChunkFactory) in class com.navercorp.pinpoint.profiler.context.provider.StorageFactoryProvider | From | To | |
| Move Method | 2 | ||
| Move Method public createAgentInformation() : AgentInformation from class com.navercorp.pinpoint.profiler.DefaultAgentInformationFactory to public createAgentInformation() : AgentInformation from class com.navercorp.pinpoint.profiler.context.provider.AgentInformationProvider | From | To | |
| Move Method private checkId(id String) : String from class com.navercorp.pinpoint.profiler.DefaultAgentInformationFactory to private checkId(keyName String, id String) : String from class com.navercorp.pinpoint.profiler.context.provider.AgentInformationProvider | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute bufferSize : int to ioBufferingBufferSize : int in class com.navercorp.pinpoint.profiler.context.storage.BufferedStorageFactory | From | To | |
| Rename Attribute agentInformation : AgentInformation to spanChunkFactory : SpanChunkFactory in class com.navercorp.pinpoint.profiler.context.provider.StorageFactoryProvider | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type agentInformation : AgentInformation to spanChunkFactory : SpanChunkFactory in class com.navercorp.pinpoint.profiler.context.provider.StorageFactoryProvider | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter agentInformation : AgentInformation to spanChunkFactory : SpanChunkFactory in method public StorageFactoryProvider(profilerConfig ProfilerConfig, spanDataSender DataSender, spanChunkFactory SpanChunkFactory) in class com.navercorp.pinpoint.profiler.context.provider.StorageFactoryProvider | From | To |