d95b36ffb6cea2337d6a0280c86d82912ae585c8
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getCurrentyByteBuddy() : ByteBuddy renamed to public getCurrentByteBuddy() : ByteBuddy in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState | From | To | |
| Move Method | 4 | ||
| Move Method public buildProxy(persistentClass Class, interfaces Class[]) : Class from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory to public buildProxy(persistentClass Class, interfaces Class[]) : Class from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper | From | To | |
| Move Method public deserializeProxy(serializableProxy SerializableProxy) : HibernateProxy from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory to public deserializeProxy(serializableProxy SerializableProxy) : HibernateProxy from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper | From | To | |
| Move Method private resolveIdGetterMethod(serializableProxy SerializableProxy) : Method from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory to private resolveIdGetterMethod(serializableProxy SerializableProxy) : Method from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper | From | To | |
| Move Method private resolveIdSetterMethod(serializableProxy SerializableProxy) : Method from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory to private resolveIdSetterMethod(serializableProxy SerializableProxy) : Method from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private PROXY_NAMING_SUFFIX : String from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory to private PROXY_NAMING_SUFFIX : String from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper | From | To | |
| Extract Class | 1 | ||
| Extract Class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper from class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory | From | To | |
| Move Class | 2 | ||
| Move Class org.hibernate.test.proxy.bytebuddy.ByteBuddyBasicProxyFactoryTest moved to org.hibernate.bytecode.internal.bytebuddy.ByteBuddyBasicProxyFactoryTest | From | To | |
| Move Class org.hibernate.test.bytecode.enhancement.bytebuddy.EnhancerWildFlyNamesTest moved to org.hibernate.bytecode.internal.bytebuddy.EnhancerWildFlyNamesTest | From | To | |
| Rename Attribute | 3 | ||
| Rename Attribute bytebuddy : ByteBuddyState to byteBuddyState : ByteBuddyState in class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl | From | To | |
| Rename Attribute bytebuddy : ByteBuddyState to byteBuddyState : ByteBuddyState in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl | From | To | |
| Rename Attribute bytebuddy : ByteBuddyState to byteBuddyState : ByteBuddyState in class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter bytebuddy : ByteBuddyState to byteBuddyState : ByteBuddyState in method public ProxyFactoryFactoryImpl(byteBuddyState ByteBuddyState, byteBuddyProxyHelper ByteBuddyProxyHelper) in class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl | From | To | |
| Rename Parameter bytebuddy : ByteBuddyState to byteBuddyState : ByteBuddyState in method public EnhancerImpl(enhancementContext EnhancementContext, byteBuddyState ByteBuddyState) in class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl | From | To |