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 173085 - Watches does not show variable type
Summary: Watches does not show variable type
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Skvor
URL: http://javafx-jira.kenai.com/browse/J...
Keywords:
Depends on:
Blocks: 173187
  Show dependency tree
 
Reported: 2009-09-25 10:55 UTC by Alexandr Scherbatiy
Modified: 2010-04-06 10:14 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 2009-09-25 10:55:52 UTC
Build: NetBeans IDE Dev (Build 200909221401)
VM: Java HotSpot(TM) Client VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows XP, 5.1, x86


Steps to reproduce:

- Copy to the editor:
------------------------------------------------------
var a = 10;
var b = 20.5;
var c = a + b;


print(c);
-----------------------------------------------------
- Set a breakpoint to thje last line
- Start the debugger
- Go to the Watches window
- Add 'a' to the watches 

The type of the 'a' variable is not shown
Comment 1 Michal Skvor 2009-10-14 12:27:14 UTC
Depends on evaluation.
Comment 2 Lukas Hasik 2009-11-12 07:56:35 UTC
as this bug is either caused by the fx compiler or it too complicated to fix it in 6.8 - > approved
Comment 3 Petr Suchomel 2010-03-30 10:44:00 UTC
This is actually case when it has been fixed by changes in compiler (as a side effect)
Comment 4 Alexandr Scherbatiy 2010-04-06 10:14:52 UTC
verified in NetBeans-JavaFX-Soma: #211