classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: StringTokenizer fixlet


From: Roman Kennke
Subject: [cp-patches] FYI: StringTokenizer fixlet
Date: Tue, 10 Jan 2006 12:58:32 +0000

In the java.util.StringTokenizer we trigger an NPE if delim is null. The
spec explicitly says, that we shouldn't do so, and Sun's impl
doesn't. This patch fixes this.

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

        * java/util/StringTokenizer.java
        (StringTokenizer(String, String, boolean)):
        Don't trigger NPE here for conformance with the spec.

/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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