a28ef1d9398e88fffb855a2eee66c24b40686cde
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable report : AnalysisReportDto to reportKey : String in method public handle(request Request, response Response) : void in class org.sonar.server.computation.ws.SubmitReportWsAction | From | To | |
Change Return Type | 1 | ||
Change Return Type AnalysisReportDto to String in method public add(projectKey String, snapshotId Long, reportData InputStream) : String in class org.sonar.server.computation.AnalysisReportQueue | From | To | |
Rename Attribute | 2 | ||
Rename Attribute analysisTaskLauncher : ComputationWorkerLauncher to workerLauncher : ComputationWorkerLauncher in class org.sonar.server.computation.ws.SubmitReportWsActionTest | From | To | |
Rename Attribute taskLauncher : ComputationWorkerLauncher to workerLauncher : ComputationWorkerLauncher in class org.sonar.server.computation.ws.SubmitReportWsAction | From | To | |
Change Variable Type | 1 | ||
Change Variable Type report : AnalysisReportDto to reportKey : String in method public handle(request Request, response Response) : void in class org.sonar.server.computation.ws.SubmitReportWsAction | From | To | |
Rename Parameter | 1 | ||
Rename Parameter taskLauncher : ComputationWorkerLauncher to workerLauncher : ComputationWorkerLauncher in method public SubmitReportWsAction(queue AnalysisReportQueue, workerLauncher ComputationWorkerLauncher) in class org.sonar.server.computation.ws.SubmitReportWsAction | From | To |