f616ced4b90ba5d8a644c8229bf6d8b0ef0db34a
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addType(type Type) : void renamed to private addType0(type Type) : void in class com.navercorp.pinpoint.common.TypeProviderLoader.TypeSetupContextImpl | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private initializeAnnotationKeyCodeLookupTable(annotationKeys List<AnnotationKey>) : IntHashMap<AnnotationKey> from class com.navercorp.pinpoint.common.AnnotationKey to package buildApiMetaDataError(buildMap Collection<AnnotationKey>) : IntHashMap<AnnotationKey> from class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Move And Inline Method | 2 | ||
Move And Inline Method private addType(type Type) : void moved from class com.navercorp.pinpoint.common.TypeProviderLoader to class com.navercorp.pinpoint.common.TypeProviderLoader.TypeSetupContextImpl & inlined to public addType(serviceType ServiceType, annotationKeyMatcher AnnotationKeyMatcher) : void | From | To | |
Move And Inline Method private addType(type Type) : void moved from class com.navercorp.pinpoint.common.TypeProviderLoader to class com.navercorp.pinpoint.common.TypeProviderLoader.TypeSetupContextImpl & inlined to public addType(serviceType ServiceType) : void | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type annotationKeys : List<AnnotationKey> to buildMap : Collection<AnnotationKey> in method package buildApiMetaDataError(buildMap Collection<AnnotationKey>) : IntHashMap<AnnotationKey> in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Move Method | 3 | ||
Move Method public findAnnotationKey(code int) : AnnotationKey from class com.navercorp.pinpoint.common.AnnotationKey to public findAnnotationKey(code int) : AnnotationKey from class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Move Method private logResult() : void from class com.navercorp.pinpoint.common.TypeProviderLoader to private logResult() : void from class com.navercorp.pinpoint.common.TypeProviderLoader.ServiceTypeChecker | From | To | |
Move Method public getApiMetaDataError(annotationBoList List<AnnotationBo>) : AnnotationKey from class com.navercorp.pinpoint.common.util.AnnotationUtils to public getApiMetaDataError(annotationBoList List<AnnotationBo>) : AnnotationKey from class com.navercorp.pinpoint.web.service.TransactionInfoServiceImpl | From | To | |
Move Attribute | 1 | ||
Move Attribute private CODE_LOOKUP_TABLE : IntHashMap<AnnotationKey> from class com.navercorp.pinpoint.common.AnnotationKey to private CODE_LOOKUP_TABLE : IntHashMap<AnnotationKey> from class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Extract Variable | 6 | ||
Extract Variable loader : TypeProviderLoader in method public testDuplicated2() : void from class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Extract Variable loader : TypeProviderLoader in method public testDuplicated() : void from class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Extract Variable providers : List<TypeProvider> in method public testDuplicated2() : void from class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Extract Variable loader : TypeProviderLoader in method public testDuplicated3() : void from class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Extract Variable providers : List<TypeProvider> in method public testDuplicated3() : void from class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Extract Variable providers : List<TypeProvider> in method public testDuplicated() : void from class com.navercorp.pinpoint.common.ServiceTypeInitializerTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter annotationKeys : List<AnnotationKey> to buildMap : Collection<AnnotationKey> in method package buildApiMetaDataError(buildMap Collection<AnnotationKey>) : IntHashMap<AnnotationKey> in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To |