f2546eb7fcc7ededa73c5ab2031bd6248dd70c51
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable annotationKeyList : List<AnnotationKey> to annotationKey : AnnotationKey in method public findAnnotationKeyByName(keyName String) : AnnotationKey in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Change Return Type | 1 | ||
Change Return Type HashMap<String,List<AnnotationKey>> to HashMap<String,AnnotationKey> in method private buildNameTable(buildMap Collection<AnnotationKey>) : HashMap<String,AnnotationKey> in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Change Variable Type | 2 | ||
Change Variable Type annotationKeyList : List<AnnotationKey> to annotationKey : AnnotationKey in method public findAnnotationKeyByName(keyName String) : AnnotationKey in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Change Variable Type nameLookupTable : HashMap<String,List<AnnotationKey>> to nameLookupTable : HashMap<String,AnnotationKey> in method private buildNameTable(buildMap Collection<AnnotationKey>) : HashMap<String,AnnotationKey> in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type nameLookupTable : HashMap<String,List<AnnotationKey>> to nameLookupTable : HashMap<String,AnnotationKey> in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method private throwDuplicatedAnnotationKey(annotationKey AnnotationKey, exist AnnotationKey) : void extracted from public addAnnotationKey(annotationKey AnnotationKey) : void in class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry.Builder & moved to class com.navercorp.pinpoint.common.util.AnnotationKeyRegistry | From | To |