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 230404

Summary: [Dependency Graph] Filtering by scope should hide nodes
Product: projects Reporter: markiewb
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: REOPENED ---    
Severity: normal CC: pekarna
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows the issue with a simple pom.xml

Description markiewb 2013-05-28 18:01:02 UTC
[ BUILD # : 201305262300 ]
[ JDK VERSION : 1.7.0_21 ]

See  simple pom in the screenshot (only a test-scoped dependency to junit).
Switch to scope runtime in the dependency graph view
->
ACTUAL: test-scoped dependency is visible 
EXPECTED: the scope filter works (f.e. test-scoped deps are not shown)
Comment 1 markiewb 2013-05-28 18:01:39 UTC
Created attachment 135022 [details]
Shows the issue with a simple pom.xml
Comment 2 Milos Kleint 2013-06-07 12:35:20 UTC
as far as I can tell, the scope combo doesn't hide nodes but only colors them.
All - means no colors..
Any other value adds color gradient for the selected scope and below.

not a P2 -. never was meant to work as expected by the reporter
Comment 3 markiewb 2013-06-07 18:08:18 UTC
(In reply to comment #2)
> as far as I can tell, the scope combo doesn't hide nodes but only colors them.

Oh, i wasn't aware of it. I thought it would hide them. So it works as expected. 

I change the issue type to an enhancement.
ACTUAL: filtering by scope colors the matching nodes
EXPECTED: filtering by scope hides the matching nodes
Comment 4 Milos Kleint 2013-06-18 08:25:05 UTC
*** Bug 231388 has been marked as a duplicate of this bug. ***
Comment 5 Martin Balin 2016-07-07 08:39:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 6 markiewb 2016-07-10 20:33:50 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)