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 255491

Summary: Show dependecy scope in Maven artifact details view
Product: projects Reporter: alied <alied>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description alied 2015-09-22 14:58:26 UTC
Product Version = NetBeans IDE Dev (Build 201509220002)
Operating System = Linux version 4.2.0cxevoii running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23

Reproducibility: Happens every time

STEPS:
  * Go to Services view and expand the Maven repositorybrowser.
  * Select an artifact and open its details view.
  * Go to the Classpath tab.
  * Hover the mouse pointer over any dependency.

ACTUAL:
  A tooltip with some details appears.
EXPECTED:
  It would be more informative if the tooltip included also the dependency's scope and if it's optional, state it too. i.e. the tooltip to reflect the <dependency/> contents from the POM
Comment 1 alied 2015-09-22 15:00:30 UTC
Also, as a bonus, divide dependencies according to scope in the classpath view.