Am 27.03.2010 16:51, schrieb Martin Buchholz:
On Sat, Mar 27, 2010 at 02:48, Ulf Zibis wrote:
You additionally could add:
* Use of {...@link Character#high/lowSurrogate} is generally preferred.
and propagate those methods to Character class.
Thanks. Done.
(I think "delegate
On Sat, Mar 27, 2010 at 02:48, Ulf Zibis wrote:
> Am 27.03.2010 00:18, schrieb Martin Buchholz:
> You additionally could add:
>
> * Use of {...@link Character#high/lowSurrogate} is generally preferred.
>
> and propagate those methods to Character class.
Thanks. Done.
(I think "delegate" ex
Am 27.03.2010 00:18, schrieb Martin Buchholz:
On Fri, Mar 26, 2010 at 11:36, Ulf Zibis wrote:
Looking at my old patch:
https://bugs.openjdk.java.net/attachment.cgi?id=148&action=diff,
I'm afraid, that there are some remaining references to Surrogate class in
the code base:
- cold imports
-
On Fri, Mar 26, 2010 at 11:36, Ulf Zibis wrote:
> Am 24.03.2010 00:50, schrieb Martin Buchholz:
>>
>> I've added another mini-patch to my patch set.
>>
>> http://cr.openjdk.java.net/~martin/webrevs/openjdk7/isBMPCodePoint3
>>
>> This deletes Surrogate.java, as Ulf wants,
>> except that ... it's an