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 255683 - navigator function content filtering
Summary: navigator function content filtering
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0.2
Hardware: HP Windows 7
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-05 07:06 UTC by bbbfly
Modified: 2015-10-05 07:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bbbfly 2015-10-05 07:06:18 UTC
Hello,
when I access object passed as function parameter directly, this object is displayed in Navigator window and no filter can hide it.

if I have:

function myFnc(obj){ obj.a = 1; }

navigator window will display:

o myFnc(obj): undefined
  |- ^ obj

Can you add new filter type which will handle this please?