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

Issue 8304012: Addresses issue 10. (Closed)

Created:
9 years, 2 months ago by John Lenz
Modified:
9 years, 2 months ago
Reviewers:
jat
CC:
reviews_dartlang.org, eub
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M compiler/java/com/google/dart/compiler/ast/DartNode.java View 1 chunk +2 lines, -1 line 5 comments Download

Messages

Total messages: 6 (0 generated)
John Lenz
9 years, 2 months ago (2011-10-14 23:58:23 UTC) #1
John Lenz
9 years, 2 months ago (2011-10-14 23:58:56 UTC) #2
jat
http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dart/compiler/ast/DartNode.java File compiler/java/com/google/dart/compiler/ast/DartNode.java (right): http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dart/compiler/ast/DartNode.java#newcode123 compiler/java/com/google/dart/compiler/ast/DartNode.java:123: node.setParent(this); How does this actually change anything?
9 years, 2 months ago (2011-10-15 00:01:05 UTC) #3
John Lenz
http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dart/compiler/ast/DartNode.java File compiler/java/com/google/dart/compiler/ast/DartNode.java (right): http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dart/compiler/ast/DartNode.java#newcode123 compiler/java/com/google/dart/compiler/ast/DartNode.java:123: node.setParent(this); On 2011/10/15 00:01:05, jat wrote: > How does ...
9 years, 2 months ago (2011-10-15 00:43:14 UTC) #4
jat
LGTM http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dart/compiler/ast/DartNode.java File compiler/java/com/google/dart/compiler/ast/DartNode.java (right): http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dart/compiler/ast/DartNode.java#newcode123 compiler/java/com/google/dart/compiler/ast/DartNode.java:123: node.setParent(this); On 2011/10/15 00:43:14, John Lenz wrote: > ...
9 years, 2 months ago (2011-10-15 01:33:27 UTC) #5
John Lenz
9 years, 2 months ago (2011-10-17 18:34:41 UTC) #6
http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dar...
File compiler/java/com/google/dart/compiler/ast/DartNode.java (right):

http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dar...
compiler/java/com/google/dart/compiler/ast/DartNode.java:123:
node.setParent(this);
On 2011/10/15 00:01:05, jat wrote:
> How does this actually change anything?

See:
http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#incom...
(search for "Compiler No Longer Allows Access to Private Members of Type
Variables").

http://codereview.chromium.org/8304012/diff/2001/compiler/java/com/google/dar...
compiler/java/com/google/dart/compiler/ast/DartNode.java:123:
node.setParent(this);
On 2011/10/15 01:33:27, jat wrote:
> On 2011/10/15 00:43:14, John Lenz wrote:
> > On 2011/10/15 00:01:05, jat wrote:
> > > How does this actually change anything?
> > 
> > See:
> >
>
http://www.oracle.com/technetwork/java/javase/compatibility-417013.html#incom...
> > (search for "Compiler No Longer Allows Access to Private Members of Type
> > Variables").
> 
> Please add a comment explaining why this is here -- otherwise someone may undo
> the change in the future.

Done.

Powered by Google App Engine
This is Rietveld 408576698