[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A minor bug in java.io.File: Submit for Classpath
From: |
Tom Tromey |
Subject: |
Re: A minor bug in java.io.File: Submit for Classpath |
Date: |
28 Jun 2001 20:31:50 -0600 |
>>>>> ">" == Wu, Gansha <address@hidden> writes:
>> An approperiate modification is to add a check like this:
>> this(dirname == null?name:dirname + separator + name);
In addition I think that the constructor must throw
NullPointerException if `name' is null, even when `dirname' is not.
Do you agree?
Tom