b1c578d2e4c8d628a56cf5d5f3a799286ccbf8ae
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public takeScreenShot(fileName String) : void renamed to public takeScreenshot(fileName String) : void in class org.fluentlenium.core.snapshot.SnapshotControl | From | To | |
Rename Method public takeScreenShot() : void renamed to public takeScreenshot() : void in class org.fluentlenium.core.snapshot.SnapshotControl | From | To | |
Rename Method public takeScreenShot() : void renamed to public takeScreenshot() : void in class org.fluentlenium.core.FluentDriver | From | To | |
Rename Method public takeScreenShot(fileName String) : void renamed to public takeScreenshot(fileName String) : void in class org.fluentlenium.core.FluentDriver | From | To | |
Rename Variable | 2 | ||
Rename Variable baos : ByteArrayOutputStream to byteArrayOutputStream : ByteArrayOutputStream in method private toByteArray(image BufferedImage) : byte[] in class org.fluentlenium.utils.ImageUtils | From | To | |
Rename Variable ioe : IOException to e : IOException in method private toByteArray(image BufferedImage) : byte[] in class org.fluentlenium.utils.ImageUtils | From | To | |
Extract Method | 2 | ||
Extract Method private persistScreenshot(fileName String, screenshot byte[]) : void extracted from public takeScreenShot(fileName String) : void in class org.fluentlenium.core.FluentDriver | From | To | |
Extract Method private prepareScreenshot() : byte[] extracted from public takeScreenShot(fileName String) : void in class org.fluentlenium.core.FluentDriver | From | To |