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

Issue 16347011: Hide IOException from java_core.dart in analyzer_experimental. (Closed)

Created:
7 years, 6 months ago by Anders Johnsen
Modified:
7 years, 6 months ago
Reviewers:
scheglov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Hide IOException from java_core.dart in analyzer_experimental. BUG= Committed: https://code.google.com/p/dart/source/detail?r=23850

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java View 3 chunks +3 lines, -3 lines 1 comment Download
M pkg/analyzer_experimental/lib/src/generated/sdk_io.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/source_io.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anders Johnsen
TBR
7 years, 6 months ago (2013-06-11 13:34:47 UTC) #1
Anders Johnsen
Committed patchset #1 manually as r23850 (presubmit successful).
7 years, 6 months ago (2013-06-11 13:35:14 UTC) #2
scheglov
7 years, 6 months ago (2013-06-11 16:29:04 UTC) #3
Message was sent while issue was closed.
LGTM

https://codereview.chromium.org/16347011/diff/1/editor/util/plugins/com.googl...
File
editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java
(right):

https://codereview.chromium.org/16347011/diff/1/editor/util/plugins/com.googl...
editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java:535:
unit.getDirectives().add(importDirective(src_package + "java_core.dart", null,
importHideCombinator('IOException')));
In Java single quotes are used for characters, not strings.
Steve fixed this problem.

Powered by Google App Engine
This is Rietveld 408576698