188fb3892041b1cf49a7947f90a117a441e09c9c
Files Diff
- Added: 15
- Removed: 6
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type workerLauncher : ComputationThreadLauncher to workerLauncher : ReportProcessingScheduler in method public SubmitReportAction(queue ReportQueue, workerLauncher ReportProcessingScheduler, userSession UserSession, queueStatus CEQueueStatus) in class org.sonar.server.computation.ws.SubmitReportAction | From | To | |
Change Parameter Type delegate : ExecutorService to delegate : T in method public AbstractStoppableExecutorService(delegate T) in class org.sonar.server.util.AbstractStoppableExecutorService | From | To | |
Rename Class | 5 | ||
Rename Class org.sonar.server.computation.ComputationThreadLauncher renamed to org.sonar.server.computation.ReportProcessingScheduler | From | To | |
Rename Class org.sonar.server.computation.ComputationThreadTest renamed to org.sonar.server.computation.ReportProcessingTaskTest | From | To | |
Rename Class org.sonar.server.computation.ComputationThread renamed to org.sonar.server.computation.ReportProcessingTask | From | To | |
Rename Class org.sonar.server.computation.ComputationServiceTest renamed to org.sonar.server.computation.ReportProcessorTest | From | To | |
Rename Class org.sonar.server.computation.ComputationService renamed to org.sonar.server.computation.ReportProcessor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute executorService : ScheduledExecutorService to batchExecutorService : ComputeEngineBatchExecutorService in class org.sonar.server.computation.ReportProcessingScheduler | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type workerLauncher : ComputationThreadLauncher to workerLauncher : ReportProcessingScheduler in class org.sonar.server.computation.ws.SubmitReportAction | From | To | |
Change Attribute Type executorService : ScheduledExecutorService to batchExecutorService : ComputeEngineBatchExecutorService in class org.sonar.server.computation.ReportProcessingScheduler | From | To | |
Change Attribute Type underTest : ComputationService to underTest : ReportProcessor in class org.sonar.server.computation.ReportProcessorTest | From | To | |
Change Attribute Type workerLauncher : ComputationThreadLauncher to workerLauncher : ReportProcessingScheduler in class org.sonar.server.computation.ws.SubmitReportActionTest | From | To | |
Change Attribute Type delegate : ExecutorService to delegate : T in class org.sonar.server.util.AbstractStoppableExecutorService | From | To | |
Change Attribute Type underTest : ComputationThread to underTest : ReportProcessingTask in class org.sonar.server.computation.ReportProcessingTaskTest | From | To |