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 59719 - auto references to Interfaces and Super Classes
Summary: auto references to Interfaces and Super Classes
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-08 08:27 UTC by loki
Modified: 2010-09-23 08:35 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 loki 2005-06-08 08:27:24 UTC
When creating a javadoc comment in java source code I would love to have a '@see
super' feature. This feature creates an automatic @see reference to the super
class or to the interface. This way if the behavior of my new method is the same
as the behavior described in the super class I don't have to whip out a full
reference. I can simply rightclick and generate a '@see' statement.

This is especially handy when creating new code based on a framework such as for
instance Struts where all execute methods share the same behavior (the classes
are of course different).