|
Change Parameter Type props : ScannerProperties to props : ProcessedScannerProperties in method public DefaultAnalysisMode(props ProcessedScannerProperties, analysisMode GlobalAnalysisMode) in class org.sonar.scanner.analysis.DefaultAnalysisMode |
From |
To |
|
Change Parameter Type props : ScannerProperties to props : ProcessedScannerProperties in method public provide(loader QualityProfileLoader, projectRepositories ProjectRepositories, props ProcessedScannerProperties) : QualityProfiles in class org.sonar.scanner.repository.QualityProfilesProvider |
From |
To |
|
Change Parameter Type loader : SettingsLoader to loader : ProjectSettingsLoader in method public provide(loader ProjectSettingsLoader, analysisWarnings AnalysisWarnings) : ProjectServerSettings in class org.sonar.scanner.scan.ProjectServerSettingsProvider |
From |
To |
|
Change Parameter Type props : ScannerProperties to props : RawScannerProperties in method public GlobalAnalysisMode(props RawScannerProperties) in class org.sonar.scanner.bootstrap.GlobalAnalysisMode |
From |
To |
|
Change Parameter Type scannerProperties : ScannerProperties to scannerProperties : ProcessedScannerProperties in method public provide(loader ProjectRepositoriesLoader, scannerProperties ProcessedScannerProperties, mode GlobalAnalysisMode, branchConfig BranchConfiguration) : ProjectRepositories in class org.sonar.scanner.repository.ProjectRepositoriesProvider |
From |
To |
|
Change Parameter Type analysisProps : ScannerProperties to analysisProps : ProcessedScannerProperties in method private createmode(analysisProps ProcessedScannerProperties) : DefaultAnalysisMode in class org.sonar.scanner.analysis.DefaultAnalysisModeTest |
From |
To |
|
Change Parameter Type scannerProps : ScannerProperties to scannerProps : RawScannerProperties in method public provide(scannerProps RawScannerProperties) : TempFolder in class org.sonar.scanner.bootstrap.GlobalTempFolderProvider |
From |
To |
|
Change Parameter Type scannerProps : ScannerProperties to scannerProps : RawScannerProperties in method public provide(globalServerSettings GlobalServerSettings, scannerProps RawScannerProperties, propertyDefinitions PropertyDefinitions) : GlobalConfiguration in class org.sonar.scanner.bootstrap.GlobalConfigurationProvider |
From |
To |
|
Change Parameter Type scannerProps : ScannerProperties to scannerProps : RawScannerProperties in method public provide(scannerProps RawScannerProperties, env EnvironmentInformation, globalMode GlobalAnalysisMode, system System2) : ScannerWsClient in class org.sonar.scanner.bootstrap.ScannerWsClientProvider |
From |
To |
|
Change Parameter Type loader : SettingsLoader to loader : GlobalSettingsLoader in method public provide(loader GlobalSettingsLoader) : GlobalServerSettings in class org.sonar.scanner.bootstrap.GlobalServerSettingsProvider |
From |
To |
|
Change Parameter Type props : ScannerProperties to props : RawScannerProperties in method private findSonarHome(props RawScannerProperties) : Path in class org.sonar.scanner.bootstrap.GlobalTempFolderProvider |
From |
To |
|
Change Parameter Type props : ScannerProperties to props : ProcessedScannerProperties in method private getSonarProfile(props ProcessedScannerProperties) : String in class org.sonar.scanner.repository.QualityProfilesProvider |
From |
To |
|
Change Parameter Type props : ScannerProperties to props : ProcessedScannerProperties in method public ProjectReactorBuilder(props ProcessedScannerProperties, analysisWarnings AnalysisWarnings) in class org.sonar.scanner.scan.ProjectReactorBuilder |
From |
To |
|
Move Method public get() : String from class org.sonar.scanner.bootstrap.ScannerProperties to public get() : String from class org.sonar.scanner.bootstrap.ProcessedScannerProperties |
From |
To |
|
Move Method public getKeyWithBranch() : String from class org.sonar.scanner.bootstrap.ScannerProperties to public getKeyWithBranch() : String from class org.sonar.scanner.bootstrap.ProcessedScannerProperties |
From |
To |
|
Move Method private getKey() : String from class org.sonar.scanner.bootstrap.ScannerProperties to private getKey() : String from class org.sonar.scanner.bootstrap.ProcessedScannerProperties |
From |
To |
|
Move Method public getProjectSettings() : Map<String,String> from class org.sonar.scanner.mediumtest.ScannerMediumTester.FakeSettingsLoader to public getProjectSettings() : Map<String,String> from class org.sonar.scanner.mediumtest.ScannerMediumTester.FakeProjectSettingsLoader |
From |
To |
|
Move Method private getBranch() : String from class org.sonar.scanner.bootstrap.ScannerProperties to private getBranch() : String from class org.sonar.scanner.bootstrap.ProcessedScannerProperties |
From |
To |
|
Move Method public loadProjectSettings() : Map<String,String> from class org.sonar.scanner.mediumtest.ScannerMediumTester.FakeSettingsLoader to public loadProjectSettings() : Map<String,String> from class org.sonar.scanner.mediumtest.ScannerMediumTester.FakeProjectSettingsLoader |
From |
To |
|
Change Variable Type scannerProps : ScannerProperties to rawScannerProperties : RawScannerProperties in method protected doBeforeStart() : void in class org.sonar.scanner.bootstrap.GlobalContainer |
From |
To |
|
Change Variable Type props : ScannerProperties to props : RawScannerProperties in method private createMode(key String, value String) : GlobalAnalysisMode in class org.sonar.scanner.bootstrap.GlobalAnalysisModeTest |
From |
To |
|
Change Variable Type settings : ScannerProperties to settings : RawScannerProperties in method public build_singleton() : void in class org.sonar.scanner.bootstrap.ScannerWsClientProviderTest |
From |
To |
|
Change Variable Type settings : ScannerProperties to settings : RawScannerProperties in method public provide_client_with_default_settings() : void in class org.sonar.scanner.bootstrap.ScannerWsClientProviderTest |
From |
To |
|
Change Variable Type globalProperties : ScannerProperties to globalProperties : RawScannerProperties in method public homeIsSymbolicLink() : void in class org.sonar.scanner.bootstrap.GlobalTempFolderProviderTest |
From |
To |
|
Change Variable Type settings : ScannerProperties to settings : RawScannerProperties in method public provide_client_with_custom_settings() : void in class org.sonar.scanner.bootstrap.ScannerWsClientProviderTest |
From |
To |
|
Change Variable Type globalProperties : ScannerProperties to globalProperties : RawScannerProperties in method public dotWorkingDir() : void in class org.sonar.scanner.bootstrap.GlobalTempFolderProviderTest |
From |
To |