9982f33c58f3e882d96ade72d53a6330f18a4287
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package initialize(serviceTypes List<ServiceType>, codeTable IntHashMap<ServiceType>, statisticsTable Map<String,List<ServiceType>>) : void renamed to private setValues(serviceTypes List<ServiceType>) : void in class com.navercorp.pinpoint.common.ServiceType | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type serviceTypes : ServiceType... to serviceTypes : List<ServiceType> in method private verifyServiceTypes(serviceTypes List<ServiceType>) : void in class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Change Parameter Type annotationKeys : AnnotationKey... to annotationKeys : List<AnnotationKey> in method private verifyAnnotationKeys(annotationKeys List<AnnotationKey>) : void in class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Move Method | 3 | ||
Move Method private initializeServiceTypeCodeLookupTable(serviceTypes List<ServiceType>) : IntHashMap<ServiceType> from class com.navercorp.pinpoint.common.ServiceTypeInitializer to private initializeServiceTypeCodeLookupTable(serviceTypes List<ServiceType>) : IntHashMap<ServiceType> from class com.navercorp.pinpoint.common.ServiceType | From | To | |
Move Method private initializeAnnotationKeyCodeLookupTable(annotationKeys List<AnnotationKey>) : IntHashMap<AnnotationKey> from class com.navercorp.pinpoint.common.ServiceTypeInitializer to private initializeAnnotationKeyCodeLookupTable(annotationKeys List<AnnotationKey>) : IntHashMap<AnnotationKey> from class com.navercorp.pinpoint.common.AnnotationKey | From | To | |
Move Method private initializeServiceTypeStatisticsLookupTable(serviceTypes List<ServiceType>) : Map<String,List<ServiceType>> from class com.navercorp.pinpoint.common.ServiceTypeInitializer to private initializeServiceTypeStatisticsLookupTable(serviceTypes List<ServiceType>) : Map<String,List<ServiceType>> from class com.navercorp.pinpoint.common.ServiceType | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type DEFAULT_VALUES : AnnotationKey[] to DEFAULT_VALUES : List<AnnotationKey> in class com.navercorp.pinpoint.common.AnnotationKey | From | To | |
Change Attribute Type DEFAULT_VALUES : ServiceType[] to DEFAULT_VALUES : List<ServiceType> in class com.navercorp.pinpoint.common.ServiceType | From | To |