5690b112fccf1b3498ed457535cff629609269a2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 41
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Added | |
com.microsoft.sqlserver:mssql-jdbc:6.1.0.jre8 | |
Removed | |
org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.32 | |
Updated | |
From org.apache.tomcat.embed:tomcat-embed-core 8.0.32 To 8.5.9 | |
From org.apache.tomcat.embed:tomcat-embed-jasper 8.0.32 To 8.5.9 | |
From org.sonarsource.dotnet:sonar-csharp-plugin 5.5.1.522 To 5.5.2.537 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public measure_variations_are_only_meaningful_when_includetrends() : void renamed to public measure_variations_are_only_meaningful_when_additional_fields_contains_periods() : void in class it.measureHistory.TimeMachineTest | From | To | |
Move And Inline Method | 4 | ||
Move And Inline Method private getResource(key String) : Resource moved from class org.sonarsource.sonarqube.perf.scanner.suite.DuplicationTest to class it.analysis.ProjectBuilderTest & inlined to private checkFile(subProjectKey String, fileKey String) : void | From | To | |
Move And Inline Method private getResource(resourceKey String, metricKeys String...) : Resource moved from class it.analysis.MultiLanguageTest to class it.analysis.ProjectBuilderTest & inlined to private checkFile(subProjectKey String, fileKey String) : void | From | To | |
Move And Inline Method private getResource(key String) : Resource moved from class it.analysis.ScannerTest to class it.analysis.ProjectBuilderTest & inlined to private checkFile(subProjectKey String, fileKey String) : void | From | To | |
Move And Inline Method private getResource(key String) : Resource moved from class it.analysis.IssuesModeTest to class it.analysis.ProjectBuilderTest & inlined to private checkFile(subProjectKey String, fileKey String) : void | From | To | |
Rename Variable | 1 | ||
Rename Variable resource : Resource to componentKey : String in method private fileMustHaveMeasures(filePath String, metricKeys String[], min int) : void in class it.plugins.checks.Validation | From | To | |
Inline Method | 2 | ||
Inline Method private getResource(key String) : Resource inlined to private checkFile(subProjectKey String, fileKey String) : void in class it.analysis.ProjectBuilderTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type resource : Resource to componentKey : String in method private fileMustHaveMeasures(filePath String, metricKeys String[], min int) : void in class it.plugins.checks.Validation | From | To | |
Extract Method | 12 | ||
Extract Method private getMeasures(key String) : Map<String,Double> extracted from private checkFile(subProjectKey String, fileKey String) : void in class it.analysis.ProjectBuilderTest | From | To | |
Extract Method private assertMeasures(componentKey String, expectedVulnerabilities int, expectedReliabilityRemediationEffort int, expectedReliabilityRating int) : void extracted from public verify_security_measures_when_vulnerability_rules_activated() : void in class it.qualityModel.SecurityMeasureTest | From | To | |
Extract Method private assertMeasures(componentKey String, expectedBugs int, expectedReliabilityRemediationEffort int, expectedReliabilityRating int) : void extracted from public verify_reliability_measures_when_no_bug_rule() : void in class it.qualityModel.ReliabilityMeasureTest | From | To | |
Extract Method private assertMeasures(componentKey String, expectedVulnerabilities int, expectedReliabilityRemediationEffort int, expectedReliabilityRating int) : void extracted from public verify_security_measures_when_no_vulnerability_rule() : void in class it.qualityModel.SecurityMeasureTest | From | To | |
Extract Method private assertMeasures(componentKey String, expectedBugs int, expectedReliabilityRemediationEffort int, expectedReliabilityRating int) : void extracted from public verify_reliability_measures_when_bug_rules_activated() : void in class it.qualityModel.ReliabilityMeasureTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getMeasuresAsDoubleByMetricKey(orchestrator Orchestrator, componentKey String, metricKeys String...) : Map<String,Double> extracted from private fileMustHaveMeasures(filePath String, metricKeys String[], min int) : void in class it.plugins.checks.Validation & moved to class util.ItUtils | From | To | |
Rename Parameter | 3 | ||
Rename Parameter projectName : String to projectKey : String in method private searchResolvedIssues(projectKey String) : List<Issue> in class it.issue.IssueFilterExtensionTest | From | To | |
Rename Parameter measure : String to metric : String in method private checkMeasure(metric String, variation1 int, variation2 int) : void in class it.measureHistory.SinceXDaysHistoryTest | From | To | |
Rename Parameter projectName : String to projectKey : String in method private searchUnresolvedIssues(projectKey String) : List<Issue> in class it.issue.IssueFilterExtensionTest | From | To |