b27396cfb538ee758117c8d917de84f17347d5dd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable httpclient : HttpClient to httpClient : HttpClient in method private callHttpService(rowMeta RowMetaInterface, rowData Object[]) : Object[] in class org.pentaho.di.trans.steps.http.HTTP | From | To | |
Rename Variable HTTPPOSTclient : HttpClient to httpPostClient : HttpClient in method private callHTTPPOST(rowData Object[]) : Object[] in class org.pentaho.di.trans.steps.httppost.HTTPPOST | From | To | |
Extract Method | 2 | ||
Extract Method protected openStream(encoding String, post PostMethod) : InputStreamReader extracted from private callHTTPPOST(rowData Object[]) : Object[] in class org.pentaho.di.trans.steps.httppost.HTTPPOST | From | To | |
Extract Method protected openStream(encoding String, method HttpMethod) : InputStreamReader extracted from private callHttpService(rowMeta RowMetaInterface, rowData Object[]) : Object[] in class org.pentaho.di.trans.steps.http.HTTP | From | To |