[
https://issues.apache.org/jira/browse/HTTPCLIENT-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Oleg Kalnichevski resolved HTTPCLIENT-1335.
-------------------------------------------
Resolution: Won't Fix
> Remove final modifler from all AbstractHttpClient.execute methods
> -----------------------------------------------------------------
>
> Key: HTTPCLIENT-1335
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1335
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient
> Affects Versions: 4.2.3
> Reporter: Richard Barnett
> Priority: Minor
>
> Of 8 AbstractHttpClient.execute methods, 4 are declared final & 4 (those with
> a ResponseHandler parameter) are not.
> Remove this modifier as it prevents JMock from mocking these methods.
> It also doesn't seem to make sense for half the methods to be final.
> (Mocking the HttpClient interface is not appropriate for my tests as I have
> to call AbstractHttpClient.getCredentialsProvider).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]