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 147063 - Show Duration as primitive type in Local Variables window
Summary: Show Duration as primitive type in Local Variables window
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 11:25 UTC by Alexandr Scherbatiy
Modified: 2008-09-25 12:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-09-12 11:25:27 UTC
Steps to reproduce:

- Create a JavaFX Script file:
-------------------------
var t1 = 3ms;
var t2 = 5s;
-------------------------

- Set breakpoints for the variables
- Debug he file

The variables have #694 and #695 values in Local Variables window.
They should have their own value like Number, String and others primitive data types.
Comment 1 Alexey Butenko 2008-09-12 14:14:09 UTC
fixed
Comment 2 Alexandr Scherbatiy 2008-09-19 10:42:39 UTC
verified in 2008-09-19_02-01-58.zip
Comment 3 Alexandr Scherbatiy 2008-09-25 12:09:36 UTC
verified