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 197230 - No private functions in Navigator tree
Summary: No private functions in Navigator tree
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-30 13:35 UTC by HTD
Modified: 2013-01-09 12:06 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 HTD 2011-03-30 13:35:32 UTC
Product Version = NetBeans IDE 7.0 RC1 (Build 201103280000)

JavaScript code like:

var foo = function() {};

should be displayed in navigator view as private function, and now it's not displayed at all.
Comment 1 Petr Pisl 2013-01-09 12:06:38 UTC
It works in the new JS Editor.