This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 173664 - [68cat] [debugger] Hashes passed as parameters show original hash in Variables List
Summary: [68cat] [debugger] Hashes passed as parameters show original hash in Variable...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-02 22:03 UTC by esmithbss
Modified: 2011-01-28 20:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Annotated Screen Capture (122.29 KB, image/png)
2009-10-02 22:04 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2009-10-02 22:03:20 UTC
[ BUILD # : 200910010513 ]
[ JDK VERSION : 1.5.* ]

I have a method in a class that receives a hash as a parameter.

In the originating file, the variable name is PROPERTIES.

In the class, the parameter name is props.

In the class method, when I expand the props hash in the variables
list, it shows the PROPERTIES hash directly below it as a child.

PROPERTIES should not show here.
Comment 1 esmithbss 2009-10-02 22:04:21 UTC
Created attachment 88774 [details]
Annotated Screen Capture