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 65515 - Javadoc of platform is not shown in code completion
Summary: Javadoc of platform is not shown in code completion
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 65516 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-30 12:23 UTC by pzajac
Modified: 2005-10-25 16:08 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 pzajac 2005-09-30 12:23:27 UTC
[200509281800]
Steps to reproduce:
1) Set javadoc to default netbeans platform
2) Create a standalone project
3) Add FileSystem API  to project
4) Create a java file in the new project
5) Show a javadoc for FileObject fo; fi.<Ctrl> + <space>

The javadoc was not shown. 

I investigated if javadoc works correctly  inj2se project. When is javadoc
presented in j2se library the javadoc for method is shown in code completion
window.
Comment 1 Tomas Danek 2005-10-03 12:44:46 UTC
I noticed this problem also when using Jellytools. Javadoc during code
completion did not work, but worked in popup in projects view. J2SE project
javadoc worked for me ok too, JUNIT javadoc not. Seems to be general javadoc
issue -> reassigning there. P2 (this feature does not work)
Comment 2 Jesse Glick 2005-10-03 22:10:42 UTC
Don't know yet what code is to blame. Try running with
-J-Dorg.netbeans.api.java.queries.JavadocForBinaryQuery=0 to diagnose.
Comment 3 pzajac 2005-10-24 16:57:26 UTC
I tried to run it with -J-Dorg.netbeans.api.java.queries.JavadocForBinaryQuery=0

[org.netbeans.api.java.queries.JavadocForBinaryQuery]   got no result from
org.netbeans.modules.apisupport.project.queries.GlobalJavadocForBinaryImpl@133e8c9

Is it bug in apisupport?
Comment 4 pzajac 2005-10-24 16:59:02 UTC
reassigned back to apisupport
Comment 5 Jesse Glick 2005-10-24 22:02:43 UTC
Several things were broken which I will fix.
Comment 6 Jesse Glick 2005-10-25 01:18:00 UTC
committed   * Up-To-Date  1.5        
apisupport/project/src/org/netbeans/modules/apisupport/project/queries/GlobalJavadocForBinaryImpl.java
committed   * Up-To-Date  1.24       
apisupport/project/src/org/netbeans/modules/apisupport/project/universe/NbPlatform.java
Comment 7 pzajac 2005-10-25 16:05:36 UTC
verified
Comment 8 pzajac 2005-10-25 16:08:52 UTC
*** Issue 65516 has been marked as a duplicate of this issue. ***