18c9bcfa5148f91171cd0d4ed3a0bbd8e2ed79c2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type serviceTypeCode : short to serviceTypeName : String in method public getLastFilteredServerMapData(applicationName String, serviceTypeName String, period long, filterText String, filterHint String, limit int) : FilterMapWrap in class com.navercorp.pinpoint.web.controller.FilteredMapController | From | To | |
Extract Method | 4 | ||
Extract Method public getLinkStatistics(model Model, from long, to long, sourceApplicationName String, sourceServiceTypeName String, targetApplicationName String, targetServiceTypeName String) : String extracted from public getLinkStatistics(model Model, from long, to long, sourceApplicationName String, sourceServiceType short, targetApplicationName String, targetServiceType short) : String in class com.navercorp.pinpoint.web.controller.MapController | From | To | |
Extract Method public getFilteredServerMapData(applicationName String, serviceTypeName String, from long, to long, originTo long, filterText String, filterHint String, limit int) : FilterMapWrap extracted from public getFilteredServerMapData(applicationName String, serviceTypeCode short, from long, to long, originTo long, filterText String, filterHint String, limit int) : FilterMapWrap in class com.navercorp.pinpoint.web.controller.FilteredMapController | From | To | |
Extract Method public getServerMapData(applicationName String, serviceTypeName String, from long, to long) : MapWrap extracted from public getServerMapData(applicationName String, serviceTypeCode short, from long, to long) : MapWrap in class com.navercorp.pinpoint.web.controller.MapController | From | To | |
Extract Method public getLastFilteredServerMapData(applicationName String, serviceTypeName String, period long, filterText String, filterHint String, limit int) : FilterMapWrap extracted from public getLastFilteredServerMapData(applicationName String, serviceTypeCode short, period long, filterText String, filterHint String, limit int) : FilterMapWrap in class com.navercorp.pinpoint.web.controller.FilteredMapController | From | To | |
Rename Parameter | 1 | ||
Rename Parameter serviceTypeCode : short to serviceTypeName : String in method public getLastFilteredServerMapData(applicationName String, serviceTypeName String, period long, filterText String, filterHint String, limit int) : FilterMapWrap in class com.navercorp.pinpoint.web.controller.FilteredMapController | From | To |