9af4601195c3481205c030e8b8d9b0117829c185
Files Diff
- Added: 1
- Removed: 3
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected abstract doBuild(annotations List<? extends AnnotationDescription>) : Generic renamed to protected abstract doAnnotate(annotations List<? extends AnnotationDescription>) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
Rename Method protected doBuild(annotations List<? extends AnnotationDescription>) : Generic renamed to protected doAnnotate(annotations List<? extends AnnotationDescription>) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder.OfGenericArrayType | From | To | |
Inline Method | 2 | ||
Inline Method public asArray(arity int, annotations Collection<? extends AnnotationDescription>) : Builder inlined to public asArray(arity int) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
Inline Method public asArray(annotations Collection<? extends AnnotationDescription>) : Builder inlined to public asArray() : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private annotations : List<? extends AnnotationDescription> from class net.bytebuddy.description.type.TypeDescription.Generic.Builder.OfGenericArrayType to protected annotations : List<? extends AnnotationDescription> from class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
Change Return Type | 3 | ||
Change Return Type Generic to Builder in method public typeVariable(symbol String) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
Change Return Type Generic to Builder in method protected abstract doAnnotate(annotations List<? extends AnnotationDescription>) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder | From | To | |
Change Return Type Generic to Builder in method protected doAnnotate(annotations List<? extends AnnotationDescription>) : Builder in class net.bytebuddy.description.type.TypeDescription.Generic.Builder.OfGenericArrayType | From | To | |
Move And Rename Class | 2 | ||
Move And Rename Class net.bytebuddy.test.packaging.PackagePrivateExceptionType moved and renamed to net.bytebuddy.test.packaging.PackagePrivateType.ExceptionType | From | To | |
Move And Rename Class net.bytebuddy.test.packaging.PackagePrivateInterfaceType moved and renamed to net.bytebuddy.test.packaging.PackagePrivateType.InterfaceType | From | To |