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 189149 - Change the text 'Invalid value' to 'Not evaluated yet' for bound variable
Summary: Change the text 'Invalid value' to 'Not evaluated yet' for bound variable
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-08-03 07:57 UTC by Alexandr Scherbatiy
Modified: 2011-05-16 13:53 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-08-03 07:57:11 UTC
See the issue 188626

Debugger shows  'Invalid value'  for the following code:
----------------------------------

var d = 10;
var c = bind d;

d = 11;
d = 12;
d = 13;
println(d);
----------------------------------

It could be changed to  'Not evaluated yet'
Comment 1 Michal Skvor 2010-08-03 14:05:09 UTC
Yes. It would be more logical to show "not evaluated yet".Will be implemented in next version.
Comment 2 David Strupl 2011-05-16 13:53:20 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.