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

Unified Diff: pkg/analyzer/lib/src/generated/java_io.dart

Issue 50413005: Reapply "Remove @deprecated features." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/generated/java_io.dart
diff --git a/pkg/analyzer/lib/src/generated/java_io.dart b/pkg/analyzer/lib/src/generated/java_io.dart
index 3e23f8df949c9425e36a061666a4ed6b19ee9d08..757683983922025c70b2d95b8866731e8dcfe882 100644
--- a/pkg/analyzer/lib/src/generated/java_io.dart
+++ b/pkg/analyzer/lib/src/generated/java_io.dart
@@ -93,7 +93,7 @@ class JavaFile {
String getAbsolutePath() => pathos.absolute(_path);
String getCanonicalPath() {
try {
- return _newFile().fullPathSync();
+ return _newFile().resolveSymbolicLinksSync();
} catch (e) {
throw new JavaIOException('IOException', e);
}
« no previous file with comments | « pkg/analyzer/example/scanner_driver.dart ('k') | pkg/analyzer/lib/src/services/runtime/coverage/coverage_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698