jdk/src/share/classes/java/lang/String.java
Wed, 26 Feb 2014 13:02:05 -0800 bchristi 8027640: String.indexOf(String,int) for the empty string case not specified
Fri, 07 Feb 2014 09:04:17 -0800 sherman 8032012: String.toLowerCase/toUpperCase performance improvement
Tue, 03 Dec 2013 15:52:16 -0800 smarks 8028757: CharSequence.subSequence improperly requires a "new" CharSequence be returned
Thu, 21 Nov 2013 16:02:16 -0800 smarks 7174936: several String methods claim to always create new String
Wed, 13 Nov 2013 22:22:28 -0800 sherman 8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers regression
Wed, 13 Nov 2013 11:26:01 -0800 sherman 8027645: Pattern.split() with positive lookahead
Fri, 08 Nov 2013 17:50:24 -0500 rriggs 8028041: Serialized Form description of j.l.String is not consistent with the implementation
Tue, 22 Oct 2013 17:02:08 -0400 rriggs 8026982: javadoc errors in core libs
Tue, 22 Oct 2013 06:13:01 +0900 peytoia 8020037: String.toLowerCase incorrectly increases length, if string contains \u0130 char
Thu, 05 Sep 2013 10:14:53 -0700 naoto 8023943: Method description fix for String.toLower/UpperCase() methods
Tue, 03 Sep 2013 16:05:45 -0700 henryjen 8023997: j.l.String.join(java.lang.CharSequence, java.lang.Iterable) sample doesn't compile and is incorrect
Wed, 12 Jun 2013 11:11:59 -0700 bchristi 8010325: Remove hash32() method and hash32 int field from java.lang.String
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