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 - Javadoc does not get updated
Summary: Javadoc does not get updated
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-28 10:47 UTC by Jan Lahoda
Modified: 2007-09-26 09:14 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 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