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 187984 - Variables window does not show function type in FX style
Summary: Variables window does not show function type in FX style
Status: RESOLVED WONTFIX
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-23 08:47 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:52 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-23 08:47:25 UTC
JavaFX Composer FXJDI: #29

  Product Version         = NetBeans IDE Dev (Build 201006230001)
(#3385daea8705)
  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.


Steps to reproduce:

- Copy the code to the editor:
-------------------------------------
var add = function (x:Number, y:Number):Number { x + y; }
-------------------------------------

- Set a breakpoint to the 'add' variable
- Debug the project
The Variables window shows 'com.sun.javafx.functions.Function2' type.

Note that Navigator shows 'function(:Float, :Float):Float' type 
for the 'add' variable
Comment 1 Michal Skvor 2010-07-07 13:49:13 UTC
Fixed.
Comment 2 Alexandr Scherbatiy 2010-07-19 09:56:53 UTC
The issue is still reproduced in the NetBeans IDE 6.9.1 Dev (Build 201007182301)
Comment 3 Michal Skvor 2010-08-03 14:24:57 UTC
Will implement in upcoming version.
Comment 4 David Strupl 2011-05-16 13:52:40 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.