This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: swt fileviewer
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: "John Murga" <john at murga dot org>, <java at gcc dot gnu dot org>
- Date: 09 Jan 2003 12:21:27 -0700
- Subject: Re: swt fileviewer
- References: <POEIJGMGPFPGFHAGKFHACEIJCDAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik.poupaert@chello.be> writes:
Erik> The list array is completely out of whack. If the parameter file
Erik> gets, for example, created with "C:" then file.listFiles()
Erik> returns the content of pwd!
Sounds like a Win32-specific bug in the File implementation.
Could you write a short sample program showing the bug and submit a PR?
Tom