6e7daff3c07134399372cf1a193c28026c6ee7b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method protected getDeclaredInterfaces() : GenericTypeList renamed to public getInterfaces() : GenericTypeList in class net.bytebuddy.dynamic.scaffold.InstrumentedType.Default | From | To | |
Rename Method protected getDeclaredSuperType() : GenericTypeDescription renamed to public getSuperType() : GenericTypeDescription in class net.bytebuddy.dynamic.scaffold.InstrumentedType.Default | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type typeDescriptions : List<? extends GenericTypeDescription> to typeDefinitions : List<? extends TypeDefinition> in method public ForTypes(methodDescription MethodDescription.InDefinedShape, typeDefinitions List<? extends TypeDefinition>) in class net.bytebuddy.description.method.ParameterList.Explicit.ForTypes | From | To | |
Rename Variable | 1 | ||
Rename Variable typeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in method public get(index int) : ParameterDescription.InDefinedShape in class net.bytebuddy.description.method.ParameterList.Explicit.ForTypes | From | To | |
Rename Attribute | 1 | ||
Rename Attribute typeDescriptions : List<? extends GenericTypeDescription> to typeDefinitions : List<? extends TypeDefinition> in class net.bytebuddy.description.method.ParameterList.Explicit.ForTypes | From | To | |
Change Variable Type | 1 | ||
Change Variable Type typeDescription : GenericTypeDescription to typeDefinition : TypeDefinition in method public get(index int) : ParameterDescription.InDefinedShape in class net.bytebuddy.description.method.ParameterList.Explicit.ForTypes | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type typeDescriptions : List<? extends GenericTypeDescription> to typeDefinitions : List<? extends TypeDefinition> in class net.bytebuddy.description.method.ParameterList.Explicit.ForTypes | From | To | |
Rename Parameter | 1 | ||
Rename Parameter typeDescriptions : List<? extends GenericTypeDescription> to typeDefinitions : List<? extends TypeDefinition> in method public ForTypes(methodDescription MethodDescription.InDefinedShape, typeDefinitions List<? extends TypeDefinition>) in class net.bytebuddy.description.method.ParameterList.Explicit.ForTypes | From | To |