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 54396 - Go To in editor could navigate to deployment descriptor
Summary: Go To in editor could navigate to deployment descriptor
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: DD Editor (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 15:59 UTC by Pavel Buzek
Modified: 2008-10-23 21:43 UTC (History)
2 users (show)

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 Pavel Buzek 2005-02-02 15:59:47 UTC
[I do not see a better category for this, feel
free to move if you do]

It is possible to navigate from DD editor to
source. It would be nice to also make it possible
to go from a source (servlet class) to the
relevant DD entry. Find usages is an option, but
simple Go To > Deployment Descriptor would be much
faster and (with short cut) easier to use.

Similar thing can be done for EJB (maybe also goto
home interface, etc.).
Comment 1 Milan Kuchtiak 2005-03-04 08:48:33 UTC
The DDEditor enables that. (See the issue 54398)
The problem is where to hang the "Go To  Deployment Descriptor" action
for  servlets, filters, listeners ...

It can be implemented as a Tool action (Similarly as the "Set Servlet
Executution URI" action, but I am afraid of performance (every java
class will be investigated to have entries in DD).
Comment 2 zikmund 2005-03-04 10:33:47 UTC
BTW: Run file of servlet/main works fine - if there is no DD entry for
servlet, dialog "No DD entry for servlet" appears. I think it could
work in the same way.
Comment 3 Trey Spiva 2008-10-23 21:43:54 UTC
I am closing this request because the find usage provides this feature.