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

Summary: Javadoc not displayed in editor
Product: java Reporter: Jesse Glick <jglick>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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. ***