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 22165 - new code completion that display javadoc works only if source are available
Summary: new code completion that display javadoc works only if source are available
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-07 18:44 UTC by vbrabant
Modified: 2004-10-29 18: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 vbrabant 2002-04-07 18:44:28 UTC
I remarked that this new function only work with .java 
file but not with .class, even if I mount the javadoc of 
these .class.
For me, I find that a little annoying.
If I have only external API (without source) and the 
Javadoc of the API, I can't be helped by this function. 
And it's a little disappointing.

Svata answer me the following:

"I think that's because the Editor uses Java Hierarchy 
APIs to get the javadoc text. The current implementation 
is able to extract the javadoc from /** */ comments in the 
source, but Clazz module (which implements the API 
for .class files) is not so sophisticated, so it just 
returns "no javadoc". Again, a feature request would 
remind us to see to that Clazz and Javadoc modules 
integrate and cooperate :-)"

So here is the enhancement request
Comment 1 Svata Dedic 2002-05-21 17:06:42 UTC
Cleaning up
Comment 2 Marek Grummich 2002-07-19 16:33:10 UTC
Target milestone was changed from not determined to TBD
Comment 3 Jesse Glick 2004-10-29 18:43:30 UTC
I guess whatever this was, it is no longer an issue in 4.0.