jdk/src/share/classes/java/lang/String.java
Fri, 17 May 2013 14:41:39 +0200 plevart 8014477: (str) Race condition in String.contentEquals when comparing with StringBuffer
Tue, 02 Apr 2013 18:41:04 -0400 jgish 5015163: (str) String merge/join that is the inverse of String.split()
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, 01 Oct 2012 15:36:57 +0100 alanb 8000269: Cleanup javadoc warnings
Fri, 27 Jul 2012 16:17:11 -0400 jgish 6914123: (str) Missing synchronization in java.lang.String#contentEquals(CharSequence)
Fri, 29 Jun 2012 16:16:13 -0700 smarks 7170938: (str) incorrect wording in doc for String.subSequence
Wed, 30 May 2012 22:18:37 -0700 mduigou 7126277: Alternative String hashing implementation
Thu, 17 May 2012 10:06:19 -0700 mduigou 6924259: Remove offset and count fields from java.lang.String
Mon, 23 Jan 2012 12:17:30 -0800 darcy 7132338: Use @code friendly idiom for '\' in javadoc
Fri, 02 Dec 2011 16:25:35 -0800 sherman 5035850: (str) String.CASE_INSENSITIVE_ORDER should override readResolve()
Wed, 13 Apr 2011 12:16:13 -0700 jjh 7032960: API files in java.awt need to be updated for references to JVM Spec with editions/hyperlinks
Tue, 04 Jan 2011 17:05:38 -0800 lana Merge
Mon, 20 Dec 2010 13:47:04 -0800 smarks 6880112: Project Coin: Port JDK core library code to use diamond operator
Tue, 28 Dec 2010 15:53:50 -0800 ohair 6962318: Update copyright year
Wed, 30 Jun 2010 16:11:32 -0700 martin 6933322: Add methods highSurrogate(), lowSurrogate() to class Character
Wed, 30 Jun 2010 16:11:32 -0700 martin 6940381: Wording improvements for String.indexOf, String.lastIndexOf
Wed, 30 Jun 2010 16:11:32 -0700 martin 6937112: String.lastIndexOf confused by unpaired trailing surrogate
Wed, 30 Jun 2010 16:11:32 -0700 martin 6934265: Add public method Character.isBmpCodePoint
Tue, 25 May 2010 15:58:33 -0700 ohair 6943119: Rebrand source copyright notices
Sun, 09 May 2010 16:37:06 -0700 martin 6937842: Unreadable \uXXXX in javadoc
Sat, 27 Feb 2010 19:29:15 +0000 alanb 6921374: java.lang.String::hashCode() should check for count == 0 to avoid repeated stores hash = 0
Wed, 07 Oct 2009 14:04:20 -0700 darcy 6480728: Byte.valueOf(byte) returns a cached value but Byte.valueOf(String)
Thu, 13 Aug 2009 10:50:23 -0700 sherman 6840246: Lightweight implementation of String.split for simple use case
Fri, 10 Apr 2009 11:51:36 +0900 peytoia 6404304: RFE: Unicode 5.1 support
Sat, 01 Dec 2007 00:00:00 +0000 duke Initial load
less more (0) tip