Re: [patch] fix to JLayeredPane

2004-01-10 Thread Tom Tromey
graydon == graydon hoare [EMAIL PROTECTED] writes: graydon this patch adapts JLayeredPane to the changes [EMAIL PROTECTED] graydon recently made to Container graydon ok to apply? Yes, thanks. Tom ___ Classpath mailing list [EMAIL PROTECTED]

Serialization compatibility testing

2004-01-10 Thread C. Brian Jones
All, I've been working a little lately on some tools I once added to japi for serialization compatibility testing. I'm pretty close to having something useful, just wondering if anyone is interested in using these for checking compatibility? Here's the list of the files that are the same when

Re: Serialization compatibility testing

2004-01-10 Thread Chris Gray
On Saturday 10 January 2004 06:00, C. Brian Jones wrote: All, I've been working a little lately on some tools I once added to japi for serialization compatibility testing. I'm pretty close to having something useful, just wondering if anyone is interested in using these for checking

Re: JIT pluggability

2004-01-10 Thread Chris Gray
On Friday 09 January 2004 09:45, Sascha Brawer wrote: Tom Tromey [EMAIL PROTECTED] wrote on Thu, 8 Jan 2004 17:48:59 -0700: [standard pluggable JIT interface] This would indeed be quite nice, IMHO. IMHO2 (that should probably be 3 or 4 by now). I suspect that the interface to GC will be hard

Re: File.list()

2004-01-10 Thread Michael Koch
On Mon, Nov 24, 2003 at 08:44:56PM -0500, David BĂ©langer wrote: Hi, This may be some trace left from a old bug. File: java/io/File.java. A long time ago, there was a bug with listInternals as it was not returning an empty array for no files. This has been fixed since then and

FYI: Patch: file stuff

2004-01-10 Thread Michael Koch
Hi list, I wanna start a new trend on this mailing list now. I wanna ask for approving the attached patch. This patch fixes two bugs with files. 1) java.io.File.list() uses an internal method called listInternal(). This methods returns null in the error case. list() now converts this to a