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 139114 - Navigator does not show variables declared in FX file
Summary: Navigator does not show variables declared in FX file
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Anton Chechel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 09:54 UTC by Alexandr Scherbatiy
Modified: 2008-07-10 10:24 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-07-07 09:54:54 UTC
Steps to reproduce:

- Create a Contact JavaFX Script class:
-------------------------------------
public class Contact{
    attribute firstName: String;
    attribute lastName: String;
    attribute eMailAddress: String;
}

var contact = Contact{};
-------------------------------------

The 'contact' variable is not shown in the Navigator
Comment 1 David Strupl 2008-07-07 11:05:06 UTC
Navigator --> Anton.
Comment 2 Anton Chechel 2008-07-10 09:34:15 UTC
fixed, I think we should have different icons for them, but not now for sure
Comment 3 Alexandr Scherbatiy 2008-07-10 10:24:21 UTC
verified