f0a1b6df1c34282f3d6667a2495590c06b448252
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkSection(section TaggedPageSection) : List<ValidationResult> renamed to private checkTaggedSection(section TaggedPageSection) : List<ValidationResult> in class net.mindengine.galen.validation.SectionValidation | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type bodyObjects : List<ObjectSpecs> to bodyObjects : PageSection in method public setBodyObjects(bodyObjects PageSection) : void in class net.mindengine.galen.specs.page.ConditionalBlock | From | To | |
Change Parameter Type otherwiseObjects : List<ObjectSpecs> to otherwiseObjects : PageSection in method public setOtherwiseObjects(otherwiseObjects PageSection) : void in class net.mindengine.galen.specs.page.ConditionalBlock | From | To | |
Change Return Type | 2 | ||
Change Return Type List<ObjectSpecs> to PageSection in method public getOtherwiseObjects() : PageSection in class net.mindengine.galen.specs.page.ConditionalBlock | From | To | |
Change Return Type List<ObjectSpecs> to PageSection in method public getBodyObjects() : PageSection in class net.mindengine.galen.specs.page.ConditionalBlock | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type bodyObjects : List<ObjectSpecs> to bodyObjects : PageSection in class net.mindengine.galen.specs.page.ConditionalBlock | From | To | |
Change Attribute Type otherwiseObjects : List<ObjectSpecs> to otherwiseObjects : PageSection in class net.mindengine.galen.specs.page.ConditionalBlock | From | To |