|
Rename Variable anotherProject : ComponentDto to anotherBaseProject : ComponentDto in method private validateProjectKey(baseProject ComponentDto, rawProjectKey String) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Variable modules : List<ComponentDto> to baseModules : List<ComponentDto> in method public execute() : void in class org.sonar.server.computation.step.ValidateProjectStep |
From |
To |
|
Rename Variable moduleDto : ComponentDto to baseModule : ComponentDto in method public visitModule(rawModule Component) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Variable componentDto : ComponentDto to baseComponent : ComponentDto in method private loadBaseComponent(rawComponentKey String) : ComponentDto in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Variable projectKey : String to rawProjectKey : String in method public visitModule(rawModule Component) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Variable modulesByKey : Map<String,ComponentDto> to baseModulesByKey : Map<String,ComponentDto> in method public execute() : void in class org.sonar.server.computation.step.ValidateProjectStep |
From |
To |
|
Parameterize Variable moduleKey : String to rawModuleKey : String in method private validateModuleKeyIsNotAlreadyUsedInAnotherProject(baseModule ComponentDto, rawModuleKey String) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Parameterize Variable moduleDto : ComponentDto to baseModule : ComponentDto in method private validateModuleKeyIsNotAlreadyUsedInAnotherProject(baseModule ComponentDto, rawModuleKey String) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Parameterize Variable projectKey : String to rawProjectKey : String in method private validateWhenProvisioningEnforced(baseProject ComponentDto, rawProjectKey String) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Parameterize Variable projectDto : ComponentDto to baseProject : ComponentDto in method private validateWhenProvisioningEnforced(baseProject ComponentDto, rawProjectKey String) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Parameterize Variable projectDto : ComponentDto to baseProject : ComponentDto in method private validateProjectKey(baseProject ComponentDto, rawProjectKey String) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Parameter component : Component to rawComponent : Component in method private validateBatchKey(rawComponent Component) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Parameter modulesByKey : Map<String,ComponentDto> to baseModulesByKey : Map<String,ComponentDto> in method public ValidateProjectsVisitor(session DbSession, componentDao ComponentDao, preventAutomaticProjectCreation boolean, baseModulesByKey Map<String,ComponentDto>) in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Parameter componentKey : String to rawComponentKey : String in method private loadBaseComponent(rawComponentKey String) : ComponentDto in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Parameter project : Component to rawProject : Component in method public visitProject(rawProject Component) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |
|
Rename Parameter module : Component to rawModule : Component in method public visitModule(rawModule Component) : void in class org.sonar.server.computation.step.ValidateProjectStep.ValidateProjectsVisitor |
From |
To |