3519b89690db44ab1d713dc3d8eb5623919e4706
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public invokingSuperMethod() : HashCodeMethod renamed to public usingSuperClassOffset() : HashCodeMethod in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Rename Method public usingInitialOffset(value int) : HashCodeMethod renamed to public usingOffset(value int) : HashCodeMethod in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type hashCodeInitializer : HashCodeInitializer to offsetProvider : OffsetProvider in method protected HashCodeMethod(offsetProvider OffsetProvider) in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Change Parameter Type hashCodeInitializer : HashCodeInitializer to offsetProvider : OffsetProvider in method private HashCodeMethod(offsetProvider OffsetProvider, multiplier int, ignored ElementMatcher.Junction<? super FieldDescription.InDefinedShape>, nonNullable ElementMatcher.Junction<? super FieldDescription.InDefinedShape>) in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private DEFAULT_MULTIPLIER : int in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Rename Class | 1 | ||
Rename Class net.bytebuddy.implementation.HashCodeMethod.HashCodeInitializer renamed to net.bytebuddy.implementation.HashCodeMethod.OffsetProvider | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class net.bytebuddy.implementation.HashCodeMethod.HashCodeInitializer.ForDefaultValue moved and renamed to net.bytebuddy.implementation.HashCodeMethod.OffsetProvider.ForFixedValue | From | To | |
Rename Attribute | 1 | ||
Rename Attribute hashCodeInitializer : HashCodeInitializer to offsetProvider : OffsetProvider in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type hashCodeInitializer : HashCodeInitializer to offsetProvider : OffsetProvider in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Rename Parameter | 2 | ||
Rename Parameter hashCodeInitializer : HashCodeInitializer to offsetProvider : OffsetProvider in method protected HashCodeMethod(offsetProvider OffsetProvider) in class net.bytebuddy.implementation.HashCodeMethod | From | To | |
Rename Parameter hashCodeInitializer : HashCodeInitializer to offsetProvider : OffsetProvider in method private HashCodeMethod(offsetProvider OffsetProvider, multiplier int, ignored ElementMatcher.Junction<? super FieldDescription.InDefinedShape>, nonNullable ElementMatcher.Junction<? super FieldDescription.InDefinedShape>) in class net.bytebuddy.implementation.HashCodeMethod | From | To |