6a3ed33627fb37185e4646ed49aed1a07ec33cb9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private buildClassPool(enhancementContext ByteBuddyEnhancementContext) : TypePool renamed to private buildTypePool(enhancementContext ByteBuddyEnhancementContext) : TypePool in class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl | From | To | |
Rename Attribute | 1 | ||
Rename Attribute classPool : TypePool to typePool : TypePool in class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl | From | To | |
Extract Method | 1 | ||
Extract Method private make(typePool TypePool, builder DynamicType.Builder<?>) : Unloaded<?> extracted from private make(builder DynamicType.Builder<?>) : Unloaded<?> in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState | From | To |