aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/lang/AbstractStringBuilder.java
AgeCommit message (Expand)Author
2013-10-228026982: javadoc errors in core libsrriggs
2013-08-268016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptionsigerasim
2013-06-057032154: Performance tuning of sun.misc.FloatingDecimal/FormattedFloatingDecimalbpb
2013-04-088010849: (str) Optimize StringBuilder.append(null)martin
2013-03-268010316: Improve handling of char sequences containing surrogatesmartin
2013-01-224247235: (spec str) StringBuffer.insert(int, char[]) specification is inconsi...jgish
2012-12-288005118: Javadoc styles are inconsistentjgish
2012-11-296553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary alloca...mduigou
2012-10-296206780: (str) Forwarding append methods in String{Buffer,Builder} are incons...jgish
2012-09-197199500: Minor typo in AbstractStringBuilder.java headerchegar
2012-09-194722265: (spec str) StringBuffer.ensureCapacity() should mention that capacit...jgish
2012-01-237132338: Use @code friendly idiom for '\' in javadocdarcy
2010-12-286962318: Update copyright yearohair
2010-10-196992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError wit...mchung
2010-08-036955504: (str) String[Builder/Buffer].append(char[],int,int) throws OutOfMemo...martin
2010-06-306934265: Add public method Character.isBmpCodePointmartin
2010-05-28Mergelana
2010-05-256943119: Rebrand source copyright noticesohair
2010-05-136952330: Fix for 6933217 broke contract of StringBuffer.ensureCapacitymartin
2010-05-096933217: Huge arrays handled poorly in core librariesmartin
2008-10-026754988: Update copyright yearjdk7-b37xdono
2008-09-096728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBo...martin
2007-12-01Initial loadjdk7-b24duke