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

Issue 14205011: Issue 9845. Compare runtime types using ==. (Closed)

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

Description

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -108 lines) Patch
M editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/DeclarationResolver.java View 2 chunks +1 line, -6 lines 1 comment Download
M editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/SyntaxTranslator.java View 1 chunk +3 lines, -2 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/processor/ObjectSemanticProcessor.java View 1 chunk +5 lines, -1 line 0 comments Download
M editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/SemanticTest.java View 1 chunk +24 lines, -0 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart_test/src/com/google/dart/java2dart/processor/ObjectSemanticProcessorTest.java View 1 chunk +7 lines, -5 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/ast.dart View 2 chunks +8 lines, -2 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/element.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/error.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/java_core.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/parser.dart View 4 chunks +28 lines, -19 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/resolver.dart View 9 chunks +65 lines, -21 lines 2 comments Download
M pkg/analyzer_experimental/lib/src/generated/source_io.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analyzer_experimental/test/generated/ast_test.dart View 3 chunks +24 lines, -4 lines 0 comments Download
M pkg/analyzer_experimental/test/generated/parser_test.dart View 4 chunks +36 lines, -8 lines 0 comments Download
M pkg/analyzer_experimental/test/generated/resolver_test.dart View 13 chunks +56 lines, -23 lines 0 comments Download
M pkg/analyzer_experimental/test/generated/test_support.dart View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
scheglov
7 years, 8 months ago (2013-04-17 18:37:36 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/14205011/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/DeclarationResolver.java File editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/DeclarationResolver.java (right): https://codereview.chromium.org/14205011/diff/1/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/DeclarationResolver.java#newcode211 editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/resolver/DeclarationResolver.java:211: AnalysisEngine.getInstance().getLogger().logError(writer.toString()); Seems like it would be better still ...
7 years, 8 months ago (2013-04-17 18:59:42 UTC) #2
scheglov
7 years, 8 months ago (2013-04-17 19:07:16 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r21649 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698