|
Change Parameter Type issue : DefaultIssue to issue : TrackedIssue in method public put(issue TrackedIssue) : IssueCache in class org.sonar.batch.issue.IssueCache |
From |
To |
|
Change Parameter Type issue : Issue to issue : TrackedIssue in method public addResolvedIssue(issue TrackedIssue, rule Rule, severity RulePriority) : void in class org.sonar.batch.scan.report.ReportSummary |
From |
To |
|
Change Parameter Type issues : Iterable<DefaultIssue> to issues : Iterable<TrackedIssue> in method private processIssues(issuesReport IssuesReport, issues Iterable<TrackedIssue>) : void in class org.sonar.batch.scan.report.IssuesReportBuilder |
From |
To |
|
Change Parameter Type issue : Issue to issue : TrackedIssue in method public addResolvedIssueOnResource(resource BatchComponent, issue TrackedIssue, rule Rule, severity RulePriority) : void in class org.sonar.batch.scan.report.IssuesReport |
From |
To |
|
Change Parameter Type issues : Collection<DefaultIssue> to issues : Collection<TrackedIssue> in method private addIssuesOnDeletedComponents(issues Collection<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Parameter Type issues : Iterable<DefaultIssue> to issues : Iterable<TrackedIssue> in method private issueKeys(issues Iterable<TrackedIssue>) : Collection<String> in class org.sonar.batch.issue.IssueCacheTest |
From |
To |
|
Change Parameter Type issue : DefaultIssue to issue : TrackedIssue in method public apply(issue TrackedIssue) : boolean in class org.sonar.batch.postjob.DefaultPostJobContext.ResolvedPredicate |
From |
To |
|
Change Parameter Type issue : Issue to issue : TrackedIssue in method private validate(issue TrackedIssue, rule Rule, resource BatchComponent) : boolean in class org.sonar.batch.scan.report.IssuesReportBuilder |
From |
To |
|
Change Parameter Type wrapped : DefaultIssue to wrapped : TrackedIssue in method public DefaultIssueWrapper(wrapped TrackedIssue) in class org.sonar.batch.postjob.DefaultPostJobContext.DefaultIssueWrapper |
From |
To |
|
Change Parameter Type issue : Issue to issue : TrackedIssue in method public addIssue(issue TrackedIssue, rule Rule, severity RulePriority) : void in class org.sonar.batch.scan.report.ReportSummary |
From |
To |
|
Change Parameter Type issue : DefaultIssue to issue : TrackedIssue in method public apply(issue TrackedIssue) : boolean in class org.sonar.batch.issue.DefaultProjectIssues.ResolvedPredicate |
From |
To |
|
Change Parameter Type issue : DefaultIssue to issue : TrackedIssue in method private collectInfo(issue TrackedIssue) : void in class org.sonar.batch.issue.DefaultIssueCallback |
From |
To |
|
Change Parameter Type issue : Issue to issue : TrackedIssue in method public addIssueOnResource(resource BatchComponent, issue TrackedIssue, rule Rule, severity RulePriority) : void in class org.sonar.batch.scan.report.IssuesReport |
From |
To |
|
Change Parameter Type trackedIssues : List<DefaultIssue> to trackedIssues : List<TrackedIssue> in method private addUnmatchedRawIssues(component BatchComponent, rawIssues Set<org.sonar.batch.protocol.output.BatchReport.Issue>, trackedIssues List<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Parameter Type issue : DefaultIssue to issue : TrackedIssue in method public process(issue TrackedIssue) : void in class org.sonar.batch.scan.report.ConsoleReport.Report |
From |
To |
|
Change Parameter Type issue : DefaultIssue to issue : TrackedIssue in method private updateUnmatchedIssue(issue TrackedIssue, forceEndOfLife boolean) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Parameter Type trackedIssues : List<DefaultIssue> to trackedIssues : List<TrackedIssue> in method protected mergeMatched(component BatchComponent, result IssueTrackingResult, trackedIssues List<TrackedIssue>, rawIssues Collection<BatchReport.Issue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Parameter Type newIssue : DefaultIssue to newIssue : TrackedIssue in method private relocateManualIssue(newIssue TrackedIssue, oldIssue ServerIssue, sourceHashHolder SourceHashHolder) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Parameter Type issue : Issue to issue : TrackedIssue in method private findRule(issue TrackedIssue) : Rule in class org.sonar.batch.scan.report.IssuesReportBuilder |
From |
To |
|
Change Parameter Type trackedIssues : List<DefaultIssue> to trackedIssues : List<TrackedIssue> in method private copyServerIssues(serverIssues Collection<ServerIssue>, trackedIssues List<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Parameter Type issues : Collection<DefaultIssue> to issues : Collection<TrackedIssue> in method private addUnmatchedFromServer(unmatchedIssues Collection<ServerIssue>, sourceHashHolder SourceHashHolder, issues Collection<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Parameter Type issue : Issue to issue : TrackedIssue in method public addIssue(issue TrackedIssue, rule Rule, severity RulePriority) : void in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Return Type Iterable<DefaultIssue> to Iterable<TrackedIssue> in method public all() : Iterable<TrackedIssue> in class org.sonar.batch.issue.IssueCache |
From |
To |
|
Change Return Type List<Issue> to List<TrackedIssue> in method public trackedIssues() : List<TrackedIssue> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Return Type Iterable<DefaultIssue> to Iterable<TrackedIssue> in method package getIssues() : Iterable<TrackedIssue> in class org.sonar.batch.scan.report.JSONReport |
From |
To |
|
Change Return Type List<DefaultIssue> to List<TrackedIssue> in method public trackIssues(component BatchComponent, rawIssues Set<BatchReport.Issue>) : List<TrackedIssue> in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Return Type Map<Integer,List<Issue>> to Map<Integer,List<TrackedIssue>> in method public getIssuesPerLine() : Map<Integer,List<TrackedIssue>> in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Return Type List<Issue> to List<TrackedIssue> in method public getIssues() : List<TrackedIssue> in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Return Type Iterable<DefaultIssue> to Iterable<TrackedIssue> in method public byComponent(componentKey String) : Iterable<TrackedIssue> in class org.sonar.batch.issue.IssueCache |
From |
To |
|
Change Return Type List<Issue> to List<TrackedIssue> in method public getIssuesAtLine(lineId int, all boolean) : List<TrackedIssue> in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Return Type DefaultIssue to TrackedIssue in method public toTrackedIssue(serverIssue BatchInput.ServerIssue) : TrackedIssue in class org.sonar.batch.issue.IssueTransformer |
From |
To |
|
Change Variable Type issue : DefaultIssue to issue : TrackedIssue in method public execute() : void in class org.sonar.batch.issue.DefaultIssueCallback |
From |
To |
|
Change Variable Type issue : DefaultIssue to issue : TrackedIssue in method private writeJsonIssues(json JsonWriter, ruleKeys Set<RuleKey>, logins Set<String>) : void in class org.sonar.batch.scan.report.JSONReport |
From |
To |
|
Change Variable Type issue : Issue to issue : TrackedIssue in method public testIssueTracking() : void in class org.sonar.batch.mediumtest.issuesmode.IssueModeAndReportsMediumTest |
From |
To |
|
Change Variable Type issuesAtLine : List<Issue> to issuesAtLine : List<TrackedIssue> in method private hasIssues(lineId Integer, all boolean) : boolean in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Variable Type issue : Issue to issue : TrackedIssue in method private processIssues(issuesReport IssuesReport, issues Iterable<TrackedIssue>) : void in class org.sonar.batch.scan.report.IssuesReportBuilder |
From |
To |
|
Change Variable Type defaultIssue : DefaultIssue to defaultIssue : TrackedIssue in method public test() : void in class org.sonar.batch.postjob.DefaultPostJobContextTest |
From |
To |
|
Change Variable Type issue : Issue to issue : TrackedIssue in method private assertNumberIssues(result TaskResult, expectedNew int, expectedOpen int, expectedResolved int) : void in class org.sonar.batch.mediumtest.issuesmode.ScanOnlyChangedTest |
From |
To |
|
Change Variable Type trackedIssues : List<DefaultIssue> to trackedIssues : List<TrackedIssue> in method public trackIssues(component BatchComponent, rawIssues Set<BatchReport.Issue>) : List<TrackedIssue> in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type trackedIssues : List<DefaultIssue> to trackedIssues : List<TrackedIssue> in method public trackIssues(reader BatchReportReader, component BatchComponent) : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Variable Type issue : DefaultIssue to issue : TrackedIssue in method private issueKeys(issues Iterable<TrackedIssue>) : Collection<String> in class org.sonar.batch.issue.IssueCacheTest |
From |
To |
|
Change Variable Type newIssuesAtLine : List<Issue> to newIssuesAtLine : List<TrackedIssue> in method private hasIssues(lineId Integer, all boolean) : boolean in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Variable Type issues : List<DefaultIssue> to issues : List<TrackedIssue> in method public should_get_all_issues() : void in class org.sonar.batch.issue.IssueCacheTest |
From |
To |
|
Change Variable Type tracked : DefaultIssue to tracked : TrackedIssue in method private addUnmatchedRawIssues(component BatchComponent, rawIssues Set<org.sonar.batch.protocol.output.BatchReport.Issue>, trackedIssues List<TrackedIssue>) : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Variable Type tracked : DefaultIssue to tracked : TrackedIssue in method protected mergeMatched(component BatchComponent, result IssueTrackingResult, trackedIssues List<TrackedIssue>, rawIssues Collection<BatchReport.Issue>) : void in class org.sonar.batch.issue.tracking.LocalIssueTracking |
From |
To |
|
Change Variable Type issues : List<DefaultIssue> to issues : List<TrackedIssue> in method public should_update_existing_issue() : void in class org.sonar.batch.issue.IssueCacheTest |
From |
To |
|
Change Variable Type reloaded : Issue to reloaded : TrackedIssue in method public should_update_existing_issue() : void in class org.sonar.batch.issue.IssueCacheTest |
From |
To |
|
Change Variable Type issue : DefaultIssue to issue : TrackedIssue in method public execute() : void in class org.sonar.batch.scan.report.ConsoleReport |
From |
To |
|
Change Variable Type issue : DefaultIssue to issue : TrackedIssue in method public trackIssues(reader BatchReportReader, component BatchComponent) : void in class org.sonar.batch.issue.tracking.IssueTransition |
From |
To |
|
Change Variable Type issue : DefaultIssue to issue : TrackedIssue in method public scanTaskCompleted(container ProjectScanContainer) : void in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Attribute Type issuesPerLine : Map<Integer,List<Issue>> to issuesPerLine : Map<Integer,List<TrackedIssue>> in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Attribute Type issue : DefaultIssue to issue : TrackedIssue in class org.sonar.batch.issue.DefaultIssueCallbackTest |
From |
To |
|
Change Attribute Type issues : List<Issue> to issues : List<TrackedIssue> in class org.sonar.batch.mediumtest.TaskResult |
From |
To |
|
Change Attribute Type wrapped : DefaultIssue to wrapped : TrackedIssue in class org.sonar.batch.postjob.DefaultPostJobContext.DefaultIssueWrapper |
From |
To |
|
Change Attribute Type cache : Cache<DefaultIssue> to cache : Cache<TrackedIssue> in class org.sonar.batch.issue.IssueCache |
From |
To |
|
Change Attribute Type issues : List<Issue> to issues : List<TrackedIssue> in class org.sonar.batch.scan.report.ResourceReport |
From |
To |
|
Change Attribute Type newIssuesPerLine : Map<Integer,List<Issue>> to newIssuesPerLine : Map<Integer,List<TrackedIssue>> in class org.sonar.batch.scan.report.ResourceReport |
From |
To |