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 73986 - Cannot find source or documentation
Summary: Cannot find source or documentation
Status: VERIFIED DUPLICATE of bug 72963
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-25 15:26 UTC by kovica
Modified: 2006-10-10 12:52 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 kovica 2006-03-25 15:26:06 UTC
I'm using NetBeans 5.0 on java 1.5.0_06. I have installed the latest apisupport
that is available on the Update Center.
I also installed the API Documentation from Update Center. I downloaded the
sources for NetBeans 5.0 and added them to the NetBeans Platform (I only have
one in the NetBeans Platform Manager).

Now when I press CRTL-SHIFT-SPACE on NetBeans classes or methods I get a popup
frame stating that the JavaDocs were not found.
If I press CRTL-mouse_click on a NetBeans class I get a status message stating
that the source for the class was not found.
Comment 1 pzajac 2006-03-27 09:00:14 UTC
The javadoc documentation from Autoupdate center is installed to Default
NetBeans platform. You can check it in Tools|NetBeans Platforms. The javadoc is
shown only for classes on classpath. For example add org.openide.filesystems
module on classpath and try show code completion for FileObject class. Does it
works?
Comment 2 kovica 2006-03-27 10:48:51 UTC
I see the docs in the default platform. I have all the classes I use in
classpath, because the project compiles.

The strange thing is that after restarting the IDE everything works... Now I
have only the sources specified and I can see javadocs too. Hmm....
Comment 3 Jesse Glick 2006-03-27 17:28:44 UTC
Refresh issue if restarting IDE helps, so lower priority I guess.

If you have sources, then popup Javadoc will work by parsing sources (but e.g.
View | Documentation Indices still needs real Javadoc).
Comment 4 pzajac 2006-03-28 08:50:59 UTC

*** This issue has been marked as a duplicate of 72963 ***
Comment 5 Tomas Danek 2006-10-10 12:52:24 UTC
anyway could not reproduce in 5.5 rc1
- started ide
- added sources for ide in platform manager
- created module
- declared module dependency on e.g. window system api
- created some class, typed "TopComponent tc = null;" 
- invoked ALT+O on "TopComonent" -> class was opened OK without restart