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 96288 - CTRL-Space Javadoc viewer should take inheritance into account
Summary: CTRL-Space Javadoc viewer should take inheritance into account
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 108670 125326 126947 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-22 12:03 UTC by tomzi
Modified: 2008-03-03 18:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2007-02-22 12:03:43 UTC
If a method or class is inerherited or extended and the method has no javadoc or
uses {inheritDoc} then the javadoc viewer should take javadoc from inherited
method/class

see
http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#inheritingcomments
Comment 1 Peter Pis 2007-02-27 09:54:30 UTC
Reassigning to "javadoc" for evaluation.
Comment 2 Jan Pokorsky 2007-02-27 10:10:33 UTC
This belongs to editor/code completion. Reassigning.
Comment 3 Vitezslav Stejskal 2007-03-19 07:15:20 UTC
I've tried this in a dev build and discovered the following:

- it works fine if there is javadoc for the overriding method and it contains
{@inheritDoc}
- if there is no javadoc for the overriding method CC says: Javadoc not found

I am not sure where the problem is - CC, javadoc tool, the way how CC uses
javadoc tool, ...?
Comment 4 Dusan Balek 2007-07-11 08:10:44 UTC
*** Issue 108670 has been marked as a duplicate of this issue. ***
Comment 5 Jan Pokorsky 2008-01-18 16:41:09 UTC
*** Issue 125326 has been marked as a duplicate of this issue. ***
Comment 6 Dusan Balek 2008-02-08 16:08:45 UTC
*** Issue 126947 has been marked as a duplicate of this issue. ***
Comment 7 Dusan Balek 2008-03-03 18:13:10 UTC
Fixed.

changeset 3d89821029a3 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=3d89821029a3