[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25727] Hashtable is not secure
From: |
pinskia at gcc dot gnu dot org |
Subject: |
[Bug classpath/25727] Hashtable is not secure |
Date: |
9 Jan 2006 19:06:39 -0000 |
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-09 19:06 -------
I think you are violating some rules here, a.equals(b) == b.equals(a).
Hashtable and maybe others should be doing that checking and then just reject
it but I think this is just a violation of equals.
Also a.equals(a) should always be true though in your example it will never be
true for FakeKey.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25727
- [Bug classpath/25727] New: Hashtable is not secure, subanark at gmail dot com, 2006/01/09
- [Bug classpath/25727] Hashtable is not secure,
pinskia at gcc dot gnu dot org <=
- [Bug classpath/25727] Hashtable is not secure, subanark at gmail dot com, 2006/01/09
- [Bug classpath/25727] Hashtable is not secure, jeroen at frijters dot net, 2006/01/10
- [Bug classpath/25727] Hashtable is not secure, jeroen at frijters dot net, 2006/01/10
- [Bug classpath/25727] Hashtable is not secure, cvs-commit at developer dot classpath dot org, 2006/01/10
- [Bug classpath/25727] Hashtable is not secure, pinskia at gcc dot gnu dot org, 2006/01/28