On Sat, 2007-04-07 at 23:49 +0200, Mark Wielaard wrote: > On Sat, 2007-04-07 at 00:51 +0200, Mark Wielaard wrote: > > FAIL: javax.swing.TransferHandler.createTransferable > > (I thought this was fixed with Francis latest patch, but builder still > > has trouble with it for some reason) > > This has nothing to do with the issue that Francis fixed (that is > properly fixed). This is because of a bug introduced in cacao that > doesn't do a proper access check and lets the test (indirectly) invoke a > method that it shouldn't be able to access. It was introduced in cacao > by: r7418 | twisti | 2007-02-28 21:07:06 +0100 (Wed, 28 Feb 2007) Grrr, I hate this access checks. I'll try to fix that _again_. - twisti