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 164100 - [67cat] [other] Display of Plugin Dependencies for Mobility Confusing
Summary: [67cat] [other] Display of Plugin Dependencies for Mobility Confusing
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-29 16:59 UTC by esmithbss
Modified: 2009-06-21 13:43 UTC (History)
1 user (show)

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 esmithbss 2009-04-29 16:59:07 UTC
[ BUILD # : 200904290201 ]
[ JDK VERSION : 1.6.* ]

1) Installed NetBeans with a clean userdir.

2) Click Activate Features

3) Select Mobility
      => list of plugins includes "NetBeans Plugin Development [1.3]"
4) Click Activate

5) Confirm Activation

6) NetBeans Plugin Development is not activated when looking at the
general purpose view.

While I know the two are different, using the same name is going to
confuse a number of people.

The name "NetBeans Plugin Development" as a Meta-Plugin Name needs to
be changed.

I suggest "Plugin Development for NetBeans" or something similar, but
not the name of an underlying plugin.
Comment 1 dlipin 2009-04-29 18:37:02 UTC
Regrading 
> 6) NetBeans Plugin Development is not activated when looking at the general purpose view.
Looks like the "NetBeans Plugin Development" feature is "NetBeans Plugin Development" plugin + "Timer API" plugin.

Activating "Mobility" (Feature) results only in "NetBeans Plugin Development" (plugin) activation. 
So "Timers API" is really not activated and thus "NetBeans Plugin Development" feature is not activated.

Agree that is confusing.
Comment 2 dlipin 2009-04-29 18:41:50 UTC
btw, the same for "Java" (or "Java SE" - in the latter builds): activating Mobility says that "Java" (plugin) will be 
activated. After activation "Java" (feature) is not active.
Need to find out a better way to distinguish features/plugins with the same name.
(related Issue 162824)
Comment 3 Jaroslav Tulach 2009-05-04 12:48:06 UTC
"NetBeans Plugin Development" is no longer in the list of features.

In recent builds the feature name is the module "category" name. For example "Java SE" is now the new feature name, 
which is different than "Java" (name of the kit). So the confusion (due to improper association between name of 
feature and name of kit) shall be lowered.