|
Change Parameter Type path : Path<FormulaExecutorComponentCrawler.Counters> to path : Path<FormulaExecutorComponentVisitor.Counters> in method private aggregateToParent(path Path<FormulaExecutorComponentVisitor.Counters>, formula Formula, currentCounter Counter) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor |
From |
To |
|
Change Parameter Type actual : Iterator<CallRecord> to actual : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Parameter Type path : Path<FormulaExecutorComponentCrawler.Counters> to path : Path<FormulaExecutorComponentVisitor.Counters> in method public visitProject(project Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor |
From |
To |
|
Change Parameter Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Parameter Type actual : Iterator<CallRecord> to actual : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Parameter Type path : Path<FormulaExecutorComponentCrawler.Counters> to path : Path<FormulaExecutorComponentVisitor.Counters> in method public visitModule(module Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor |
From |
To |
|
Change Parameter Type actual : Iterator<CallRecord> to actual : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Parameter Type path : Path<FormulaExecutorComponentCrawler.Counters> to path : Path<FormulaExecutorComponentVisitor.Counters> in method public visitFile(file Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor |
From |
To |
|
Change Parameter Type path : Path<FormulaExecutorComponentCrawler.Counters> to path : Path<FormulaExecutorComponentVisitor.Counters> in method public visitDirectory(directory Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor |
From |
To |
|
Change Parameter Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Parameter Type path : Path<FormulaExecutorComponentCrawler.Counters> to path : Path<FormulaExecutorComponentVisitor.Counters> in method private processNotFile(component Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor |
From |
To |
|
Change Parameter Type path : Path<FormulaExecutorComponentCrawler.Counters> to path : Path<FormulaExecutorComponentVisitor.Counters> in method private processFile(file Component, path Path<FormulaExecutorComponentVisitor.Counters>) : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitor |
From |
To |
|
Change Parameter Type actual : Iterator<CallRecord> to actual : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Parameter Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Parameter Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method private verifyCallRecords(expected Iterator<PathAwareCallRecord>, actual Iterator<PathAwareCallRecord>) : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Parameter Type order : ComponentVisitor.Order to order : Order in method public CallRecorderTypeAwareVisitor(maxDepth Component.Type, order Order) in class org.sonar.server.computation.component.CallRecorderTypeAwareVisitor |
From |
To |
|
Rename Attribute spyDirectoryVisitor : DepthTraversalTypeAwareCrawler to directoryCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPreOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyFileVisitor : DepthTraversalTypeAwareCrawler to fileCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPreOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyFileVisitor : DepthTraversalTypeAwareCrawler to fileCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPostOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyProjectVisitor : DepthTraversalTypeAwareCrawler to projectCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPostOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyModuleVisitor : DepthTraversalTypeAwareCrawler to moduleCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPostOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spySubViewVisitor : DepthTraversalTypeAwareCrawler to subViewCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ViewsPostOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyViewVisitor : DepthTraversalTypeAwareCrawler to viewCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ViewsPostOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyProjectViewVisitor : DepthTraversalTypeAwareCrawler to projectViewCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ViewsPreOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyModuleVisitor : DepthTraversalTypeAwareCrawler to moduleCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPreOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spySubViewVisitor : DepthTraversalTypeAwareCrawler to subViewCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ViewsPreOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyViewVisitor : DepthTraversalTypeAwareCrawler to viewCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ViewsPreOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyProjectViewVisitor : DepthTraversalTypeAwareCrawler to projectViewCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ViewsPostOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyDirectoryVisitor : DepthTraversalTypeAwareCrawler to directoryCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPostOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Rename Attribute spyProjectVisitor : DepthTraversalTypeAwareCrawler to projectCrawler : DepthTraversalTypeAwareCrawler in class org.sonar.server.computation.component.ReportPreOrderDepthTraversalTypeAwareCrawlerTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : FormulaExecutorComponentCrawler to underTest : FormulaExecutorComponentVisitor in method public verify_multi_metric_formula_support_and_aggregation() : void in class org.sonar.server.computation.formula.FormulaExecutorComponentVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_FILE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_postOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT_VIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_DIRECTORY() : void in class org.sonar.server.computation.component.ReportPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_MODULE() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_VIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type visitor : TestPathAwareVisitor to visitor : CallRecorderPathAwareVisitor in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |
|
Change Variable Type underTest : TestPathAwareCrawler to underTest : CallRecorderPathAwareVisitor in method public verify_postOrder_visit_call_when_visit_tree_with_depth_SUBVIEW() : void in class org.sonar.server.computation.component.ViewsPathAwareVisitorTest |
From |
To |
|
Change Variable Type expected : Iterator<CallRecord> to expected : Iterator<PathAwareCallRecord> in method public verify_preOrder_visit_call_when_visit_tree_with_depth_PROJECT() : void in class org.sonar.server.computation.component.ReportVisitorsCrawlerWithPathAwareVisitorTest |
From |
To |