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 268827 - Rename "Show Managed State for dependencies"
Summary: Rename "Show Managed State for dependencies"
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-04 13:17 UTC by terje7601
Modified: 2016-11-24 13:20 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 terje7601 2016-11-04 13:17:45 UTC
When right-clicking the "Dependencies" node of a Maven project, there's a boolean setting "Show Managed State for dependencies". From this description, it's a mystery to me what this option does, and googling it doesn't help either. Eventually I found out by looking at the source code that it adds a "badge" for dependencies which are declared in the dependencyManagement section.

I'd propose to rename the setting to "Mark managed dependencies". Using "Mark" clearly indicates that this is merely turning on/off a visual indicator. And googling "managed dependencies maven" will quickly get you to understand what this does.