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 - Show dependecy scope in Maven artifact details view
Summary: Show dependecy scope in Maven artifact details view
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-22 14:58 UTC by alied
Modified: 2015-09-22 15:00 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 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.