76db53e8b2d9726d1709584678469d548daeb3ad
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private createTJvmInfo() : TJvmInfo from class com.navercorp.pinpoint.profiler.util.AgentInfoFactory to private convertJvmInfo(jvmInformation JvmInformation) : TJvmInfo from class com.navercorp.pinpoint.profiler.context.thrift.MetadataMessageConverter | From | To | |
Move And Rename Method private createTServerMetaData() : TServerMetaData from class com.navercorp.pinpoint.profiler.util.AgentInfoFactory to private convertServerMetaData(serverMetaData ServerMetaData) : TServerMetaData from class com.navercorp.pinpoint.profiler.context.thrift.MetadataMessageConverter | From | To | |
Rename Variable | 2 | ||
Rename Variable tAgentInfo : TAgentInfo to agentInfo : AgentInfo in method public createAgentInfo() : AgentInfo in class com.navercorp.pinpoint.profiler.util.AgentInfoFactory | From | To | |
Rename Variable tServerMetaData : TServerMetaData to serverMetaData : ServerMetaData in method public createAgentInfo() : AgentInfo in class com.navercorp.pinpoint.profiler.util.AgentInfoFactory | From | To | |
Inline Method | 1 | ||
Inline Method private getResult(responseMessage ResponseMessage) : boolean inlined to private sendAgentInfo() : boolean in class com.navercorp.pinpoint.profiler.AgentInfoSender.AgentInfoSendTask | From | To | |
Change Return Type | 1 | ||
Change Return Type TAgentInfo to AgentInfo in method public createAgentInfo() : AgentInfo in class com.navercorp.pinpoint.profiler.util.AgentInfoFactory | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute tJvmInfo : TJvmInfo to jvmInformation : JvmInformation in method public createAgentInfo() : AgentInfo in class com.navercorp.pinpoint.profiler.util.AgentInfoFactory | From | To | |
Change Variable Type | 4 | ||
Change Variable Type agentInfo : TAgentInfo to agentInfo : AgentInfo in method private sendAgentInfo() : boolean in class com.navercorp.pinpoint.profiler.AgentInfoSender.AgentInfoSendTask | From | To | |
Change Variable Type tJvmInfo : TJvmInfo to jvmInformation : JvmInformation in method public createAgentInfo() : AgentInfo in class com.navercorp.pinpoint.profiler.util.AgentInfoFactory | From | To | |
Change Variable Type tServerMetaData : TServerMetaData to serverMetaData : ServerMetaData in method public createAgentInfo() : AgentInfo in class com.navercorp.pinpoint.profiler.util.AgentInfoFactory | From | To | |
Change Variable Type tAgentInfo : TAgentInfo to agentInfo : AgentInfo in method public createAgentInfo() : AgentInfo in class com.navercorp.pinpoint.profiler.util.AgentInfoFactory | From | To | |
Extract Method | 3 | ||
Extract Method private convertStringMetaData(stringMetaData StringMetaData) : TStringMetaData extracted from public toMessage(message Object) : TBase<?,?> in class com.navercorp.pinpoint.profiler.context.thrift.MetadataMessageConverter | From | To | |
Extract Method private convertSqlMetaData(sqlMetaData SqlMetaData) : TSqlMetaData extracted from public toMessage(message Object) : TBase<?,?> in class com.navercorp.pinpoint.profiler.context.thrift.MetadataMessageConverter | From | To | |
Extract Method private convertApiMetaData(apiMetaData ApiMetaData) : TApiMetaData extracted from public toMessage(message Object) : TBase<?,?> in class com.navercorp.pinpoint.profiler.context.thrift.MetadataMessageConverter | From | To |