Re: [PATCH] Two methods for NumberFormat

2003-11-23 Thread Tom Tromey
Guilhem == Guilhem Lavaux [EMAIL PROTECTED] writes: Guilhem I am continuing the series of patches with that one, it adds two Guilhem methods to NumberFormat: getIntegerInstance() and Guilhem getIntegerInstance(Locale). They have to be implemented according to Guilhem Java 1.4. Guilhem + /**

Re: [PATCH] Two methods for NumberFormat

2003-11-22 Thread Mark Wielaard
Hi Guilhem, On Fri, 2003-11-21 at 21:34, Guilhem Lavaux wrote: I am continuing the series of patches with that one, it adds two methods to NumberFormat: getIntegerInstance() and getIntegerInstance(Locale). They have to be implemented according to Java 1.4. Thanks for splitting this up in

Re: [PATCH] Two methods for NumberFormat

2003-11-22 Thread Guilhem Lavaux
Mark Wielaard wrote: Hi Guilhem, On Fri, 2003-11-21 at 21:34, Guilhem Lavaux wrote: I am continuing the series of patches with that one, it adds two methods to NumberFormat: getIntegerInstance() and getIntegerInstance(Locale). They have to be implemented according to Java 1.4. Thanks

Re: [PATCH] Two methods for NumberFormat

2003-11-22 Thread Mark Wielaard
Hi, On Sat, 2003-11-22 at 15:38, Guilhem Lavaux wrote: (I would like to see us not use a space between the method and the bracket beginning the argument list. But this class already had that and jalopy will hopefully catch all this in the future for us.) I've just made a probabilistic

[PATCH] Two methods for NumberFormat

2003-11-21 Thread Guilhem Lavaux
Hi, I am continuing the series of patches with that one, it adds two methods to NumberFormat: getIntegerInstance() and getIntegerInstance(Locale). They have to be implemented according to Java 1.4. Please review it before I check it in. Regards, Guilhem. Index: java/text/NumberFormat.java