486b82cb9d2fce064c685aa5a8c0b335b463eb71
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method private reportFileOutputStream(fileName String) : OutputStream renamed to private toUrl(fileName String) : URL in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Rename Method private jsOut() : NiceAppendable renamed to private createJsOut(htmlReportDir URL) : NiceAppendable in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Rename Method private writeStreamAndClose(in InputStream, out OutputStream) : void renamed to private writeStreamToURL(in InputStream, url URL) : void in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Rename Method private writeBytesAndClose(buf byte[], out OutputStream) : void renamed to private writeBytesToURL(buf byte[], url URL) : void in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type out : OutputStream to url : URL in method private writeStreamToURL(in InputStream, url URL) : void in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Change Parameter Type out : OutputStream to url : URL in method private writeBytesToURL(buf byte[], url URL) : void in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Rename Variable | 1 | ||
Rename Variable baseName : String to fileName : String in method private copyReportFiles() : void in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Change Return Type | 1 | ||
Change Return Type OutputStream to URL in method private toUrl(fileName String) : URL in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter out : OutputStream to url : URL in method private writeStreamToURL(in InputStream, url URL) : void in class cucumber.runtime.formatter.HTMLFormatter | From | To | |
Rename Parameter out : OutputStream to url : URL in method private writeBytesToURL(buf byte[], url URL) : void in class cucumber.runtime.formatter.HTMLFormatter | From | To |