01570a451806cce75fd66b9e02a4631d4ba5509e
Files Diff
- Added: 9
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 2 | ||
Move And Rename Method private triggerViews(serverClient ServerClient, server Server) : void from class org.sonar.batch.bootstrap.GlobalContainer to public execute() : void from class org.sonar.batch.task.ViewsTask | From | To | |
Move And Rename Method public executeAnalysis(analysisProperties Map<String,String>, components Object...) : void from class org.sonar.batch.bootstrap.GlobalContainer to public execute() : void from class org.sonar.batch.task.ScanTask | From | To | |
Move Method | 2 | ||
Move Method private getProjectKeyWithBranch(props AnalysisProperties) : String from class org.sonar.batch.bootstrap.GlobalContainer to private getProjectKeyWithBranch(props AnalysisProperties) : String from class org.sonar.batch.task.ScanTask | From | To | |
Move Method private isIssuesMode(props AnalysisProperties) : boolean from class org.sonar.batch.bootstrap.GlobalContainer to private isIssuesMode(props AnalysisProperties) : boolean from class org.sonar.batch.task.ScanTask | From | To | |
Extract Class | 1 | ||
Extract Class org.sonar.batch.task.ScanTask from class org.sonar.batch.bootstrap.GlobalContainer | From | To |