|
Push Down Method public addConditionalBlock(conditionalBlock ConditionalBlock) : void from class net.mindengine.galen.specs.page.PageSection to public addConditionalBlock(conditionalBlock ConditionalBlock) : void from class net.mindengine.galen.specs.reader.page.TaggedPageSection |
From |
To |
|
Push Down Method public setConditionalBlocks(conditionalBlocks List<ConditionalBlock>) : void from class net.mindengine.galen.specs.page.PageSection to public setConditionalBlocks(conditionalBlocks List<ConditionalBlock>) : void from class net.mindengine.galen.specs.reader.page.TaggedPageSection |
From |
To |
|
Push Down Method public getTags() : List<String> from class net.mindengine.galen.specs.page.PageSection to public getTags() : List<String> from class net.mindengine.galen.specs.reader.page.TaggedPageSection |
From |
To |
|
Push Down Method public hasAnyTag(includedTags List<String>) : boolean from class net.mindengine.galen.specs.page.PageSection to public hasAnyTag(includedTags List<String>) : boolean from class net.mindengine.galen.specs.reader.page.TaggedPageSection |
From |
To |
|
Push Down Method public appliesToTags(includedTags List<String>) : boolean from class net.mindengine.galen.specs.page.PageSection to public appliesToTags(includedTags List<String>) : boolean from class net.mindengine.galen.specs.reader.page.TaggedPageSection |
From |
To |
|
Push Down Method public getConditionalBlocks() : List<ConditionalBlock> from class net.mindengine.galen.specs.page.PageSection to public getConditionalBlocks() : List<ConditionalBlock> from class net.mindengine.galen.specs.reader.page.TaggedPageSection |
From |
To |
|
Change Parameter Type pageSections : List<PageSection> to pageSections : List<TaggedPageSection> in method public SectionValidation(pageSections List<TaggedPageSection>, pageValidation PageValidation, validationListener ValidationListener) in class net.mindengine.galen.validation.SectionValidation |
From |
To |
|
Change Parameter Type section : PageSection to section : TaggedPageSection in method public addSection(section TaggedPageSection) : void in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Parameter Type section : PageSection to section : TaggedPageSection in method private checkSection(section TaggedPageSection) : List<ValidationResult> in class net.mindengine.galen.validation.SectionValidation |
From |
To |
|
Change Parameter Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public setSections(sections List<TaggedPageSection>) : void in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Parameter Type section : PageSection to section : TaggedPageSection in method private hasConditionalBlocks(section TaggedPageSection) : boolean in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Parameter Type tags : List<String> to sections : List<PageSection> in method public setSections(sections List<PageSection>) : void in class net.mindengine.galen.specs.page.PageSection |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldParse_conditionalSpecBlocks_withOtherwise() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : PageSection to section : TaggedPageSection in method public shouldRead_parameterizedSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldParse_componentSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldStore_lineNumber_inSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : PageSection to pageSection : TaggedPageSection in method public shouldParse_conditionalSpecBlocks_inverted() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type it : Iterator<PageSection> to it : Iterator<TaggedPageSection> in method public buildPageSpec() : PageSpec in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Variable Type filteredSections : List<PageSection> to filteredSections : List<TaggedPageSection> in method public findSections(includedTags List<String>, excludedTags List<String>) : List<TaggedPageSection> in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Variable Type previousSection : PageSection to previousSection : TaggedPageSection in method private startNewSection(sectionDeclaration String) : void in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldRead_parameterizedSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : PageSection to section : TaggedPageSection in method public findSections(includedTags List<String>, excludedTags List<String>) : List<TaggedPageSection> in class net.mindengine.galen.specs.reader.page.PageSpec |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldParse_conditionalSpecBlocks_withOrStatement() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type filteredSections : List<PageSection> to filteredSections : List<TaggedPageSection> in method public shouldAlways_provideAsteriskTags_whenFiltering_byIncludedTags() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldRead_allSpecs_asSections_markedByTags() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : PageSection to pageSection : TaggedPageSection in method public shouldParse_componentSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : PageSection to pageSection : TaggedPageSection in method public shouldParse_conditionalSpecBlocks_withOrStatement() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldRead_sectionsNames_withTags() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : PageSection to section : TaggedPageSection in method public check() : List<ValidationResult> in class net.mindengine.galen.validation.SectionValidation |
From |
To |
|
Change Variable Type pageSection : PageSection to pageSection : TaggedPageSection in method public shouldParse_variablesDefinitions() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : PageSection to section : TaggedPageSection in method public buildPageSpec() : PageSpec in class net.mindengine.galen.specs.reader.page.PageSpecLineProcessor |
From |
To |
|
Change Variable Type pageSection : PageSection to pageSection : TaggedPageSection in method public shouldParse_conditionalSpecBlocks_withOtherwise() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldRead_andProcess_bashTemplateExpressions() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldParse_warningLevels_forSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldParse_variablesDefinitions() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldParse_conditionalSpecBlocks_inverted() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type section : PageSection to section : TaggedPageSection in method public shouldRead_parameterizedSpecs_2() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldParse_conditionalSpecBlocks() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldRead_parameterizedSpecs_2() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSections : List<PageSection> to pageSections : List<TaggedPageSection> in method public checkLayout(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 sections : List<PageSection> to sections : List<TaggedPageSection> in method public shouldImport_otherSpecs_fromOtherFiles() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : PageSection to pageSection : TaggedPageSection in method public shouldParse_warningLevels_forSpecs() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |
|
Change Variable Type pageSection : PageSection to pageSection : TaggedPageSection in method public shouldParse_conditionalSpecBlocks() : void in class net.mindengine.galen.tests.specs.reader.PageSpecsReaderTest |
From |
To |