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 146621 - Local variables have '$' prefix
Summary: Local variables have '$' prefix
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-09 10:35 UTC by Alexandr Scherbatiy
Modified: 2008-09-18 09:17 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 2008-09-09 10:35:30 UTC
Steps to reproduce:

- Create a JavaFX Script file:
------------------------------------
var a = 10;
------------------------------------

- Set a breakpoint 
- Debug the file
- Open the Local Variables window
  There is '$a' variable name instead of 'a'
Comment 1 Alexey Butenko 2008-09-12 11:18:14 UTC
fixed
Comment 2 Alexandr Scherbatiy 2008-09-18 09:17:20 UTC
verified in 2008-09-18_05-17-09.zip
Comment 3 Alexandr Scherbatiy 2008-09-18 09:17:54 UTC
verified in 2008-09-18_05-17-09.zip