f2d62afbaade2b219a7bee5d4a04cb3cdb724069
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private toCommaSeparated(list List<String>) : String from class net.mindengine.galen.suite.actions.GalenPageActionCheck to public toCommaSeparated(list List<String>) : String from class net.mindengine.galen.utils.GalenUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable path : String to windowsFilePath : String in method public findFileOrResourceAsStream(filePath String) : InputStream in class net.mindengine.galen.utils.GalenUtils | From | To | |
Extract Method | 3 | ||
Extract Method public checkLayout(browser Browser, specPaths List<String>, includedTags List<String>, excludedTags List<String>, properties Properties, validationListener ValidationListener, screenshotFile File) : LayoutReport extracted from public checkLayout(browser Browser, specPaths List<String>, includedTags List<String>, excludedTags List<String>, properties Properties, validationListener ValidationListener) : LayoutReport in class net.mindengine.galen.api.Galen | From | To | |
Extract Method public checkLayout(browser Browser, specs List<PageSpec>, includedTags List<String>, excludedTags List<String>, validationListener ValidationListener, screenshotFile File) : LayoutReport extracted from 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 | |
Extract Method private checkLayoutForPage(page Page, browser Browser, specs List<PageSpec>, includedTags List<String>, excludedTags List<String>, validationListener ValidationListener) : LayoutReport extracted from 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 |