d7f4bd2e60577e412804e7ff20a83fbc5a801c6e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type throwable : Optional<Throwable> to testExecutionResult : TestExecutionResult in method private reportFailedTest(testIdentifier TestIdentifier, testExecutionResult TestExecutionResult) : void in class org.junit.platform.surefire.provider.RunListenerAdapter | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<String> to String in method private getClassName(testIdentifier TestIdentifier) : String in class org.junit.platform.surefire.provider.RunListenerAdapter | From | To | |
Extract Method | 1 | ||
Extract Method private createReportEntry(testIdentifier TestIdentifier, testExecutionResult TestExecutionResult) : SimpleReportEntry extracted from private reportFailedTest(testIdentifier TestIdentifier, throwable Optional<Throwable>) : void in class org.junit.platform.surefire.provider.RunListenerAdapter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter throwable : Optional<Throwable> to testExecutionResult : TestExecutionResult in method private reportFailedTest(testIdentifier TestIdentifier, testExecutionResult TestExecutionResult) : void in class org.junit.platform.surefire.provider.RunListenerAdapter | From | To |