Toggle navigation
Home
org.apache.commons.httpclient.methods.PostMethod to org.apache.http.client.methods.HttpPost
No. of Instances - 22
No. of Commits - 2
No. of Projects - {'pentaho-kettle'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Rename Method invocation
getResponseHeader
to
getFirstHeader
setRequestEntity
to
setEntity
setRequestEntity
to
setEntity
getResponseHeader
to
getFirstHeader
setRequestEntity
to
setEntity
executeMethod
to
execute
executeMethod
to
execute
setRequestHeader
to
setHeader
setRequestHeader
to
setHeader
setRequestEntity
to
setEntity
executeMethod
to
execute
executeMethod
to
execute
setRequestHeader
to
setHeader
setRequestHeader
to
setHeader
getResponseHeader
to
getFirstHeader
setRequestEntity
to
setEntity
setRequestEntity
to
setEntity
getResponseHeader
to
getFirstHeader
Add or Remove Method invocation
newHttpMethod(cachedURLService)
to
getHttpMethod(cachedURLService)
newHttpMethod(newLocation)
to
getHttpMethod(newLocation)
cachedHttpClient.executeMethod(cachedHostConfiguration,vHttpMethod)
to
cachedHttpClient.execute(vHttpMethod)
method.getStatusCode()
to
result
result
to
result
method.getStatusCode()
to
statusCode
statusCode
to
statusCode
method.getStatusCode()
to
result
result
to
result
method.getStatusCode()
to
statusCode
statusCode
to
statusCode
newHttpMethod(cachedURLService)
to
getHttpMethod(cachedURLService)
newHttpMethod(newLocation)
to
getHttpMethod(newLocation)
cachedHttpClient.executeMethod(cachedHostConfiguration,vHttpMethod)
to
cachedHttpClient.execute(vHttpMethod)
Cascading Type Change (Different)
int
to
HttpResponse
int
to
HttpResponse
int
to
HttpResponse
int
to
HttpResponse