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 111554 - Javadoc not displayed in editor
Summary: Javadoc not displayed in editor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords: REGRESSION
: 111679 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-31 23:06 UTC by Jesse Glick
Modified: 2007-08-06 09:49 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 Jesse Glick 2007-07-31 23:06:28 UTC
In recent dev builds, Javadoc is (almost?) never displayed in the editor. Trivially reproduced: run NB on fresh user dir
w/ JDK 6 (Linux), create Anagram sample project, open WordLibrary.java, ask for CC on String, method signature is
displayed but no Javadoc; Ctrl-B jumps to it, so sources can be found.

Even if a binary has explicitly configured HTML Javadoc, still does not work. (Verified using NB project metadata
inspector.)

Others have complained about this too on various mailing lists.

"Javadoc" window does not display anything either.
Comment 1 Dusan Balek 2007-08-01 15:20:50 UTC
Fixed.

Checking in JavaSource.java;
/cvs/java/source/src/org/netbeans/api/java/source/JavaSource.java,v  <--  JavaSource.java
new revision: 1.78; previous revision: 1.77
done
Comment 2 Jan Pokorsky 2007-08-06 09:49:49 UTC
*** Issue 111679 has been marked as a duplicate of this issue. ***