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 40039 - Displaying the documentation indices for the first time is slow
Summary: Displaying the documentation indices for the first time is slow
Status: RESOLVED DUPLICATE of bug 39977
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-02-12 19:57 UTC by Petr Jiricka
Modified: 2004-02-13 12:04 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 Petr Jiricka 2004-02-12 19:57:22 UTC
1. Go to View menu
2. Slide the mouse over Documentation Indices
3. It will take a while for the submenu to unfold

This is because the internal HTTP server module is
started when the menu is displayed. The solution
should be to lazily initialize the 'u' variable in
class IndexOverviewAction.IndexMenuItem. I'll try
in a minute whether that will help.
Comment 1 Jan Pokorsky 2004-02-13 12:04:50 UTC

*** This issue has been marked as a duplicate of 39977 ***