|
Pull Up Method public setTags(tags List<String>) : void from class net.mindengine.galen.specs.reader.page.TaggedPageSection to public setTags(tags List<String>) : void from class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Pull Up Method public hasAnyTag(includedTags List<String>) : boolean from class net.mindengine.galen.specs.reader.page.TaggedPageSection to public hasAnyTag(includedTags List<String>) : boolean from class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Pull Up Method public appliesToTags(includedTags List<String>) : boolean from class net.mindengine.galen.specs.reader.page.TaggedPageSection to public appliesToTags(includedTags List<String>) : boolean from class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Pull Up Method public addConditionalBlock(conditionalBlock ConditionalBlock) : void from class net.mindengine.galen.specs.reader.page.TaggedPageSection to public addConditionalBlock(conditionalBlock ConditionalBlock) : void from class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Pull Up Method public getTags() : List<String> from class net.mindengine.galen.specs.reader.page.TaggedPageSection to public getTags() : List<String> from class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Pull Up Method public setConditionalBlocks(conditionalBlocks List<ConditionalBlock>) : void from class net.mindengine.galen.specs.reader.page.TaggedPageSection to public setConditionalBlocks(conditionalBlocks List<ConditionalBlock>) : void from class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Pull Up Method public getConditionalBlocks() : List<ConditionalBlock> from class net.mindengine.galen.specs.reader.page.TaggedPageSection to public getConditionalBlocks() : List<ConditionalBlock> from class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Change Parameter Type pageSections : List<TaggedPageSection> to pageSections : List<PageSection> in method public SectionValidation(pageSections List<PageSection>, pageValidation PageValidation, validationListener ValidationListener) in class net.mindengine.galen.validation.SectionValidation |
From |
To |
|
Change Parameter Type section : TaggedPageSection to section : PageSection in method public mergeSection(section PageSection) : void in class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Change Parameter Type section : TaggedPageSection to section : PageSection in method public addSection(section PageSection) : void in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Parameter Type section : TaggedPageSection to section : PageSection in method private checkTaggedSection(section PageSection) : List<ValidationResult> in class net.mindengine.galen.validation.SectionValidation |
From |
To |
|
Change Parameter Type sections : List<TaggedPageSection> to sections : List<PageSection> in method private mergeSectionsWithSameName(sections List<PageSection>) : List<PageSection> in class net.mindengine.galen.api.Galen |
From |
To |
|
Change Parameter Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public setSections(sections List<PageSection>) : void in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Parameter Type section : TaggedPageSection to section : PageSection in method private hasConditionalBlocks(section PageSection) : boolean in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Parameter Type sections : List<TaggedPageSection> to sections : List<PageSection> in method private findSectionWithName(name String, sections List<PageSection>) : PageSection in class net.mindengine.galen.api.Galen |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldRead_andProcess_bashTemplateExpressions() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldStore_lineNumber_inSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type mergedSections : List<TaggedPageSection> to mergedSections : List<PageSection> in method private mergeSectionsWithSameName(sections List<PageSection>) : List<PageSection> in class net.mindengine.galen.api.Galen |
From |
To |
|
Change Variable Type pageSection : TaggedPageSection to pageSection : PageSection in method public shouldParse_componentSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : TaggedPageSection to pageSection : PageSection in method public shouldParse_conditionalSpecBlocks() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : TaggedPageSection to section : PageSection in method public shouldRead_parameterizedSpecs_2() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : TaggedPageSection to pageSection : PageSection in method public shouldParse_variablesDefinitions() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type filteredSections : List<TaggedPageSection> to filteredSections : List<PageSection> in method public findSections(includedTags List<String>, excludedTags List<String>) : List<PageSection> in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldRead_parameterizedSpecs_2() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldParse_conditionalSpecBlocks() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : TaggedPageSection to section : PageSection in method public shouldRead_parameterizedSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSections : List<TaggedPageSection> to pageSections : List<PageSection> in method private checkLayoutForPage(page Page, browser Browser, specs List<PageSpec>, includedTags List<String>, excludedTags List<String>, validationListener ValidationListener) : LayoutReport in class net.mindengine.galen.api.Galen |
From |
To |
|
Change Variable Type filteredSections : List<TaggedPageSection> to filteredSections : List<PageSection> in method public shouldAlways_provideAsteriskTags_whenFiltering_byIncludedTags() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldParse_conditionalSpecBlocks_withOtherwise() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : TaggedPageSection to section : PageSection in method private mergeSectionsWithSameName(sections List<PageSection>) : List<PageSection> in class net.mindengine.galen.api.Galen |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldParse_warningLevels_forSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : TaggedPageSection to section : PageSection in method public findSections(includedTags List<String>, excludedTags List<String>) : List<PageSection> in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Variable Type pageSection : TaggedPageSection to pageSection : PageSection in method public shouldParse_conditionalSpecBlocks_withOrStatement() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldParse_variablesDefinitions() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : TaggedPageSection to pageSection : PageSection in method public shouldParse_warningLevels_forSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sectionWithSameName : TaggedPageSection to sectionWithSameName : PageSection in method private mergeSectionsWithSameName(sections List<PageSection>) : List<PageSection> in class net.mindengine.galen.api.Galen |
From |
To |
|
Change Variable Type it : Iterator<TaggedPageSection> to it : Iterator<PageSection> in method public buildPageSpec() : PageSpec in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Variable Type section : TaggedPageSection to section : PageSection in method private findSectionWithName(name String, sections List<PageSection>) : PageSection in class net.mindengine.galen.api.Galen |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldRead_parameterizedSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldParse_conditionalSpecBlocks_inverted() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : TaggedPageSection to pageSection : PageSection in method public shouldParse_conditionalSpecBlocks_withOtherwise() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldParse_conditionalSpecBlocks_withOrStatement() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : TaggedPageSection to section : PageSection in method public check() : List<ValidationResult> in class net.mindengine.galen.validation.SectionValidation |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldRead_allSpecs_asSections_markedByTags() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : TaggedPageSection to pageSection : PageSection in method public shouldParse_conditionalSpecBlocks_inverted() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : TaggedPageSection to section : PageSection in method public buildPageSpec() : PageSpec in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldRead_sectionsNames_withTags() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldImport_otherSpecs_fromOtherFiles() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type previousSection : TaggedPageSection to previousSection : PageSection in method private startNewSection(sectionDeclaration String) : void in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Variable Type sections : List<TaggedPageSection> to sections : List<PageSection> in method public shouldParse_componentSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |