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 188032 - Variables window does not show sequence type in FX style
Summary: Variables window does not show sequence type in FX style
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2010-06-24 08:47 UTC by Alexandr Scherbatiy
Modified: 2010-07-20 12:39 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 Alexandr Scherbatiy 2010-06-24 08:47:52 UTC
Steps to reproduce:

- Type in the editor:
--------------------------------
var s = ["1", "2" ];
var i = 3;
--------------------------------
- Set  breakpoints for the 'i' variable
- Debug the project
- Go to the variables window

There is com.sun.javafx.runtime.sequence.Sequence type for the 's' variable.

However the Navigator shows: "s:java.lang.String[]"
Comment 1 Alexandr Scherbatiy 2010-06-24 09:02:03 UTC
JavaFX Composer FXJDI: #31

  Product Version         = NetBeans IDE Dev (Build 201006240001)
(#712bfb992ed0)
  Operating System        = Windows XP version 5.1 running on x86
  Java; VM; Vendor        = 1.6.0_20; Java HotSpot(TM) Client VM 16.3-b01; Sun
Microsystems Inc.
Comment 2 Michal Skvor 2010-07-07 14:07:46 UTC
Fixed.
Comment 3 Alexandr Scherbatiy 2010-07-20 11:44:00 UTC
verified in the NetBeans IDE 6.9.1 Dev (Build 201007182301)

See also issue 188786  Sequence type is not correctly defined in the Variables window