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 97256 - Actions for "META-INF services" node's children
Summary: Actions for "META-INF services" node's children
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: pzajac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-06 08:45 UTC by David Strupl
Modified: 2009-08-11 22:26 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 David Strupl 2007-03-06 08:45:32 UTC
The nodes under "<project> --> Important Files --> META-INF services" should
have an action for going to the class (both for the API class and also for the
implementation class). These actions should be the default actions for the node
(double click the node should jump to the class mentioned).
Comment 1 Martin Krauskopf 2007-03-06 09:58:57 UTC
Currently you might take a look at Sandip's "$NB_CVS/contrib/SFSBrowser".
Comment 2 pzajac 2007-03-16 17:01:46 UTC
The SFS browser is cool. I need this depency in apisupport/project to do it.

                <dependency>
                    <code-name-base>org.netbeans.api.java</code-name-base>
                    <build-prerequisite/>
                    <compile-dependency/>
                    <run-dependency>
                        <release-version>1</release-version>
                        <specification-version>1.10.22</specification-version>
                    </run-dependency>
                </dependency>

Comment 3 Jesse Glick 2007-03-16 18:14:10 UTC
Such a dep is fine.
Comment 4 David Strupl 2007-03-18 10:59:54 UTC
Jesse, are you sure that the dep is fine? Weren't we supposed to be able to use
the SFS browser in the platform? But I must admit that I don't know in which
modules the "META-INF services" node is implemented and whether it already
depends on the IDE.

Petr, what is the relation of the SFS browser to the general API Support module
now? Is it now part of "API Support" module?
Comment 5 Jesse Glick 2007-03-21 02:30:19 UTC
apisupport/project is not the same as apisupport/beanbrowser.
Comment 6 David Strupl 2007-03-21 09:32:52 UTC
Aha, sorry, Ok then.
Comment 7 Jesse Glick 2009-08-11 22:26:26 UTC
This UI is gone.