236d8879c6a669028b7e79e03611b9d9122183b8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getStackTraceWriter(testDescriptor TestDescriptor, t Throwable) : StackTraceWriter renamed to private getClassNameOrUniqueId(testDescriptor TestDescriptor) : String in class org.junit.gen5.surefire.RunListenerAdapter | From | To | |
Change Return Type | 2 | ||
Change Return Type String to Optional<String> in method private getClassName(testDescriptor TestDescriptor) : Optional<String> in class org.junit.gen5.surefire.RunListenerAdapter | From | To | |
Change Return Type StackTraceWriter to String in method private getClassNameOrUniqueId(testDescriptor TestDescriptor) : String in class org.junit.gen5.surefire.RunListenerAdapter | From | To | |
Extract Method | 1 | ||
Extract Method private getJavaSource(testDescriptor TestDescriptor) : Optional<JavaSource> extracted from private getClassName(testDescriptor TestDescriptor) : String in class org.junit.gen5.surefire.RunListenerAdapter | From | To |