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 46662

Summary: Javadoc does not get updated
Product: java Reporter: Jan Lahoda <jlahoda>
Component: UnsupportedAssignee: Jan Becicka <jbecicka>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 4.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2004-07-28 10:47:23 UTC
NB trunk build 200407271830, JDK1.5.0-b59.

Create a class Test with a main method.
Create some javadoc for this class (for example
"/**This is a test class.*/").
In the main method type "Test" and invoke code
completion and wait for the javadoc view. The
javadoc view does not contain the javadoc for the
Test class.
Comment 1 Dusan Balek 2004-07-30 08:21:58 UTC
Start IDE, ask for a javadoc text of a class opened in editor
(JavaClass.getJavadoc().getText()), change the javadoc and ask for it
again. Javadoc text is not updated.

Reassigning to javacore for further evaluation.
Comment 2 Jan Becicka 2004-07-30 15:53:17 UTC
Checking in FeatureImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/FeatureImpl.java,v
 <--  FeatureImpl.java
new revision: 1.19; previous revision: 1.18
done
Comment 3 Jan Lahoda 2004-08-12 15:03:44 UTC
Seems OK in 200408101800 (the Javadoc is updated after the source is
reparsed).
Comment 4 Quality Engineering 2007-09-20 09:41:53 UTC
Reorganization of java component