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 246474 - Show nonpublic members filter affects public members
Summary: Show nonpublic members filter affects public members
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-15 11:24 UTC by Vladimir Riha
Modified: 2016-08-30 07:48 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 Vladimir Riha 2014-08-15 11:24:53 UTC
Please try following code:


function Runner(object, name, dispose){
    this.name = name;
    function nec(){
        
    }
    this.notify = function(){};
}


if you uncheck the mentioned filter in Navigator, notify() is hidden in navigator as well


Product Version: NetBeans IDE 8.0.1 (Build 201408142300)
Java: 1.8.0_20; Java HotSpot(TM) Client VM 25.20-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_20-b31
System: Linux version 3.13.0-32-generic running on i386; UTF-8; en_US (nb)
Comment 1 amobilia 2016-08-30 07:48:42 UTC
Still present on dev 201608250002