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 63733 - Better display of information about modules in the platform
Summary: Better display of information about modules in the platform
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Kozeny
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-09-06 18:00 UTC by _ sandipchitale
Modified: 2013-02-14 13:17 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 _ sandipchitale 2005-09-06 18:00:27 UTC
There should be a single view (tabular or tree table (based on category)) to 
view the information about modules in the selected platform. The 
crossreference should show:

Module Name
Module Category (could be used to build the tree column in tree table)
Module Code base name
Module Spec version
Module Impl version
Public Packages
Dependencies ( with ability to jump to them when available)

This could be easily achieved by modifying the list in the Modules tab of the 
NetBeans Platform Manager to a table or a tree table.

I think this info should also be available in the Module Manager to look at 
*this* IDE or Platform instance. Modify the tree to a tree table. This tree 
table could be shared between the two manager.

Similarly there should be a way to output this info in HTML or XML format for 
publishing.

See this for the basic idea behind the RFE.

http://contrib.netbeans.org/files/documents/130/553/modules.html

This will help module developers.
Comment 1 Jesse Glick 2006-02-06 20:33:51 UTC
Not implemented in time for 5.0u1, sorry.