ce435bceb2a887df1c255bf7f48d86d2ea2c24bb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setServiceType(serviceType ServiceType) : void renamed to public setServiceTypeCode(serviceTypeCode short) : void in class com.navercorp.pinpoint.web.vo.AgentInfo | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type serviceType : ServiceType to serviceTypeCode : short in method public ServerInstance(hostName String, physicalName String, serviceTypeCode short) in class com.navercorp.pinpoint.web.applicationmap.ServerInstance | From | To | |
| Change Parameter Type serviceType : ServiceType to serviceTypeCode : short in method public setServiceTypeCode(serviceTypeCode short) : void in class com.navercorp.pinpoint.web.vo.AgentInfo | From | To | |
| Move Method | 1 | ||
| Move Method public hasInspector() : boolean from class com.navercorp.pinpoint.web.applicationmap.ServerInstance to public hasInspector(serviceType ServiceType) : boolean from class com.navercorp.pinpoint.web.view.ServerInstanceSerializer | From | To | |
| Rename Variable | 1 | ||
| Rename Variable other : AgentInfo to agentInfo : AgentInfo in method public equals(o Object) : boolean in class com.navercorp.pinpoint.web.vo.AgentInfo | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute serviceType : ServiceType to serviceTypeCode : short in class com.navercorp.pinpoint.web.vo.AgentInfo | From | To | |
| Rename Attribute serviceType : ServiceType to serviceTypeCode : short in class com.navercorp.pinpoint.web.applicationmap.ServerInstance | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type agentInfoSet : HashSet<AgentInfo> to agentInfoSet : Set<AgentInfo> in method public testSerialize() : void in class com.navercorp.pinpoint.web.view.ServerInstanceListSerializerTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private createMapper() : PinpointObjectMapper extracted from public testSerialize() : void in class com.navercorp.pinpoint.web.view.ServerInstanceListSerializerTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type serviceType : ServiceType to serviceTypeCode : short in class com.navercorp.pinpoint.web.applicationmap.ServerInstance | From | To | |
| Change Attribute Type serviceType : ServiceType to serviceTypeCode : short in class com.navercorp.pinpoint.web.vo.AgentInfo | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter obj : Object to o : Object in method public equals(o Object) : boolean in class com.navercorp.pinpoint.web.vo.AgentInfo | From | To | |
| Rename Parameter serviceType : ServiceType to serviceTypeCode : short in method public ServerInstance(hostName String, physicalName String, serviceTypeCode short) in class com.navercorp.pinpoint.web.applicationmap.ServerInstance | From | To | |
| Rename Parameter serviceType : ServiceType to serviceTypeCode : short in method public setServiceTypeCode(serviceTypeCode short) : void in class com.navercorp.pinpoint.web.vo.AgentInfo | From | To |