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

Summary: Variables window does not show sequence type in FX style
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 173187    

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