classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] [generics] Modifier.toString()


From: Tom Tromey
Subject: Re: [cp-patches] [generics] Modifier.toString()
Date: 13 Jan 2006 11:40:55 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Mark" == Mark Wielaard <address@hidden> writes:

Mark> there is a somewhat unfortunate situation on the generics branch with
Mark> Modifier.toString() which takes a StringBuffer on the trunk, but a
Mark> StringBuilder on the branch. Officially this isn't part of the Vm
Mark> interface, but there are runtimes that override the Method, Constructor
Mark> and Field classes and that do use this package private method.

Mark> To make them work again for now I just duplicated this method to work
Mark> with either a Stringbuffer or a StringBuilder.

Let's make a public method somewhere in gnu.*.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]