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

Issue 10913231: Issue 76: In Debugger Expressions view crashes on numeric property name (Closed)

Created:
8 years, 3 months ago by Peter Rybin
Modified:
8 years, 3 months ago
Reviewers:
apavlov
CC:
chromedevtools-codereview_googlegroups.com
Visibility:
Public.

Description

Issue 76: In Debugger Expressions view crashes on numeric property name Committed: https://code.google.com/p/chromedevtools/source/detail?r=1068

Patch Set 1 #

Patch Set 2 : todo #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -9 lines) Patch
M plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/StackFrame.java View 1 chunk +8 lines, -9 lines 2 comments Download
M plugins/org.chromium.sdk/src/org/chromium/sdk/JsVariable.java View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Peter Rybin
8 years, 3 months ago (2012-09-12 21:04:51 UTC) #1
apavlov
LGTM http://codereview.chromium.org/10913231/diff/3001/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/StackFrame.java File plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/StackFrame.java (right): http://codereview.chromium.org/10913231/diff/3001/plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/StackFrame.java#newcode228 plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/StackFrame.java:228: return Long.valueOf(name.substring(1, len - 1)); What about number-like ...
8 years, 3 months ago (2012-09-13 03:27:08 UTC) #2
Peter Rybin
8 years, 3 months ago (2012-09-19 16:04:34 UTC) #3
http://codereview.chromium.org/10913231/diff/3001/plugins/org.chromium.debug....
File
plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/StackFrame.java
(right):

http://codereview.chromium.org/10913231/diff/3001/plugins/org.chromium.debug....
plugins/org.chromium.debug.core/src/org/chromium/debug/core/model/StackFrame.java:228:
return Long.valueOf(name.substring(1, len - 1));
On 2012/09/13 03:27:09, apavlov wrote:
> What about number-like properties of arbitrary Long-evity?

These numbers are originally from Long from JSON parser, so there shouldn't be
any problems here. Plus we plan to redesign SDK API to handle this explicitly.

Powered by Google App Engine
This is Rietveld 408576698