0b186ebecd02eef5f502475568fff1cc94b4d2ad
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected resolve(typeResolutionStrategy TypeResolutionStrategy.Resolved) : DynamicType.Unloaded<U> renamed to protected toDynamicType(typeResolutionStrategy TypeResolutionStrategy.Resolved) : DynamicType.Unloaded<S> in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.UnresolvedType | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type auxiliaryTypes : List<DynamicType> to auxiliaryTypes : List<? extends DynamicType> in method protected Default(instrumentedType TypeDescription, classFileVersion ClassFileVersion, fieldPool FieldPool, auxiliaryTypes List<? extends DynamicType>, instrumentedMethods MethodList<?>, loadedTypeInitializer LoadedTypeInitializer, typeInitializer TypeInitializer, typeAttributeAppender TypeAttributeAppender, asmVisitorWrapper AsmVisitorWrapper, annotationValueFilterFactory AnnotationValueFilter.Factory, annotationRetention AnnotationRetention, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, typeValidation TypeValidation, typePool TypePool) in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default | From | To | |
Change Parameter Type explicitAuxiliaryTypes : List<DynamicType> to auxiliaryTypes : List<? extends DynamicType> in method protected ForCreation(instrumentedType TypeDescription, classFileVersion ClassFileVersion, fieldPool FieldPool, methodPool MethodPool, auxiliaryTypes List<? extends DynamicType>, instrumentedMethods MethodList<?>, loadedTypeInitializer LoadedTypeInitializer, typeInitializer TypeInitializer, typeAttributeAppender TypeAttributeAppender, asmVisitorWrapper AsmVisitorWrapper, annotationValueFilterFactory AnnotationValueFilter.Factory, annotationRetention AnnotationRetention, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, typeValidation TypeValidation, typePool TypePool) in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForCreation | From | To | |
Change Return Type | 4 | ||
Change Return Type DynamicType.Unloaded<U> to DynamicType.Unloaded<S> in method protected toDynamicType(typeResolutionStrategy TypeResolutionStrategy.Resolved) : DynamicType.Unloaded<S> in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.UnresolvedType | From | To | |
Change Return Type UnresolvedType<S> to UnresolvedType in method protected abstract create(typeInitializer TypeInitializer) : UnresolvedType in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default | From | To | |
Change Return Type UnresolvedType<U> to UnresolvedType in method protected create(typeInitializer TypeInitializer) : UnresolvedType in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForCreation | From | To | |
Change Return Type UnresolvedType<U> to UnresolvedType in method protected create(typeInitializer TypeInitializer) : UnresolvedType in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining | From | To | |
Change Variable Type | 1 | ||
Change Variable Type unresolvedType : UnresolvedType<S> to unresolvedType : UnresolvedType in method public make(typeResolutionStrategy TypeResolutionStrategy.Resolved) : DynamicType.Unloaded<S> in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type auxiliaryTypes : List<DynamicType> to auxiliaryTypes : List<? extends DynamicType> in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default | From | To | |
Rename Parameter | 3 | ||
Rename Parameter explicitAuxiliaryTypes : List<DynamicType> to auxiliaryTypes : List<? extends DynamicType> in method protected ForCreation(instrumentedType TypeDescription, classFileVersion ClassFileVersion, fieldPool FieldPool, methodPool MethodPool, auxiliaryTypes List<? extends DynamicType>, instrumentedMethods MethodList<?>, loadedTypeInitializer LoadedTypeInitializer, typeInitializer TypeInitializer, typeAttributeAppender TypeAttributeAppender, asmVisitorWrapper AsmVisitorWrapper, annotationValueFilterFactory AnnotationValueFilter.Factory, annotationRetention AnnotationRetention, auxiliaryTypeNamingStrategy AuxiliaryType.NamingStrategy, implementationContextFactory Implementation.Context.Factory, typeValidation TypeValidation, typePool TypePool) in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForCreation | From | To | |
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default | From | To | |
Rename Parameter other : Object to object : Object in method public equals(object Object) : boolean in class net.bytebuddy.dynamic.scaffold.TypeWriter.Default.ForInlining | From | To |