eec02c2dad0349e9ef4f45ea52c951916770587c
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public defineConstructor(parameterTypes List<? extends TypeDescription>, modifiers int) : ExceptionDeclarableMethodInterception<S> extracted from public defineConstructor(parameterTypes List<? extends TypeDescription>, modifier ModifierContributor.ForMethod...) : ExceptionDeclarableMethodInterception<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase | From | To | |
Extract Method public defineField(name String, fieldTypeDescription TypeDescription, modifiers int) : FieldValueTarget<S> extracted from public defineField(name String, fieldType TypeDescription, modifier ModifierContributor.ForField...) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fieldType : TypeDescription to fieldTypeDescription : TypeDescription in method public defineField(name String, fieldTypeDescription TypeDescription, modifiers int) : FieldValueTarget<S> in class net.bytebuddy.dynamic.DynamicType.Builder.AbstractBase | From | To |