Re: [cp-patches] FYI: JComboBox fixes

2007-01-07 Thread Mark Wielaard
Hi Roman, On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote: > This fixes one weird NPE (see associated bug report) and I also cleaned > up some inconsistencies that I came over and some warnings that Eclipse > came over :-) > > 2007-01-06 Roman Kennke <[EMAIL PROTECTED]> > > PR 3033

Re: [cp-patches] RFC: InputStreamReader and OutputStreamWriter revisited

2007-01-07 Thread Roman Kennke
Hello again, > - The classes now make more effective use of the NIO encoders/decoders. > The passed in char[] arrays are wrapped in CharBuffers and the > underlying byte streams are buffered in a ByteBuffer (as documented > btw). These are passed to the NIO codecs to encode and decode the data > i

Re: [cp-patches] FYI: JComboBox fixes

2007-01-07 Thread Roman Kennke
Hi Mark, > On Sat, 2007-01-06 at 16:44 +0100, Roman Kennke wrote: > > This fixes one weird NPE (see associated bug report) and I also cleaned > > up some inconsistencies that I came over and some warnings that Eclipse > > came over :-) > > > > 2007-01-06 Roman Kennke <[EMAIL PROTECTED]> > > >

[cp-patches] FYI: Finish java.text.spi

2007-01-07 Thread Andrew John Hughes
This patch adds the remaining three SPIs and connects them to our existing implementations. Changelog: 2007-01-08 Andrew John Hughes <[EMAIL PROTECTED]> * java/text/DateFormat.java: (computeInstance(int,int,Locale,boolean,boolean)): Throw an exception when locale info.