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 17252 - Wrong displayname of more-dimensional arrays.
Summary: Wrong displayname of more-dimensional arrays.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-02 11:53 UTC by Jan Stola
Modified: 2003-06-30 17:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2001-11-02 11:53:50 UTC
Netbeans build 200111020735 (Release 3.3 beta 3 candidate)
==========================================================

Steps to reproduce:
-------------------
1. Debug the following line of code int[][] d2=new int[10][20];
2. Create watch on "d2".
3. The displayname of this watch will be (int[][10])#88.
   The displayname should contain int[10][].
Comment 1 Daniel Prusa 2001-11-05 14:20:14 UTC
assigned
Comment 2 Daniel Prusa 2001-11-06 15:10:50 UTC
Fixed in main trunk.
Comment 3 Jan Stola 2001-11-09 13:25:59 UTC
Verified in Netbeans build 20011109.
Comment 4 Quality Engineering 2003-06-30 17:36:26 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.