73af6dfbf318790dac5d84793492c9059ae20b4f
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 31
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Push Down Method | 1 | ||
| Push Down Method protected Builder(typeDescription Generic) from class net.bytebuddy.description.type.TypeDescription.Generic.Builder to protected OfNonGenericType(typeDescription TypeDescription) from class net.bytebuddy.description.type.TypeDescription.Generic.Builder.OfNonGenericType | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type typeDescription : Generic to typeDescription : TypeDescription in method protected OfNonGenericType(typeDescription TypeDescription) in class net.bytebuddy.description.type.TypeDescription.Generic.Builder.OfNonGenericType | From | To | |
| Change Parameter Type parameters : List<? extends TypeDefinition> to parameters : Collection<? extends TypeDefinition> in method public parameterizedType(rawType TypeDescription, ownerType Generic, parameters Collection<? extends TypeDefinition>) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
| Change Parameter Type parameters : List<? extends TypeDefinition> to parameters : Collection<? extends TypeDefinition> in method public parameterizedType(rawType TypeDescription, parameters Collection<? extends TypeDefinition>) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
| Rename Class | 2 | ||
| Rename Class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation renamed to net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotations | From | To | |
| Rename Class net.bytebuddy.description.annotation.AnnotationListForLoadedAnnotationTest renamed to net.bytebuddy.description.annotation.AnnotationListForLoadedAnnotationsTest | From | To | |
| Extract Method | 2 | ||
| Extract Method public asArray(arity int, annotations Collection<? extends AnnotationDescription>) : Builder extracted from public asArray(arity int) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
| Extract Method public asArray(annotation Annotation...) : Builder extracted from public asArray() : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To |