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

Summary: navigator function content filtering
Product: javascript Reporter: bbbfly
Component: NavigationAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: HP   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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?