Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.5.1
-
None
-
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
Maven home: E:\Java\apache-maven-3.3.9\bin\..
Java version: 1.8.0_65, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_65\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00) Maven home: E:\Java\apache-maven-3.3.9\bin\.. Java version: 1.8.0_65, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_65\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 7", version: "6.1", arch: "amd64", family: "dos"
Description
GitHub user meggermo opened a pull request:
https://github.com/apache/httpclient/pull/40
Delete obsolete clone method
In svn revision 980937 the Cloneable interface was removed from the class CacheEntity but the clone method was not. Assuming the removal of the Cloneable interface was intentional, the clone method should have been removed as well.
See https://fisheye6.atlassian.com/changelog/httpcomponents?cs=980937 for the entire change set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/meggermo/httpclient clone-method-unnecessary
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/httpclient/pull/40.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #40
commit 1faa798a46f629824c4ba7b51b788c94b37a02e9
Author: Michiel Eggermont <michiel.eggermont@gmail.com>
Date: 2015-12-28T11:26:34Z
Delete clone method
In svn revision 980937 the Cloneable interface was removed
from the CacheEntity but the clone method was not.
Assuming the removal of the Cloneable interface was
intentional, the clone method should have been removed
as well.