6d7b8b4127d174e1d5cb7c686f5b44230faf2844
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public findAllAnnotations(element AnnotatedElement, annotationType Class<A>) : List<A> renamed to public findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>) : List<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Rename Method private findAllAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : List<A> renamed to private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : List<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Rename Class | 1 | ||
Rename Class org.junit.gen5.commons.util.AnnotationUtilsTests.DoubleAnnotationClass renamed to org.junit.gen5.commons.util.AnnotationUtilsTests.SingleTaggedClass | From | To | |
Extract Variable | 1 | ||
Extract Variable metaAnnotations : List<A> in method private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : List<A> from class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter taggedElement : AnnotatedElement to element : AnnotatedElement in method protected getTags(element AnnotatedElement) : Set<TestTag> in class org.junit.gen5.engine.junit5.descriptor.AbstractJUnit5TestDescriptor | From | To | |
Rename Parameter namedElement : AnnotatedElement to element : AnnotatedElement in method protected determineDisplayName(element AnnotatedElement, defaultName String) : String in class org.junit.gen5.engine.junit5.descriptor.AbstractJUnit5TestDescriptor | From | To |