classpath
[Top][All Lists]
Advanced

[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



reply via email to

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