Re: [cp-patches] Complete javax.imageio

2005-10-03 Thread Thomas Fitzsimmons
On Mon, 2005-10-03 at 16:12 +0200, Andreas Tobler wrote: > Hi Tom, > > hopefully you can enlight a java newbie :) > > In javax/imageio/ImageReader.java you change the following for example > > protected List progressListeners = new ArrayList(); > > to > > protected List progressListeners = nul

Re: [cp-patches] Complete javax.imageio

2005-10-03 Thread Andreas Tobler
Hi Tom, hopefully you can enlight a java newbie :) In javax/imageio/ImageReader.java you change the following for example protected List progressListeners = new ArrayList(); to protected List progressListeners = null; The java doc says: progressListeners: A List of currently registered IIO

Re: [cp-patches] Complete javax.imageio

2005-10-02 Thread Thomas Fitzsimmons
On Sun, 2005-10-02 at 13:25 +0200, Mark Wielaard wrote: > Hi Tom, > > On Sun, 2005-10-02 at 01:30 -0400, Thomas Fitzsimmons wrote: > > This patch brings the javax.imageio package up to 1.5-level API > > coverage. I also completed the documentation for all but two classes, > > ImageReadParam and I

Re: [cp-patches] Complete javax.imageio

2005-10-02 Thread Mark Wielaard
Hi Tom, On Sun, 2005-10-02 at 01:30 -0400, Thomas Fitzsimmons wrote: > This patch brings the javax.imageio package up to 1.5-level API > coverage. I also completed the documentation for all but two classes, > ImageReadParam and ImageWriteParam. Woot! Code plus documentation. One little nitpick.

[cp-patches] Complete javax.imageio

2005-10-01 Thread Thomas Fitzsimmons
Hi, This patch brings the javax.imageio package up to 1.5-level API coverage. I also completed the documentation for all but two classes, ImageReadParam and ImageWriteParam. I may document them if I write javax.imageio.plugins.jpeg or javax.imageio.plugins.bmp but I'm hoping that someone else be