1c88f38650b00d1165044e26243078206dc56812
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public uniqueTypes(typeDescriptions T) : T renamed to public unique(items T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type typeDescriptions : List<TypeDescription> to typeDescriptions : Collection<? extends TypeDescription> in method public makeInterface(typeDescriptions Collection<? extends TypeDescription>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy.Proxy | From | To | |
Change Parameter Type typeDescriptions : List<TypeDescription> to typeDescriptions : Collection<? extends TypeDescription> in method public makeInterface(typeDescriptions Collection<? extends TypeDescription>) : DynamicType.Builder<?> in class net.bytebuddy.ByteBuddy | From | To | |
Change Parameter Type interfaceType : TypeDescription[] to interfaceTypes : List<TypeDescription> in method protected DefaultOptionalMatchedMethodInterception(interfaceTypes List<TypeDescription>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception | From | To | |
Change Parameter Type values : List<String> to values : Collection<String> in method public makeEnumeration(values Collection<String>) : DynamicType.Builder<? extends Enum<?>> in class net.bytebuddy.ByteBuddy.Proxy | From | To | |
Change Parameter Type values : List<String> to values : Collection<String> in method public makeEnumeration(values Collection<String>) : DynamicType.Builder<? extends Enum<?>> in class net.bytebuddy.ByteBuddy | From | To | |
Rename Variable | 1 | ||
Rename Variable typeDescription : TypeDescription to item : Object in method public unique(items T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
Rename Attribute | 1 | ||
Rename Attribute interfaceType : TypeDescription[] to additionalInterfaceTypes : List<TypeDescription> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception | From | To | |
Change Variable Type | 2 | ||
Change Variable Type typeDescription : TypeDescription to item : Object in method public unique(items T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
Change Variable Type types : Set<String> to types : Set<Object> in method public unique(items T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type interfaceType : TypeDescription[] to additionalInterfaceTypes : List<TypeDescription> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception | From | To | |
Extract Method | 4 | ||
Extract Method public annotateField(annotations Collection<? extends AnnotationDescription>) : FieldAnnotationTarget<S> extracted from public annotateField(annotation AnnotationDescription...) : FieldAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultFieldValueTarget | From | To | |
Extract Method public withTypeAnnotation(annotations Collection<? extends AnnotationDescription>) : ByteBuddy extracted from public withTypeAnnotation(annotation AnnotationDescription...) : ByteBuddy in class net.bytebuddy.ByteBuddy | From | To | |
Extract Method public withImplementing(types Collection<? extends TypeDescription>) : OptionalMethodInterception extracted from public withImplementing(type TypeDescription...) : OptionalMethodInterception in class net.bytebuddy.ByteBuddy | From | To | |
Extract Method public throwing(exceptionTypes Collection<? extends TypeDescription>) : MatchedMethodInterception<S> extracted from public throwing(type TypeDescription...) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public annotateMethod(annotations Collection<? extends AnnotationDescription>) : MethodAnnotationTarget extracted from public annotateMethod(annotation AnnotationDescription...) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget & moved to class net.bytebuddy.ByteBuddy.MethodAnnotationTarget | From | To | |
Extract And Move Method public annotateParameter(parameterIndex int, annotations Collection<? extends AnnotationDescription>) : MethodAnnotationTarget extracted from public annotateParameter(parameterIndex int, annotation AnnotationDescription...) : MethodAnnotationTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultMethodAnnotationTarget & moved to class net.bytebuddy.ByteBuddy.MethodAnnotationTarget | From | To | |
Rename Parameter | 6 | ||
Rename Parameter type : Class<?>... to exceptionType : Class<?>... in method public throwing(exceptionType Class<?>...) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception | From | To | |
Rename Parameter type : TypeDescription... to exceptionType : TypeDescription... in method public throwing(exceptionType TypeDescription...) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultExceptionDeclarableMethodInterception | From | To | |
Rename Parameter interfaceType : TypeDescription[] to interfaceTypes : List<TypeDescription> in method protected DefaultOptionalMatchedMethodInterception(interfaceTypes List<TypeDescription>) in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase.DefaultOptionalMatchedMethodInterception | From | To | |
Rename Parameter type : Class<?>... to exceptionType : Class<?>... in method public throwing(exceptionType Class<?>...) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.ExceptionDeclarableMethodInterception | From | To | |
Rename Parameter type : TypeDescription... to exceptionType : TypeDescription... in method public throwing(exceptionType TypeDescription...) : MatchedMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.ExceptionDeclarableMethodInterception | From | To | |
Rename Parameter typeDescriptions : T to items : T in method public unique(items T) : T in class net.bytebuddy.utility.ByteBuddyCommons | From | To |