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 53969 - Suggest caching of IDO.getName() result
Summary: Suggest caching of IDO.getName() result
Status: RESOLVED DUPLICATE of bug 63981
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2005-01-25 14:43 UTC by _ rkubacki
Modified: 2008-12-22 20:43 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2005-01-25 14:43:18 UTC
While various FolderLists are populated during
startup all IDOs found in these folders are asked
for their names. This is often done several times
in order to sort the results. The name is usually
defined in a file attribute but the attribute
reading is not as fast as we would like. I see
~0.4s from 60 seconds required to start IDE on my
Solaris with sampling every ms turned on to be
spent in IDO.getName called from
FolderComparator.compareNames.
Comment 1 Jaroslav Tulach 2005-09-13 07:43:23 UTC

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