03b5d9e45df60e493edf048e96de7bdae070fb24
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 73
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public applyCustom() : void renamed to public applyBasic() : void in class net.bytebuddy.test.utility.ObjectPropertyAssertion | From | To | |
Rename Method public applyMutable() : void renamed to public applyBasic() : void in class net.bytebuddy.test.utility.ObjectPropertyAssertion | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type typeMatcher : ElementMatcher<? super TypeDescription> to typeMatcher : ElementMatcher<? super GenericTypeDescription> in method public DeclaringTypeMatcher(typeMatcher ElementMatcher<? super GenericTypeDescription>) in class net.bytebuddy.matcher.DeclaringTypeMatcher | From | To | |
Change Parameter Type matcher : ElementMatcher<? super TypeDescription> to matcher : ElementMatcher<? super GenericTypeDescription> in method public isDeclaredBy(matcher ElementMatcher<? super GenericTypeDescription>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Change Return Type | 4 | ||
Change Return Type TypeDescription to GenericTypeDescription in method public getDeclaringType() : GenericTypeDescription in class net.bytebuddy.description.field.FieldDescription.TypeSubstituting | From | To | |
Change Return Type TypeDescription to GenericTypeDescription in method public getDeclaringType() : GenericTypeDescription in class net.bytebuddy.dynamic.scaffold.MethodLookupEngine.OverriddenClassMethod | From | To | |
Change Return Type TypeDescription to GenericTypeDescription in method public getDeclaringType() : GenericTypeDescription in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedMethod.RebasedMethod | From | To | |
Change Return Type TypeDescription to GenericTypeDescription in method public getDeclaringType() : GenericTypeDescription in class net.bytebuddy.dynamic.scaffold.inline.MethodRebaseResolver.Resolution.ForRebasedConstructor.RebasedConstructor | From | To | |
Extract Variable | 5 | ||
Extract Variable typeDescription : TypeDescription in method public testIsValid() : void from class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTargetSpecialMethodInvocationTest | From | To | |
Extract Variable declaringType : TypeDescription in method protected make(name String, returnType TypeDescription, parameterTypes List<TypeDescription>, targetType TypeDescription) : Implementation.SpecialMethodInvocation from class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTargetSpecialMethodInvocationTest | From | To | |
Extract Variable declaringType : TypeDescription in method protected make(name String, returnType TypeDescription, parameterTypes List<TypeDescription>, targetType TypeDescription) : Implementation.SpecialMethodInvocation from class net.bytebuddy.implementation.ImplementationSpecialMethodInvocationSimpleTest | From | To | |
Extract Variable typeDescription : TypeDescription in method public testMethodHandleBinding() : void from class net.bytebuddy.implementation.bind.annotation.OriginBinderTest | From | To | |
Extract Variable typeDescription : TypeDescription in method public testIsInvalid() : void from class net.bytebuddy.dynamic.scaffold.inline.RebaseImplementationTargetSpecialMethodInvocationTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type typeDescription : TypeDescription to typeDescription : GenericTypeDescription in method public matches(target T) : boolean in class net.bytebuddy.matcher.DeclaringTypeMatcher | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type typeMatcher : ElementMatcher<? super TypeDescription> to typeMatcher : ElementMatcher<? super GenericTypeDescription> in class net.bytebuddy.matcher.DeclaringTypeMatcher | From | To | |
Change Attribute Type secondType : TypeDescription to secondType : GenericTypeDescription in class net.bytebuddy.dynamic.scaffold.MethodLookupEngineOverriddenClassMethodTest | From | To | |
Change Attribute Type typeMatcher : ElementMatcher<? super TypeDescription> to typeMatcher : ElementMatcher<? super GenericTypeDescription> in class net.bytebuddy.matcher.DeclaringTypeMatcherTest | From | To | |
Change Attribute Type firstType : TypeDescription to firstType : GenericTypeDescription in class net.bytebuddy.dynamic.scaffold.MethodLookupEngineOverriddenClassMethodTest | From | To |