dbbe9cab02bd2deeacbada242bc279731a1e80f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public isSetter(matcher ElementMatcher<? super TypeDescription.Generic>) : ElementMatcher.Junction<T> renamed to public isGenericSetter(matcher ElementMatcher<? super TypeDescription.Generic>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Rename Method public isGetter(matcher ElementMatcher<? super TypeDescription.Generic>) : ElementMatcher.Junction<T> renamed to public isGenericGetter(matcher ElementMatcher<? super TypeDescription.Generic>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Rename Method public isSetter(type TypeDescription.Generic) : ElementMatcher.Junction<T> renamed to public isGetter(type TypeDescription) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type type : TypeDescription.Generic to type : TypeDescription in method public isGetter(type TypeDescription) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Change Parameter Type type : Type to type : TypeDescription in method public isSetter(type TypeDescription) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To |