classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] FYI: Hashtable fixes


From: Roman Kennke
Subject: [cp-patches] FYI: Hashtable fixes
Date: Thu, 12 Jan 2006 16:20:13 +0000

Now that was interesting. My last patch for Hashtable contained a fix for
the (new) EnumerateAndModify mauve test and some rewrite for the
parameterized class. Obviously the latter made the former fail again. I
had to add some null checks in order to make the tests fully PASS.

2006-01-12  Roman Kennke  <address@hidden>

        * java/util/Hashtable.java
        (KeyEnumerator.nextElement): Added null check to avoid NPE.
        (ValueEnumerator.nextElement): Added null check to avoid NPE.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]