9bff338e73534753346707ca71557923e6eca47c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 7 | ||
Change Parameter Type parameterTypes : Iterable<Class<?>> to parameterTypes : Iterable<? extends Class<?>> in method public defineConstructor(parameterTypes Iterable<? extends Class<?>>, modifiers int) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder | From | To | |
Change Parameter Type parameterTypes : List<Class<?>> to parameterTypes : List<? extends Class<?>> in method public defineMethod(name String, returnType Class<?>, parameterTypes List<? extends Class<?>>, modifier ModifierContributor.ForMethod...) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder | From | To | |
Change Parameter Type parameterTypes : List<Class<?>> to parameterTypes : List<? extends Class<?>> in method public defineMethod(name String, returnType Class<?>, parameterTypes List<? extends Class<?>>, modifier ModifierContributor.ForMethod...) : ExceptionDeclarableMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase | From | To | |
Change Parameter Type parameterTypes : List<Class<?>> to parameterTypes : List<? extends Class<?>> in method public defineMethod(name String, returnType Class<?>, parameterTypes List<? extends Class<?>>, modifiers int) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder | From | To | |
Change Parameter Type parameterTypes : Iterable<Class<?>> to parameterTypes : Iterable<? extends Class<?>> in method public defineConstructor(parameterTypes Iterable<? extends Class<?>>, modifier ModifierContributor.ForMethod...) : ExceptionDeclarableMethodInterception<U> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.AbstractDelegatingBuilder | From | To | |
Change Parameter Type types : List<Class<?>> to types : List<? extends Class<?>> in method public ForLoadedType(types List<? extends Class<?>>) in class net.bytebuddy.description.type.TypeList.ForLoadedType | From | To | |
Change Parameter Type parameterTypes : List<Class<?>> to parameterTypes : List<? extends Class<?>> in method public defineMethod(name String, returnType Class<?>, parameterTypes List<? extends Class<?>>, modifiers int) : ExceptionDeclarableMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase | From | To | |
Rename Variable | 3 | ||
Rename Variable aType : Class<?> to type : Class<?> in method public toInternalNames() : String[] in class net.bytebuddy.description.type.TypeList.ForLoadedType | From | To | |
Rename Variable anAnnotation : Annotation to annotation : Annotation in method public isAnnotationPresent(annotationType Class<? extends Annotation>) : boolean in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation | From | To | |
Rename Variable anAnnotation : Annotation to annotation : Annotation in method public ofType(annotationType Class<T>) : AnnotationDescription.Loadable<T> in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation | From | To | |
Rename Attribute | 2 | ||
Rename Attribute type : Class<?>[] to types : List<? extends Class<?>> in class net.bytebuddy.description.type.TypeList.ForLoadedType | From | To | |
Rename Attribute annotation : Annotation[] to annotations : List<? extends Annotation> in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type type : Class<?>[] to types : List<? extends Class<?>> in class net.bytebuddy.description.type.TypeList.ForLoadedType | From | To | |
Change Attribute Type methods : Method[] to methods : List<? extends Method> in class net.bytebuddy.description.method.MethodList.ForLoadedType | From | To | |
Change Attribute Type annotation : Annotation[] to annotations : List<? extends Annotation> in class net.bytebuddy.description.annotation.AnnotationList.ForLoadedAnnotation | From | To | |
Change Attribute Type constructors : Constructor<?>[] to constructors : List<? extends Constructor<?>> in class net.bytebuddy.description.method.MethodList.ForLoadedType | From | To | |
Rename Parameter | 2 | ||
Rename Parameter methods : Method[] to method : Method[] in method public ForLoadedType(constructor Constructor<?>[], method Method[]) in class net.bytebuddy.description.method.MethodList.ForLoadedType | From | To | |
Rename Parameter constructors : Constructor<?>[] to constructor : Constructor<?>[] in method public ForLoadedType(constructor Constructor<?>[], method Method[]) in class net.bytebuddy.description.method.MethodList.ForLoadedType | From | To |