This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug classpath/21869] We should to use StringBuilder instead of StringBuffer where appropriate.



------- Comment #6 from gnu_andrew at member dot fsf dot org  2008-02-27 23:00 -------
The new structure is committed.  As StringBuilder is final, we will have to
clone AbstractStringBuilder in the gnu.classpath package.  This is not too
problematic, as we don't expect the internal class to need to change.


-- 

gnu_andrew at member dot fsf dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |ASSIGNED
   Last reconfirmed|2008-02-17 15:58:22         |2008-02-27 23:00:53
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21869


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]