83c616259ff6c336b4f95055fbb008a5107e6379
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public forMethod(methodDescription MethodDescription.InDefinedShape) : CanCache renamed to public of(methodDescription MethodDescription.InDefinedShape) : CanCache in class net.bytebuddy.implementation.bytecode.constant.MethodConstant | From | To | |
Rename Attribute | 3 | ||
Rename Attribute NO_CACHING : boolean to UNCACHED : boolean in class net.bytebuddy.implementation.InvocationHandlerAdapter | From | To | |
Rename Attribute cacheMethods : boolean to cached : boolean in class net.bytebuddy.implementation.InvocationHandlerAdapter | From | To | |
Rename Attribute cacheMethods : boolean to privileged : boolean in class net.bytebuddy.implementation.InvocationHandlerAdapter | From | To | |
Split Attribute | 1 | ||
Split Attribute CACHING : boolean to [PRIVILEGED : boolean, CACHED : boolean] in class net.bytebuddy.implementation.InvocationHandlerAdapter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter cacheMethods : boolean to cached : boolean in method protected InvocationHandlerAdapter(fieldName String, cached boolean, privileged boolean, assigner Assigner) in class net.bytebuddy.implementation.InvocationHandlerAdapter | From | To |