73dfc230a840d446c8d85870993b5f657c1a3892
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private createDefaultTempDir(dirPrefix String) : CloseablePath renamed to private createTempDir() : CloseablePath in class org.junit.jupiter.api.support.io.TempDirectory | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute dirPrefix : String to TEMP_DIR_PREFIX : String in method private createTempDir() : CloseablePath in class org.junit.jupiter.api.support.io.TempDirectory | From | To |