[Arakhnę-Dev] [35] Bug fix: the Comparable weak/ soft references throw ClassCastException when the object passed to compareTo () is not castable to the generic T. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
- To: dev@xxxxxxxxxxx
- Subject: [Arakhnę-Dev] [35] Bug fix: the Comparable weak/ soft references throw ClassCastException when the object passed to compareTo () is not castable to the generic T.
- From: subversion@xxxxxxxxxxxxx
- Date: Fri, 20 Feb 2009 16:25:24 +0100
Revision: 35
Author: galland
Date: 2009-02-20 16:25:23 +0100 (Fri, 20 Feb 2009)
Log Message:
-----------
Bug fix: the Comparable weak/soft references throw ClassCastException when the object passed to compareTo() is not castable to the generic T.
Modified Paths:
--------------
trunk/arakhneRefs/src/main/resources/Changelog
trunk/arakhneRefs/src/main/resources/VERSION
trunk/pom.xml
Modified: trunk/arakhneRefs/src/main/resources/Changelog
===================================================================
--- trunk/arakhneRefs/src/main/resources/Changelog 2009-02-20 15:20:22 UTC (rev 34)
+++ trunk/arakhneRefs/src/main/resources/Changelog 2009-02-20 15:25:23 UTC (rev 35)
@@ -1,3 +1,11 @@
+arakhneRefs-5.1
+
+ * Bug fix: the Comparable weak/soft references throw ClassCastException when the
+ object passed to compareTo() is not castable to the generic T.
+
+ -- Stephane GALLAND <galland@xxxxxxxxxxx> 2009-02-20
+
+
arakhneRefs-5.0
* Reimplement the AbstractWeakSoftValueMap to avoid execeptions.
Modified: trunk/arakhneRefs/src/main/resources/VERSION
===================================================================
--- trunk/arakhneRefs/src/main/resources/VERSION 2009-02-20 15:20:22 UTC (rev 34)
+++ trunk/arakhneRefs/src/main/resources/VERSION 2009-02-20 15:25:23 UTC (rev 35)
@@ -1 +1 @@
-arakhneRefs 5.0
+arakhneRefs 5.1
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2009-02-20 15:20:22 UTC (rev 34)
+++ trunk/pom.xml 2009-02-20 15:25:23 UTC (rev 35)
@@ -18,7 +18,7 @@
<properties>
<version_myjdk>1.6</version_myjdk>
<version_arakhnelogger>1.1-SNAPSHOT</version_arakhnelogger>
- <version_arakhnerefs>5.0-SNAPSHOT</version_arakhnerefs>
+ <version_arakhnerefs>5.1-SNAPSHOT</version_arakhnerefs>
<version_arakhnevmutils>2.1-SNAPSHOT</version_arakhnevmutils>
</properties>