2df8323212662afef2d1caa3c70bd5d0fda32223
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getJavaMethod() : Optional<Method> renamed to public getJavaMethodName() : Optional<String> in class org.junit.gen5.engine.JavaSource | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type sourceMethod : Optional<Method> to sourceMethodName : Optional<String> in method private getStackTraceWriter(sourceClass Class<?>, sourceMethodName Optional<String>, throwable Optional<Throwable>) : StackTraceWriter in class org.junit.gen5.surefire.RunListenerAdapter | From | To | |
Rename Variable | 1 | ||
Rename Variable sourceMethod : Optional<Method> to sourceMethodName : Optional<String> in method private createReportEntry(testIdentifier TestIdentifier, throwable Optional<Throwable>) : SimpleReportEntry in class org.junit.gen5.surefire.RunListenerAdapter | From | To | |
Change Return Type | 2 | ||
Change Return Type Optional<File> to File in method public getFile() : File in class org.junit.gen5.engine.FileSystemSource | From | To | |
Change Return Type Optional<Method> to Optional<String> in method public getJavaMethodName() : Optional<String> in class org.junit.gen5.engine.JavaSource | From | To | |
Rename Attribute | 1 | ||
Rename Attribute javaMethod : Method to javaMethodName : String in class org.junit.gen5.engine.JavaSource | From | To | |
Change Variable Type | 1 | ||
Change Variable Type sourceMethod : Optional<Method> to sourceMethodName : Optional<String> in method private createReportEntry(testIdentifier TestIdentifier, throwable Optional<Throwable>) : SimpleReportEntry in class org.junit.gen5.surefire.RunListenerAdapter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type javaMethod : Method to javaMethodName : String in class org.junit.gen5.engine.JavaSource | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sourceMethod : Optional<Method> to sourceMethodName : Optional<String> in method private getStackTraceWriter(sourceClass Class<?>, sourceMethodName Optional<String>, throwable Optional<Throwable>) : StackTraceWriter in class org.junit.gen5.surefire.RunListenerAdapter | From | To |