4a32f1a0d5b5a6629b17257809298d7da179ac7f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type instrumentedMethod : MethodDescription.InDefinedShape to instrumentedMethod : MethodDescription in method public wrap(instrumentedType TypeDescription, instrumentedMethod MethodDescription, methodVisitor MethodVisitor, implementationContext Implementation.Context, typePool TypePool, writerFlags int, readerFlags int) : MethodVisitor in class org.hibernate.bytecode.enhance.internal.bytebuddy.FieldAccessEnhancer | From | To | |
| Change Parameter Type instrumentedMethod : MethodDescription.InDefinedShape to instrumentedMethod : MethodDescription in method public wrap(instrumentedType TypeDescription, instrumentedMethod MethodDescription, methodVisitor MethodVisitor, implementationContext Implementation.Context, typePool TypePool, writerFlags int, readerFlags int) : MethodVisitor in class org.hibernate.bytecode.enhance.internal.bytebuddy.PersistentAttributeTransformer | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type key : Set<Class> to key : Set<Class<?>> in method public buildProxy(persistentClass Class, interfaces Class[]) : Class in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type FAST_CLASSES : ConcurrentMap<Class,Class> to FAST_CLASSES : TypeCache<String> in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl | From | To | |
| Change Attribute Type BULK_ACCESSORS : ConcurrentMap<Class,Class> to BULK_ACCESSORS : TypeCache<String> in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl | From | To | |
| Change Attribute Type CACHE : ConcurrentMap<Set<Class>,Class> to CACHE : TypeCache<TypeCache.SimpleKey> in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory | From | To |