059a10d425fff575cbcd1740023db719310d06e8
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private addFileOrDirectory(root Node, file ScannerReport.Component) : void renamed to private addFile(root Node, file ScannerReport.Component) : void in class org.sonar.ce.task.projectanalysis.component.ComponentTreeBuilder | From | To | |
Rename Method private buildFolderHierarchy(rootComponent ScannerReport.Component) : Node renamed to private createProjectHierarchy(rootComponent ScannerReport.Component) : Node in class org.sonar.ce.task.projectanalysis.component.ComponentTreeBuilder | From | To | |
Rename Method private buildNode(node Node, currentPath String) : Component renamed to private buildComponent(node Node, currentPath String) : Component in class org.sonar.ce.task.projectanalysis.component.ComponentTreeBuilder | From | To | |
Rename Variable | 1 | ||
Rename Variable n : Node to childNode : Node in method private buildChildren(node Node, currentPath String) : List<Component> in class org.sonar.ce.task.projectanalysis.component.ComponentTreeBuilder | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private issueRelocationToRoot : IssueRelocationToRoot in class org.sonar.ce.task.projectanalysis.component.ComponentTreeBuilderTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type dto : KeyWithUuidDto to dto : ComponentWithModuleUuidDto in method public ComponentUuidFactory(dbClient DbClient, dbSession DbSession, rootKey String) in class org.sonar.ce.task.projectanalysis.component.ComponentUuidFactory | From | To | |
Extract Method | 1 | ||
Extract Method public selectEnabledModulesFromProjectKey(session DbSession, projectKey String, excludeDisabled boolean) : List<ComponentDto> extracted from public selectEnabledModulesFromProjectKey(session DbSession, projectKey String) : List<ComponentDto> in class org.sonar.db.component.ComponentDao | From | To |