Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Issue 11645019: Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void. (Closed)

Created:
8 years ago by bakster
Modified:
8 years ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixed Issue 7508: Many StringBuffer methods return StringBuffer, but should be void. - Methods in StringBuffer have now been changed so they do not return this. - This forces the programmer to use cascaded calls instead of flaky chaining of calls. Committed: https://code.google.com/p/dart/source/detail?r=16358

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -97 lines) Patch
M pkg/intl/lib/bidi_utils.dart View 2 chunks +8 lines, -6 lines 0 comments Download
M runtime/lib/string_base.dart View 2 chunks +6 lines, -4 lines 0 comments Download
M sdk/lib/core/string_buffer.dart View 2 chunks +34 lines, -76 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +1 line, -0 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 chunk +6 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/corelib/string_buffer_test.dart View 4 chunks +5 lines, -11 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
bakster
8 years ago (2012-12-19 16:19:25 UTC) #1
floitsch
8 years ago (2012-12-19 16:41:37 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698