85860fab8bc6090e45622f569b11be6c1661853e
Files Diff
- Added: 7
- Removed: 4
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public setValidationObjects(validationObjects Map<String,LayoutObjectDetails>) : void renamed to public setObjects(objects Map<String,LayoutObjectDetails>) : void in class net.mindengine.galen.reports.model.LayoutReport | From | To | |
Rename Method public getValidationObjects() : Map<String,LayoutObjectDetails> renamed to public getObjects() : Map<String,LayoutObjectDetails> in class net.mindengine.galen.reports.model.LayoutReport | From | To | |
Inline Method | 1 | ||
Inline Method private exportTestReport(aggregatedInfo GalenTestAggregatedInfo, reportFolderPath String) : void inlined to public build(tests List<GalenTestInfo>, reportFolderPath String) : void in class net.mindengine.galen.reports.HtmlReportBuilder | From | To | |
Merge Variable | 1 | ||
Merge Variable [testId : String, testInfo : GalenTestInfo] to aggregatedInfo : GalenTestAggregatedInfo in method public build(testInfos List<GalenTestInfo>, reportPath String) : void in class net.mindengine.galen.reports.json.JsonReportBuilder | From | To | |
Rename Attribute | 1 | ||
Rename Attribute validationObjects : Map<String,LayoutObjectDetails> to objects : Map<String,LayoutObjectDetails> in class net.mindengine.galen.reports.model.LayoutReport | From | To | |
Extract Method | 1 | ||
Extract Method public createReportOverview(testInfos List<GalenTestInfo>) : ReportOverview extracted from public build(testInfos List<GalenTestInfo>, reportPath String) : void in class net.mindengine.galen.reports.json.JsonReportBuilder | From | To | |
Rename Parameter | 2 | ||
Rename Parameter fileStorage : FileTempStorage to parentStorage : FileTempStorage in method public LayoutReportNode(parentStorage FileTempStorage, layoutReport LayoutReport, name String) in class net.mindengine.galen.reports.nodes.LayoutReportNode | From | To | |
Rename Parameter validationObjects : Map<String,LayoutObjectDetails> to objects : Map<String,LayoutObjectDetails> in method public setObjects(objects Map<String,LayoutObjectDetails>) : void in class net.mindengine.galen.reports.model.LayoutReport | From | To |