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 31937 - View/Documentation Indices menu item is disabled
Summary: View/Documentation Indices menu item is disabled
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords: T9Y
Depends on: 32551
Blocks:
  Show dependency tree
 
Reported: 2003-03-12 12:41 UTC by vgorr
Modified: 2003-04-02 08:15 UTC (History)
6 users (show)

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 vgorr 2003-03-12 12:41:41 UTC
If the View menu is opened first time the 'Documentation 
Indices' menu item is disabled. To reproduce this issue 
you need to start the S1S5SE and immediately push the View 
menu. If this menu is expanded again all looks fine.
Comment 1 Marian Mirilovic 2003-03-12 14:46:47 UTC
Vladimir, in my opinion, you was "too fast". When you run IDE , there
is a Warm-up task and than prepare and loades classes related to
menus. Can you try it again and wait (I don't know maybe 3-5 seconds)
after start - thanks in advance.
Comment 2 vgorr 2003-03-13 03:46:06 UTC
Marian, thank you for advice. But ... this don't help.
I waited about 3 min after S1S start before pushing the View menu.
No effects! I waited yet about 1 min (menu was opened). The menu item
is disabled! Only second opening the View menu eliminates this issue.
Comment 3 Marian Mirilovic 2003-03-13 08:30:10 UTC
Thanks, you are right I saw it. [s1s5](030310), [jdk1.4.2](b18)

Reassigne to actions for investigation, feel free to reassigne.
Comment 4 Peter Zavadsky 2003-03-13 09:18:10 UTC
I think the action belongs to javadoc module. Reassigning there to
investigate.
Comment 5 Svata Dedic 2003-03-14 09:23:08 UTC
What build of S1S did you used ? 
 
Comment 6 Svata Dedic 2003-03-14 10:12:41 UTC
There was a typo in manifest, which caused the indices parser not to 
start up on time. 
 
Fixed in trunk: 
/cvs/javadoc/manifest.mf,v  <--  manifest.mf 
new revision: 1.58; previous revision: 1.57 
done 
Processing log script arguments... 
More commits to come... 
Checking in 
src/org/netbeans/modules/javadoc/search/Bundle.properties; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/search/Bundle.properties,v  
<--  Bundle.properties 
new revision: 1.52; previous revision: 1.51 
done 
Checking in 
src/org/netbeans/modules/javadoc/search/IndexBuilder.java; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/search/IndexBuilder.java,v  
<--  IndexBuilder.java 
new revision: 1.4; previous revision: 1.3 
done 
 
Checked into release 3.5 (I consider this bug quite ugly while the fix is 
trivial): 
/cvs/javadoc/manifest.mf,v  <--  manifest.mf 
new revision: 1.56.6.2; previous revision: 1.56.6.1 
done 
Processing log script arguments... 
More commits to come... 
Checking in 
src/org/netbeans/modules/javadoc/search/Bundle.properties; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/search/Bundle.properties,v  
<--  Bundle.properties 
new revision: 1.50.18.2; previous revision: 1.50.18.1 
done 
Checking in 
src/org/netbeans/modules/javadoc/search/IndexBuilder.java; 
/cvs/javadoc/src/org/netbeans/modules/javadoc/search/IndexBuilder.java,v  
<--  IndexBuilder.java 
new revision: 1.3.2.1; previous revision: 1.3 
done 
 
Comment 7 Marian Mirilovic 2003-04-02 08:15:22 UTC
verified in [s1s](030331)