16ea4d193258341a2ac1b5207852cac471c240a9
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Attribute | 2 | ||
| Move Attribute private typeList : GenericTypeList from class net.bytebuddy.matcher.MethodParameterTypeMatcherTest to private typeList : GenericTypeList from class net.bytebuddy.matcher.MethodParameterTypesMatcherTest | From | To | |
| Move Attribute private parameterList : ParameterList from class net.bytebuddy.matcher.MethodParameterTypeMatcherTest to private parameterList : ParameterList from class net.bytebuddy.matcher.MethodParameterTypesMatcherTest | From | To | |
| Extract Class | 1 | ||
| Extract Class net.bytebuddy.matcher.MethodParameterTypesMatcherTest from class net.bytebuddy.matcher.MethodParameterTypeMatcherTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute typeList : GenericTypeList to typeDescription : GenericTypeDescription in class net.bytebuddy.matcher.MethodParameterTypeMatcherTest | From | To | |
| Rename Attribute parameterList : ParameterList to parameterDescription : ParameterDescription in class net.bytebuddy.matcher.MethodParameterTypeMatcherTest | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type typeList : GenericTypeList to typeDescription : GenericTypeDescription in class net.bytebuddy.matcher.MethodParameterTypeMatcherTest | From | To | |
| Change Attribute Type parameterList : ParameterList to parameterDescription : ParameterDescription in class net.bytebuddy.matcher.MethodParameterTypeMatcherTest | From | To | |
| Change Attribute Type parameterMatcher : ElementMatcher<? super List<? extends GenericTypeDescription>> to parameterMatcher : ElementMatcher<? super GenericTypeDescription> in class net.bytebuddy.matcher.MethodParameterTypeMatcherTest | From | To |