266a03736ebc3f75da2f490e022dbe1350625999
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public fromMethodInSubclass() : void renamed to public fromMethodWithParameters() : void in class org.junit.gen5.engine.junit5.UniqueIdTest | From | To | |
Rename Method private findElement(uniqueId String, parts List<String>) : AnnotatedElement renamed to private createElement(uniqueId String, parts List<String>) : UniqueId in class org.junit.gen5.engine.junit5.descriptor.UniqueId | From | To | |
Rename Variable | 1 | ||
Rename Variable current : AnnotatedElement to currentJavaElement : AnnotatedElement in method private createElement(uniqueId String, parts List<String>) : UniqueId in class org.junit.gen5.engine.junit5.descriptor.UniqueId | From | To | |
Change Return Type | 1 | ||
Change Return Type AnnotatedElement to UniqueId in method private createElement(uniqueId String, parts List<String>) : UniqueId in class org.junit.gen5.engine.junit5.descriptor.UniqueId | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable enclosingClass : Class<?> to testClass : Class<?> in method private resolveMethod(method Method, testClass Class<?>, uniqueId String, parent AbstractTestDescriptor, withChildren boolean) : void in class org.junit.gen5.engine.junit5.descriptor.SpecificationResolver | From | To |