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

Issue 9317099: Improve repoorting of NoSuchMethod: (Closed)

Created:
8 years, 10 months ago by srdjan
Modified:
8 years, 10 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve repoorting of NoSuchMethod: NoSuchMethodException: incorrect number of arguments passed to method named 'foo' Receiver: Instance of 'A' Tried calling: foo(5, 6, 7) Found: foo(b, c) Committed: https://code.google.com/p/dart/source/detail?r=3960

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -24 lines) Patch
M corelib/src/exceptions.dart View 1 2 3 2 chunks +20 lines, -6 lines 0 comments Download
M runtime/lib/object.cc View 1 2 1 chunk +6 lines, -18 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
8 years, 10 months ago (2012-02-03 22:54:05 UTC) #1
ahe
LGTM. Thank you! Cheers, Peter https://chromiumcodereview.appspot.com/9317099/diff/4/corelib/src/exceptions.dart File corelib/src/exceptions.dart (right): https://chromiumcodereview.appspot.com/9317099/diff/4/corelib/src/exceptions.dart#newcode53 corelib/src/exceptions.dart:53: "function name: '$_functionName' arguments: ...
8 years, 10 months ago (2012-02-06 10:04:10 UTC) #2
srdjan
https://chromiumcodereview.appspot.com/9317099/diff/4/corelib/src/exceptions.dart File corelib/src/exceptions.dart (right): https://chromiumcodereview.appspot.com/9317099/diff/4/corelib/src/exceptions.dart#newcode53 corelib/src/exceptions.dart:53: "function name: '$_functionName' arguments: [$sb]"; On 2012/02/06 10:04:10, ahe ...
8 years, 10 months ago (2012-02-06 17:53:08 UTC) #3
ahe
8 years, 10 months ago (2012-02-06 18:02:34 UTC) #4
Still LGTM!

Powered by Google App Engine
This is Rietveld 408576698