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 188761

Summary: Double and Character types are not shown in FX style
Product: javafx Reporter: Alexandr Scherbatiy <sunflower>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: RESOLVED WONTFIX    
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-07-19 10:03:03 UTC
Product Version         = NetBeans IDE 6.9.1 Dev (Build 201007182301)
(#b9d3fe81e7a7)
  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.


See issue 172460

Steps to reproduce:
- Copy the code to the editor:
----------------------------------
var double:Double = 10.0;
var c = "2".charAt(0);
----------------------------------

- Set a breakpoint to the last line
- Debug the project
The Variables window shows 'double' and 'char' types but the
Navigator shows Character and Double
Comment 1 Michal Skvor 2010-08-03 14:24:37 UTC
Will fix in upcoming version.
Comment 2 David Strupl 2011-05-16 13:53:09 UTC
Closing all bugs filed against JavaFX 1.x as wontfix. We will support JavaFX 2.0 - please keep opened only bugs against the new release. Thanks.