|
Change Parameter Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public IssuesReportBuilder(issueCache IssueCache, ruleFinder RuleFinder, resourceCache ResourceCache, projectTree DefaultProjectTree, inputPathCache InputPathCache) in class org.sonar.batch.scan.report.IssuesReportBuilder |
From |
To |
|
Change Parameter Type taskProps : TaskProperties to taskProps : AnalysisProperties in method public provide(loader ProjectRepositoriesLoader, reactor ProjectReactor, taskProps AnalysisProperties, analysisMode AnalysisMode) : ProjectRepositories in class org.sonar.batch.repository.ProjectRepositoriesProvider |
From |
To |
|
Change Parameter Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public PeriodsDefinition(session DatabaseSession, projectTree DefaultProjectTree, settings Settings, pastSnapshotFinder PastSnapshotFinder) in class org.sonar.batch.deprecated.components.PeriodsDefinition |
From |
To |
|
Change Parameter Type taskProperties : TaskProperties to taskProperties : AnalysisProperties in method public load(reactor ProjectReactor, taskProperties AnalysisProperties) : ProjectRepositories in class org.sonar.batch.mediumtest.BatchMediumTester.FakeProjectRepositoriesLoader |
From |
To |
|
Change Parameter Type projectReactor : ProjectReactor to projectReactor : ImmutableProjectReactor in method public DefaultProjectTree(projectReactor ImmutableProjectReactor, projectConfigurator ProjectConfigurator) in class org.sonar.batch.DefaultProjectTree |
From |
To |
|
Change Parameter Type props : TaskProperties to props : AnalysisProperties in method public DeprecatedProjectReactorBuilder(props AnalysisProperties) in class org.sonar.batch.scan.DeprecatedProjectReactorBuilder |
From |
To |
|
Change Parameter Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public IssuableFactory(moduleIssues ModuleIssues, cache IssueCache, projectTree DefaultProjectTree) in class org.sonar.batch.issue.IssuableFactory |
From |
To |
|
Change Parameter Type taskProperties : TaskProperties to taskProperties : AnalysisProperties in method public load(reactor ProjectReactor, taskProperties AnalysisProperties) : ProjectRepositories in class org.sonar.batch.repository.ProjectRepositoriesLoader |
From |
To |
|
Change Parameter Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public DefaultIndex(resourceCache ResourceCache, dependencyPersister DependencyPersister, projectTree DefaultProjectTree, metricFinder MetricFinder, measureCache MeasureCache) in class org.sonar.batch.index.DefaultIndex |
From |
To |
|
Change Parameter Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public ResourcePersister(projectTree DefaultProjectTree, session DatabaseSession, permissions ResourcePermissions, resourceCache ResourceCache, scanGraph ScanGraph) in class org.sonar.batch.index.ResourcePersister |
From |
To |
|
Change Parameter Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public ProjectLock(semaphores Semaphores, projectTree DefaultProjectTree, analysisMode DefaultAnalysisMode, i18n I18n) in class org.sonar.batch.scan.ProjectLock |
From |
To |
|
Change Parameter Type taskProperties : TaskProperties to taskProperties : AnalysisProperties in method public load(reactor ProjectReactor, taskProperties AnalysisProperties) : ProjectRepositories in class org.sonar.batch.repository.DefaultProjectRepositoriesLoader |
From |
To |
|
Change Parameter Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public DefaultIndex(resourceCache ResourceCache, dependencyPersister DependencyPersister, projectTree DefaultProjectTree, metricFinder MetricFinder, migration ResourceKeyMigration, measureCache MeasureCache) in class org.sonar.batch.index.DefaultIndex |
From |
To |
|
Change Parameter Type props : TaskProperties to props : AnalysisProperties in method public ProjectReactorBuilder(props AnalysisProperties) in class org.sonar.batch.scan.ProjectReactorBuilder |
From |
To |
|
Change Parameter Type extensions : BatchExtension... to extensions : Object... in method private newSelector(extensions Object...) : BatchExtensionDictionnary in class org.sonar.batch.bootstrap.BatchExtensionDictionnaryTest |
From |
To |
|
Change Variable Type c : BatchExtension to c : Sensor in method public shouldSearchInParentContainers() : void in class org.sonar.batch.bootstrap.BatchExtensionDictionnaryTest |
From |
To |
|
Change Variable Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public should_not_init_past_snapshots_if_first_analysis() : void in class org.sonar.batch.deprecated.components.PeriodsDefinitionTest |
From |
To |
|
Change Variable Type taskProps : TaskProperties to taskProps : AnalysisProperties in method private loadProjectDefinition(projectFolder String) : ProjectDefinition in class org.sonar.batch.scan.DeprecatedProjectReactorBuilderTest |
From |
To |
|
Change Variable Type bootstrapProps : TaskProperties to bootstrapProps : AnalysisProperties in method private loadProjectDefinition(projectFolder String) : ProjectDefinition in class org.sonar.batch.scan.ProjectReactorBuilderTest |
From |
To |
|
Change Variable Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public should_init_past_snapshots() : void in class org.sonar.batch.deprecated.components.PeriodsDefinitionTest |
From |
To |
|
Change Variable Type projectTree : ProjectTree to projectTree : DefaultProjectTree in method public createIndex() : void in class org.sonar.batch.index.DefaultIndexTest |
From |
To |
|
Change Variable Type taskProperties : TaskProperties to taskProperties : AnalysisProperties in method public shouldRemoveModulePropertiesFromTaskProperties() : void in class org.sonar.batch.scan.ProjectReactorBuilderTest |
From |
To |
|
Change Variable Type a : BatchExtension to a : Sensor in method public shouldSearchInParentContainers() : void in class org.sonar.batch.bootstrap.BatchExtensionDictionnaryTest |
From |
To |
|
Change Variable Type tree : ProjectTree to tree : DefaultProjectTree in method protected doAfterStart() : void in class org.sonar.batch.scan.ProjectScanContainer |
From |
To |
|
Change Variable Type extension : BatchExtension to extension : Object in method private newSelector(extensions Object...) : BatchExtensionDictionnary in class org.sonar.batch.bootstrap.BatchExtensionDictionnaryTest |
From |
To |
|
Change Variable Type b : BatchExtension to b : Sensor in method public shouldSearchInParentContainers() : void in class org.sonar.batch.bootstrap.BatchExtensionDictionnaryTest |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.index.DefaultIndex |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.deprecated.components.PeriodsDefinition |
From |
To |
|
Change Attribute Type projectReactor : ProjectReactor to projectReactor : ImmutableProjectReactor in class org.sonar.batch.DefaultProjectTree |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.scan.ProjectLock |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.index.ResourcePersister |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.issue.IssuableFactoryTest |
From |
To |
|
Change Attribute Type taskProperties : TaskProperties to taskProperties : AnalysisProperties in class org.sonar.batch.repository.DefaultProjectRepositoriesLoaderTest |
From |
To |
|
Change Attribute Type taskProps : TaskProperties to taskProps : AnalysisProperties in class org.sonar.batch.scan.ProjectReactorBuilder |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.issue.IssuableFactory |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.index.ResourcePersisterTest |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.scan.ProjectLockTest |
From |
To |
|
Change Attribute Type projectTree : ProjectTree to projectTree : DefaultProjectTree in class org.sonar.batch.scan.report.IssuesReportBuilder |
From |
To |
|
Rename Parameter taskContainer : ComponentContainer to globalContainer : ComponentContainer in method public ProjectScanContainer(globalContainer ComponentContainer, props AnalysisProperties, components Object...) in class org.sonar.batch.scan.ProjectScanContainer |
From |
To |
|
Rename Parameter projectReferentials : ProjectRepositories to projectRepositories : ProjectRepositories in method public ProjectSettings(reactor ProjectReactor, globalSettings GlobalSettings, propertyDefinitions PropertyDefinitions, projectRepositories ProjectRepositories, mode DefaultAnalysisMode) in class org.sonar.batch.scan.ProjectSettings |
From |
To |
|
Rename Parameter taskProperties : Map<String,String> to analysisProperties : Map<String,String> in method public executeTask(analysisProperties Map<String,String>, components Object...) : Batch in class org.sonar.batch.bootstrapper.Batch |
From |
To |
|
Rename Parameter taskProperties : Map<String,String> to analysisProperties : Map<String,String> in method public executeAnalysis(analysisProperties Map<String,String>, components Object...) : void in class org.sonar.batch.bootstrap.GlobalContainer |
From |
To |