69d4294df80f46dd02cff91c21b54f0cd97d4686
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public rawTypes(types Iterable<? extends TypeDescription>) : ElementMatcher.Junction<T> renamed to public erasures(types Iterable<? extends TypeDescription>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Rename Method public rawType(matcher ElementMatcher<? super TypeDescription>) : ElementMatcher.Junction<T> renamed to public erasure(matcher ElementMatcher<? super TypeDescription>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Rename Method public rawTypes(matcher ElementMatcher<? super Iterable<? extends TypeDescription>>) : ElementMatcher.Junction<T> renamed to public erasures(matcher ElementMatcher<? super Iterable<? extends TypeDescription>>) : ElementMatcher.Junction<T> in class net.bytebuddy.matcher.ElementMatchers | From | To | |
Rename Class | 4 | ||
Rename Class net.bytebuddy.matcher.CollectionRawTypeMatcher renamed to net.bytebuddy.matcher.CollectionErasureMatcher | From | To | |
Rename Class net.bytebuddy.matcher.RawTypeMatcher renamed to net.bytebuddy.matcher.ErasureMatcher | From | To | |
Rename Class net.bytebuddy.matcher.CollectionRawTypeMatcherTest renamed to net.bytebuddy.matcher.CollectionErasureMatcherTest | From | To | |
Rename Class net.bytebuddy.matcher.RawTypeMatcherTest renamed to net.bytebuddy.matcher.ErasureMatcherTest | From | To |