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 39977 - View | documentation indices displayed too slowly
Summary: View | documentation indices displayed too slowly
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: PERFORMANCE
: 40039 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-11 16:46 UTC by _ rkubacki
Modified: 2004-02-23 15:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch which fixes this issue in the Javadoc module (1.35 KB, patch)
2004-02-13 13:01 UTC, Petr Jiricka
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2004-02-11 16:46:52 UTC
When the View | Documentation indices submenu is
displayed for the first time it is shown in more
than 250ms. Expected time for UI response is 100ms
in this case and NB3.5 results were close to this
limit.

The reason is that now it starts internal HTTP
server. I am not sure where it should be fixed -
javadoc or httpserver or somewhere else.
Comment 1 Jan Pokorsky 2004-02-13 12:04:48 UTC
*** Issue 40039 has been marked as a duplicate of this issue. ***
Comment 2 Petr Jiricka 2004-02-13 13:01:24 UTC
Created attachment 13420 [details]
Patch which fixes this issue in the Javadoc module
Comment 3 Jan Pokorsky 2004-02-13 14:11:01 UTC
I have been woring on the fix in parallel but with the same result ;-)
Just not cache reference to the fileobject which can change in time.

So it is fixed in

/cvs/javadoc/src/org/netbeans/modules/javadoc/search/IndexOverviewAction.java,v1.9
Comment 4 Marek Grummich 2004-02-23 15:28:35 UTC
Radime, could you measure a time again and verified this bug? Thanks!
Comment 5 _ rkubacki 2004-02-23 15:33:02 UTC
The numbers are almost the same as in NB3.5.1 since build from Feb15