0001182a007e70261d447023f1fa5ad5e1a0b69f
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getPackedFileName(jarName String) : String renamed to private getUnpackedFileName(packedName String) : String in class org.sonar.home.cache.FileCache | From | To | |
Rename Attribute | 1 | ||
Rename Attribute dir : File to cacheDir : File in class org.sonar.home.cache.FileCache | From | To | |
Extract Method | 1 | ||
Extract Method private cacheMiss(targetFile File, expectedHash String, downloader Downloader) : void extracted from public get(jarFilename String, hash String, downloader Downloader) : File in class org.sonar.home.cache.FileCache | From | To | |
Rename Parameter | 4 | ||
Rename Parameter tempFile : Path to compressedFile : Path in method private unpack200(compressedFile Path, jarFile Path) : void in class org.sonar.home.cache.FileCache | From | To | |
Rename Parameter jarName : String to packedName : String in method private getUnpackedFileName(packedName String) : String in class org.sonar.home.cache.FileCache | From | To | |
Rename Parameter targetFile : Path to jarFile : Path in method private unpack200(compressedFile Path, jarFile Path) : void in class org.sonar.home.cache.FileCache | From | To | |
Rename Parameter jarFilename : String to filename : String in method public get(filename String, hash String, downloader Downloader) : File in class org.sonar.home.cache.FileCache | From | To |