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

Issue 10699027: Flag uninitialized final variables in a class. (Closed)

Created:
8 years, 5 months ago by zundel
Modified:
8 years, 5 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org, scheglov
Visibility:
Public.

Description

Flag uninitialized final variables in a class. Issue 3655 : http://code.google.com/p/dart/issues/detail?id=3655 Committed: https://code.google.com/p/dart/source/detail?r=9233

Patch Set 1 : # #

Total comments: 4

Messages

Total messages: 3 (0 generated)
zundel
8 years, 5 months ago (2012-06-28 21:49:34 UTC) #1
Brian Wilkerson
LGTM http://codereview.chromium.org/10699027/diff/4001/compiler/java/com/google/dart/compiler/ast/Modifiers.java File compiler/java/com/google/dart/compiler/ast/Modifiers.java (right): http://codereview.chromium.org/10699027/diff/4001/compiler/java/com/google/dart/compiler/ast/Modifiers.java#newcode1 compiler/java/com/google/dart/compiler/ast/Modifiers.java:1: // Copyright (c) 2011, the Dart project authors. ...
8 years, 5 months ago (2012-06-28 21:53:53 UTC) #2
zundel
8 years, 5 months ago (2012-06-28 22:07:15 UTC) #3
http://codereview.chromium.org/10699027/diff/4001/compiler/java/com/google/da...
File compiler/java/com/google/dart/compiler/ast/Modifiers.java (right):

http://codereview.chromium.org/10699027/diff/4001/compiler/java/com/google/da...
compiler/java/com/google/dart/compiler/ast/Modifiers.java:1: // Copyright (c)
2011, the Dart project authors.  Please see the AUTHORS file
On 2012/06/28 21:53:53, Brian Wilkerson wrote:
> nit: copyright year

Done.

http://codereview.chromium.org/10699027/diff/4001/compiler/java/com/google/da...
File
compiler/java/com/google/dart/compiler/resolver/FieldElementImplementation.java
(right):

http://codereview.chromium.org/10699027/diff/4001/compiler/java/com/google/da...
compiler/java/com/google/dart/compiler/resolver/FieldElementImplementation.java:1:
// Copyright (c) 2011, the Dart project authors.  Please see the AUTHORS file
On 2012/06/28 21:53:53, Brian Wilkerson wrote:
> nit: copyright year

Done.

Powered by Google App Engine
This is Rietveld 408576698