Re: [cp-patches] FYI: MetalLookAndFeel.initComponentDefaults() minor fix

2006-03-07 Thread Tom Tromey
David == David Gilbert [EMAIL PROTECTED] writes: David This was pointed out by running FindBugs David (http://findbugs.sourceforge.net/). How are you running FindBugs? I think it would be great if we were running it on the auto-builder and reporting FindBugs regressions. Maybe we could

Re: [cp-patches] FYI: MetalLookAndFeel.initComponentDefaults() minor fix

2006-03-07 Thread David Gilbert
Tom Tromey wrote: David == David Gilbert [EMAIL PROTECTED] writes: David This was pointed out by running FindBugs David (http://findbugs.sourceforge.net/). How are you running FindBugs? I think it would be great if we were running it on the auto-builder and reporting FindBugs

[cp-patches] FYI: MetalLookAndFeel.initComponentDefaults() minor fix

2006-03-06 Thread David Gilbert
This patch (committed) replaces 'new Boolean(true)' with 'Boolean.TRUE' to save creating a new instance: 2006-03-06 David Gilbert [EMAIL PROTECTED] * javax/swing/plaf/metal/MetalLookAndFeel.java (initComponentDefaults): Use Boolean.TRUE for