This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: libgcj/38
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: libgcj/38
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Fri, 25 Feb 2000 10:14:03 -0800 (PST)
- Cc: Tom Tromey <tromey at cygnus dot com>, java-gnats at sourceware dot cygnus dot com, Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <20000225085000.28264.qmail@sourceware.cygnus.com><200002250855.AAA27307@ferrule.cygnus.com><38B648D1.85306B0C@albatross.co.nz>
Bryce> Hmm... I don't think that is 100% safe in this case. ie:
You're right.
Bryce> But I understand what your getting at. The right solution is to
Bryce> use a boolean instead, which gets set after the dateFormal
Bryce> fields have all been set. Right?
Or set the locale field last in initializeDateFormats(). If you go
this route, be sure to comment it, as it is obscure. Which one you
choose is up to you, though...
Tom