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

Issue 10919024: - Change "static final" to "static const" in the (Closed)

Created:
8 years, 3 months ago by Ivan Posva
Modified:
8 years, 3 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

- Change "static final" to "static const" in the pkg/, language/, utils/ and lib/core/ directories. Committed: https://code.google.com/p/dart/source/detail?r=11703

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+577 lines, -577 lines) Patch
M lib/core/date.dart View 1 chunk +20 lines, -20 lines 0 comments Download
M lib/core/double.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M lib/core/duration.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M pkg/args/args.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/dartdoc/block_parser.dart View 1 chunk +9 lines, -9 lines 0 comments Download
M pkg/dartdoc/classify.dart View 1 chunk +13 lines, -13 lines 0 comments Download
M pkg/dartdoc/dartdoc.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/dartdoc/html_renderer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/dartdoc/mirrors/dart2js_mirror.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M pkg/fixnum/int32.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M pkg/fixnum/int64.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M pkg/fixnum/test/int_64_vm_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/intl/bidi_utils.dart View 3 chunks +10 lines, -10 lines 0 comments Download
M pkg/intl/date_format.dart View 1 chunk +41 lines, -41 lines 0 comments Download
M pkg/logging/logging.dart View 1 chunk +10 lines, -10 lines 0 comments Download
M pkg/unittest/core_matchers.dart View 15 chunks +26 lines, -26 lines 0 comments Download
M pkg/unittest/interactive_html_config.dart View 3 chunks +10 lines, -10 lines 0 comments Download
M pkg/unittest/mock.dart View 3 chunks +12 lines, -12 lines 0 comments Download
M pkg/unittest/numeric_matchers.dart View 1 chunk +6 lines, -6 lines 0 comments Download
M pkg/unittest/unittest.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M utils/apidoc/apidoc.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/css/generate.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/css/tokenkind.dart View 4 chunks +102 lines, -102 lines 0 comments Download
M utils/pub/repo_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/version.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/yaml/model.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/pub/yaml/parser.dart View 1 chunk +84 lines, -84 lines 0 comments Download
M utils/template/codegen.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M utils/template/tokenkind.dart View 2 chunks +148 lines, -148 lines 0 comments Download
M utils/tests/string_encoding/unicode_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/tests/string_encoding/utf16_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M utils/tests/string_encoding/utf32_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M utils/tests/string_encoding/utf8_test.dart View 6 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Ivan Posva
8 years, 3 months ago (2012-08-31 01:25:39 UTC) #1
hausner
8 years, 3 months ago (2012-08-31 17:27:43 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698