bc1c2f483879a6031a8487cb5b14714161b4e1c7
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 3 | ||
| Change Parameter Type type : Class<? extends S> to type : Class<? extends W> in method public resolve(type Class<? extends W>) : W in class net.bytebuddy.description.annotation.AnnotationValue | From | To | |
| Change Parameter Type type : Class<? extends S> to type : Class<? extends W> in method public resolve(type Class<? extends W>) : W in class net.bytebuddy.description.annotation.AnnotationValue.AbstractBase | From | To | |
| Change Parameter Type type : Class<? extends S> to type : Class<? extends X> in method public resolve(type Class<? extends X>) : X in class net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase | From | To | |
| Rename Variable | 4 | ||
| Rename Variable loadedValues : List<AnnotationValue.Loaded<?>> to values : List<AnnotationValue.Loaded<?>> in method public load(classLoader ClassLoader) : AnnotationValue.Loaded<V[]> in class net.bytebuddy.description.annotation.AnnotationValue.ForDescriptionArray | From | To | |
| Rename Variable annotationValue : AnnotationValue<?,?> to value : AnnotationValue<?,?> in method public resolve() : U[] in class net.bytebuddy.description.annotation.AnnotationValue.ForDescriptionArray | From | To | |
| Rename Variable annotationValue : AnnotationValue<?,?> to value : AnnotationValue<?,?> in method public hashCode() : int in class net.bytebuddy.description.annotation.AnnotationValue.ForDescriptionArray | From | To | |
| Rename Variable value : U[] to resolved : U[] in method public resolve() : U[] in class net.bytebuddy.description.annotation.AnnotationValue.ForDescriptionArray | From | To | |
| Change Return Type | 3 | ||
| Change Return Type S to X in method public resolve(type Class<? extends X>) : X in class net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase | From | To | |
| Change Return Type S to W in method public resolve(type Class<? extends W>) : W in class net.bytebuddy.description.annotation.AnnotationValue | From | To | |
| Change Return Type S to W in method public resolve(type Class<? extends W>) : W in class net.bytebuddy.description.annotation.AnnotationValue.AbstractBase | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute annotationValues : List<? extends AnnotationValue<?,?>> to values : List<? extends AnnotationValue<?,?>> in class net.bytebuddy.description.annotation.AnnotationValue.ForDescriptionArray | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter annotationValues : List<? extends AnnotationValue<?,?>> to values : List<? extends AnnotationValue<?,?>> in method protected ForDescriptionArray(unloadedComponentType Class<?>, componentType TypeDescription, values List<? extends AnnotationValue<?,?>>) in class net.bytebuddy.description.annotation.AnnotationValue.ForDescriptionArray | From | To |