01e1c69fe35fac0678130f5784ee0b70422c8536
Files Diff
- Added: 4
- Removed: 6
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private getFileFromCache(filename String) : File renamed to private loadFile(filename String) : File in class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type fileCache : FileCache to pluginFiles : PluginFiles in method public ScannerPluginJarExploder(pluginFiles PluginFiles) in class org.sonar.scanner.bootstrap.ScannerPluginJarExploder | From | To | |
Rename Variable | 4 | ||
Rename Variable fileCache : FileCache to pluginFiles : PluginFiles in method public setUp() : void in class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest | From | To | |
Rename Variable destFile : File to dest : File in method private loadFile(filename String) : File in class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest | From | To | |
Rename Variable fileFromCache : File to jar : File in method public copy_and_extract_libs() : void in class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest | From | To | |
Rename Variable fileFromCache : File to jar : File in method public extract_only_libs() : void in class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private userHome : File from class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest to private userHome : File from class org.sonar.scanner.bootstrap.PluginFilesTest | From | To | |
Extract Class | 1 | ||
Extract Class org.sonar.scanner.bootstrap.PluginFiles from class org.sonar.scanner.bootstrap.ScannerPluginInstaller | From | To | |
Rename Attribute | 3 | ||
Rename Attribute userHome : File to tempDir : File in class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest | From | To | |
Rename Attribute fileCache : FileCache to pluginFiles : PluginFiles in class org.sonar.scanner.bootstrap.ScannerPluginJarExploder | From | To | |
Rename Attribute fileCache : FileCache to pluginFiles : PluginFiles in class org.sonar.scanner.bootstrap.ScannerPluginInstaller | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fileCache : FileCache to pluginFiles : PluginFiles in method public setUp() : void in class org.sonar.scanner.bootstrap.ScannerPluginJarExploderTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type fileCache : FileCache to pluginFiles : PluginFiles in class org.sonar.scanner.bootstrap.ScannerPluginJarExploder | From | To | |
Change Attribute Type fileCache : FileCache to pluginFiles : PluginFiles in class org.sonar.scanner.bootstrap.ScannerPluginInstaller | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fileCache : FileCache to pluginFiles : PluginFiles in method public ScannerPluginJarExploder(pluginFiles PluginFiles) in class org.sonar.scanner.bootstrap.ScannerPluginJarExploder | From | To |