jdk/src/share/classes/java/lang/AbstractStringBuilder.java
Wed, 26 Feb 2014 13:02:05 -0800 bchristi 8027640: String.indexOf(String,int) for the empty string case not specified
Tue, 22 Oct 2013 17:02:08 -0400 rriggs 8026982: javadoc errors in core libs
Mon, 26 Aug 2013 18:26:35 +0400 igerasim 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
Wed, 05 Jun 2013 21:01:02 -0700 bpb 7032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimal
Mon, 08 Apr 2013 16:37:35 -0700 martin 8010849: (str) Optimize StringBuilder.append(null)
Tue, 26 Mar 2013 13:36:51 -0700 martin 8010316: Improve handling of char sequences containing surrogates
Tue, 22 Jan 2013 11:14:13 -0500 jgish 4247235: (spec str) StringBuffer.insert(int, char[]) specification is inconsistent
Fri, 28 Dec 2012 16:56:54 -0500 jgish 8005118: Javadoc styles are inconsistent
Thu, 29 Nov 2012 14:09:45 -0800 mduigou 6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation
Mon, 29 Oct 2012 16:51:59 -0700 jgish 6206780: (str) Forwarding append methods in String{Buffer,Builder} are inconsistent
Wed, 19 Sep 2012 14:55:40 +0100 chegar 7199500: Minor typo in AbstractStringBuilder.java header
Wed, 19 Sep 2012 08:52:21 -0400 jgish 4722265: (spec str) StringBuffer.ensureCapacity() should mention that capacity is mutable
Mon, 23 Jan 2012 12:17:30 -0800 darcy 7132338: Use @code friendly idiom for '\' in javadoc
Tue, 28 Dec 2010 15:53:50 -0800 ohair 6962318: Update copyright year
Tue, 19 Oct 2010 10:02:25 -0700 mchung 6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE
Tue, 03 Aug 2010 12:22:49 -0700 martin 6955504: (str) String[Builder/Buffer].append(char[],int,int) throws OutOfMemoryError in b94
Wed, 30 Jun 2010 16:11:32 -0700 martin 6934265: Add public method Character.isBmpCodePoint
Fri, 28 May 2010 12:10:14 -0700 lana Merge
Thu, 13 May 2010 21:56:13 -0700 martin 6952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacity
Tue, 25 May 2010 15:58:33 -0700 ohair 6943119: Rebrand source copyright notices
Sun, 09 May 2010 00:59:30 -0700 martin 6933217: Huge arrays handled poorly in core libraries
Thu, 02 Oct 2008 19:58:32 -0700 xdono 6754988: Update copyright year
Tue, 09 Sep 2008 15:20:07 -0700 martin 6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip