-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0
-
Component/s: core-libs
-
b49
-
sparc
-
solaris_9
String{Buffer,Builder}.append(CharSequence, int, int) and
String{Buffer,Builder}.insert(int, CharSequence, int, int) use the
offset and length convention but it would be more appropriate to use
start, end convention since they specify a subsequence of a CharSequence
and start, end is the Java convention for specifying a subrange of characters in a string of characters.
String{Buffer,Builder}.insert(int, CharSequence, int, int) use the
offset and length convention but it would be more appropriate to use
start, end convention since they specify a subsequence of a CharSequence
and start, end is the Java convention for specifying a subrange of characters in a string of characters.
- relates to
-
JDK-4882816 StringBuffer.append(StringBuffer source, int offset, int len) wanted
-
- Closed
-