d4659909aab7c9d7b80c54527b934039a3863e08
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getDownloads() : List<String> renamed to public getDownloadedPluginFilenames() : List<String> in class org.sonar.server.plugins.PluginDownloader | From | To | |
Extract Method | 2 | ||
Extract Method private listPlugins(dir File) : Collection<File> extracted from public getDownloads() : List<String> in class org.sonar.server.plugins.PluginDownloader | From | To | |
Extract Method private listTempFile(dir File) : Collection<File> extracted from public start() : void in class org.sonar.server.plugins.PluginDownloader | From | To |