- 06 6月, 2013 1 次提交
-
-
由 bpb 提交于
Summary: Performance improvements for double/float -> String and decimal/hex String -> double/float conversions. Reviewed-by: martin, iris Contributed-by: NSergey Kuksenko <sergey.kuksenko@oracle.com>, Brian Burkhalter <brian.burkhalter@oracle.com>, Dmitry Nadezhin <dmitry.nadezhin@oracle.com>, Olivier Lagneau <olivier.lagneau@oracle.com>
-
- 09 4月, 2013 1 次提交
-
-
由 martin 提交于
Summary: Append 4 chars instead of the string "null" Reviewed-by: mduigou, forax, jgish
-
- 27 3月, 2013 1 次提交
-
-
由 martin 提交于
Summary: Fix and optimize codePointAt, codePointBefore and similar methods Reviewed-by: sherman, okutsu, ulfzibis, kizune
-
- 23 1月, 2013 1 次提交
-
-
由 jgish 提交于
Summary: Add blanket null-handling statement to StringBuilder and StringBuffer Reviewed-by: mduigou
-
- 29 12月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: use a common javadoc style in the String classes Reviewed-by: darcy
-
- 30 11月, 2012 1 次提交
-
-
由 mduigou 提交于
Summary: It is not necessary to extract the value array with toCharArray. The value array can now be used directly. Reviewed-by: alanb
-
- 30 10月, 2012 1 次提交
-
-
由 jgish 提交于
Summary: update StringBuilder & StringBuffer to consistently handle forwarding to AbstractStringBuilder. Some additional cleanup (removal of refs to sub-classes from AbstractStringBuilder) Reviewed-by: chegar, alanb, mduigou
-
- 19 9月, 2012 2 次提交
- 24 1月, 2012 1 次提交
-
-
由 darcy 提交于
Reviewed-by: alanb
-
- 29 12月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: xdono
-
- 20 10月, 2010 1 次提交
-
-
由 mchung 提交于
6992121: StringBuilder.ensureCapacity(int minCap) throws OutOfMemoryError with minCap=Integer.MIN_VALUE Reviewed-by: dholmes, alanb
-
- 04 8月, 2010 1 次提交
-
-
由 martin 提交于
Summary: let arraycopy throw AIOOBE for invalid negative length Reviewed-by: chegar, forax
-
- 01 7月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Move isBmpCodePoint from sun.nio.cs.Surrogate to Character Reviewed-by: sherman Contributed-by: NUlf Zibis <ulf.zibis@gmx.de>
-
- 26 5月, 2010 1 次提交
-
-
由 ohair 提交于
Reviewed-by: darcy, weijun
-
- 14 5月, 2010 1 次提交
-
-
由 martin 提交于
Summary: make sure to grow with size => size * 2 + 2 Reviewed-by: dholmes, chegar, ohair
-
- 09 5月, 2010 1 次提交
-
-
由 martin 提交于
Summary: Write overflow-conscious array resizing code Reviewed-by: chegar
-
- 03 10月, 2008 1 次提交
-
-
由 xdono 提交于
Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
-
- 10 9月, 2008 1 次提交
-
-
由 martin 提交于
Summary: Major spec rework Reviewed-by: alanb
-
- 01 12月, 2007 1 次提交
-
-
由 duke 提交于
-