58014ee3d4f6b27a6bbcb37c0ae6a305cf1c3c5b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private resolveIntoFilteredTestClass(testClassName String, uniqueId UniqueId, collector TestClassCollector) : void renamed to private loadTestClass(className String, uniqueId UniqueId) : Optional<Class<?>> in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to Optional<Class<?>> in method private loadTestClass(className String, uniqueId UniqueId) : Optional<Class<?>> in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver | From | To | |
| Extract Variable | 1 | ||
| Extract Variable isEngineId : boolean in method private isNotEngineId(uniqueId UniqueId) : boolean from class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver | From | To | |
| Extract Method | 1 | ||
| Extract Method private isNotEngineId(uniqueId UniqueId) : boolean extracted from package resolve(selector UniqueIdSelector, collector TestClassCollector) : void in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter testClassName : String to className : String in method private loadTestClass(className String, uniqueId UniqueId) : Optional<Class<?>> in class org.junit.vintage.engine.discovery.UniqueIdSelectorResolver | From | To |