abaf9b5f6139e0ae83476ea5d7b2327dde84943a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type value : Object to annotationValue : AnnotationValue<?,?> in method public isDefaultValue(annotationValue AnnotationValue<?,?>) : boolean in class net.bytebuddy.description.method.MethodDescription | From | To | |
Change Parameter Type value : Object to annotationValue : AnnotationValue<?,?> in method public isDefaultValue(annotationValue AnnotationValue<?,?>) : boolean in class net.bytebuddy.description.method.MethodDescription.AbstractBase | From | To | |
Change Variable Type | 2 | ||
Change Variable Type entry : Map.Entry<String,Object> to entry : Map.Entry<String,AnnotationValue<?,?>> in method public testIsDefault() : void in class net.bytebuddy.description.method.AbstractMethodDescriptionTest | From | To | |
Change Variable Type properties : Map<String,Object> to properties : Map<String,AnnotationValue<?,?>> in method public testIsDefault() : void in class net.bytebuddy.description.method.AbstractMethodDescriptionTest | From | To | |
Rename Parameter | 3 | ||
Rename Parameter value : Object to annotationValue : AnnotationValue<?,?> in method public isDefaultValue(annotationValue AnnotationValue<?,?>) : boolean in class net.bytebuddy.description.method.MethodDescription | From | To | |
Rename Parameter value : Object to annotationValue : AnnotationValue<?,?> in method public isDefaultValue(annotationValue AnnotationValue<?,?>) : boolean in class net.bytebuddy.description.method.MethodDescription.AbstractBase | From | To | |
Rename Parameter rawValue : Object to unloadedValue : Object in method private assertValue(annotation Annotation, methodName String, unloadedValue Object, loadedValue Object) : void in class net.bytebuddy.description.annotation.AbstractAnnotationDescriptionTest | From | To |