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 93313 - Show JavaDoc from interface / super class
Summary: Show JavaDoc from interface / super class
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 2 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 13:15 UTC by Erno Mononen
Modified: 2007-01-26 13:22 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 Erno Mononen 2007-01-26 13:15:57 UTC
If you have a method in a class that overrides a method from its super class / 
interface and that has no javadoc of its own, no javadoc is shown for it in the 
javadoc popup. In this case, IMO, it would make sense to show the javadoc from 
the method it overrides so that you don't need to navigate to the overridden 
method to view the javadoc. There could be something like 'description copied 
from interface: ...' in the popup.